{"version":3,"file":"Tcvfp2je_.BuNEMT6C.mjs","names":["e","Icon","useId","useState","locale","localizedValues","ButtonLarge","ButtonRegular","Phosphor","useRef","className"],"sources":["https:/framerusercontent.com/modules/cuKUFdzXlhvw8OVOBeAc/T08RxQJ4qrs7LLc8wx4E/border.js","https:/framerusercontent.com/modules/9muYaW1MvHoRQJ0P7dkP/V2GVvLqiMxXRSxszkCSa/focus.js","https:/framerusercontent.com/modules/YfmtnpWjJrP37sQ18QUZ/9Y2P24U2SBIbf2fPVsOX/hover.js","https:/framerusercontent.com/modules/wjZLfSMaP1TvJDu5PCwr/XQ1GMXuIqYrEN1c0R6E5/padding.js","https:/framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/radius.js","https:/framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js","https:/framerusercontent.com/modules/H4GRrsid9g5r5gjRdaOA/zirPZQRSruS9umlm9DXg/Tcvfp2je_-0.js","https:/framerusercontent.com/modules/H4GRrsid9g5r5gjRdaOA/zirPZQRSruS9umlm9DXg/Tcvfp2je_.js","https:/framerusercontent.com/modules/xZq17WaeHIS9IVWj19Zx/tY5rkxqswQi3QX0ss0e1/Tcvfp2je_.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(typeof padding===\"string\"){return{padding};}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.Padding,defaultValue:\"10px\"}};\nexport const __FramerMetadata__ = {\"exports\":{\"paddingControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPaddingStyle\":{\"type\":\"function\",\"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}={}){if(typeof radius===\"string\"){return{borderRadius:radius};}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.BorderRadius,defaultValue:\"10px\"}};\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,// @ts-ignore Internal function\nuseLocalesForCurrentRoute,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/XQ1GMXuIqYrEN1c0R6E5/padding.js\";import{getRadiusStyle,radiusControls}from\"https://framerusercontent.com/modules/N6MwtHbWoiZJNn1xpqxu/ZEWmVGYDUhL44tluQO5y/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();const localesForCurrentRoute=useLocalesForCurrentRoute();const activeLocaleId=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);}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:localesForCurrentRoute.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??\"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        `],\"framer-library-LocalePicker\");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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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,defaultValue:\"#000\",hidden:props=>props.type!==\"default\"},image:{type:ControlType.ResponsiveImage,title:\"File\",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\":{\"framerDisableUnlink\":\"* @framerIntrinsicWidth 120\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"34\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LocaleSelector.map","export const v0=\"FAQ\";export const v1=\"L\\xf6sungen\";export const v2=\"Technologie\";export const v3=\"Mission\";export const v4=\"Unternehmen\";export const v5=\"Karriere\";export const v6=\"News\";export const v7=\"Kontakt\";export const v8=\"Produkte\";\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4b136bb)\nimport*as localizedValues from\"./Tcvfp2je_-0.js\";const valuesByLocaleId={Wnl7FlrIz:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (4b136bb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,ResolveLinks,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LocaleSelector from\"https://framerusercontent.com/modules/57FhkldN9P7x88MqAEaR/fW26mCIOTpHHBOBnf7GZ/LocaleSelector.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/H4GRrsid9g5r5gjRdaOA/zirPZQRSruS9umlm9DXg/Tcvfp2je_.js\";import ButtonRegular from\"https://framerusercontent.com/modules/COXTGP8Z9kZeluprR0j3/VNBPqV5ugb1YonCnDvpc/hpLQNkDt2.js\";import ButtonLarge from\"https://framerusercontent.com/modules/GOrxBeqMjGM518QkdKUz/tuBEY5mpIFAUvrafU6Ha/vPyqQFXC4.js\";const ButtonLargeFonts=getFonts(ButtonLarge);const LocaleSelectorFonts=getFonts(LocaleSelector);const ButtonRegularFonts=getFonts(ButtonRegular);const PhosphorFonts=getFonts(Phosphor);const MotionNavWithFX=withFX(motion.nav);const cycleOrder=[\"z5gM179_h\",\"sIc2HojSM\",\"ZmYp4yKiS\",\"QviwnzfG1\"];const serializationHash=\"framer-vOAgF\";const variantClassNames={QviwnzfG1:\"framer-v-n1t3ix\",sIc2HojSM:\"framer-v-1g7uqf\",z5gM179_h:\"framer-v-dxz2ps\",ZmYp4yKiS:\"framer-v-bnkco9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-60};const transition2={bounce:.2,delay:0,duration:.3,type:\"spring\"};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Nav Open\":\"sIc2HojSM\",\"Phone - Open\":\"QviwnzfG1\",Desktop:\"z5gM179_h\",phone:\"ZmYp4yKiS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"z5gM179_h\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"z5gM179_h\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeave14i0i0g=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"z5gM179_h\");});const oLJPA_Rbue2jq8o=activeVariantCallback(async(...args)=>{setVariant(\"z5gM179_h\");});const oLJPA_Rbux6968b=activeVariantCallback(async(...args)=>{setVariant(\"ZmYp4yKiS\");});const lkBEcyWtQe2jq8o=activeVariantCallback(async(...args)=>{setVariant(\"z5gM179_h\");});const onClick1wxf9sv=activeVariantCallback(async(...args)=>{setVariant(\"sIc2HojSM\");});const onClicke2jq8o=activeVariantCallback(async(...args)=>{setVariant(\"z5gM179_h\");});const onClickxhv13t=activeVariantCallback(async(...args)=>{setVariant(\"QviwnzfG1\");});const onClickx6968b=activeVariantCallback(async(...args)=>{setVariant(\"ZmYp4yKiS\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"sIc2HojSM\",\"QviwnzfG1\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed1=()=>{if(baseVariant===\"QviwnzfG1\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"sIc2HojSM\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"sIc2HojSM\")return false;return true;};const isDisplayed4=()=>{if([\"ZmYp4yKiS\",\"QviwnzfG1\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionNavWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-dxz2ps\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"z5gM179_h\",ref:refBinding,style:{backdropFilter:\"blur(4px)\",backgroundColor:\"rgba(18, 18, 18, 0.6)\",WebkitBackdropFilter:\"blur(4px)\",...style},...addPropertyOverrides({QviwnzfG1:{\"data-framer-name\":\"Phone - Open\"},sIc2HojSM:{\"data-framer-name\":\"Nav Open\",\"data-highlight\":true,onMouseLeave:onMouseLeave14i0i0g},ZmYp4yKiS:{\"data-framer-name\":\"phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3gbxna\",layoutDependency:layoutDependency,layoutId:\"w2gbmIFy5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1msatfn\",layoutDependency:layoutDependency,layoutId:\"HCuICnDpf\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MMYXNn55u\"},implicitPathVariables:undefined},{href:{webPageId:\"MMYXNn55u\"},implicitPathVariables:undefined},{href:{webPageId:\"MMYXNn55u\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({QviwnzfG1:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+352},sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+36+0)+0+48+176}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11t6i7o-container\",layoutDependency:layoutDependency,layoutId:\"phDxP7Y_X-container\",nodeId:\"phDxP7Y_X\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks[0],height:\"100%\",id:\"phDxP7Y_X\",jVa9PVSH1:getLocalizedValue(\"v0\",activeLocale)??\"FAQ\",layoutId:\"phDxP7Y_X\",style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks[2],oLJPA_Rbu:oLJPA_Rbux6968b},sIc2HojSM:{gTV_R5G13:resolvedLinks[1],oLJPA_Rbu:oLJPA_Rbue2jq8o}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QreLQ03j7\"},implicitPathVariables:undefined},{href:{webPageId:\"QreLQ03j7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({QviwnzfG1:{height:44,y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+44}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tbmjvs-container\",layoutDependency:layoutDependency,layoutId:\"eF_yrKWDM-container\",nodeId:\"eF_yrKWDM\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks1[0],height:\"100%\",id:\"eF_yrKWDM\",jVa9PVSH1:getLocalizedValue(\"v1\",activeLocale)??\"Solutions\",layoutId:\"eF_yrKWDM\",oLJPA_Rbu:oLJPA_Rbux6968b,style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ob_Sney2Z\"},implicitPathVariables:undefined},{href:{webPageId:\"ob_Sney2Z\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({QviwnzfG1:{height:44,y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+88}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ibjhg9-container\",layoutDependency:layoutDependency,layoutId:\"V5M3yOv_L-container\",nodeId:\"V5M3yOv_L\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks2[0],height:\"100%\",id:\"V5M3yOv_L\",jVa9PVSH1:getLocalizedValue(\"v2\",activeLocale)??\"Technology\",layoutId:\"V5M3yOv_L\",oLJPA_Rbu:oLJPA_Rbux6968b,style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B2qek2m2M\"},implicitPathVariables:undefined},{href:{webPageId:\"B2qek2m2M\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({QviwnzfG1:{height:44,y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+132}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-nwa7cr-container\",layoutDependency:layoutDependency,layoutId:\"lAlTE3FXm-container\",nodeId:\"lAlTE3FXm\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks3[0],height:\"100%\",id:\"lAlTE3FXm\",jVa9PVSH1:getLocalizedValue(\"v3\",activeLocale)??\"Mission\",layoutId:\"lAlTE3FXm\",oLJPA_Rbu:oLJPA_Rbux6968b,style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MUSR32bJs\"},implicitPathVariables:undefined},{href:{webPageId:\"MUSR32bJs\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({QviwnzfG1:{height:44,y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+176}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qbfuun-container\",layoutDependency:layoutDependency,layoutId:\"v4Hgargo5-container\",nodeId:\"v4Hgargo5\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks4[0],height:\"100%\",id:\"v4Hgargo5\",jVa9PVSH1:getLocalizedValue(\"v4\",activeLocale)??\"About\",layoutId:\"v4Hgargo5\",oLJPA_Rbu:oLJPA_Rbux6968b,style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ix_Ec0F5v\"},implicitPathVariables:undefined},{href:{webPageId:\"ix_Ec0F5v\"},implicitPathVariables:undefined},{href:{webPageId:\"ix_Ec0F5v\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({QviwnzfG1:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+308},sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+36+0)+0+48+132}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cl4gxh-container\",layoutDependency:layoutDependency,layoutId:\"Yo3A53zCY-container\",nodeId:\"Yo3A53zCY\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks5[0],height:\"100%\",id:\"Yo3A53zCY\",jVa9PVSH1:getLocalizedValue(\"v5\",activeLocale)??\"Careers\",layoutId:\"Yo3A53zCY\",style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks5[2],oLJPA_Rbu:oLJPA_Rbux6968b},sIc2HojSM:{gTV_R5G13:resolvedLinks5[1],oLJPA_Rbu:oLJPA_Rbue2jq8o}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MaH6LbJrp\"},implicitPathVariables:undefined},{href:{webPageId:\"MaH6LbJrp\"},implicitPathVariables:undefined},{href:{webPageId:\"MaH6LbJrp\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({QviwnzfG1:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+264},sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+36+0)+0+48+88}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-xaxml0-container\",layoutDependency:layoutDependency,layoutId:\"ykUYwnbF9-container\",nodeId:\"ykUYwnbF9\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks6[0],height:\"100%\",id:\"ykUYwnbF9\",jVa9PVSH1:getLocalizedValue(\"v6\",activeLocale)??\"News\",layoutId:\"ykUYwnbF9\",style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks6[2],oLJPA_Rbu:oLJPA_Rbux6968b},sIc2HojSM:{gTV_R5G13:resolvedLinks6[1],oLJPA_Rbu:oLJPA_Rbue2jq8o}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UUarC1Cnj\"},implicitPathVariables:undefined},{href:{webPageId:\"UUarC1Cnj\"},implicitPathVariables:undefined},{href:{webPageId:\"UUarC1Cnj\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({QviwnzfG1:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+220},sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+36+0)+0+48+44}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c6vye3-container\",layoutDependency:layoutDependency,layoutId:\"XCADIVqWo-container\",nodeId:\"XCADIVqWo\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks7[0],height:\"100%\",id:\"XCADIVqWo\",jVa9PVSH1:getLocalizedValue(\"v7\",activeLocale)??\"Contact\",layoutId:\"XCADIVqWo\",style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks7[2],oLJPA_Rbu:oLJPA_Rbux6968b},sIc2HojSM:{gTV_R5G13:resolvedLinks7[1],oLJPA_Rbu:oLJPA_Rbue2jq8o}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MUSR32bJs\"},implicitPathVariables:undefined},{href:{webPageId:\"MUSR32bJs\"},implicitPathVariables:undefined},{href:{webPageId:\"dZ3UVAb7m\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,...addPropertyOverrides({QviwnzfG1:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||540)-24-501)/2+23+0)+0+48+0},sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+36+0)+0+48+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kgiyce-container\",layoutDependency:layoutDependency,layoutId:\"ZeC_irI6i-container\",nodeId:\"ZeC_irI6i\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonLarge,{cEQYX3xtb:false,gTV_R5G13:resolvedLinks8[0],height:\"100%\",id:\"ZeC_irI6i\",jVa9PVSH1:getLocalizedValue(\"v4\",activeLocale)??\"About\",layoutId:\"ZeC_irI6i\",style:{height:\"100%\"},variant:\"ErzuBUwyw\",width:\"100%\",wZhs05lDs:\"ArrowRight\",...addPropertyOverrides({QviwnzfG1:{gTV_R5G13:resolvedLinks8[2],jVa9PVSH1:getLocalizedValue(\"v8\",activeLocale)??\"Products\",oLJPA_Rbu:oLJPA_Rbux6968b},sIc2HojSM:{gTV_R5G13:resolvedLinks8[1],oLJPA_Rbu:oLJPA_Rbue2jq8o}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11gybl5-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eyqRHChNT-container\",nodeId:\"eyqRHChNT\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-b052fa95-4e39-4122-8077-fef5ce36efe2, rgb(255, 250, 242))\",size:12,type:\"default\"},font:{fontFamily:'\"Switzer\", \"Switzer Placeholder\", sans-serif',fontSize:\"calc(var(--framer-root-font-size, 1rem) * 1.2)\",fontStyle:\"normal\",fontWeight:300,letterSpacing:\"0em\",lineHeight:\"140%\"},height:\"100%\",icon:{color:\"var(--token-b052fa95-4e39-4122-8077-fef5ce36efe2, rgb(255, 250, 242))\",size:16,type:\"default\"},id:\"eyqRHChNT\",layoutId:\"eyqRHChNT\",options:{focus:{color:\"var(--token-72170b53-5947-4a7f-8a2d-83276d5c3e3e, rgb(201, 241, 102))\",offset:0,style:\"solid\",width:0},gap:5,hover:{textColor:\"var(--token-72170b53-5947-4a7f-8a2d-83276d5c3e3e, rgb(201, 241, 102))\"},title:true},padding:\"24px 0px 8px 10px\",radius:\"0px\",textColor:\"var(--token-b052fa95-4e39-4122-8077-fef5ce36efe2, rgb(255, 250, 242))\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rs39kd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"et4Ab1GJP-container\",nodeId:\"et4Ab1GJP\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(LocaleSelector,{font:{fontFamily:'\"Switzer Light\", \"Switzer Light Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"var(--token-b052fa95-4e39-4122-8077-fef5ce36efe2, rgb(255, 250, 242))\",size:16,type:\"default\"},id:\"et4Ab1GJP\",layoutId:\"et4Ab1GJP\",options:{focus:{color:\"var(--token-72170b53-5947-4a7f-8a2d-83276d5c3e3e, rgb(201, 241, 102))\",offset:0,style:\"solid\",width:0},gap:5,hover:{textColor:\"var(--token-72170b53-5947-4a7f-8a2d-83276d5c3e3e, rgb(201, 241, 102))\"},title:true},padding:\"10px 0px 0px 0px\",radius:\"10px\",textColor:\"var(--token-b052fa95-4e39-4122-8077-fef5ce36efe2, rgb(255, 250, 242))\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pn2495\",layoutDependency:layoutDependency,layoutId:\"Kw1jx35xX\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3e64pq\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"LJvtFSNMz\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11x0fx4\",layoutDependency:layoutDependency,layoutId:\"MuNnpfGsz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"nZXSaPN7f\",openInNewTab:false,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1eyjgnl framer-d90k6o\",\"data-framer-name\":\"MAGNO Logo_white\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nZXSaPN7f\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 190 25\"><g transform=\"translate(0.4 0.551)\"><path d=\"M 49.304 8.558 L 45.649 15.908 L 43.833 15.908 L 40.178 8.558 L 40.178 17.022 L 37.144 17.022 L 37.144 3.58 L 41.229 3.58 L 44.717 10.977 L 48.229 3.58 L 52.291 3.58 L 52.291 17.022 L 49.257 17.022 Z M 65.836 17.022 L 64.57 14.106 L 58.884 14.106 L 57.618 17.022 L 54.393 17.022 L 60.246 3.58 L 63.185 3.58 L 69.038 17.022 Z M 61.751 7.586 L 60.055 11.498 L 63.447 11.498 Z M 79.215 10.171 L 82.249 10.171 L 82.249 14.936 C 80.911 16.429 79.048 17.164 76.659 17.164 C 74.27 17.164 73.004 16.501 71.642 15.197 C 70.28 13.893 69.611 12.233 69.611 10.242 C 69.611 8.25 70.304 6.591 71.666 5.239 C 73.051 3.912 74.7 3.248 76.659 3.248 C 78.618 3.248 80.29 3.888 81.724 5.145 L 80.147 7.397 C 79.55 6.875 78.976 6.496 78.474 6.306 C 77.973 6.117 77.399 5.998 76.826 5.998 C 75.679 5.998 74.7 6.377 73.911 7.16 C 73.123 7.942 72.717 8.961 72.717 10.218 C 72.717 11.475 73.099 12.518 73.864 13.276 C 74.628 14.035 75.512 14.414 76.563 14.414 C 77.614 14.414 78.474 14.225 79.191 13.822 L 79.191 10.171 Z M 14.759 19.345 C 14.305 19.345 13.755 18.942 13.23 18.207 C 12.656 17.378 12.107 16.169 11.677 14.699 C 11.056 12.921 10.459 11.806 9.718 11.048 C 9.073 10.408 8.308 10.005 7.305 9.815 C 6.994 9.744 6.779 9.436 6.875 9.127 C 7.305 7.586 8.07 5.5 9.001 3.698 C 10.22 1.304 11.438 0 12.418 0 C 13.23 0 14.114 0.284 15.308 3.39 C 15.738 4.481 16.001 6.188 16.144 8.487 C 16.144 8.582 16.144 8.653 16.168 8.701 C 16.383 11.309 16.861 13.49 17.554 15.078 C 17.745 15.481 17.721 15.955 17.53 16.358 C 16.598 18.113 15.499 19.298 14.735 19.345 Z M 5.537 17.828 C 5.465 19.654 5.394 21.1 5.012 22.096 C 4.605 23.139 3.889 23.708 2.575 23.874 L 2.36 23.874 C 1.643 23.755 1.07 23.328 0.687 22.736 C -0.34 21.171 -0.053 18.302 0.496 16.311 C 1.165 14.225 2.121 12.565 3.268 11.498 C 4.056 10.763 4.916 10.337 5.8 10.194 C 6.087 10.147 6.326 10.408 6.278 10.692 C 5.728 13.49 5.633 15.884 5.537 17.828 Z M 27.277 14.438 C 27.015 14.557 26.704 14.533 26.441 14.438 C 25.892 14.177 25.868 13.656 25.892 13.134 C 25.892 12.518 25.868 11.617 25.581 10.265 C 25.533 10.028 25.772 9.839 25.987 9.957 C 26.632 10.313 27.206 11.048 27.564 11.901 C 27.779 12.423 27.875 12.992 27.827 13.537 C 27.779 14.082 27.564 14.319 27.277 14.462 Z M 23.55 10.716 C 22.882 11.546 22.404 12.802 22.093 14.485 C 21.926 15.149 21.424 17.164 20.325 17.33 C 20.11 17.354 19.489 17.354 18.725 16.406 C 18.39 15.979 18.318 15.434 18.51 14.936 C 19.035 13.513 19.37 12.02 19.465 10.645 C 19.489 10.076 19.656 8.487 19.728 7.634 C 19.752 7.42 19.776 7.255 19.776 7.136 C 19.847 6.354 20.11 5.382 20.445 4.623 C 20.827 3.793 21.257 3.272 21.639 3.224 C 22.69 3.058 24.1 5.453 25.223 9.222 C 25.294 9.436 25.151 9.673 24.936 9.744 C 24.506 9.862 24.004 10.147 23.55 10.716 Z M 125.825 3.58 L 115.17 3.58 L 115.17 4.813 L 119.924 4.813 L 119.924 17.07 L 121.262 17.07 L 121.262 4.813 L 126.016 4.813 L 126.016 3.58 Z M 139.49 3.58 L 138.344 3.58 L 138.344 9.602 L 129.887 9.602 L 129.887 3.58 L 128.549 3.58 L 128.549 17.07 L 129.887 17.07 L 129.887 10.811 L 138.344 10.811 L 138.344 17.07 L 139.682 17.07 L 139.682 3.58 Z M 152.033 15.813 L 144.054 15.813 L 144.054 10.811 L 151.101 10.811 L 151.101 9.602 L 144.054 9.602 L 144.054 4.813 L 151.937 4.813 L 151.937 3.58 L 142.716 3.58 L 142.716 17.07 L 152.224 17.07 L 152.224 15.813 Z M 166.033 16.761 L 162.879 12.375 C 164.79 11.712 165.865 10.242 165.865 8.179 C 165.865 6.117 163.811 3.58 160.347 3.58 L 155.425 3.58 L 155.425 17.07 L 156.763 17.07 L 156.763 12.778 L 160.347 12.778 C 160.729 12.778 161.111 12.778 161.541 12.707 L 164.623 16.998 L 164.671 17.07 L 166.224 17.07 Z M 164.504 8.179 C 164.504 10.36 163.022 11.546 160.347 11.546 L 156.763 11.546 L 156.763 4.813 L 160.347 4.813 C 163.046 4.813 164.504 5.998 164.504 8.179 Z M 182.66 16.88 L 182.637 3.77 L 182.637 3.58 L 181.561 3.58 L 181.49 3.675 L 175.756 13.513 L 170.022 3.675 L 169.951 3.58 L 168.852 3.58 L 168.852 17.07 L 170.166 17.07 L 170.166 6.377 L 175.35 15.22 L 175.398 15.315 L 176.091 15.315 L 176.138 15.22 L 181.323 6.354 L 181.346 16.88 L 181.346 17.07 L 182.66 17.07 Z M 187.032 3.817 C 187.94 3.817 188.657 4.552 188.657 5.429 C 188.657 6.306 187.916 7.041 187.032 7.041 C 186.148 7.041 185.408 6.306 185.408 5.429 C 185.408 4.552 186.148 3.817 187.032 3.817 M 187.032 3.295 C 185.838 3.295 184.858 4.267 184.858 5.453 C 184.858 6.638 185.838 7.61 187.032 7.61 C 188.227 7.61 189.206 6.638 189.206 5.453 C 189.206 4.267 188.227 3.295 187.032 3.295 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 188.232 5.097 C 188.232 5.358 188.137 5.524 187.922 5.619 L 188.352 6.211 L 187.898 6.211 L 187.54 5.69 L 187.277 5.69 L 187.277 6.211 L 186.895 6.211 L 186.895 4.552 L 187.54 4.552 C 187.802 4.552 187.994 4.599 188.089 4.694 C 188.185 4.789 188.232 4.907 188.232 5.097 Z M 187.779 5.287 C 187.826 5.239 187.85 5.192 187.85 5.097 C 187.85 5.002 187.85 4.955 187.779 4.907 C 187.707 4.86 187.659 4.86 187.54 4.86 L 187.253 4.86 L 187.253 5.358 L 187.516 5.358 C 187.659 5.358 187.731 5.358 187.779 5.287 Z M 94.773 3.58 L 97.807 3.58 L 97.807 17.022 L 94.773 17.022 L 88.323 8.582 L 88.323 17.022 L 85.289 17.022 L 85.289 3.58 L 88.132 3.58 L 94.773 12.233 Z M 112.285 15.173 C 110.923 16.501 109.227 17.164 107.22 17.164 C 105.213 17.164 103.517 16.501 102.155 15.173 C 100.794 13.845 100.101 12.186 100.101 10.218 C 100.101 8.25 100.794 6.591 102.155 5.263 C 103.517 3.935 105.213 3.272 107.22 3.272 C 109.227 3.272 110.923 3.935 112.285 5.263 C 113.647 6.591 114.34 8.25 114.34 10.218 C 114.34 12.186 113.647 13.845 112.285 15.173 Z M 111.258 10.242 C 111.258 9.033 110.875 8.013 110.087 7.183 C 109.299 6.354 108.367 5.903 107.22 5.903 C 106.073 5.903 105.142 6.33 104.353 7.183 C 103.589 8.037 103.183 9.056 103.183 10.242 C 103.183 11.427 103.565 12.47 104.353 13.3 C 105.142 14.13 106.073 14.557 107.22 14.557 C 108.367 14.557 109.299 14.13 110.087 13.3 C 110.875 12.447 111.258 11.427 111.258 10.242 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9510126250,withExternalLayout:true,...addPropertyOverrides({QviwnzfG1:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 174 23\"><g transform=\"translate(0.4 0.551)\"><path d=\"M 43.109 7.483 L 39.913 13.909 L 38.326 13.909 L 35.13 7.483 L 35.13 14.883 L 32.477 14.883 L 32.477 3.13 L 36.049 3.13 L 39.099 9.597 L 42.169 3.13 L 45.721 3.13 L 45.721 14.883 L 43.068 14.883 Z M 57.564 14.883 L 56.457 12.334 L 51.486 12.334 L 50.379 14.883 L 47.559 14.883 L 52.676 3.13 L 55.246 3.13 L 60.363 14.883 Z M 53.992 6.633 L 52.509 10.054 L 55.476 10.054 Z M 69.262 8.893 L 71.915 8.893 L 71.915 13.059 C 70.745 14.365 69.116 15.008 67.027 15.008 C 64.938 15.008 63.831 14.427 62.64 13.287 C 61.45 12.147 60.865 10.696 60.865 8.955 C 60.865 7.214 61.471 5.763 62.661 4.581 C 63.873 3.42 65.314 2.84 67.027 2.84 C 68.74 2.84 70.202 3.4 71.455 4.498 L 70.077 6.467 C 69.554 6.011 69.053 5.68 68.614 5.514 C 68.176 5.348 67.674 5.244 67.173 5.244 C 66.171 5.244 65.314 5.576 64.625 6.26 C 63.935 6.944 63.58 7.836 63.58 8.934 C 63.58 10.033 63.915 10.945 64.583 11.608 C 65.251 12.272 66.024 12.603 66.943 12.603 C 67.862 12.603 68.614 12.437 69.241 12.085 L 69.241 8.893 Z M 12.904 16.915 C 12.508 16.915 12.027 16.562 11.568 15.92 C 11.066 15.194 10.586 14.137 10.21 12.852 C 9.667 11.297 9.144 10.323 8.497 9.66 C 7.933 9.1 7.264 8.748 6.387 8.582 C 6.116 8.52 5.928 8.25 6.011 7.981 C 6.387 6.633 7.056 4.809 7.87 3.234 C 8.936 1.14 10.001 0 10.857 0 C 11.568 0 12.34 0.249 13.385 2.964 C 13.761 3.918 13.991 5.41 14.116 7.421 C 14.116 7.504 14.116 7.566 14.137 7.608 C 14.325 9.888 14.743 11.795 15.348 13.184 C 15.516 13.536 15.495 13.951 15.328 14.303 C 14.513 15.837 13.552 16.873 12.884 16.915 Z M 4.841 15.588 C 4.779 17.184 4.716 18.449 4.382 19.319 C 4.027 20.231 3.4 20.729 2.251 20.874 L 2.063 20.874 C 1.437 20.77 0.935 20.397 0.601 19.879 C -0.297 18.511 -0.047 16.003 0.434 14.261 C 1.019 12.437 1.854 10.986 2.857 10.054 C 3.546 9.411 4.298 9.038 5.071 8.913 C 5.322 8.872 5.531 9.1 5.489 9.349 C 5.009 11.795 4.925 13.888 4.841 15.588 Z M 23.85 12.624 C 23.62 12.728 23.349 12.707 23.119 12.624 C 22.639 12.396 22.618 11.94 22.639 11.484 C 22.639 10.945 22.618 10.157 22.367 8.976 C 22.325 8.768 22.534 8.602 22.722 8.706 C 23.286 9.017 23.787 9.66 24.101 10.406 C 24.289 10.862 24.372 11.359 24.331 11.836 C 24.289 12.313 24.101 12.52 23.85 12.645 Z M 20.591 9.369 C 20.007 10.095 19.589 11.194 19.317 12.665 C 19.171 13.246 18.732 15.008 17.771 15.153 C 17.583 15.174 17.04 15.174 16.372 14.344 C 16.08 13.971 16.017 13.495 16.184 13.059 C 16.643 11.815 16.936 10.51 17.019 9.307 C 17.04 8.81 17.187 7.421 17.249 6.675 C 17.27 6.488 17.291 6.343 17.291 6.239 C 17.354 5.555 17.583 4.705 17.876 4.042 C 18.21 3.317 18.586 2.861 18.92 2.819 C 19.839 2.674 21.072 4.768 22.054 8.064 C 22.116 8.25 21.991 8.457 21.803 8.52 C 21.427 8.623 20.988 8.872 20.591 9.369 Z M 110.016 3.13 L 100.699 3.13 L 100.699 4.208 L 104.856 4.208 L 104.856 14.925 L 106.026 14.925 L 106.026 4.208 L 110.183 4.208 L 110.183 3.13 Z M 121.964 3.13 L 120.961 3.13 L 120.961 8.395 L 113.567 8.395 L 113.567 3.13 L 112.397 3.13 L 112.397 14.925 L 113.567 14.925 L 113.567 9.452 L 120.961 9.452 L 120.961 14.925 L 122.131 14.925 L 122.131 3.13 Z M 132.931 13.826 L 125.954 13.826 L 125.954 9.452 L 132.116 9.452 L 132.116 8.395 L 125.954 8.395 L 125.954 4.208 L 132.847 4.208 L 132.847 3.13 L 124.784 3.13 L 124.784 14.925 L 133.098 14.925 L 133.098 13.826 Z M 145.171 14.655 L 142.414 10.82 C 144.085 10.24 145.025 8.955 145.025 7.151 C 145.025 5.348 143.229 3.13 140.2 3.13 L 135.897 3.13 L 135.897 14.925 L 137.067 14.925 L 137.067 11.173 L 140.2 11.173 C 140.534 11.173 140.868 11.173 141.244 11.111 L 143.939 14.863 L 143.981 14.925 L 145.339 14.925 Z M 143.834 7.151 C 143.834 9.059 142.539 10.095 140.2 10.095 L 137.067 10.095 L 137.067 4.208 L 140.2 4.208 C 142.56 4.208 143.834 5.244 143.834 7.151 Z M 159.71 14.759 L 159.689 3.296 L 159.689 3.13 L 158.749 3.13 L 158.686 3.213 L 153.673 11.815 L 148.66 3.213 L 148.597 3.13 L 147.636 3.13 L 147.636 14.925 L 148.785 14.925 L 148.785 5.576 L 153.318 13.308 L 153.36 13.391 L 153.966 13.391 L 154.007 13.308 L 158.54 5.555 L 158.561 14.759 L 158.561 14.925 L 159.71 14.925 Z M 163.533 3.337 C 164.326 3.337 164.953 3.98 164.953 4.747 C 164.953 5.514 164.305 6.156 163.533 6.156 C 162.76 6.156 162.112 5.514 162.112 4.747 C 162.112 3.98 162.76 3.337 163.533 3.337 M 163.533 2.881 C 162.488 2.881 161.632 3.731 161.632 4.768 C 161.632 5.804 162.488 6.654 163.533 6.654 C 164.577 6.654 165.433 5.804 165.433 4.768 C 165.433 3.731 164.577 2.881 163.533 2.881 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 164.582 4.337 C 164.582 4.565 164.498 4.71 164.31 4.793 L 164.686 5.311 L 164.289 5.311 L 163.976 4.855 L 163.746 4.855 L 163.746 5.311 L 163.412 5.311 L 163.412 3.86 L 163.976 3.86 C 164.206 3.86 164.373 3.902 164.457 3.985 C 164.54 4.067 164.582 4.171 164.582 4.337 Z M 164.185 4.503 C 164.227 4.461 164.248 4.42 164.248 4.337 C 164.248 4.254 164.248 4.213 164.185 4.171 C 164.122 4.13 164.081 4.13 163.976 4.13 L 163.725 4.13 L 163.725 4.565 L 163.955 4.565 C 164.081 4.565 164.143 4.565 164.185 4.503 Z M 82.865 3.01 L 85.518 3.01 L 85.518 14.764 L 82.865 14.764 L 77.226 7.384 L 77.226 14.764 L 74.573 14.764 L 74.573 3.01 L 77.058 3.01 L 82.865 10.576 Z M 98.177 13.147 C 96.986 14.308 95.503 14.888 93.748 14.888 C 91.994 14.888 90.511 14.308 89.32 13.147 C 88.129 11.986 87.524 10.535 87.524 8.814 C 87.524 7.094 88.129 5.643 89.32 4.482 C 90.511 3.321 91.994 2.741 93.748 2.741 C 95.503 2.741 96.986 3.321 98.177 4.482 C 99.367 5.643 99.973 7.094 99.973 8.814 C 99.973 10.535 99.367 11.986 98.177 13.147 Z M 97.279 8.835 C 97.279 7.778 96.944 6.887 96.255 6.161 C 95.566 5.436 94.751 5.042 93.748 5.042 C 92.746 5.042 91.931 5.415 91.242 6.161 C 90.573 6.907 90.218 7.799 90.218 8.835 C 90.218 9.872 90.552 10.784 91.242 11.509 C 91.931 12.235 92.746 12.608 93.748 12.608 C 94.751 12.608 95.566 12.235 96.255 11.509 C 96.944 10.763 97.279 9.872 97.279 8.835 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:10296407702},ZmYp4yKiS:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 174 23\"><g transform=\"translate(0.4 0.551)\"><path d=\"M 43.109 7.483 L 39.913 13.909 L 38.326 13.909 L 35.13 7.483 L 35.13 14.883 L 32.477 14.883 L 32.477 3.13 L 36.049 3.13 L 39.099 9.597 L 42.169 3.13 L 45.721 3.13 L 45.721 14.883 L 43.068 14.883 Z M 57.564 14.883 L 56.457 12.334 L 51.486 12.334 L 50.379 14.883 L 47.559 14.883 L 52.676 3.13 L 55.246 3.13 L 60.363 14.883 Z M 53.992 6.633 L 52.509 10.054 L 55.476 10.054 Z M 69.262 8.893 L 71.915 8.893 L 71.915 13.059 C 70.745 14.365 69.116 15.008 67.027 15.008 C 64.938 15.008 63.831 14.427 62.64 13.287 C 61.45 12.147 60.865 10.696 60.865 8.955 C 60.865 7.214 61.471 5.763 62.661 4.581 C 63.873 3.42 65.314 2.84 67.027 2.84 C 68.74 2.84 70.202 3.4 71.455 4.498 L 70.077 6.467 C 69.554 6.011 69.053 5.68 68.614 5.514 C 68.176 5.348 67.674 5.244 67.173 5.244 C 66.171 5.244 65.314 5.576 64.625 6.26 C 63.935 6.944 63.58 7.836 63.58 8.934 C 63.58 10.033 63.915 10.945 64.583 11.608 C 65.251 12.272 66.024 12.603 66.943 12.603 C 67.862 12.603 68.614 12.437 69.241 12.085 L 69.241 8.893 Z M 12.904 16.915 C 12.508 16.915 12.027 16.562 11.568 15.92 C 11.066 15.194 10.586 14.137 10.21 12.852 C 9.667 11.297 9.144 10.323 8.497 9.66 C 7.933 9.1 7.264 8.748 6.387 8.582 C 6.116 8.52 5.928 8.25 6.011 7.981 C 6.387 6.633 7.056 4.809 7.87 3.234 C 8.936 1.14 10.001 0 10.857 0 C 11.568 0 12.34 0.249 13.385 2.964 C 13.761 3.918 13.991 5.41 14.116 7.421 C 14.116 7.504 14.116 7.566 14.137 7.608 C 14.325 9.888 14.743 11.795 15.348 13.184 C 15.516 13.536 15.495 13.951 15.328 14.303 C 14.513 15.837 13.552 16.873 12.884 16.915 Z M 4.841 15.588 C 4.779 17.184 4.716 18.449 4.382 19.319 C 4.027 20.231 3.4 20.729 2.251 20.874 L 2.063 20.874 C 1.437 20.77 0.935 20.397 0.601 19.879 C -0.297 18.511 -0.047 16.003 0.434 14.261 C 1.019 12.437 1.854 10.986 2.857 10.054 C 3.546 9.411 4.298 9.038 5.071 8.913 C 5.322 8.872 5.531 9.1 5.489 9.349 C 5.009 11.795 4.925 13.888 4.841 15.588 Z M 23.85 12.624 C 23.62 12.728 23.349 12.707 23.119 12.624 C 22.639 12.396 22.618 11.94 22.639 11.484 C 22.639 10.945 22.618 10.157 22.367 8.976 C 22.325 8.768 22.534 8.602 22.722 8.706 C 23.286 9.017 23.787 9.66 24.101 10.406 C 24.289 10.862 24.372 11.359 24.331 11.836 C 24.289 12.313 24.101 12.52 23.85 12.645 Z M 20.591 9.369 C 20.007 10.095 19.589 11.194 19.317 12.665 C 19.171 13.246 18.732 15.008 17.771 15.153 C 17.583 15.174 17.04 15.174 16.372 14.344 C 16.08 13.971 16.017 13.495 16.184 13.059 C 16.643 11.815 16.936 10.51 17.019 9.307 C 17.04 8.81 17.187 7.421 17.249 6.675 C 17.27 6.488 17.291 6.343 17.291 6.239 C 17.354 5.555 17.583 4.705 17.876 4.042 C 18.21 3.317 18.586 2.861 18.92 2.819 C 19.839 2.674 21.072 4.768 22.054 8.064 C 22.116 8.25 21.991 8.457 21.803 8.52 C 21.427 8.623 20.988 8.872 20.591 9.369 Z M 110.016 3.13 L 100.699 3.13 L 100.699 4.208 L 104.856 4.208 L 104.856 14.925 L 106.026 14.925 L 106.026 4.208 L 110.183 4.208 L 110.183 3.13 Z M 121.964 3.13 L 120.961 3.13 L 120.961 8.395 L 113.567 8.395 L 113.567 3.13 L 112.397 3.13 L 112.397 14.925 L 113.567 14.925 L 113.567 9.452 L 120.961 9.452 L 120.961 14.925 L 122.131 14.925 L 122.131 3.13 Z M 132.931 13.826 L 125.954 13.826 L 125.954 9.452 L 132.116 9.452 L 132.116 8.395 L 125.954 8.395 L 125.954 4.208 L 132.847 4.208 L 132.847 3.13 L 124.784 3.13 L 124.784 14.925 L 133.098 14.925 L 133.098 13.826 Z M 145.171 14.655 L 142.414 10.82 C 144.085 10.24 145.025 8.955 145.025 7.151 C 145.025 5.348 143.229 3.13 140.2 3.13 L 135.897 3.13 L 135.897 14.925 L 137.067 14.925 L 137.067 11.173 L 140.2 11.173 C 140.534 11.173 140.868 11.173 141.244 11.111 L 143.939 14.863 L 143.981 14.925 L 145.339 14.925 Z M 143.834 7.151 C 143.834 9.059 142.539 10.095 140.2 10.095 L 137.067 10.095 L 137.067 4.208 L 140.2 4.208 C 142.56 4.208 143.834 5.244 143.834 7.151 Z M 159.71 14.759 L 159.689 3.296 L 159.689 3.13 L 158.749 3.13 L 158.686 3.213 L 153.673 11.815 L 148.66 3.213 L 148.597 3.13 L 147.636 3.13 L 147.636 14.925 L 148.785 14.925 L 148.785 5.576 L 153.318 13.308 L 153.36 13.391 L 153.966 13.391 L 154.007 13.308 L 158.54 5.555 L 158.561 14.759 L 158.561 14.925 L 159.71 14.925 Z M 163.533 3.337 C 164.326 3.337 164.953 3.98 164.953 4.747 C 164.953 5.514 164.305 6.156 163.533 6.156 C 162.76 6.156 162.112 5.514 162.112 4.747 C 162.112 3.98 162.76 3.337 163.533 3.337 M 163.533 2.881 C 162.488 2.881 161.632 3.731 161.632 4.768 C 161.632 5.804 162.488 6.654 163.533 6.654 C 164.577 6.654 165.433 5.804 165.433 4.768 C 165.433 3.731 164.577 2.881 163.533 2.881 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 164.582 4.337 C 164.582 4.565 164.498 4.71 164.31 4.793 L 164.686 5.311 L 164.289 5.311 L 163.976 4.855 L 163.746 4.855 L 163.746 5.311 L 163.412 5.311 L 163.412 3.86 L 163.976 3.86 C 164.206 3.86 164.373 3.902 164.457 3.985 C 164.54 4.067 164.582 4.171 164.582 4.337 Z M 164.185 4.503 C 164.227 4.461 164.248 4.42 164.248 4.337 C 164.248 4.254 164.248 4.213 164.185 4.171 C 164.122 4.13 164.081 4.13 163.976 4.13 L 163.725 4.13 L 163.725 4.565 L 163.955 4.565 C 164.081 4.565 164.143 4.565 164.185 4.503 Z M 82.865 3.01 L 85.518 3.01 L 85.518 14.764 L 82.865 14.764 L 77.226 7.384 L 77.226 14.764 L 74.573 14.764 L 74.573 3.01 L 77.058 3.01 L 82.865 10.576 Z M 98.177 13.147 C 96.986 14.308 95.503 14.888 93.748 14.888 C 91.994 14.888 90.511 14.308 89.32 13.147 C 88.129 11.986 87.524 10.535 87.524 8.814 C 87.524 7.094 88.129 5.643 89.32 4.482 C 90.511 3.321 91.994 2.741 93.748 2.741 C 95.503 2.741 96.986 3.321 98.177 4.482 C 99.367 5.643 99.973 7.094 99.973 8.814 C 99.973 10.535 99.367 11.986 98.177 13.147 Z M 97.279 8.835 C 97.279 7.778 96.944 6.887 96.255 6.161 C 95.566 5.436 94.751 5.042 93.748 5.042 C 92.746 5.042 91.931 5.415 91.242 6.161 C 90.573 6.907 90.218 7.799 90.218 8.835 C 90.218 9.872 90.552 10.784 91.242 11.509 C 91.931 12.235 92.746 12.608 93.748 12.608 C 94.751 12.608 95.566 12.235 96.255 11.509 C 96.944 10.763 97.279 9.872 97.279 8.835 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:10296407702}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uzj1yh\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"zOwkgC_RO\",children:[isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dZ3UVAb7m\"},implicitPathVariables:undefined},{href:{webPageId:\"dZ3UVAb7m\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(12+((componentViewport?.height||60)-24-36)/2)+0+0,...addPropertyOverrides({sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-122td89-container\",\"data-framer-name\":\"Products\",layoutDependency:layoutDependency,layoutId:\"ubEsDS_Kp-container\",name:\"Products\",nodeId:\"ubEsDS_Kp\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonRegular,{BmtiaF9Sf:\"ArrowRight\",height:\"100%\",id:\"ubEsDS_Kp\",iMqxV0UCu:false,Jcm_evIRx:getLocalizedValue(\"v8\",activeLocale)??\"Products\",layoutId:\"ubEsDS_Kp\",name:\"Products\",sJcAqHnD6:false,style:{height:\"100%\"},variant:\"LksjLDvR2\",width:\"100%\",y90KBkkgN:resolvedLinks9[0],...addPropertyOverrides({sIc2HojSM:{lkBEcyWtQ:lkBEcyWtQe2jq8o,y90KBkkgN:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QreLQ03j7\"},implicitPathVariables:undefined},{href:{webPageId:\"QreLQ03j7\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(12+((componentViewport?.height||60)-24-36)/2)+0+0,...addPropertyOverrides({sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1y30dtv-container\",\"data-framer-name\":\"Solutions\",layoutDependency:layoutDependency,layoutId:\"Q09wiB0Ox-container\",name:\"Solutions\",nodeId:\"Q09wiB0Ox\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonRegular,{BmtiaF9Sf:\"ArrowRight\",height:\"100%\",id:\"Q09wiB0Ox\",iMqxV0UCu:false,Jcm_evIRx:getLocalizedValue(\"v1\",activeLocale)??\"Solutions\",layoutId:\"Q09wiB0Ox\",name:\"Solutions\",sJcAqHnD6:false,style:{height:\"100%\"},variant:\"LksjLDvR2\",width:\"100%\",y90KBkkgN:resolvedLinks10[0],...addPropertyOverrides({sIc2HojSM:{lkBEcyWtQ:lkBEcyWtQe2jq8o,y90KBkkgN:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ob_Sney2Z\"},implicitPathVariables:undefined},{href:{webPageId:\"ob_Sney2Z\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(12+((componentViewport?.height||60)-24-36)/2)+0+0,...addPropertyOverrides({sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qocdx2-container\",\"data-framer-name\":\"Technology\",layoutDependency:layoutDependency,layoutId:\"M6HEu7WX0-container\",name:\"Technology\",nodeId:\"M6HEu7WX0\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonRegular,{BmtiaF9Sf:\"ArrowRight\",height:\"100%\",id:\"M6HEu7WX0\",iMqxV0UCu:false,Jcm_evIRx:getLocalizedValue(\"v2\",activeLocale)??\"Technology\",layoutId:\"M6HEu7WX0\",name:\"Technology\",sJcAqHnD6:false,style:{height:\"100%\"},variant:\"LksjLDvR2\",width:\"100%\",y90KBkkgN:resolvedLinks11[0],...addPropertyOverrides({sIc2HojSM:{lkBEcyWtQ:lkBEcyWtQe2jq8o,y90KBkkgN:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"B2qek2m2M\"},implicitPathVariables:undefined},{href:{webPageId:\"B2qek2m2M\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+(12+((componentViewport?.height||60)-24-36)/2)+0+0,...addPropertyOverrides({sIc2HojSM:{y:(componentViewport?.y||0)+12+(((componentViewport?.height||399)-36-338)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wc358h-container\",\"data-framer-name\":\"Mission\",layoutDependency:layoutDependency,layoutId:\"klAxhUdEZ-container\",name:\"Mission\",nodeId:\"klAxhUdEZ\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",children:/*#__PURE__*/_jsx(ButtonRegular,{BmtiaF9Sf:\"ArrowRight\",height:\"100%\",id:\"klAxhUdEZ\",iMqxV0UCu:false,Jcm_evIRx:getLocalizedValue(\"v3\",activeLocale)??\"Mission\",layoutId:\"klAxhUdEZ\",name:\"Mission\",sJcAqHnD6:false,style:{height:\"100%\"},variant:\"LksjLDvR2\",width:\"100%\",y90KBkkgN:resolvedLinks12[0],...addPropertyOverrides({sIc2HojSM:{lkBEcyWtQ:lkBEcyWtQe2jq8o,y90KBkkgN:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q2f5vy-container\",\"data-framer-name\":\"Burguer\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"MeixcTowe-container\",name:\"Burguer\",nodeId:\"MeixcTowe\",rendersWithMotion:true,scopeId:\"Tcvfp2je_\",whileHover:animation1,whileTap:animation2,children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-b052fa95-4e39-4122-8077-fef5ce36efe2, rgb(255, 250, 242))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"MeixcTowe\",layoutId:\"MeixcTowe\",mirrored:false,name:\"Burguer\",onClick:onClick1wxf9sv,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({QviwnzfG1:{color:\"var(--token-72170b53-5947-4a7f-8a2d-83276d5c3e3e, rgb(201, 241, 102))\",iconSelection:\"X\",onClick:onClickx6968b},sIc2HojSM:{color:\"var(--token-72170b53-5947-4a7f-8a2d-83276d5c3e3e, rgb(201, 241, 102))\",iconSelection:\"X\",onClick:onClicke2jq8o},ZmYp4yKiS:{onClick:onClickxhv13t}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vOAgF.framer-d90k6o, .framer-vOAgF .framer-d90k6o { display: block; }\",\".framer-vOAgF.framer-dxz2ps { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 48px 12px 48px; position: relative; width: 1200px; }\",\".framer-vOAgF .framer-3gbxna { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-vOAgF .framer-1msatfn { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 48px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-vOAgF .framer-11t6i7o-container, .framer-vOAgF .framer-tbmjvs-container, .framer-vOAgF .framer-ibjhg9-container, .framer-vOAgF .framer-nwa7cr-container, .framer-vOAgF .framer-qbfuun-container, .framer-vOAgF .framer-1cl4gxh-container, .framer-vOAgF .framer-xaxml0-container, .framer-vOAgF .framer-1c6vye3-container, .framer-vOAgF .framer-kgiyce-container { flex: none; height: 44px; position: relative; width: auto; }\",\".framer-vOAgF .framer-11gybl5-container, .framer-vOAgF .framer-rs39kd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-vOAgF .framer-1pn2495 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vOAgF .framer-3e64pq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vOAgF .framer-11x0fx4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-vOAgF .framer-1eyjgnl { flex: none; height: 25px; position: relative; text-decoration: none; width: 190px; }\",\".framer-vOAgF .framer-uzj1yh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-vOAgF .framer-122td89-container, .framer-vOAgF .framer-1y30dtv-container, .framer-vOAgF .framer-1qocdx2-container, .framer-vOAgF .framer-1wc358h-container { flex: none; height: 36px; position: relative; width: auto; }\",\".framer-vOAgF .framer-q2f5vy-container { flex: none; height: 20px; position: relative; width: 20px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-vOAgF.framer-v-1g7uqf.framer-dxz2ps { align-content: flex-end; align-items: flex-end; flex-direction: column; padding: 12px 48px 24px 48px; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-3gbxna, .framer-vOAgF.framer-v-n1t3ix .framer-ibjhg9-container { order: 2; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-11t6i7o-container, .framer-vOAgF.framer-v-n1t3ix .framer-11t6i7o-container { order: 8; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-1cl4gxh-container, .framer-vOAgF.framer-v-n1t3ix .framer-1cl4gxh-container { order: 7; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-xaxml0-container, .framer-vOAgF.framer-v-n1t3ix .framer-xaxml0-container { order: 6; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-1c6vye3-container, .framer-vOAgF.framer-v-n1t3ix .framer-1c6vye3-container { order: 5; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-kgiyce-container, .framer-vOAgF.framer-v-n1t3ix .framer-kgiyce-container { order: 0; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-11gybl5-container { order: 9; }\",\".framer-vOAgF.framer-v-1g7uqf .framer-1pn2495, .framer-vOAgF.framer-v-n1t3ix .framer-1pn2495 { flex: none; order: 1; width: 100%; }\",\".framer-vOAgF.framer-v-bnkco9.framer-dxz2ps { height: 60px; padding: 12px; width: 390px; }\",\".framer-vOAgF.framer-v-bnkco9 .framer-1eyjgnl, .framer-vOAgF.framer-v-n1t3ix .framer-1eyjgnl { height: 23px; width: 174px; }\",\".framer-vOAgF.framer-v-n1t3ix.framer-dxz2ps { flex-direction: column; padding: 12px; width: 390px; }\",\".framer-vOAgF.framer-v-n1t3ix .framer-3gbxna { order: 2; width: 100%; }\",\".framer-vOAgF.framer-v-n1t3ix .framer-tbmjvs-container { order: 1; }\",\".framer-vOAgF.framer-v-n1t3ix .framer-nwa7cr-container { order: 3; }\",\".framer-vOAgF.framer-v-n1t3ix .framer-qbfuun-container { order: 4; }\",\".framer-vOAgF.framer-v-n1t3ix .framer-rs39kd-container { order: 10; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sIc2HojSM\":{\"layout\":[\"fixed\",\"auto\"]},\"ZmYp4yKiS\":{\"layout\":[\"fixed\",\"fixed\"]},\"QviwnzfG1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerTcvfp2je_=withCSS(Component,css,\"framer-vOAgF\");export default FramerTcvfp2je_;FramerTcvfp2je_.displayName=\"Navigation\";FramerTcvfp2je_.defaultProps={height:60,width:1200};addPropertyControls(FramerTcvfp2je_,{variant:{options:[\"z5gM179_h\",\"sIc2HojSM\",\"ZmYp4yKiS\",\"QviwnzfG1\"],optionTitles:[\"Desktop\",\"Nav Open\",\"phone\",\"Phone - Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerTcvfp2je_,[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EW5HJEX6O4L64XUWQA2XU7Q6BZ3B4JA4/ZWUP4SQYHHMMSS5LFHFFBX6DXL7C3DTU/H5EOHLIZH5K7IZK6SGYJI75L4KV6FUO7.woff2\",weight:\"300\"},{family:\"Switzer Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/3q5XNwZjGglwEtNlMVSIbfp7cg0.woff2\"}]},...ButtonLargeFonts,...LocaleSelectorFonts,...ButtonRegularFonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTcvfp2je_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sIc2HojSM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZmYp4yKiS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QviwnzfG1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"60\",\"framerIntrinsicWidth\":\"1200\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"q9BAAqC,SAAgB,EAAe,CAAC,MAAM,EAAE,MAAM,EAAE,EAAE,aAAa,EAAE,CAAC,EAAE,SAAS,EAAE,EAAE,WAAW,EAAE,EAAE,YAAY,EAAE,EAAE,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,OAAO,GAAG,EAAE,yBAAyB,EAAE,EAAE,YAAY,EAAE,GAAG,EAAE,eAAe,EAAE,EAAE,iBAAiB,EAAE,EAAE,kBAAkB,EAAE,EAAE,gBAAgB,IAAI,EAAE,eAAe,EAAE,EAAE,iBAAiB,EAAE,EAAE,kBAAkB,EAAE,EAAE,gBAAgB,IAAI,EAAE,OAAO,OAAO,CAAG,sBAAa,EAAe,CAAC,MAAM,CAAC,KAAKA,EAAE,MAAM,aAAa,OAAO,CAAC,MAAM,CAAC,KAAKA,EAAE,YAAY,UAAU,eAAe,aAAa,CAAC,QAAQ,iBAAiB,CAAC,UAAU,CAAC,WAAW,aAAa,cAAc,YAAY,CAAC,YAAY,CAAC,IAAI,IAAI,IAAI,IAAI,CAAC,aAAa,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,KAAKA,EAAE,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,QAAQ,CAAC,ICAhzB,SAAgB,GAAc,CAAC,QAAM,QAAM,QAAM,SAAO,CAAC,EAAE,CAAC,CAAC,IAAM,EAAO,EAAE,QAAI,IAAO,EAAO,0BAA0B,GAAG,EAAM,KAAK,EAAM,GAAG,IAAQ,EAAO,iCAAiC,GAAG,EAAO,KAAY,CAAQ,qBAAa,EAAc,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,aAAa,OAAO,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,IAAI,EAAE,CAAC,MAAM,CAAC,KAAK,EAAY,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,CAAC,QAAQ,SAAS,SAAS,SAAS,CAAC,aAAa,QAAQ,CAAC,OAAO,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,CAAC,ICA5jB,SAAgB,EAAc,CAAC,YAAU,YAAU,cAAY,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,kCAAkC,EAAU,uBAAuB,EAAU,8BAA8B,EAAY,AAAE,qBAAa,EAAc,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,CAAC,YAAY,CAAC,KAAK,EAAY,MAAM,MAAM,SAAS,SAAS,GAAK,CAAC,ICA9Z,SAAgB,EAAgB,CAAC,UAAQ,EAAE,iBAAe,GAAM,aAAW,EAAE,eAAa,EAAE,gBAAc,EAAE,cAAY,EAAE,CAAC,EAAE,CAAC,CAAqL,OAAjL,OAAO,GAAU,SAAgB,CAAC,UAAQ,CAAK,EAAsB,CAAY,aAAwB,eAA2B,gBAA0B,cAAY,CAAa,CAAC,WAAW,EAAQ,aAAa,EAAQ,cAAc,EAAQ,YAAY,EAAQ,AAAG,qBAAa,EAAgB,CAAC,QAAQ,CAAC,KAAK,EAAY,QAAQ,aAAa,OAAO,CAAC,ICApe,SAAgB,EAAe,CAAC,SAAO,EAAE,kBAAgB,GAAM,gBAAc,EAAE,iBAAe,EAAE,oBAAkB,EAAE,mBAAiB,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,OAAO,GAAS,SAAU,MAAM,CAAC,aAAa,EAAO,CAAE,IAAM,EAAO,EAAE,QAAI,GAAiB,EAAO,oBAAoB,EAAc,EAAO,qBAAqB,EAAe,EAAO,wBAAwB,EAAkB,EAAO,uBAAuB,IAAuB,EAAO,oBAAoB,EAAO,EAAO,qBAAqB,EAAO,EAAO,wBAAwB,EAAO,EAAO,uBAAuB,GAAe,CAAQ,qBAAa,EAAe,CAAC,OAAO,CAAC,KAAK,EAAY,aAAa,aAAa,OAAO,CAAC,ICEgS,SAASC,GAAK,CAAC,OAAK,QAAM,QAAM,OAAK,CAAC,CAA+F,OAA3F,IAAO,UAAU,EAA2B,EAAK,MAAM,CAAC,GAAG,EAAM,MAAM,EAAK,OAAO,EAAK,EAAuB,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,cAAc,MAAM,EAAK,OAAO,EAAK,KAAK,EAAM,SAAsB,EAAK,OAAO,CAAC,EAAE,ghBAAghB,EAAE,CAAG,CAA6H,SAAS,GAAM,CAAC,OAAK,QAAM,QAAM,OAAK,CAAC,CAA+F,OAA3F,IAAO,UAAU,EAA2B,EAAK,MAAM,CAAC,GAAG,EAAM,MAAM,EAAK,OAAO,EAAK,EAAuB,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,YAAY,MAAM,EAAK,OAAO,EAAK,SAAsB,EAAK,OAAO,CAAC,EAAE,2BAA2B,KAAK,OAAO,OAAO,EAAM,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAQ,EAAE,CAAG,2DAArjD,EAAU,wBAA4H,SAAS,EAAS,CAAC,EAAS,QAAW,UAAU,EAAS,OAAU,QAAU,GAAE,AAAW,KAAS,EAAE,GAA40B,SAAS,EAAU,CAAC,EAAU,QAAW,UAAU,EAAU,OAAU,QAAU,GAAE,AAAY,KAAU,EAAE,EAMv4D,EAAe,GAAS,CAAC,OAAK,YAAU,YAAU,OAAK,QAAM,QAAQ,CAAC,QAAM,MAAI,SAAO,QAAM,SAAM,CAAC,QAAM,GAAG,EAAM,GAAG,CAAC,IAAM,EAAGC,IAAa,CAAC,eAAa,UAAQ,YAAU,CAAC,IAAsB,EAAuB,IAAkC,EAAe,GAAc,IAAI,UAAe,CAAC,EAAmB,EAAsB,CAACC,EAAS,GAGrW,CAAC,EAAiB,EAAoB,CAACA,EAAS,GAAsB,EAAe,EAAQ,KAAK,GAAQ,EAAO,KAAK,GACxH,IAAqB,IAAgB,EAAsB,GAAmB,IAAmB,GAAgB,EAAoB,aAA2B,EAAa,EAAM,CAAC,IAAM,EAAS,EAAM,OAAO,MAAM,EAAoB,GAAU,IAAM,EAAO,EAAQ,KAAK,GAAQC,EAAO,KAAK,GAAU,EAAU,EAAS,QAAoB,EAAM,MAAM,CAAW,YAAgB,QAAM,SAAS,CAAc,EAAK,QAAQ,CAAC,QAAQ,EAAG,SAAS,kBAAkB,EAAe,EAAK,SAAS,CAAI,KAAG,MAAM,EAAiB,SAAS,EAGlhB,aAAa,MAAM,SAAS,EAAuB,IAAI,GAAqB,EAAK,SAAS,CAAC,MAAM,EAAO,GAAG,SAAS,EAAO,KAAK,CAAC,EAAO,KAAK,EAAe,EAAM,MAAM,CAAC,UAAU,QAAQ,MAAM,CAAC,GAAG,EAAK,4BAA4B,EAAU,iBAAiB,EAAU,GAAG,EAAgB,GAAO,GAAG,EAAe,GAAO,GAAG,EAAe,GAAQ,GAAG,EAAc,GAAO,GAAG,GAAc,IAAO,MAAI,CAAC,SAAS,CAAC,GAAmB,EAAK,MAAM,CAAC,UAAU,OAAO,SAAsB,EAAKH,GAAK,CAAC,GAAG,EAAK,EAAE,EAAE,GAAoB,EAAK,MAAM,CAAC,UAAU,QAAQ,SAAS,GAAgB,MAAM,UAAU,EAAE,GAAoB,EAAK,MAAM,CAAC,UAAU,QAAQ,SAAsB,EAAK,GAAM,CAAC,GAAG,EAAM,EAAE,EAAE,CAAC,EAAE,CAAC,CAAG,EAAC,CAAC;eAC5qB,EAAU;;;UAGf;eACK,EAAU;;;;;;;;;;UAUf;eACK,EAAU;;;;;;;;;;;UAWf;eACK,EAAU;;;;;;;;;;;UAWf;eACK,EAAU;;;;UAIf;eACK,EAAU;;;;;UAKf;eACK,EAAU;;;;;;UAMf;eACK,EAAU,WAAW,EAAU;;;;UAIpC,CAAC,+BAA+B,EAAe,YAAY,kBAAkB,EAAoB,EAAe,CAAC,KAAK,CAChI,KAAK,EAAY,KAAK,SAAS,WAAW,gBAAgB,aAAa,aAAa,CAAC,SAAS,GAAG,WAAW,QAAQ,CAAC,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,aAAa,OAAO,CAAC,UAAU,CAAC,KAAK,EAAY,MAAM,MAAM,OAAO,aAAa,OAAO,CAAC,GAAG,EAAgB,GAAG,EAAe,KAAK,CAAC,KAAK,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAK,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAO,IAAU,aAAa,CAAC,UAAU,SAAS,CAAC,wBAAwB,GAAK,aAAa,UAAU,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,aAAa,OAAO,OAAO,GAAO,EAAM,OAAO,UAAU,CAAC,MAAM,CAAC,KAAK,EAAY,gBAAgB,MAAM,OAAO,OAAO,GAAO,EAAM,OAAO,SAAS,CAAC,KAAK,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAK,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAO,IAAW,aAAa,CAAC,UAAU,SAAS,CAAC,wBAAwB,GAAK,aAAa,UAAU,CAAC,MAAM,CAAC,KAAK,EAAY,MAAM,aAAa,OAAO,OAAO,GAAO,EAAM,OAAO,UAAU,CAAC,MAAM,CAAC,KAAK,EAAY,gBAAgB,MAAM,OAAO,OAAO,GAAO,EAAM,OAAO,SAAS,CAAC,KAAK,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,GAAG,CAAC,CAAC,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,KAAK,EAAY,OAAO,MAAM,UAAU,YAAY,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAK,EAAY,QAAQ,aAAa,GAAK,CAAC,IAAI,CAAC,KAAK,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,CAAC,OAAO,CAAC,KAAK,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAAS,EAAe,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAAS,EAAc,CAAC,MAAM,CAAC,KAAK,EAAY,OAAO,YAAY,eAAe,SAAS,EAAc,CAAC,CAAC,CAAC,kLC9EruD,GAAG,MAAmB,GAAG,WAA2B,GAAG,cAA2B,GAAG,UAAuB,GAAG,cAA2B,GAAG,WAAwB,GAAG,OAAoB,GAAG,UAAuB,GAAG,WACzN,EAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,IAAI,CAAC,CAAC,mBAAqB,CAAC,KAAO,WAAW,CAAC,CAAC,ICAjmB,SAAwB,EAAkB,EAAI,EAAO,CAAC,KAAM,GAAO,CAAC,IAAM,EAAO,GAAiB,EAAO,IAAI,GAAG,EAAO,CAAC,IAAM,EAAM,EAAO,GAAK,GAAG,EAAM,OAAO,CAAO,GAAO,EAAO,QAAU,CAAC,wBAA7O,GAAiB,CAAC,UAAUI,GAAgB,ICAi4C,SAAS,EAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAAsF,OAArF,GAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,KAAkB,CAAe,uHAAtoB,GAAiB,EAASC,GAAmB,GAAoB,EAAS,GAAsB,GAAmB,EAASC,GAAqB,GAAc,EAASC,IAAgB,GAAgB,GAAO,EAAO,KAAW,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,CAAO,GAAkB,eAAqB,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,CAA8L,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,KAAK,QAAQ,CAAO,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,CAAO,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,SAAS,CAAO,EAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,SAAS,CAAO,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,MAAM,EAAE,MAAM,EAAE,WAAW,EAAY,CAAO,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,WAAW,EAAY,CAAO,IAAY,CAAC,QAAM,WAAS,GAAG,CAAC,IAAM,EAAA,EAAwB,GAA2B,EAAW,GAAO,EAAO,WAAiB,EAAA,OAAgC,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,GAAY,EAAE,OAAoB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAG,EAAO,GAAS,EAAO,OAAA,GAA6B,GAAwB,CAAC,WAAW,YAAY,eAAe,YAAY,QAAQ,YAAY,MAAM,YAAY,CAAO,IAAU,CAAC,SAAO,KAAG,QAAM,GAAG,EAAM,IAAU,CAAC,GAAG,EAAM,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,YAAY,EAAS,IAAwB,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,KAAK,EAAM,iBAAwB,EAAS,KAAK,KAAa,GAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAYC,EAAO,MAAY,EAAW,GAAK,EAAkB,EAAA,IAAmC,CAAC,eAAa,YAAU,CAAC,IAAsB,EAAkB,KAA4B,CAAC,QAAM,UAAA,EAAU,WAAS,UAAQ,GAAG,EAAU,CAAC,GAAS,GAAY,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,aAAU,mBAAgB,aAAW,WAAS,CAAC,GAAgB,CAAC,cAAW,eAAe,YAAY,IAAI,EAAW,UAAQ,qBAAkB,EAAQ,EAAiB,GAAuB,EAAM,GAAe,CAAC,wBAAsB,SAAM,CAAC,GAAyB,GAAmB,GAAoB,EAAsB,MAAM,GAAG,IAAO,CAAC,GAAgB,CAAC,UAAU,GAAM,EAAE,EAAW,YAAc,GAAQ,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAgB,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAe,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAc,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAc,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAc,EAAsB,MAAM,GAAG,IAAO,CAAC,EAAW,YAAc,GAAQ,EAAsB,EAAE,CAAO,EAAkB,EAAG,GAAkB,GAAG,GAA6B,MAAiB,EAAG,CAAC,YAAY,YAAY,CAAC,SAAS,GAAqD,KAAY,IAAM,MAAqB,IAAc,YAA6C,OAAqB,IAAc,YAA6C,OAAqB,IAAc,YAA6C,MAAkB,CAAG,CAAC,YAAY,YAAY,CAAC,SAAS,GAAwC,OAAoB,EAAK,GAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,QAAQ,GAAM,SAAsB,EAAK,GAAW,CAAC,MAAM,GAAY,SAAsB,EAAM,GAAgB,CAAC,GAAG,EAAU,GAAG,EAAgB,kBAAkB,CAAC,WAAW,GAAY,CAAC,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAO,GAAU,CAAC,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,UAAU,EAAG,EAAkB,gBAAgBC,EAAU,GAAY,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,eAAe,YAAY,gBAAgB,wBAAwB,qBAAqB,YAAY,GAAG,EAAM,CAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,mBAAmB,eAAe,CAAC,UAAU,CAAC,mBAAmB,WAAW,iBAAiB,GAAK,aAAa,GAAoB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,CAAC,EAAY,GAAgB,SAAS,CAAC,KAA4B,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA4B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKJ,EAAY,CAAC,UAAU,GAAM,UAAU,EAAc,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,MAAM,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAc,GAAG,UAAU,EAAgB,CAAC,UAAU,CAAC,UAAU,EAAc,GAAG,UAAU,EAAgB,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,YAAY,SAAS,YAAY,UAAU,EAAgB,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,aAAa,SAAS,YAAY,UAAU,EAAgB,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,UAAU,SAAS,YAAY,UAAU,EAAgB,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,GAAG,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,QAAQ,SAAS,YAAY,UAAU,EAAgB,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,UAAU,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,OAAO,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA4C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,UAAU,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAY,CAAC,UAAU,GAAM,UAAU,EAAe,GAAG,OAAO,OAAO,GAAG,YAAY,UAAU,EAAkB,KAAK,IAAe,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAkB,KAAK,IAAe,WAAW,UAAU,EAAgB,CAAC,UAAU,CAAC,UAAU,EAAe,GAAG,UAAU,EAAgB,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,MAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAK,EAAe,CAAC,MAAM,CAAC,MAAM,wEAAwE,KAAK,GAAG,KAAK,UAAU,CAAC,KAAK,CAAC,WAAW,+CAA+C,SAAS,iDAAiD,UAAU,SAAS,WAAW,IAAI,cAAc,MAAM,WAAW,OAAO,CAAC,OAAO,OAAO,KAAK,CAAC,MAAM,wEAAwE,KAAK,GAAG,KAAK,UAAU,CAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,wEAAwE,OAAO,EAAE,MAAM,QAAQ,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,UAAU,wEAAwE,CAAC,MAAM,GAAK,CAAC,QAAQ,oBAAoB,OAAO,MAAM,UAAU,wEAAwE,MAAM,OAAO,EAAE,EAAE,EAAE,MAA6B,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAsB,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAK,EAAe,CAAC,KAAK,CAAC,WAAW,2DAA2D,SAAS,OAAO,cAAc,MAAM,WAAW,QAAQ,CAAC,OAAO,OAAO,KAAK,CAAC,MAAM,wEAAwE,KAAK,GAAG,KAAK,UAAU,CAAC,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,wEAAwE,OAAO,EAAE,MAAM,QAAQ,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,UAAU,wEAAwE,CAAC,MAAM,GAAK,CAAC,QAAQ,mBAAmB,OAAO,OAAO,UAAU,wEAAwE,MAAM,OAAO,EAAE,EAAE,EAAE,CAAC,EAAE,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAuB,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAK,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsB,EAAK,EAAI,CAAC,GAAG,IAAI,UAAU,+BAA+B,mBAAmB,mBAAmB,OAAO,WAA4B,mBAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,28LAA28L,aAAa,WAAW,mBAAmB,GAAK,GAAG,EAAqB,CAAC,UAAU,CAAC,IAAI,w4LAAw4L,aAAa,YAAY,CAAC,UAAU,CAAC,IAAI,w4LAAw4L,aAAa,YAAY,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,SAAS,CAAC,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA6B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,IAAI,KAAK,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,WAA4B,mBAAiB,SAAS,sBAAsB,KAAK,WAAW,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKC,EAAc,CAAC,UAAU,aAAa,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,UAAU,EAAkB,KAAK,IAAe,WAAW,SAAS,YAAY,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAe,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAgB,UAAU,EAAe,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA8B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,IAAI,KAAK,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,YAA6B,mBAAiB,SAAS,sBAAsB,KAAK,YAAY,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAc,CAAC,UAAU,aAAa,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,UAAU,EAAkB,KAAK,IAAe,YAAY,SAAS,YAAY,KAAK,YAAY,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAgB,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAgB,UAAU,EAAgB,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA8B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,IAAI,KAAK,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,aAA8B,mBAAiB,SAAS,sBAAsB,KAAK,aAAa,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAc,CAAC,UAAU,aAAa,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,UAAU,EAAkB,KAAK,IAAe,aAAa,SAAS,YAAY,KAAK,aAAa,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAgB,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAgB,UAAU,EAAgB,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAE,KAA6B,EAAK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,KAAK,CAAC,UAAU,YAAY,CAAC,sBAAsB,IAAA,GAAU,CAAC,CAAC,SAAS,GAA8B,EAAK,EAA0B,CAAC,OAAO,GAAG,GAAG,GAAmB,GAAG,IAAI,KAAK,GAAmB,QAAQ,IAAI,GAAG,IAAI,GAAG,EAAE,EAAE,GAAG,EAAqB,CAAC,UAAU,CAAC,GAAG,GAAmB,GAAG,GAAG,MAAM,GAAmB,QAAQ,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC,EAAY,GAAgB,SAAsB,EAAK,EAA8B,CAAC,UAAU,2BAA2B,mBAAmB,UAA2B,mBAAiB,SAAS,sBAAsB,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKA,EAAc,CAAC,UAAU,aAAa,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,UAAU,EAAkB,KAAK,IAAe,UAAU,SAAS,YAAY,KAAK,UAAU,UAAU,GAAM,MAAM,CAAC,OAAO,OAAO,CAAC,QAAQ,YAAY,MAAM,OAAO,UAAU,EAAgB,GAAG,GAAG,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAgB,UAAU,EAAgB,GAAG,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,EAAe,EAAK,EAA0B,CAAC,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA0B,mBAAmB,UAAU,iBAAiB,GAAK,iBAAiB,GAAsB,mBAAiB,SAAS,sBAAsB,KAAK,UAAU,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,WAAW,GAAW,SAAS,GAAW,SAAsB,EAAKC,GAAS,CAAC,MAAM,wEAAwE,OAAO,OAAO,WAAW,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,UAAU,QAAQ,EAAe,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,OAAO,CAAC,OAAO,OAAO,MAAM,OAAO,GAAG,EAAqB,CAAC,UAAU,CAAC,MAAM,wEAAwE,cAAc,IAAI,QAAQ,EAAc,CAAC,UAAU,CAAC,MAAM,wEAAwE,cAAc,IAAI,QAAQ,EAAc,CAAC,UAAU,CAAC,QAAQ,EAAc,CAAC,CAAC,EAAY,GAAgB,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAG,GAAQ,GAAI,CAAC,kFAAkF,gFAAgF,gRAAgR,6QAA6Q,mSAAmS,2aAA2a,iJAAiJ,4QAA4Q,mRAAmR,sRAAsR,uHAAuH,gSAAgS,oOAAoO,2KAA2K,wJAAwJ,qHAAqH,iIAAiI,iIAAiI,+HAA+H,iIAAiI,+HAA+H,wEAAwE,sIAAsI,6FAA6F,+HAA+H,uGAAuG,0EAA0E,uEAAuE,uEAAuE,uEAAuE,wEAAwE,CAUj8/C,EAAgB,EAAQ,GAAU,GAAI,gBAA+C,EAAgB,YAAY,aAAa,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,KAAK,CAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,CAAC,aAAa,CAAC,UAAU,WAAW,QAAQ,eAAe,CAAC,MAAM,UAAU,KAAK,EAAY,KAAK,CAAC,EAAE,EAAS,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,MAAM,CAAC,CAAC,OAAO,gBAAgB,OAAO,SAAS,IAAI,yEAAyE,CAAC,CAAC,CAAC,GAAG,GAAiB,GAAG,GAAoB,GAAG,GAAmB,GAAG,GAAc,CAAC,CAAC,6BAA6B,GAAK"}