{
  "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/NnVlYdkzUDOb3HBSuEco/R5YyuLyFZHrnnqQACdas/dbqSjO9lH-0.js", "ssg:https://framerusercontent.com/modules/NnVlYdkzUDOb3HBSuEco/R5YyuLyFZHrnnqQACdas/dbqSjO9lH.js", "ssg:https://framerusercontent.com/modules/R9n2kDx1HlJD2sXjjbpy/07rRfTkpQHKCQA9gqNyX/AU3ooykOM.js", "ssg:https://framerusercontent.com/modules/xWvoILz3NGhWs3KM7ox2/CvButazLZJ8tgwjhgVlX/f16kHWZn1.js", "ssg:https://framerusercontent.com/modules/tDJS2oBvy9sviWnPOboE/V48WoBYLIMculUUJ8O3r/h0fJGPg_L-0.js", "ssg:https://framerusercontent.com/modules/5KjxiySK1chYDvUykIGQ/c5H24eWxijTxz4M7EA9Z/YqdET4GGe.js", "ssg:https://framerusercontent.com/modules/tDJS2oBvy9sviWnPOboE/V48WoBYLIMculUUJ8O3r/h0fJGPg_L.js", "ssg:https://framerusercontent.com/modules/emMjFHd5LlrawCcuPgUP/Rcy1fZvTdKFhd7W1088r/uj5neULHa.js", "ssg:https://framerusercontent.com/modules/3oxRsQtS88zEWiP2VVVH/f12lWUTbLW26TxHfN1P3/W5752u9TE-0.js", "ssg:https://framerusercontent.com/modules/3oxRsQtS88zEWiP2VVVH/f12lWUTbLW26TxHfN1P3/W5752u9TE.js", "ssg:https://framerusercontent.com/modules/5YJjxuweGbZfHb44DXv2/1Mia7LzF2ewSkcsAc8B0/dbqSjO9lH.js", "ssg:https://framerusercontent.com/modules/4MNwPcPOOyep1Joh3brC/js1s4w0u7dej4fcsvowv/duLTPAyus.js", "ssg:https://framerusercontent.com/modules/ejZiDvsQm3kZ0vZKPyLe/LSbAolmWFJ6IXZYEVMv7/ypWULATSS-0.js", "ssg:https://framerusercontent.com/modules/bB2CbORfZjQElYarUI6O/gxY7WM4IPWAH7FlmRWLm/yrPYEiByW.js", "ssg:https://framerusercontent.com/modules/ejZiDvsQm3kZ0vZKPyLe/LSbAolmWFJ6IXZYEVMv7/ypWULATSS.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", "export const v0=\"Produkter\";export const v1=\"Workspaces on-demand\";export const v2=\"Dedikerade workspaces\";export const v3=\"HQ - zonbokning\";export const v4=\"Efter anv\\xe4ndningsfall\";export const v5=\"L\\xf6sningar\";export const v6=\"Ny\";export const v7=\"Av team\";export const v8=\"Storleksanpassa kontoret\";export const v9=\"Distribuerade team\";export const v10=\"HR\";export const v11=\"Mindre team\";export const v12=\"FM team\";export const v13=\"Fastighetsbolag\";export const v14=\"Priser\";export const v15=\"Artiklar\";export const v16=\"Logga in\";export const v17=\"Hitta flexkontor\";export const v18=\"Boka en demo\";\nexport const __FramerMetadata__ = {\"exports\":{\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fdd8d61)\nimport*as localizedValues from\"./dbqSjO9lH-0.js\";const valuesByLocaleId={nL9_NZefC: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 (1be12e0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ogrCQtzqG\",\"fsiRfG10c\"];const serializationHash=\"framer-bISFM\";const variantClassNames={fsiRfG10c:\"framer-v-1qqibuj\",ogrCQtzqG:\"framer-v-15sgbm\"};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(React.Fragment);const humanReadableVariantMap={\"horizontal logo\":\"ogrCQtzqG\",\"pin only logo\":\"fsiRfG10c\"};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:\"ogrCQtzqG\"};};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:\"ogrCQtzqG\",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:\"augiA20Il\"},children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:298,pixelWidth:1195,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/gRs2gziyjKLKgfZ4u2Uws8qr1Ig.png\",srcSet:\"https://framerusercontent.com/images/gRs2gziyjKLKgfZ4u2Uws8qr1Ig.png?scale-down-to=512 512w,https://framerusercontent.com/images/gRs2gziyjKLKgfZ4u2Uws8qr1Ig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gRs2gziyjKLKgfZ4u2Uws8qr1Ig.png 1195w\"},className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-15sgbm\",className,classNames)} framer-m6n567`,\"data-framer-name\":\"horizontal logo\",layoutDependency:layoutDependency,layoutId:\"ogrCQtzqG\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({fsiRfG10c:{\"data-framer-name\":\"pin only logo\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0),pixelHeight:551,pixelWidth:378,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/QiRmYye3MQyX3qtj1AtP07YZMY.png\",srcSet:\"https://framerusercontent.com/images/QiRmYye3MQyX3qtj1AtP07YZMY.png 378w\"}}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bISFM.framer-m6n567, .framer-bISFM .framer-m6n567 { display: block; }\",\".framer-bISFM.framer-15sgbm { height: 30px; overflow: hidden; position: relative; text-decoration: none; width: 134px; }\",\".framer-bISFM.framer-v-1qqibuj.framer-15sgbm { width: 30px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 30\n * @framerIntrinsicWidth 134\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"fsiRfG10c\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerAU3ooykOM=withCSS(Component,css,\"framer-bISFM\");export default FramerAU3ooykOM;FramerAU3ooykOM.displayName=\"flowpass-logo\";FramerAU3ooykOM.defaultProps={height:30,width:134};addPropertyControls(FramerAU3ooykOM,{variant:{options:[\"ogrCQtzqG\",\"fsiRfG10c\"],optionTitles:[\"horizontal logo\",\"pin only logo\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerAU3ooykOM,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAU3ooykOM\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fsiRfG10c\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"134\",\"framerIntrinsicHeight\":\"30\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AU3ooykOM.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/aAHUE3MHkmIT6CQsmxFf/aopvevN49Gi76k4uIseo/gZkR4VWWM.js\";import*as localizedValues from\"./f16kHWZn1-0.js\";import Badge from\"https://framerusercontent.com/modules/A1T3be6fB8B9W7KapiMz/ZMKiqJLkYwenG5394vEM/J6Vn_HP0Z.js\";const MaterialFonts=getFonts(Material);const BadgeFonts=getFonts(Badge);const MaterialControls=getPropertyControls(Material);const enabledGestures={OPODkEFfO:{hover:true}};const cycleOrder=[\"OPODkEFfO\",\"hcrWN8z7Q\",\"vuuY4NgLt\"];const serializationHash=\"framer-uIUpQ\";const variantClassNames={hcrWN8z7Q:\"framer-v-1iz43xv\",OPODkEFfO:\"framer-v-c53e45\",vuuY4NgLt:\"framer-v-h71l9j\"};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 valuesByLocaleId={nL9_NZefC:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={\"Desktop / Active\":\"hcrWN8z7Q\",\"Desktop / Inactive\":\"OPODkEFfO\",\"Phone / Inactive\":\"vuuY4NgLt\"};const getProps=({badgeLabel,doubleIndent,height,hover,iconL,id,label,link,showArrowR,showBadge,showIconL,singleIndent,tap,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5,_ref6;return{...props,AHiyceCU2:(_ref=iconL!==null&&iconL!==void 0?iconL:props.AHiyceCU2)!==null&&_ref!==void 0?_ref:\"Circle\",ARYVIkpxT:singleIndent!==null&&singleIndent!==void 0?singleIndent:props.ARYVIkpxT,DoSUIVt9R:hover!==null&&hover!==void 0?hover:props.DoSUIVt9R,jLzjCzIp9:doubleIndent!==null&&doubleIndent!==void 0?doubleIndent:props.jLzjCzIp9,LgCAPYwuN:(_ref1=badgeLabel!==null&&badgeLabel!==void 0?badgeLabel:props.LgCAPYwuN)!==null&&_ref1!==void 0?_ref1:\"New\",ObVNGIGKC:tap!==null&&tap!==void 0?tap:props.ObVNGIGKC,RDJ3nCYme:(_ref2=showBadge!==null&&showBadge!==void 0?showBadge:props.RDJ3nCYme)!==null&&_ref2!==void 0?_ref2:true,TKOmY5X72:link!==null&&link!==void 0?link:props.TKOmY5X72,UEuVf3H4N:(_ref3=showIconL!==null&&showIconL!==void 0?showIconL:props.UEuVf3H4N)!==null&&_ref3!==void 0?_ref3:true,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"OPODkEFfO\",yMulHqwVz:(_ref5=label!==null&&label!==void 0?label:props.yMulHqwVz)!==null&&_ref5!==void 0?_ref5:\"Changelog\",yorwHe8bl:(_ref6=showArrowR!==null&&showArrowR!==void 0?showArrowR:props.yorwHe8bl)!==null&&_ref6!==void 0?_ref6:true};};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,yMulHqwVz,TKOmY5X72,yorwHe8bl,UEuVf3H4N,AHiyceCU2,RDJ3nCYme,LgCAPYwuN,ObVNGIGKC,DoSUIVt9R,ARYVIkpxT,jLzjCzIp9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OPODkEFfO\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1b9dot4=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(ObVNGIGKC){const res=await ObVNGIGKC(...args);if(res===false)return false;}});const onMouseEnterdlssgt=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(DoSUIVt9R){const res=await DoSUIVt9R(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=value=>{if(baseVariant===\"vuuY4NgLt\")return value;return false;};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(Link,{href:TKOmY5X72,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-c53e45\",className,classNames)} framer-z7n6m8`,\"data-framer-name\":\"Desktop / Inactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OPODkEFfO\",onMouseEnter:onMouseEnterdlssgt,onTap:onTap1b9dot4,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"OPODkEFfO-hover\":{backgroundColor:\"var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, rgb(245, 245, 245))\"},hcrWN8z7Q:{backgroundColor:\"var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, rgb(245, 245, 245))\"},vuuY4NgLt:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({\"OPODkEFfO-hover\":{\"data-framer-name\":undefined},hcrWN8z7Q:{\"data-framer-name\":\"Desktop / Active\"},vuuY4NgLt:{\"data-framer-name\":\"Phone / Inactive\"}},baseVariant,gestureVariant),children:[UEuVf3H4N&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m4e2tu-container\",\"data-framer-name\":\"Icon L\",layoutDependency:layoutDependency,layoutId:\"tGCHpVOG6-container\",name:\"Icon L\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"Home\",iconSelection:AHiyceCU2,iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"tGCHpVOG6\",layoutId:\"tGCHpVOG6\",mirrored:false,name:\"Icon L\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed(ARYVIkpxT)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-i4mqih\",layoutDependency:layoutDependency,layoutId:\"vN80gVs5O\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dps4yr\",\"data-styles-preset\":\"gZkR4VWWM\",children:\"Changelog\"})}),className:\"framer-7rq9oy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ygg8Z74l8\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:yMulHqwVz,verticalAlignment:\"top\",withExternalLayout:true}),RDJ3nCYme&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xq6frs\",\"data-framer-name\":\"Badge Wrap\",layoutDependency:layoutDependency,layoutId:\"nmDtwI2jL\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(8+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||40)-16-30)/2)+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4wb2ub-container\",layoutDependency:layoutDependency,layoutId:\"nXpyhTxZE-container\",children:/*#__PURE__*/_jsx(Badge,{D7aWqsI9X:6,FyyaAhSfK:\"Circle\",height:\"100%\",id:\"nXpyhTxZE\",layoutId:\"nXpyhTxZE\",lECiIhGYk:false,mHARh8hKD:false,pebaZ67HW:LgCAPYwuN,variant:\"s_ipRYNIE\",vUtB6qy15:true,width:\"100%\"})})})}),yorwHe8bl&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14wtxib-container\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"g9QDH4xKd-container\",name:\"Arrow\",style:{rotate:0},variants:{\"OPODkEFfO-hover\":{rotate:-180}},children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ExpandMore\",iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"g9QDH4xKd\",layoutId:\"g9QDH4xKd\",mirrored:false,name:\"Arrow\",selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed(jLzjCzIp9)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m0t776\",layoutDependency:layoutDependency,layoutId:\"xIr7Q_2TJ\"})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uIUpQ.framer-z7n6m8, .framer-uIUpQ .framer-z7n6m8 { display: block; }\",\".framer-uIUpQ.framer-c53e45 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; text-decoration: none; width: min-content; }\",\".framer-uIUpQ .framer-1m4e2tu-container, .framer-uIUpQ .framer-14wtxib-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-uIUpQ .framer-i4mqih { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 8px; }\",\".framer-uIUpQ .framer-7rq9oy { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-uIUpQ .framer-1xq6frs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 4px 0px 4px; position: relative; width: min-content; }\",\".framer-uIUpQ .framer-4wb2ub-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-uIUpQ .framer-1m0t776 { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uIUpQ.framer-c53e45, .framer-uIUpQ .framer-1xq6frs { gap: 0px; } .framer-uIUpQ.framer-c53e45 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-uIUpQ.framer-c53e45 > :first-child, .framer-uIUpQ .framer-1xq6frs > :first-child { margin-left: 0px; } .framer-uIUpQ.framer-c53e45 > :last-child, .framer-uIUpQ .framer-1xq6frs > :last-child { margin-right: 0px; } .framer-uIUpQ .framer-1xq6frs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-uIUpQ.framer-v-h71l9j .framer-1m4e2tu-container { order: 2; }\",\".framer-uIUpQ.framer-v-h71l9j .framer-i4mqih { align-self: unset; height: 23px; order: 0; }\",\".framer-uIUpQ.framer-v-h71l9j .framer-7rq9oy { order: 3; }\",\".framer-uIUpQ.framer-v-h71l9j .framer-1xq6frs { order: 4; }\",\".framer-uIUpQ.framer-v-h71l9j .framer-14wtxib-container { order: 5; }\",\".framer-uIUpQ.framer-v-h71l9j .framer-1m0t776 { order: 1; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 195\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hcrWN8z7Q\":{\"layout\":[\"auto\",\"auto\"]},\"vuuY4NgLt\":{\"layout\":[\"auto\",\"auto\"]},\"CawrgC1WY\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"yMulHqwVz\":\"label\",\"TKOmY5X72\":\"link\",\"yorwHe8bl\":\"showArrowR\",\"UEuVf3H4N\":\"showIconL\",\"AHiyceCU2\":\"iconL\",\"RDJ3nCYme\":\"showBadge\",\"LgCAPYwuN\":\"badgeLabel\",\"ObVNGIGKC\":\"tap\",\"DoSUIVt9R\":\"hover\",\"ARYVIkpxT\":\"singleIndent\",\"jLzjCzIp9\":\"doubleIndent\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerf16kHWZn1=withCSS(Component,css,\"framer-uIUpQ\");export default Framerf16kHWZn1;Framerf16kHWZn1.displayName=\"Base / Nav Link-Button\";Framerf16kHWZn1.defaultProps={height:40,width:195};addPropertyControls(Framerf16kHWZn1,{variant:{options:[\"OPODkEFfO\",\"hcrWN8z7Q\",\"vuuY4NgLt\"],optionTitles:[\"Desktop / Inactive\",\"Desktop / Active\",\"Phone / Inactive\"],title:\"Variant\",type:ControlType.Enum},yMulHqwVz:{defaultValue:\"Changelog\",displayTextArea:false,title:\"Label\",type:ControlType.String},TKOmY5X72:{title:\"Link\",type:ControlType.Link},yorwHe8bl:{defaultValue:true,title:\"Show Arrow (R)\",type:ControlType.Boolean},UEuVf3H4N:{defaultValue:true,title:\"Show Icon (L)\",type:ControlType.Boolean},AHiyceCU2:(MaterialControls===null||MaterialControls===void 0?void 0:MaterialControls[\"iconSelection\"])&&{...MaterialControls[\"iconSelection\"],defaultValue:\"Circle\",description:undefined,hidden:undefined,title:\"Icon (L)\"},RDJ3nCYme:{defaultValue:true,title:\"Show Badge\",type:ControlType.Boolean},LgCAPYwuN:{defaultValue:\"New\",displayTextArea:false,title:\"Badge Label\",type:ControlType.String},ObVNGIGKC:{title:\"Tap\",type:ControlType.EventHandler},DoSUIVt9R:{title:\"Hover\",type:ControlType.EventHandler},ARYVIkpxT:{defaultValue:false,title:\"single indent\",type:ControlType.Boolean},jLzjCzIp9:{defaultValue:false,title:\"double indent\",type:ControlType.Boolean}});addFonts(Framerf16kHWZn1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MaterialFonts,...BadgeFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerf16kHWZn1\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hcrWN8z7Q\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vuuY4NgLt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CawrgC1WY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"195\",\"framerVariables\":\"{\\\"yMulHqwVz\\\":\\\"label\\\",\\\"TKOmY5X72\\\":\\\"link\\\",\\\"yorwHe8bl\\\":\\\"showArrowR\\\",\\\"UEuVf3H4N\\\":\\\"showIconL\\\",\\\"AHiyceCU2\\\":\\\"iconL\\\",\\\"RDJ3nCYme\\\":\\\"showBadge\\\",\\\"LgCAPYwuN\\\":\\\"badgeLabel\\\",\\\"ObVNGIGKC\\\":\\\"tap\\\",\\\"DoSUIVt9R\\\":\\\"hover\\\",\\\"ARYVIkpxT\\\":\\\"singleIndent\\\",\\\"jLzjCzIp9\\\":\\\"doubleIndent\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"On-demand workspaces\";export const v1=\"Bygg utan anstr\\xe4ngning\";export const v2=\"Ny\";export const v3=\"Dedikerade workspaces\";export const v4=\"Enad ramverk\";export const v5=\"HQ - zon bokning\";export const v6=\"S\\xe4tt fart p\\xe5 projekt\";\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/x5Vbog5CPGEC2e5zkDm0/hQh5NnOxzDK57jkOvBxY/czsUloFWg.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/aAHUE3MHkmIT6CQsmxFf/aopvevN49Gi76k4uIseo/gZkR4VWWM.js\";import Badge from\"https://framerusercontent.com/modules/A1T3be6fB8B9W7KapiMz/ZMKiqJLkYwenG5394vEM/J6Vn_HP0Z.js\";import Icon from\"https://framerusercontent.com/modules/3EXpx3Eni43AD6Fhi8w8/7MUOdzodG2OPzKcE9DmT/SJYF71W0V.js\";import*as localizedValues from\"./YqdET4GGe-0.js\";const IconFonts=getFonts(Icon);const BadgeFonts=getFonts(Badge);const IconControls=getPropertyControls(Icon);const BadgeControls=getPropertyControls(Badge);const enabledGestures={dBXDtSQec:{hover:true}};const cycleOrder=[\"dBXDtSQec\",\"Q4BMhAHrB\"];const serializationHash=\"framer-vR8Mv\";const variantClassNames={dBXDtSQec:\"framer-v-1lu07hq\",Q4BMhAHrB:\"framer-v-178ycbg\"};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 valuesByLocaleId={nL9_NZefC:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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 humanReadableEnumMap={Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const humanReadableEnumMap1={\"Danger / L\":\"NRyKR33la\",\"Danger / S\":\"r_qgDoZWP\",\"Default / L\":\"epcOE6evH\",\"Default / S\":\"xaU4sJRaJ\",\"Gradient / L\":\"EFJBHx7t_\",\"Gradient / S\":\"r_2VoPo3i\",\"Grey / L\":\"J0QB_VUQQ\",\"Grey / S\":\"UH1G1A_CE\",\"Minimal / L\":\"AhwJq_Mkr\",\"Minimal / S\":\"oswKhGCTe\",\"Primary / L\":\"wxbTfSrRH\",\"Primary / S\":\"s_ipRYNIE\",\"Success / L\":\"JRZpwtIUp\",\"Success / S\":\"lpQg7wzhS\",\"Warning / L\":\"GajDuv30J\",\"Warning / S\":\"M1PNSzMpE\"};const humanReadableVariantMap={Desktop:\"dBXDtSQec\",Phone:\"Q4BMhAHrB\"};const getProps=({align,badgeLabel,badgeType,description,height,icon,id,link,showBadge,showDescription,showIcon,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5,_ref6,_humanReadableEnumMap_align,_ref7,_ref8,_humanReadableEnumMap1_badgeType,_ref9,_ref10,_ref11;return{...props,A5uRF7yau:(_ref=badgeLabel!==null&&badgeLabel!==void 0?badgeLabel:props.A5uRF7yau)!==null&&_ref!==void 0?_ref:\"New\",k6awDjKh3:link!==null&&link!==void 0?link:props.k6awDjKh3,L_lJ7YW7G:(_ref1=showDescription!==null&&showDescription!==void 0?showDescription:props.L_lJ7YW7G)!==null&&_ref1!==void 0?_ref1:true,NIBUo2_GX:(_ref2=icon!==null&&icon!==void 0?icon:props.NIBUo2_GX)!==null&&_ref2!==void 0?_ref2:\"Circle\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"dBXDtSQec\",vHnCqtNZl:(_ref4=title!==null&&title!==void 0?title:props.vHnCqtNZl)!==null&&_ref4!==void 0?_ref4:\"Title\",VJZP4pnne:(_ref5=showBadge!==null&&showBadge!==void 0?showBadge:props.VJZP4pnne)!==null&&_ref5!==void 0?_ref5:true,wWl1EtMTv:(_ref6=description!==null&&description!==void 0?description:props.wWl1EtMTv)!==null&&_ref6!==void 0?_ref6:\"Description\",xqlTXD8UX:(_ref8=(_ref7=(_humanReadableEnumMap_align=humanReadableEnumMap[align])!==null&&_humanReadableEnumMap_align!==void 0?_humanReadableEnumMap_align:align)!==null&&_ref7!==void 0?_ref7:props.xqlTXD8UX)!==null&&_ref8!==void 0?_ref8:\"flex-start\",YwjxrA_wj:(_ref10=(_ref9=(_humanReadableEnumMap1_badgeType=humanReadableEnumMap1[badgeType])!==null&&_humanReadableEnumMap1_badgeType!==void 0?_humanReadableEnumMap1_badgeType:badgeType)!==null&&_ref9!==void 0?_ref9:props.YwjxrA_wj)!==null&&_ref10!==void 0?_ref10:\"s_ipRYNIE\",ZZ6VBASPa:(_ref11=showIcon!==null&&showIcon!==void 0?showIcon:props.ZZ6VBASPa)!==null&&_ref11!==void 0?_ref11:true};};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,vHnCqtNZl,wWl1EtMTv,NIBUo2_GX,k6awDjKh3,xqlTXD8UX,VJZP4pnne,A5uRF7yau,YwjxrA_wj,ZZ6VBASPa,L_lJ7YW7G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dBXDtSQec\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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(Link,{href:k6awDjKh3,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1lu07hq\",className,classNames)} framer-1bphyua`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"dBXDtSQec\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--2vacxo\":xqlTXD8UX,backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"dBXDtSQec-hover\":{backgroundColor:\"var(--token-ee7ff27e-bc2d-40a1-8a1f-b3d025af745d, rgb(245, 245, 245))\"}},...addPropertyOverrides({\"dBXDtSQec-hover\":{\"data-framer-name\":undefined},Q4BMhAHrB:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[ZZ6VBASPa&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-j10s1a-container\",layoutDependency:layoutDependency,layoutId:\"OyOsQ0g4w-container\",children:/*#__PURE__*/_jsx(Icon,{c8PEaUBNG:NIBUo2_GX,height:\"100%\",id:\"OyOsQ0g4w\",layoutId:\"OyOsQ0g4w\",mP3L51FI2:\"Outlined\",Q41aWjljL:\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgb(10, 10, 10))\",variant:\"EcGeZGbxj\",width:\"100%\",YLsisKcJ0:\"var(--token-1e4de996-fe4b-4667-88fc-284e9577f815, rgb(250, 250, 250))\",ze_Ej7HAZ:8})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19vs39x\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"YkNauauli\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pcikgi\",\"data-framer-name\":\"Title + Badge\",layoutDependency:layoutDependency,layoutId:\"RvK9NiwbG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-dps4yr\",\"data-styles-preset\":\"gZkR4VWWM\",children:\"Title\"})}),className:\"framer-us3vy2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pX8S4nhlY\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:vHnCqtNZl,verticalAlignment:\"top\",withExternalLayout:true}),VJZP4pnne&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1roo8yp-container\",layoutDependency:layoutDependency,layoutId:\"lmuO_sP3d-container\",children:/*#__PURE__*/_jsx(Badge,{D7aWqsI9X:6,FyyaAhSfK:\"Circle\",height:\"100%\",id:\"lmuO_sP3d\",layoutId:\"lmuO_sP3d\",lECiIhGYk:false,mHARh8hKD:false,pebaZ67HW:A5uRF7yau,variant:YwjxrA_wj,vUtB6qy15:true,width:\"100%\"})})})]}),L_lJ7YW7G&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115)))\"},children:\"Description\"})}),className:\"framer-fzxs9z\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"diukubTcO\",style:{\"--extracted-r6o4lv\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\",\"--framer-paragraph-spacing\":\"0px\"},text:wWl1EtMTv,variants:{\"dBXDtSQec-hover\":{\"--extracted-r6o4lv\":\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"dBXDtSQec-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10)))\"},children:\"Description\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vR8Mv.framer-1bphyua, .framer-vR8Mv .framer-1bphyua { display: block; }\",\".framer-vR8Mv.framer-1lu07hq { align-content: var(--2vacxo); align-items: var(--2vacxo); cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: 150px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vR8Mv .framer-j10s1a-container, .framer-vR8Mv .framer-1roo8yp-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-vR8Mv .framer-19vs39x { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-vR8Mv .framer-1pcikgi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vR8Mv .framer-us3vy2 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-vR8Mv .framer-fzxs9z { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vR8Mv.framer-1lu07hq, .framer-vR8Mv .framer-19vs39x, .framer-vR8Mv .framer-1pcikgi { gap: 0px; } .framer-vR8Mv.framer-1lu07hq > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-vR8Mv.framer-1lu07hq > :first-child, .framer-vR8Mv .framer-1pcikgi > :first-child { margin-left: 0px; } .framer-vR8Mv.framer-1lu07hq > :last-child, .framer-vR8Mv .framer-1pcikgi > :last-child { margin-right: 0px; } .framer-vR8Mv .framer-19vs39x > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-vR8Mv .framer-19vs39x > :first-child { margin-top: 0px; } .framer-vR8Mv .framer-19vs39x > :last-child { margin-bottom: 0px; } .framer-vR8Mv .framer-1pcikgi > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-vR8Mv.framer-v-178ycbg.framer-1lu07hq { cursor: unset; padding: 0px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q4BMhAHrB\":{\"layout\":[\"fixed\",\"auto\"]},\"aqVFyZg7g\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"vHnCqtNZl\":\"title\",\"wWl1EtMTv\":\"description\",\"NIBUo2_GX\":\"icon\",\"k6awDjKh3\":\"link\",\"xqlTXD8UX\":\"align\",\"VJZP4pnne\":\"showBadge\",\"A5uRF7yau\":\"badgeLabel\",\"YwjxrA_wj\":\"badgeType\",\"ZZ6VBASPa\":\"showIcon\",\"L_lJ7YW7G\":\"showDescription\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYqdET4GGe=withCSS(Component,css,\"framer-vR8Mv\");export default FramerYqdET4GGe;FramerYqdET4GGe.displayName=\"Base / Navigation Menu Item-Style 1\";FramerYqdET4GGe.defaultProps={height:73,width:150};addPropertyControls(FramerYqdET4GGe,{variant:{options:[\"dBXDtSQec\",\"Q4BMhAHrB\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},vHnCqtNZl:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},wWl1EtMTv:{defaultValue:\"Description\",displayTextArea:true,title:\"Description\",type:ControlType.String},NIBUo2_GX:(IconControls===null||IconControls===void 0?void 0:IconControls[\"c8PEaUBNG\"])&&{...IconControls[\"c8PEaUBNG\"],defaultValue:\"Circle\",description:undefined,hidden:undefined,title:\"Icon\"},k6awDjKh3:{title:\"Link\",type:ControlType.Link},xqlTXD8UX:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\"],optionTitles:[\"Start\",\"Center\",\"End\"],title:\"Align\",type:ControlType.Enum},VJZP4pnne:{defaultValue:true,title:\"Show Badge\",type:ControlType.Boolean},A5uRF7yau:{defaultValue:\"New\",displayTextArea:false,title:\"Badge Label\",type:ControlType.String},YwjxrA_wj:(BadgeControls===null||BadgeControls===void 0?void 0:BadgeControls[\"variant\"])&&{...BadgeControls[\"variant\"],defaultValue:\"s_ipRYNIE\",description:undefined,hidden:undefined,title:\"Badge Type\"},ZZ6VBASPa:{defaultValue:true,title:\"show icon\",type:ControlType.Boolean},L_lJ7YW7G:{defaultValue:true,title:\"show description\",type:ControlType.Boolean}});addFonts(FramerYqdET4GGe,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...IconFonts,...BadgeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYqdET4GGe\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"73\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q4BMhAHrB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aqVFyZg7g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"vHnCqtNZl\\\":\\\"title\\\",\\\"wWl1EtMTv\\\":\\\"description\\\",\\\"NIBUo2_GX\\\":\\\"icon\\\",\\\"k6awDjKh3\\\":\\\"link\\\",\\\"xqlTXD8UX\\\":\\\"align\\\",\\\"VJZP4pnne\\\":\\\"showBadge\\\",\\\"A5uRF7yau\\\":\\\"badgeLabel\\\",\\\"YwjxrA_wj\\\":\\\"badgeType\\\",\\\"ZZ6VBASPa\\\":\\\"showIcon\\\",\\\"L_lJ7YW7G\\\":\\\"showDescription\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YqdET4GGe.map", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,ResolveLinks,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./h0fJGPg_L-0.js\";import BaseNavigationMenuItemStyle1 from\"https://framerusercontent.com/modules/5KjxiySK1chYDvUykIGQ/c5H24eWxijTxz4M7EA9Z/YqdET4GGe.js\";const BaseNavigationMenuItemStyle1Fonts=getFonts(BaseNavigationMenuItemStyle1);const serializationHash=\"framer-OGLVo\";const variantClassNames={uF5supoIj:\"framer-v-rhql0g\"};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 valuesByLocaleId={nL9_NZefC:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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:\"uF5supoIj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();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-rhql0g\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"uF5supoIj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8333892f-efe4-41b8-b3da-b102a8c97a9f, rgb(229, 229, 229))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 4px 8px 0px rgba(0, 0, 0, 0.15)\",...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ab2_XTXIN\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||184)-24-235)/2+0+0),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mby0t7-container\",layoutDependency:layoutDependency,layoutId:\"DIznSNedN-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"DIznSNedN\",k6awDjKh3:resolvedLinks[0],L_lJ7YW7G:false,layoutId:\"DIznSNedN\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"On-demand workspaces\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Build effortlessly\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jE_Tp5f9M\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||184)-24-235)/2+73+8),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rslfc9-container\",layoutDependency:layoutDependency,layoutId:\"tI5331bX5-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"tI5331bX5\",k6awDjKh3:resolvedLinks1[0],L_lJ7YW7G:false,layoutId:\"tI5331bX5\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Dedicated workspaces\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Unified framework\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VaRC7Cyai\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 24px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||184)-24-235)/2+146+16),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t3hw80-container\",layoutDependency:layoutDependency,layoutId:\"pQYh4O5MD-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"pQYh4O5MD\",k6awDjKh3:resolvedLinks2[0],L_lJ7YW7G:false,layoutId:\"pQYh4O5MD\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"HQ - zone booking\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Jumpstart projects\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OGLVo.framer-w6r8ju, .framer-OGLVo .framer-w6r8ju { display: block; }\",\".framer-OGLVo.framer-rhql0g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 250px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OGLVo .framer-mby0t7-container, .framer-OGLVo .framer-rslfc9-container, .framer-OGLVo .framer-1t3hw80-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OGLVo.framer-rhql0g { gap: 0px; } .framer-OGLVo.framer-rhql0g > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-OGLVo.framer-rhql0g > :first-child { margin-top: 0px; } .framer-OGLVo.framer-rhql0g > :last-child { margin-bottom: 0px; } }\",'.framer-OGLVo[data-border=\"true\"]::after, .framer-OGLVo [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 184\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerh0fJGPg_L=withCSS(Component,css,\"framer-OGLVo\");export default Framerh0fJGPg_L;Framerh0fJGPg_L.displayName=\"flowpass / nav / dropdown\";Framerh0fJGPg_L.defaultProps={height:184,width:250};addFonts(Framerh0fJGPg_L,[{explicitInter:true,fonts:[]},...BaseNavigationMenuItemStyle1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerh0fJGPg_L\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"250\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"184\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./h0fJGPg_L.map", "// Generated by Framer (e83dae3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ViEhdoQlD\",\"MxhQ_SShG\"];const serializationHash=\"framer-I8lNN\";const variantClassNames={MxhQ_SShG:\"framer-v-sgx2z6\",ViEhdoQlD:\"framer-v-14br5d7\"};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(React.Fragment);const humanReadableVariantMap={Close:\"MxhQ_SShG\",Menu:\"ViEhdoQlD\"};const getProps=({height,id,tap,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:\"ViEhdoQlD\",XKaY3MrGu:tap!==null&&tap!==void 0?tap:props.XKaY3MrGu};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XKaY3MrGu,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ViEhdoQlD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16y2uw0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XKaY3MrGu){const res=await XKaY3MrGu(...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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14br5d7\",className,classNames),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ViEhdoQlD\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap16y2uw0,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({MxhQ_SShG:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17rl7jd\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"q2HrqVKwP\",style:{backgroundColor:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{MxhQ_SShG:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c8jx7r\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Xj5xbU4eZ\",style:{backgroundColor:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{MxhQ_SShG:{rotate:45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I8lNN.framer-1de22zr, .framer-I8lNN .framer-1de22zr { display: block; }\",\".framer-I8lNN.framer-14br5d7 { cursor: pointer; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-I8lNN .framer-17rl7jd { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(58.33333333333336% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-I8lNN .framer-c8jx7r { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(41.66666666666669% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-I8lNN.framer-v-sgx2z6.framer-14br5d7 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); }\",\".framer-I8lNN.framer-v-sgx2z6 .framer-17rl7jd, .framer-I8lNN.framer-v-sgx2z6 .framer-c8jx7r { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"MxhQ_SShG\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XKaY3MrGu\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameruj5neULHa=withCSS(Component,css,\"framer-I8lNN\");export default Frameruj5neULHa;Frameruj5neULHa.displayName=\"Menu Icon\";Frameruj5neULHa.defaultProps={height:60,width:60};addPropertyControls(Frameruj5neULHa,{variant:{options:[\"ViEhdoQlD\",\"MxhQ_SShG\"],optionTitles:[\"Menu\",\"Close\"],title:\"Variant\",type:ControlType.Enum},XKaY3MrGu:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(Frameruj5neULHa,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameruj5neULHa\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"60\",\"framerVariables\":\"{\\\"XKaY3MrGu\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MxhQ_SShG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uj5neULHa.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-nz380f\",\"data-styles-preset\":\"Ym6cjYUno\",children:\"Genom anv\\xe4ndningsfall\"})});export const v1=\"Anpassa storleken p\\xe5 dina kontor\";export const v2=\"Bli och f\\xf6rbli r\\xe4tt storlek\";export const v3=\"Ny\";export const v4=\"F\\xf6retags coworking\";export const v5=\"Adoptera en coworkingmodell p\\xe5 ditt eget kontor\";export const v6=\"Distribuerade team\";export const v7=\"N\\xe4r dina anst\\xe4llda \\xe4r distribuerade\";export const v8=\"Mindre team\";export const v9=\"N\\xe4r du \\xe4r liten och flexibel\";export const v10=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-nz380f\",\"data-styles-preset\":\"Ym6cjYUno\",children:\"F\\xf6r roll\"})});export const v11=\"FM team\";export const v12=\"F\\xf6renkla hanteringen av din flexportf\\xf6lj\";export const v13=\"HR\";export const v14=\"M\\xf6t anst\\xe4lldas behov\";export const v15=\"Fastighetsbolag\";export const v16=\"Erbjud elasticitet till dina hyresg\\xe4ster\";\nexport const __FramerMetadata__ = {\"exports\":{\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5654900)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/57UTKUMm5CpuUVtHcIuM/fbfAFZqS7GrmRTVbGbIO/Ym6cjYUno.js\";import*as localizedValues from\"./W5752u9TE-0.js\";import BaseNavigationMenuItemStyle1 from\"https://framerusercontent.com/modules/5KjxiySK1chYDvUykIGQ/c5H24eWxijTxz4M7EA9Z/YqdET4GGe.js\";const BaseNavigationMenuItemStyle1Fonts=getFonts(BaseNavigationMenuItemStyle1);const serializationHash=\"framer-t6DDO\";const variantClassNames={Qrksa9Vv3:\"framer-v-d776av\"};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 valuesByLocaleId={nL9_NZefC:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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:\"Qrksa9Vv3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1;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-d776av\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Qrksa9Vv3\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8333892f-efe4-41b8-b3da-b102a8c97a9f, rgb(229, 229, 229))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"0px 4px 8px 0px rgba(0, 0, 0, 0.15)\",...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-603a6h\",\"data-framer-name\":\"use cases\",layoutDependency:layoutDependency,layoutId:\"mRCUyk9dm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-nz380f\",\"data-styles-preset\":\"Ym6cjYUno\",children:\"By use case\"})}),className:\"framer-t90b7x\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ebUhi2_JJ\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rNyjcX1NF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"215px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+37,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h3r3hq-container\",layoutDependency:layoutDependency,layoutId:\"EzBp9gpi4-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"EzBp9gpi4\",k6awDjKh3:resolvedLinks[0],L_lJ7YW7G:true,layoutId:\"EzBp9gpi4\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Rigth-size your offices\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Become and stay right-sized\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"N1IMCHVHU\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"215px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+120,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fpdy0l-container\",layoutDependency:layoutDependency,layoutId:\"AxVdDJS43-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"AxVdDJS43\",k6awDjKh3:resolvedLinks1[0],L_lJ7YW7G:true,layoutId:\"AxVdDJS43\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Corporate coworking\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Adopt a coworking model at your own office\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KDw0F97mF\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"215px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+203,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14r09en-container\",layoutDependency:layoutDependency,layoutId:\"P0SSjokOr-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"P0SSjokOr\",k6awDjKh3:resolvedLinks2[0],L_lJ7YW7G:true,layoutId:\"P0SSjokOr\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Distributed teams\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"When your employees are distributed\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z3nzEg1jH\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"215px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+286,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fzckcl-container\",layoutDependency:layoutDependency,layoutId:\"oZkTSXljc-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"oZkTSXljc\",k6awDjKh3:resolvedLinks3[0],L_lJ7YW7G:true,layoutId:\"oZkTSXljc\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Small teams\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"When you're small and flexible\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dpfeed\",\"data-framer-name\":\"solutions for\",layoutDependency:layoutDependency,layoutId:\"klqU7GMIe\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-nz380f\",\"data-styles-preset\":\"Ym6cjYUno\",children:\"By team\"})}),className:\"framer-19ftgo2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QwWax50NS\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"M4agYgFBx\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"216px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+37,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vvrfe5-container\",layoutDependency:layoutDependency,layoutId:\"tsn3obN3x-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"tsn3obN3x\",k6awDjKh3:resolvedLinks4[0],L_lJ7YW7G:true,layoutId:\"tsn3obN3x\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Workplace team\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Simplify management of your flex portfolio\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jsYSjmA1u\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"216px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+120,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1neb65q-container\",layoutDependency:layoutDependency,layoutId:\"PH_FUBOju-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"PH_FUBOju\",k6awDjKh3:resolvedLinks5[0],L_lJ7YW7G:true,layoutId:\"PH_FUBOju\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"HR\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Meet employee needs\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E_iiY3Syl\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return _jsx(ComponentViewportProvider,{height:73,width:\"216px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+12+0+203,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qv61om-container\",layoutDependency:layoutDependency,layoutId:\"NQO4ubdcf-container\",children:/*#__PURE__*/_jsx(BaseNavigationMenuItemStyle1,{A5uRF7yau:(_getLocalizedValue=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"New\",height:\"100%\",id:\"NQO4ubdcf\",k6awDjKh3:resolvedLinks6[0],L_lJ7YW7G:true,layoutId:\"NQO4ubdcf\",NIBUo2_GX:\"Circle\",style:{width:\"100%\"},variant:\"dBXDtSQec\",vHnCqtNZl:(_getLocalizedValue1=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Office landlords\",VJZP4pnne:false,width:\"100%\",wWl1EtMTv:(_getLocalizedValue2=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"Offer elasticity to your tenants\",xqlTXD8UX:\"flex-start\",YwjxrA_wj:\"s_ipRYNIE\",ZZ6VBASPa:false})})});}})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t6DDO.framer-j6jdfz, .framer-t6DDO .framer-j6jdfz { display: block; }\",\".framer-t6DDO.framer-d776av { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-t6DDO .framer-603a6h { 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: 215px; }\",\".framer-t6DDO .framer-t90b7x, .framer-t6DDO .framer-19ftgo2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-t6DDO .framer-1h3r3hq-container, .framer-t6DDO .framer-1fpdy0l-container, .framer-t6DDO .framer-14r09en-container, .framer-t6DDO .framer-fzckcl-container, .framer-t6DDO .framer-vvrfe5-container, .framer-t6DDO .framer-1neb65q-container, .framer-t6DDO .framer-qv61om-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-t6DDO .framer-1dpfeed { 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: 216px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-t6DDO.framer-d776av, .framer-t6DDO .framer-603a6h, .framer-t6DDO .framer-1dpfeed { gap: 0px; } .framer-t6DDO.framer-d776av > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-t6DDO.framer-d776av > :first-child { margin-left: 0px; } .framer-t6DDO.framer-d776av > :last-child { margin-right: 0px; } .framer-t6DDO .framer-603a6h > *, .framer-t6DDO .framer-1dpfeed > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-t6DDO .framer-603a6h > :first-child, .framer-t6DDO .framer-1dpfeed > :first-child { margin-top: 0px; } .framer-t6DDO .framer-603a6h > :last-child, .framer-t6DDO .framer-1dpfeed > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-t6DDO[data-border=\"true\"]::after, .framer-t6DDO [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 446\n * @framerIntrinsicWidth 495\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW5752u9TE=withCSS(Component,css,\"framer-t6DDO\");export default FramerW5752u9TE;FramerW5752u9TE.displayName=\"flowpass / nav / mega dropdown\";FramerW5752u9TE.defaultProps={height:446,width:495};addFonts(FramerW5752u9TE,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...BaseNavigationMenuItemStyle1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW5752u9TE\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"446\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"495\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W5752u9TE.map", "// Generated by Framer (fdd8d61)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getPropertyControls,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,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 getLocalizedValue from\"https://framerusercontent.com/modules/NnVlYdkzUDOb3HBSuEco/R5YyuLyFZHrnnqQACdas/dbqSjO9lH.js\";import FlowpassLogo from\"https://framerusercontent.com/modules/R9n2kDx1HlJD2sXjjbpy/07rRfTkpQHKCQA9gqNyX/AU3ooykOM.js\";import BaseNavLinkButton from\"https://framerusercontent.com/modules/xWvoILz3NGhWs3KM7ox2/CvButazLZJ8tgwjhgVlX/f16kHWZn1.js\";import FlowpassNavDropdown from\"https://framerusercontent.com/modules/tDJS2oBvy9sviWnPOboE/V48WoBYLIMculUUJ8O3r/h0fJGPg_L.js\";import MenuIcon from\"https://framerusercontent.com/modules/emMjFHd5LlrawCcuPgUP/Rcy1fZvTdKFhd7W1088r/uj5neULHa.js\";import ButtonOutline from\"https://framerusercontent.com/modules/55M2tHyCMhZ3W6BrIHP4/MWl5a4iiZxtPRkUkvm4j/VIEX2I4X4.js\";import FlowpassNavMegaDropdown from\"https://framerusercontent.com/modules/3oxRsQtS88zEWiP2VVVH/f12lWUTbLW26TxHfN1P3/W5752u9TE.js\";import ButtonPrimary from\"https://framerusercontent.com/modules/14H7ucq46G4pQUh3PXOa/9QtkjoVmrzNqQJnayiec/wZ6tVEahQ.js\";const FlowpassLogoFonts=getFonts(FlowpassLogo);const MenuIconFonts=getFonts(MenuIcon);const BaseNavLinkButtonFonts=getFonts(BaseNavLinkButton);const FlowpassNavDropdownFonts=getFonts(FlowpassNavDropdown);const MotionDivWithFX=withFX(motion.div);const FlowpassNavMegaDropdownFonts=getFonts(FlowpassNavMegaDropdown);const LocaleSelectorFonts=getFonts(LocaleSelector);const ButtonOutlineFonts=getFonts(ButtonOutline);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const BaseNavLinkButtonControls=getPropertyControls(BaseNavLinkButton);const cycleOrder=[\"lV3vajkMy\",\"WJmDmyp3n\",\"nk59IPTPS\"];const serializationHash=\"framer-EtDvA\";const variantClassNames={lV3vajkMy:\"framer-v-1fak6jd\",nk59IPTPS:\"framer-v-1owtzn7\",WJmDmyp3n:\"framer-v-1mqv7fk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const transition3={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:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,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 Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:5};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:5};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 humanReadableEnumMap={\"Desktop / Active\":\"hcrWN8z7Q\",\"Desktop / Inactive\":\"OPODkEFfO\",\"Phone / Inactive\":\"vuuY4NgLt\"};const humanReadableVariantMap={\"Phone Open\":\"nk59IPTPS\",Desktop:\"lV3vajkMy\",Phone:\"WJmDmyp3n\"};const getProps=({desktopLink3,height,id,phoneLink3,width,...props})=>{return{...props,erCqa4K75:humanReadableEnumMap[desktopLink3]??desktopLink3??props.erCqa4K75??\"OPODkEFfO\",gCHFEYqYi:humanReadableEnumMap[phoneLink3]??phoneLink3??props.gCHFEYqYi??\"vuuY4NgLt\",variant:humanReadableVariantMap[props.variant]??props.variant??\"lV3vajkMy\"};};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,erCqa4K75,gCHFEYqYi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"lV3vajkMy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1wtgijd=activeVariantCallback(async(...args)=>{setVariant(\"WJmDmyp3n\");});const XKaY3MrGu1wrmm12=activeVariantCallback(async(...args)=>{setVariant(\"Uv1Q4EKDw\");});const XKaY3MrGu17yf4vm=activeVariantCallback(async(...args)=>{setVariant(\"nk59IPTPS\");});const XKaY3MrGu1wtgijd=activeVariantCallback(async(...args)=>{setVariant(\"WJmDmyp3n\");});const DoSUIVt9Rtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"WJmDmyp3n\",\"nk59IPTPS\"].includes(baseVariant))return true;return false;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"nk59IPTPS\")return true;return false;};const router=useRouter();const ref4=React.useRef(null);const isDisplayed2=()=>{if([\"WJmDmyp3n\",\"nk59IPTPS\"].includes(baseVariant))return false;return true;};const ref5=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({nk59IPTPS:{value:transition2},WJmDmyp3n:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1fak6jd\",className,classNames),\"data-framer-name\":\"Desktop\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"lV3vajkMy\",ref:ref??ref1,style:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.17997), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.15889), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.0625)\",...style},...addPropertyOverrides({nk59IPTPS:{\"data-framer-name\":\"Phone Open\"},WJmDmyp3n:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ock5c\",\"data-framer-name\":\"Padding + Container\",layoutDependency:layoutDependency,layoutId:\"DN5yvREdn\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{nk59IPTPS:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c7u0xa\",\"data-framer-name\":\"Logo + Icon\",layoutDependency:layoutDependency,layoutId:\"ucLdhZbza\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{nk59IPTPS:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\"}},...addPropertyOverrides({nk59IPTPS:{\"data-highlight\":true,onTap:onTap1wtgijd}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"134px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+25+0,...addPropertyOverrides({nk59IPTPS:{width:undefined,y:(componentViewport?.y||0)+0+0+20+0+17},WJmDmyp3n:{width:undefined,y:(componentViewport?.y||0)+0+0+0+0+17}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1becjlv-container\",layoutDependency:layoutDependency,layoutId:\"qvXA_gGdE-container\",children:/*#__PURE__*/_jsx(FlowpassLogo,{height:\"100%\",id:\"qvXA_gGdE\",layoutId:\"qvXA_gGdE\",style:{height:\"100%\",width:\"100%\"},variant:\"ogrCQtzqG\",width:\"100%\",...addPropertyOverrides({nk59IPTPS:{style:{height:\"100%\"},variant:\"fsiRfG10c\"},WJmDmyp3n:{style:{height:\"100%\"},variant:\"fsiRfG10c\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:60,width:\"60px\",y:(componentViewport?.y||0)+0+0+20+0+2},WJmDmyp3n:{height:60,width:\"60px\",y:(componentViewport?.y||0)+0+0+0+0+2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1clsejc-container\",\"data-framer-name\":\"Menu Icon\",layoutDependency:layoutDependency,layoutId:\"vNEc_9Jdh-container\",name:\"Menu Icon\",children:/*#__PURE__*/_jsx(MenuIcon,{height:\"100%\",id:\"vNEc_9Jdh\",layoutId:\"vNEc_9Jdh\",name:\"Menu Icon\",variant:\"ViEhdoQlD\",width:\"100%\",XKaY3MrGu:XKaY3MrGu1wrmm12,...addPropertyOverrides({nk59IPTPS:{style:{height:\"100%\",width:\"100%\"},variant:\"MxhQ_SShG\",XKaY3MrGu:XKaY3MrGu1wtgijd},WJmDmyp3n:{style:{height:\"100%\",width:\"100%\"},XKaY3MrGu:XKaY3MrGu17yf4vm}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({nk59IPTPS:{value:transition1},WJmDmyp3n:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z4j79p\",\"data-framer-name\":\"Links Wrap\",layoutDependency:layoutDependency,layoutId:\"RkofWCcgv\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1},variants:{nk59IPTPS:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",opacity:1},WJmDmyp3n:{opacity:0}},children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+0},WJmDmyp3n:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+88+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14jzudh-container\",\"data-framer-name\":\"products\",id:`${layoutId}-14jzudh`,layoutDependency:layoutDependency,layoutId:\"lPX1QdUtf-container\",name:\"products\",ref:ref2,children:[/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"Circle\",ARYVIkpxT:false,DoSUIVt9R:DoSUIVt9Rtxyyif({overlay}),height:\"100%\",id:\"lPX1QdUtf\",jLzjCzIp9:false,layoutId:\"lPX1QdUtf\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,UEuVf3H4N:false,variant:overlay.visible?\"hcrWN8z7Q\":\"OPODkEFfO\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v0\",activeLocale)??\"Products\",yorwHe8bl:true,...addPropertyOverrides({nk59IPTPS:{style:{width:\"100%\"},variant:overlay.visible?\"hcrWN8z7Q\":\"vuuY4NgLt\"},WJmDmyp3n:{style:{width:\"100%\"},variant:overlay.visible?\"hcrWN8z7Q\":\"vuuY4NgLt\",yorwHe8bl:false}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-14jzudh`,offsetX:40,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-zpiwfm\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"lduguwAjE\",ref:ref3,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fjfgq9-container\",layoutDependency:layoutDependency,layoutId:\"mPE3svFfk-container\",children:/*#__PURE__*/_jsx(FlowpassNavDropdown,{height:\"100%\",id:\"mPE3svFfk\",layoutId:\"mPE3svFfk\",width:\"100%\"})})})})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ab2_XTXIN\"},implicitPathVariables:undefined},{href:{webPageId:\"ab2_XTXIN\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14qqf03-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"fg4FuqLv3-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"fg4FuqLv3\",jLzjCzIp9:false,layoutId:\"fg4FuqLv3\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v1\",activeLocale)??\"On-demand workspaces\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jE_Tp5f9M\"},implicitPathVariables:undefined},{href:{webPageId:\"jE_Tp5f9M\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+104}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ml4e41-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"FcF1TJQF9-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"FcF1TJQF9\",jLzjCzIp9:false,layoutId:\"FcF1TJQF9\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks1[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v2\",activeLocale)??\"Dedicted workspaces\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VaRC7Cyai\"},implicitPathVariables:undefined},{href:{webPageId:\"VaRC7Cyai\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+156}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jw1nrc-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"mqSgCq1uP-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"mqSgCq1uP\",jLzjCzIp9:false,layoutId:\"mqSgCq1uP\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks2[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v3\",activeLocale)??\"HQ - zone booking\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+260}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4o5tr4-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"mqjfoS4pn-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:true,height:\"100%\",id:\"mqjfoS4pn\",jLzjCzIp9:false,layoutId:\"mqjfoS4pn\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},UEuVf3H4N:false,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v4\",activeLocale)??\"By use case\",yorwHe8bl:true})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,enabled:isDisplayed2(),children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+208},WJmDmyp3n:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+88+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-myirc5-container\",\"data-framer-name\":\"solutions\",id:`${layoutId}-myirc5`,layoutDependency:layoutDependency,layoutId:\"WKGKdo4sm-container\",name:\"solutions\",ref:ref4,children:[/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"Circle\",ARYVIkpxT:false,DoSUIVt9R:DoSUIVt9Rtxyyif({overlay:overlay1}),height:\"100%\",id:\"WKGKdo4sm\",jLzjCzIp9:false,layoutId:\"WKGKdo4sm\",LgCAPYwuN:getLocalizedValue(\"v6\",activeLocale)??\"New\",name:\"solutions\",RDJ3nCYme:false,UEuVf3H4N:false,variant:overlay1.visible?\"hcrWN8z7Q\":\"OPODkEFfO\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v5\",activeLocale)??\"Solutions\",yorwHe8bl:true,...addPropertyOverrides({nk59IPTPS:{style:{width:\"100%\"},variant:overlay1.visible?\"hcrWN8z7Q\":\"vuuY4NgLt\"},WJmDmyp3n:{style:{width:\"100%\"},variant:overlay1.visible?\"hcrWN8z7Q\":\"vuuY4NgLt\",yorwHe8bl:false}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref4,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-myirc5`,offsetX:-100,offsetY:10,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation4,className:\"framer-1xd2jzf\",exit:animation3,initial:animation5,layoutDependency:layoutDependency,layoutId:\"wAUBAhhMK\",ref:ref5,role:\"dialog\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rpy9nv-container\",layoutDependency:layoutDependency,layoutId:\"uulSILqfU-container\",children:/*#__PURE__*/_jsx(FlowpassNavMegaDropdown,{height:\"100%\",id:\"uulSILqfU\",layoutId:\"uulSILqfU\",width:\"100%\"})})})})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+468}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xd8d13-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"tLfyNj0Zw-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:true,height:\"100%\",id:\"tLfyNj0Zw\",jLzjCzIp9:false,layoutId:\"tLfyNj0Zw\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},UEuVf3H4N:false,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v7\",activeLocale)??\"By team\",yorwHe8bl:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rNyjcX1NF\"},implicitPathVariables:undefined},{href:{webPageId:\"rNyjcX1NF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+312}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d9g2h0-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"NzIdYOYiG-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"NzIdYOYiG\",jLzjCzIp9:true,layoutId:\"NzIdYOYiG\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks3[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v8\",activeLocale)??\"Right-size office\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"KDw0F97mF\"},implicitPathVariables:undefined},{href:{webPageId:\"KDw0F97mF\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+364}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l85ar6-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"cPnVBM7pp-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"cPnVBM7pp\",jLzjCzIp9:true,layoutId:\"cPnVBM7pp\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks4[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v9\",activeLocale)??\"Distributed teams\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jsYSjmA1u\"},implicitPathVariables:undefined},{href:{webPageId:\"jsYSjmA1u\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+520}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ku9a0l-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"hIz4bUuzm-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"hIz4bUuzm\",jLzjCzIp9:true,layoutId:\"hIz4bUuzm\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks5[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v10\",activeLocale)??\"HR\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z3nzEg1jH\"},implicitPathVariables:undefined},{href:{webPageId:\"Z3nzEg1jH\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+416}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h8cl11-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"pM4Mpfauo-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"pM4Mpfauo\",jLzjCzIp9:true,layoutId:\"pM4Mpfauo\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks6[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v11\",activeLocale)??\"Small teams\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"M4agYgFBx\"},implicitPathVariables:undefined},{href:{webPageId:\"M4agYgFBx\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+572}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cmpgee-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"ct0ugxwlB-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"ct0ugxwlB\",jLzjCzIp9:true,layoutId:\"ct0ugxwlB\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks7[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v12\",activeLocale)??\"Workplace team\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E_iiY3Syl\"},implicitPathVariables:undefined},{href:{webPageId:\"E_iiY3Syl\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({nk59IPTPS:{height:40,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+624}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ikpgk6-container\",\"data-framer-name\":\"products\",layoutDependency:layoutDependency,layoutId:\"m7ECPuNHF-container\",name:\"products\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"ArrowRightAlt\",ARYVIkpxT:false,height:\"100%\",id:\"m7ECPuNHF\",jLzjCzIp9:true,layoutId:\"m7ECPuNHF\",LgCAPYwuN:\"\",name:\"products\",RDJ3nCYme:false,style:{width:\"100%\"},TKOmY5X72:resolvedLinks8[0],UEuVf3H4N:true,variant:\"vuuY4NgLt\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v13\",activeLocale)??\"Office landlords\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{TKOmY5X72:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kkNKETqRR\"},implicitPathVariables:undefined},{href:{webPageId:\"kkNKETqRR\"},implicitPathVariables:undefined},{href:{webPageId:\"kkNKETqRR\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+676},WJmDmyp3n:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+88+0+104}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-llf53d-container\",layoutDependency:layoutDependency,layoutId:\"OlEbiD4ai-container\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"Circle\",ARYVIkpxT:false,height:\"100%\",id:\"OlEbiD4ai\",jLzjCzIp9:false,layoutId:\"OlEbiD4ai\",LgCAPYwuN:getLocalizedValue(\"v6\",activeLocale)??\"New\",RDJ3nCYme:false,TKOmY5X72:resolvedLinks9[0],UEuVf3H4N:false,variant:erCqa4K75,width:\"100%\",yMulHqwVz:getLocalizedValue(\"v14\",activeLocale)??\"Pricing\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{style:{width:\"100%\"},TKOmY5X72:resolvedLinks9[2],variant:gCHFEYqYi},WJmDmyp3n:{style:{width:\"100%\"},TKOmY5X72:resolvedLinks9[1],variant:gCHFEYqYi}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TRlZwdfIW\"},implicitPathVariables:undefined},{href:{webPageId:\"TRlZwdfIW\"},implicitPathVariables:undefined},{href:{webPageId:\"TRlZwdfIW\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 80px)`,y:(componentViewport?.y||0)+0+0+20+72+0+728},WJmDmyp3n:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1700px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+88+0+156}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vn2wk5-container\",layoutDependency:layoutDependency,layoutId:\"UXlFKtbuh-container\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"Circle\",ARYVIkpxT:false,height:\"100%\",id:\"UXlFKtbuh\",jLzjCzIp9:false,layoutId:\"UXlFKtbuh\",LgCAPYwuN:getLocalizedValue(\"v6\",activeLocale)??\"New\",RDJ3nCYme:false,TKOmY5X72:resolvedLinks10[0],UEuVf3H4N:false,variant:erCqa4K75,width:\"100%\",yMulHqwVz:getLocalizedValue(\"v15\",activeLocale)??\"Articles\",yorwHe8bl:false,...addPropertyOverrides({nk59IPTPS:{style:{width:\"100%\"},TKOmY5X72:resolvedLinks10[2],variant:gCHFEYqYi},WJmDmyp3n:{style:{width:\"100%\"},TKOmY5X72:resolvedLinks10[1],variant:gCHFEYqYi}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({nk59IPTPS:{value:transition1},WJmDmyp3n:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wb6zk7\",\"data-framer-name\":\"demo + signin\",layoutDependency:layoutDependency,layoutId:\"fV6vB6ird\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:1},variants:{nk59IPTPS:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",opacity:1},WJmDmyp3n:{opacity:0}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-erygpf-container\",layoutDependency:layoutDependency,layoutId:\"eBr8JccGA-container\",children:/*#__PURE__*/_jsx(LocaleSelector,{caret:{color:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",size:12,type:\"default\"},font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.5em\"},height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:18,type:\"default\"},id:\"eBr8JccGA\",layoutId:\"eBr8JccGA\",options:{focus:{color:\"rgb(0, 153, 255)\",offset:0,style:\"solid\",width:1},gap:5,title:false},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,radius:10,radiusBottomLeft:10,radiusBottomRight:10,radiusPerConrner:false,radiusTopLeft:10,radiusTopRight:10,textColor:\"var(--token-801172cb-bf10-456d-b6c0-e7ed31654a54, rgb(10, 10, 10))\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{y:(componentViewport?.y||0)+0+0+20+848+0+46},WJmDmyp3n:{y:(componentViewport?.y||0)+0+0+0+308+0+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14so8ms-container\",layoutDependency:layoutDependency,layoutId:\"KQeWjuAos-container\",children:/*#__PURE__*/_jsx(BaseNavLinkButton,{AHiyceCU2:\"Circle\",ARYVIkpxT:false,height:\"100%\",id:\"KQeWjuAos\",jLzjCzIp9:false,layoutId:\"KQeWjuAos\",LgCAPYwuN:getLocalizedValue(\"v6\",activeLocale)??\"New\",RDJ3nCYme:false,TKOmY5X72:\"https://app.flowpass.co/\",UEuVf3H4N:false,variant:\"OPODkEFfO\",width:\"100%\",yMulHqwVz:getLocalizedValue(\"v16\",activeLocale)??\"Sign in\",yorwHe8bl:false})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"l2InHwFRx\"},implicitPathVariables:undefined},{href:{webPageId:\"l2InHwFRx\"},implicitPathVariables:undefined},{href:{webPageId:\"l2InHwFRx\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{y:(componentViewport?.y||0)+0+0+20+848+0+98},WJmDmyp3n:{y:(componentViewport?.y||0)+0+0+0+308+0+98}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2wfe5j-container\",layoutDependency:layoutDependency,layoutId:\"OPBSMlErW-container\",children:/*#__PURE__*/_jsx(ButtonOutline,{GrjfbeKC3:false,height:\"100%\",id:\"OPBSMlErW\",jpYyFrnuP:8,KXJ3N9Ejk:\"Circle\",layoutId:\"OPBSMlErW\",MoT2QQ5gx:true,NP5yQIcR3:getLocalizedValue(\"v17\",activeLocale)??\"Find flex office\",RWkv57tSu:resolvedLinks11[0],tXS3YmhNZ:\"Circle\",ueNsqLm87:false,variant:\"uGzw8Xm6C\",width:\"100%\",YZAlJBSOC:false,...addPropertyOverrides({nk59IPTPS:{RWkv57tSu:resolvedLinks11[2]},WJmDmyp3n:{RWkv57tSu:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"UHzfDj26w\"},implicitPathVariables:undefined},{href:{webPageId:\"UHzfDj26w\"},implicitPathVariables:undefined},{href:{webPageId:\"UHzfDj26w\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20+0,...addPropertyOverrides({nk59IPTPS:{y:(componentViewport?.y||0)+0+0+20+848+0+150},WJmDmyp3n:{y:(componentViewport?.y||0)+0+0+0+308+0+150}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tyrtgf-container\",layoutDependency:layoutDependency,layoutId:\"rzyvWJGcU-container\",children:/*#__PURE__*/_jsx(ButtonPrimary,{DZf1o6TOU:false,fB79YgjuY:8,GrjfbeKC3:false,height:\"100%\",id:\"rzyvWJGcU\",KXJ3N9Ejk:\"Circle\",layoutId:\"rzyvWJGcU\",MoT2QQ5gx:true,NP5yQIcR3:getLocalizedValue(\"v18\",activeLocale)??\"Book a demo\",RWkv57tSu:resolvedLinks12[0],tXS3YmhNZ:\"Circle\",variant:\"sM1ypiimf\",width:\"100%\",YZAlJBSOC:false,...addPropertyOverrides({nk59IPTPS:{RWkv57tSu:resolvedLinks12[2]},WJmDmyp3n:{RWkv57tSu:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EtDvA.framer-zklk5n, .framer-EtDvA .framer-zklk5n { display: block; }\",\".framer-EtDvA.framer-1fak6jd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 80px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-EtDvA .framer-12ock5c { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1700px; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-EtDvA .framer-c7u0xa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EtDvA .framer-1becjlv-container { flex: none; height: 30px; position: relative; width: 134px; }\",\".framer-EtDvA .framer-1clsejc-container, .framer-EtDvA .framer-14jzudh-container, .framer-EtDvA .framer-1fjfgq9-container, .framer-EtDvA .framer-myirc5-container, .framer-EtDvA .framer-1rpy9nv-container, .framer-EtDvA .framer-llf53d-container, .framer-EtDvA .framer-vn2wk5-container, .framer-EtDvA .framer-erygpf-container, .framer-EtDvA .framer-14so8ms-container, .framer-EtDvA .framer-2wfe5j-container, .framer-EtDvA .framer-tyrtgf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-EtDvA .framer-z4j79p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-EtDvA .framer-zpiwfm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-EtDvA .framer-14qqf03-container, .framer-EtDvA .framer-ml4e41-container, .framer-EtDvA .framer-1jw1nrc-container, .framer-EtDvA .framer-4o5tr4-container, .framer-EtDvA .framer-1xd8d13-container, .framer-EtDvA .framer-d9g2h0-container, .framer-EtDvA .framer-l85ar6-container, .framer-EtDvA .framer-ku9a0l-container, .framer-EtDvA .framer-h8cl11-container, .framer-EtDvA .framer-1cmpgee-container, .framer-EtDvA .framer-1ikpgk6-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-EtDvA .framer-1xd2jzf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-EtDvA .framer-1wb6zk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EtDvA.framer-1fak6jd, .framer-EtDvA .framer-12ock5c, .framer-EtDvA .framer-c7u0xa, .framer-EtDvA .framer-z4j79p, .framer-EtDvA .framer-zpiwfm, .framer-EtDvA .framer-1xd2jzf, .framer-EtDvA .framer-1wb6zk7 { gap: 0px; } .framer-EtDvA.framer-1fak6jd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-EtDvA.framer-1fak6jd > :first-child, .framer-EtDvA .framer-12ock5c > :first-child, .framer-EtDvA .framer-c7u0xa > :first-child, .framer-EtDvA .framer-z4j79p > :first-child, .framer-EtDvA .framer-1xd2jzf > :first-child, .framer-EtDvA .framer-1wb6zk7 > :first-child { margin-left: 0px; } .framer-EtDvA.framer-1fak6jd > :last-child, .framer-EtDvA .framer-12ock5c > :last-child, .framer-EtDvA .framer-c7u0xa > :last-child, .framer-EtDvA .framer-z4j79p > :last-child, .framer-EtDvA .framer-1xd2jzf > :last-child, .framer-EtDvA .framer-1wb6zk7 > :last-child { margin-right: 0px; } .framer-EtDvA .framer-12ock5c > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-EtDvA .framer-c7u0xa > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-EtDvA .framer-z4j79p > *, .framer-EtDvA .framer-1wb6zk7 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-EtDvA .framer-zpiwfm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-EtDvA .framer-zpiwfm > :first-child { margin-top: 0px; } .framer-EtDvA .framer-zpiwfm > :last-child { margin-bottom: 0px; } .framer-EtDvA .framer-1xd2jzf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-EtDvA.framer-v-1mqv7fk.framer-1fak6jd { flex-direction: column; height: 64px; justify-content: flex-start; overflow: auto; overscroll-behavior: contain; width: 390px; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-12ock5c { flex: none; flex-direction: column; gap: 24px; padding: 0px; width: 100%; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-c7u0xa { gap: unset; height: 64px; justify-content: space-between; padding: 0px 0px 0px 20px; width: 100%; z-index: 2; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-1becjlv-container, .framer-EtDvA.framer-v-1owtzn7 .framer-1becjlv-container { width: auto; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-1clsejc-container, .framer-EtDvA.framer-v-1owtzn7 .framer-1clsejc-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); width: 60px; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-z4j79p, .framer-EtDvA.framer-v-1owtzn7 .framer-z4j79p { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-14jzudh-container, .framer-EtDvA.framer-v-1mqv7fk .framer-myirc5-container, .framer-EtDvA.framer-v-1mqv7fk .framer-llf53d-container, .framer-EtDvA.framer-v-1mqv7fk .framer-vn2wk5-container { width: 100%; }\",\".framer-EtDvA.framer-v-1mqv7fk .framer-1wb6zk7, .framer-EtDvA.framer-v-1owtzn7 .framer-1wb6zk7 { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 100%; z-index: 2; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EtDvA.framer-v-1mqv7fk.framer-1fak6jd, .framer-EtDvA.framer-v-1mqv7fk .framer-12ock5c, .framer-EtDvA.framer-v-1mqv7fk .framer-c7u0xa, .framer-EtDvA.framer-v-1mqv7fk .framer-z4j79p, .framer-EtDvA.framer-v-1mqv7fk .framer-1wb6zk7 { gap: 0px; } .framer-EtDvA.framer-v-1mqv7fk.framer-1fak6jd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-EtDvA.framer-v-1mqv7fk.framer-1fak6jd > :first-child, .framer-EtDvA.framer-v-1mqv7fk .framer-12ock5c > :first-child, .framer-EtDvA.framer-v-1mqv7fk .framer-z4j79p > :first-child, .framer-EtDvA.framer-v-1mqv7fk .framer-1wb6zk7 > :first-child { margin-top: 0px; } .framer-EtDvA.framer-v-1mqv7fk.framer-1fak6jd > :last-child, .framer-EtDvA.framer-v-1mqv7fk .framer-12ock5c > :last-child, .framer-EtDvA.framer-v-1mqv7fk .framer-z4j79p > :last-child, .framer-EtDvA.framer-v-1mqv7fk .framer-1wb6zk7 > :last-child { margin-bottom: 0px; } .framer-EtDvA.framer-v-1mqv7fk .framer-12ock5c > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-EtDvA.framer-v-1mqv7fk .framer-c7u0xa > *, .framer-EtDvA.framer-v-1mqv7fk .framer-c7u0xa > :first-child, .framer-EtDvA.framer-v-1mqv7fk .framer-c7u0xa > :last-child { margin: 0px; } .framer-EtDvA.framer-v-1mqv7fk .framer-z4j79p > *, .framer-EtDvA.framer-v-1mqv7fk .framer-1wb6zk7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-EtDvA.framer-v-1owtzn7.framer-1fak6jd { flex-direction: column; height: min-content; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); min-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 0px 8px 0px; width: 390px; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-12ock5c { flex: none; flex-direction: column; gap: 8px; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-c7u0xa { cursor: pointer; gap: unset; height: 64px; justify-content: space-between; padding: 0px 0px 0px 20px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-14jzudh-container { order: 0; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-14qqf03-container { flex: none; order: 1; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-ml4e41-container { flex: none; order: 2; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-1jw1nrc-container { flex: none; order: 3; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-4o5tr4-container { flex: none; order: 5; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-myirc5-container { order: 4; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-1xd8d13-container { flex: none; order: 10; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-d9g2h0-container { flex: none; order: 6; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-l85ar6-container { flex: none; order: 8; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-ku9a0l-container { flex: none; order: 11; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-h8cl11-container { flex: none; order: 9; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-1cmpgee-container { flex: none; order: 12; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-1ikpgk6-container { flex: none; order: 13; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-llf53d-container { order: 15; width: 100%; }\",\".framer-EtDvA.framer-v-1owtzn7 .framer-vn2wk5-container { order: 16; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EtDvA.framer-v-1owtzn7.framer-1fak6jd, .framer-EtDvA.framer-v-1owtzn7 .framer-12ock5c, .framer-EtDvA.framer-v-1owtzn7 .framer-c7u0xa, .framer-EtDvA.framer-v-1owtzn7 .framer-z4j79p, .framer-EtDvA.framer-v-1owtzn7 .framer-1wb6zk7 { gap: 0px; } .framer-EtDvA.framer-v-1owtzn7.framer-1fak6jd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-EtDvA.framer-v-1owtzn7.framer-1fak6jd > :first-child, .framer-EtDvA.framer-v-1owtzn7 .framer-12ock5c > :first-child, .framer-EtDvA.framer-v-1owtzn7 .framer-z4j79p > :first-child, .framer-EtDvA.framer-v-1owtzn7 .framer-1wb6zk7 > :first-child { margin-top: 0px; } .framer-EtDvA.framer-v-1owtzn7.framer-1fak6jd > :last-child, .framer-EtDvA.framer-v-1owtzn7 .framer-12ock5c > :last-child, .framer-EtDvA.framer-v-1owtzn7 .framer-z4j79p > :last-child, .framer-EtDvA.framer-v-1owtzn7 .framer-1wb6zk7 > :last-child { margin-bottom: 0px; } .framer-EtDvA.framer-v-1owtzn7 .framer-12ock5c > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-EtDvA.framer-v-1owtzn7 .framer-c7u0xa > *, .framer-EtDvA.framer-v-1owtzn7 .framer-c7u0xa > :first-child, .framer-EtDvA.framer-v-1owtzn7 .framer-c7u0xa > :last-child { margin: 0px; } .framer-EtDvA.framer-v-1owtzn7 .framer-z4j79p > *, .framer-EtDvA.framer-v-1owtzn7 .framer-1wb6zk7 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",'.framer-EtDvA[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-EtDvA [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-EtDvA[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-EtDvA [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WJmDmyp3n\":{\"layout\":[\"fixed\",\"fixed\"]},\"nk59IPTPS\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,\"100vh\",\"100vh\"]}}}\n * @framerVariables {\"erCqa4K75\":\"desktopLink3\",\"gCHFEYqYi\":\"phoneLink3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdbqSjO9lH=withCSS(Component,css,\"framer-EtDvA\");export default FramerdbqSjO9lH;FramerdbqSjO9lH.displayName=\"flowpass / top-nav\";FramerdbqSjO9lH.defaultProps={height:80,width:1200};addPropertyControls(FramerdbqSjO9lH,{variant:{options:[\"lV3vajkMy\",\"WJmDmyp3n\",\"nk59IPTPS\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum},erCqa4K75:BaseNavLinkButtonControls?.[\"variant\"]&&{...BaseNavLinkButtonControls[\"variant\"],defaultValue:\"OPODkEFfO\",description:undefined,hidden:undefined,title:\"Desktop Link 3\"},gCHFEYqYi:BaseNavLinkButtonControls?.[\"variant\"]&&{...BaseNavLinkButtonControls[\"variant\"],defaultValue:\"vuuY4NgLt\",description:undefined,hidden:undefined,title:\"Phone Link 3\"}});addFonts(FramerdbqSjO9lH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FlowpassLogoFonts,...MenuIconFonts,...BaseNavLinkButtonFonts,...FlowpassNavDropdownFonts,...FlowpassNavMegaDropdownFonts,...LocaleSelectorFonts,...ButtonOutlineFonts,...ButtonPrimaryFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdbqSjO9lH\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WJmDmyp3n\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nk59IPTPS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",\\\"100vh\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"erCqa4K75\\\":\\\"desktopLink3\\\",\\\"gCHFEYqYi\\\":\\\"phoneLink3\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4175fb7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"uQWgCZtX7\",\"ah979W3iJ\",\"qjCis1h2Y\",\"mLLwuEBL7\",\"FgHuzViMb\",\"UeOST4Apz\"];const serializationHash=\"framer-qLV54\";const variantClassNames={ah979W3iJ:\"framer-v-1w7gdlv\",FgHuzViMb:\"framer-v-foyfdy\",mLLwuEBL7:\"framer-v-17feuwn\",qjCis1h2Y:\"framer-v-ws4bs2\",UeOST4Apz:\"framer-v-583qld\",uQWgCZtX7:\"framer-v-1ixi9vh\"};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:60,delay:0,mass:1,stiffness:500,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(React.Fragment);const humanReadableVariantMap={\"App Store/Default\":\"uQWgCZtX7\",\"App Store/Inverse\":\"ah979W3iJ\",\"App Store/Outline\":\"qjCis1h2Y\",\"Google Play/Default\":\"mLLwuEBL7\",\"Google Play/Inverse\":\"FgHuzViMb\",\"Google Play/Outline\":\"UeOST4Apz\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,B6WNleOiY:link!==null&&link!==void 0?link:props.B6WNleOiY,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"uQWgCZtX7\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,B6WNleOiY,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uQWgCZtX7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"UeOST4Apz\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"FgHuzViMb\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"mLLwuEBL7\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"qjCis1h2Y\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"ah979W3iJ\")return true;return false;};const isDisplayed5=()=>{if([\"ah979W3iJ\",\"qjCis1h2Y\",\"mLLwuEBL7\",\"FgHuzViMb\",\"UeOST4Apz\"].includes(baseVariant))return false;return true;};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:B6WNleOiY,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ixi9vh\",className,classNames)} framer-6yjcv1`,\"data-framer-name\":\"App Store/Default\",layoutDependency:layoutDependency,layoutId:\"uQWgCZtX7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ah979W3iJ:{\"data-framer-name\":\"App Store/Inverse\"},FgHuzViMb:{\"data-framer-name\":\"Google Play/Inverse\"},mLLwuEBL7:{\"data-framer-name\":\"Google Play/Default\"},qjCis1h2Y:{\"data-framer-name\":\"App Store/Outline\"},UeOST4Apz:{\"data-framer-name\":\"Google Play/Outline\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-r24ikd\",\"data-framer-name\":\"Google_Play_Outline\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:135,layoutDependency:layoutDependency,layoutId:\"Jxwo5Ifug\",svg:'<svg width=\"135\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#fff\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M129.998.8a4.214 4.214 0 0 1 4.205 4.2v30c0 2.312-1.88 4.2-4.205 4.2H5.002A4.213 4.213 0 0 1 .797 35V5c0-2.312 1.88-4.2 4.205-4.2h124.996Zm0-.8H5.002A5.015 5.015 0 0 0 0 5v30c0 2.756 2.245 5 5.002 5h124.996A5.01 5.01 0 0 0 135 35V5c0-2.746-2.248-5-5.002-5Z\"/><path d=\"M71.118 13.232c-.901 0-1.661-.317-2.262-.94a3.209 3.209 0 0 1-.914-2.295c0-.91.308-1.68.914-2.291.598-.624 1.358-.94 2.26-.94.891 0 1.651.316 2.262.94a3.2 3.2 0 0 1 .914 2.291c-.01.913-.318 1.684-.914 2.292-.598.629-1.358.943-2.26.943Zm-26.824 0a3.136 3.136 0 0 1-2.273-.928c-.62-.613-.936-1.389-.936-2.304 0-.915.316-1.69.936-2.304.614-.616 1.379-.928 2.273-.928.437 0 .862.087 1.269.264.4.172.725.407.966.694l.06.072-.673.663-.07-.082c-.38-.454-.89-.676-1.562-.676-.601 0-1.125.215-1.557.639-.435.426-.656.985-.656 1.66 0 .676.221 1.235.656 1.661.432.424.956.639 1.557.639.64 0 1.18-.215 1.6-.639.248-.25.402-.598.456-1.04h-2.158v-.932h3.085l.012.085c.022.157.045.319.045.468 0 .86-.258 1.556-.77 2.07-.581.609-1.341.918-2.26.918ZM79.96 13.1h-.951l-2.914-4.681.025.843v3.835h-.951V6.9h1.085l.03.048 2.74 4.409-.025-.84V6.9h.96v6.2Zm-15.99 0h-.963V7.833h-1.671V6.9h4.304v.933h-1.672V13.1h.003Zm-3.419 0h-.961V6.9h.961v6.2Zm-5.402 0h-.96V7.833h-1.672V6.9h4.304v.933h-1.672V13.1Zm-3.24-.01h-3.686V6.9h3.685v.933h-2.722v1.7h2.457v.923h-2.457v1.701h2.722v.933Zm17.652-1.44c.43.432.951.65 1.557.65.624 0 1.133-.213 1.558-.65.422-.423.635-.98.635-1.65 0-.67-.213-1.23-.633-1.65a2.126 2.126 0 0 0-1.557-.65c-.623 0-1.133.213-1.555.65-.422.423-.636.98-.636 1.65 0 .67.211 1.23.631 1.65Z\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M67.853 21.756c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.347 0 4.249-1.8 4.249-4.254 0-2.466-1.903-4.254-4.25-4.254Zm0 6.823c-1.284 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.578 2.39-2.578 1.284 0 2.389 1.044 2.389 2.578.002 1.521-1.105 2.579-2.39 2.579Zm-9.271-6.823c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.346 0 4.249-1.8 4.249-4.254 0-2.466-1.905-4.254-4.25-4.254Zm0 6.823c-1.285 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.578 2.39-2.578 1.283 0 2.389 1.044 2.389 2.578 0 1.521-1.105 2.579-2.39 2.579ZM47.55 23.055v1.8h4.304c-.132 1.01-.465 1.756-.974 2.267-.63.634-1.604 1.322-3.32 1.322-2.645 0-4.714-2.145-4.714-4.8 0-2.656 2.069-4.801 4.714-4.801 1.428 0 2.468.566 3.24 1.29l1.272-1.278c-1.073-1.032-2.5-1.823-4.503-1.823-3.628 0-6.673 2.968-6.673 6.601 0 3.644 3.043 6.601 6.673 6.601 1.96 0 3.43-.643 4.593-1.855 1.184-1.19 1.56-2.868 1.56-4.222 0-.421-.033-.8-.1-1.122h-6.075c.003-.003.003.02.003.02Zm45.123 1.401c-.355-.955-1.428-2.71-3.628-2.71-2.18 0-3.994 1.723-3.994 4.254 0 2.389 1.793 4.254 4.205 4.254 1.937 0 3.064-1.19 3.529-1.887l-1.438-.968c-.477.71-1.14 1.177-2.081 1.177-.952 0-1.617-.434-2.06-1.29l5.666-2.356c0 .003-.199-.474-.199-.474Zm-5.777 1.422c-.044-1.644 1.272-2.479 2.213-2.479.743 0 1.361.367 1.572.9l-3.785 1.579ZM82.294 30h1.86V17.501h-1.86V30Zm-3.054-7.3h-.067c-.42-.5-1.217-.954-2.236-.954-2.113 0-4.06 1.867-4.06 4.267 0 2.388 1.937 4.234 4.06 4.234 1.006 0 1.816-.456 2.236-.968h.067v.611c0 1.624-.865 2.499-2.258 2.499-1.14 0-1.848-.823-2.136-1.511l-1.617.678c.465 1.122 1.704 2.511 3.75 2.511 2.181 0 4.029-1.289 4.029-4.434V22H79.25v.7h-.01Zm-2.136 5.879c-1.284 0-2.357-1.078-2.357-2.567 0-1.5 1.073-2.588 2.357-2.588 1.271 0 2.257 1.1 2.257 2.588.013 1.49-.983 2.567-2.257 2.567ZM101.383 17.5h-4.448V30h1.86v-4.733h2.59c2.059 0 4.083-1.499 4.083-3.878s-2.016-3.888-4.085-3.888Zm.054 6.02h-2.644v-4.29h2.644c1.394 0 2.181 1.155 2.181 2.146 0 .98-.797 2.144-2.181 2.144Zm11.487-1.788c-1.351 0-2.744.601-3.321 1.91l1.649.689c.356-.689 1.006-.923 1.694-.923.964 0 1.937.579 1.96 1.611v.132c-.333-.19-1.063-.479-1.937-.479-1.781 0-3.587.978-3.587 2.81 0 1.68 1.461 2.756 3.087 2.756 1.25 0 1.937-.566 2.367-1.222h.067v.968h1.793v-4.788c0-2.23-1.649-3.464-3.772-3.464Zm-.234 6.846c-.608 0-1.46-.3-1.46-1.068 0-.967 1.063-1.334 1.969-1.334.82 0 1.207.177 1.694.422a2.243 2.243 0 0 1-2.203 1.98ZM123.238 22l-2.136 5.422h-.067L118.822 22h-2.002l3.321 7.579-1.892 4.212h1.937L125.294 22h-2.056Zm-16.744 8h1.86V17.501h-1.86V30Zm-74.615-8.556-4.436 2.532-3.938-3.973 3.931-3.982 4.443 2.535c1.393.788 1.393 2.09 0 2.888Zm-5.342-5.936L12.46 7.478c-.61-.349-1.174-.414-1.612-.244l11.953 12.059 3.736-3.785ZM22.1 20.004 10.13 7.931c-.126.274-.194.614-.194 1.014v22.112c0 .42.075.772.215 1.05l11.947-12.103ZM10.883 32.79c.433.15.983.076 1.577-.255l14.084-8.045-3.742-3.774L10.884 32.79Z\"/><path opacity=\".25\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m12.46 7.623 19.419 11.078c.63.356.986.823 1.04 1.299 0-.521-.342-1.045-1.04-1.444L12.459 7.48c-1.392-.8-2.522-.132-2.522 1.466v.145c0-1.601 1.13-2.257 2.523-1.467Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h135v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-kpd61p\",\"data-framer-name\":\"Google_Play_Inverse\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:135,layoutDependency:layoutDependency,layoutId:\"NnUYzLYUS\",svg:'<svg width=\"135\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M129.998 40H5.002A5.015 5.015 0 0 1 0 35V5c0-2.756 2.245-5 5.002-5h124.996A5.01 5.01 0 0 1 135 5v30c0 2.746-2.248 5-5.002 5Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M129.998.8a4.214 4.214 0 0 1 4.205 4.2v30c0 2.312-1.88 4.2-4.205 4.2H5.002A4.213 4.213 0 0 1 .797 35V5c0-2.312 1.88-4.2 4.205-4.2h124.996Zm0-.8H5.002A5.015 5.015 0 0 0 0 5v30c0 2.756 2.245 5 5.002 5h124.996A5.01 5.01 0 0 0 135 35V5c0-2.746-2.248-5-5.002-5Z\" fill=\"#000\"/><path d=\"M71.118 13.232c-.901 0-1.661-.317-2.262-.94a3.209 3.209 0 0 1-.914-2.295c0-.91.308-1.68.914-2.291.598-.624 1.358-.94 2.26-.94.891 0 1.651.316 2.262.94a3.2 3.2 0 0 1 .914 2.291c-.01.913-.318 1.684-.914 2.292-.598.629-1.358.943-2.26.943Zm-26.824 0a3.136 3.136 0 0 1-2.273-.928c-.62-.613-.936-1.389-.936-2.304 0-.915.316-1.69.936-2.304.614-.616 1.379-.928 2.273-.928.437 0 .862.087 1.269.264.4.172.725.407.966.694l.06.072-.673.663-.07-.082c-.38-.454-.89-.676-1.562-.676-.601 0-1.125.215-1.557.639-.435.426-.656.985-.656 1.66 0 .676.221 1.235.656 1.661.432.424.956.639 1.557.639.64 0 1.18-.215 1.6-.639.248-.25.402-.598.456-1.04h-2.158v-.932h3.085l.012.084c.022.158.045.32.045.47 0 .86-.258 1.555-.77 2.07-.581.608-1.341.917-2.26.917ZM79.96 13.1h-.951l-2.914-4.681.025.843v3.835h-.951V6.9h1.085l.03.048 2.74 4.409-.025-.84V6.9h.96v6.2Zm-15.99 0h-.963V7.833h-1.671V6.9h4.304v.933h-1.672V13.1h.003Zm-3.419 0h-.961V6.9h.961v6.2Zm-5.402 0h-.96V7.833h-1.672V6.9h4.304v.933h-1.672V13.1Zm-3.24-.01h-3.686V6.9h3.685v.933h-2.722v1.7h2.457v.923h-2.457v1.701h2.722v.933Zm17.652-1.44c.43.432.951.65 1.557.65.624 0 1.133-.213 1.558-.65.422-.423.635-.98.635-1.65 0-.67-.213-1.23-.633-1.65a2.126 2.126 0 0 0-1.557-.65c-.623 0-1.133.213-1.555.65-.422.423-.636.98-.636 1.65 0 .67.211 1.23.631 1.65Z\" fill=\"#000\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M67.853 21.756c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.347 0 4.249-1.8 4.249-4.254 0-2.466-1.903-4.254-4.25-4.254Zm0 6.823c-1.284 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.579 2.39-2.579 1.284 0 2.389 1.045 2.389 2.579.002 1.521-1.105 2.579-2.39 2.579Zm-9.271-6.823c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.346 0 4.249-1.8 4.249-4.254 0-2.466-1.905-4.254-4.25-4.254Zm0 6.823c-1.285 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.579 2.39-2.579 1.283 0 2.389 1.045 2.389 2.579 0 1.521-1.105 2.579-2.39 2.579ZM47.55 23.055v1.8h4.304c-.132 1.01-.465 1.756-.974 2.267-.63.634-1.604 1.322-3.32 1.322-2.645 0-4.714-2.145-4.714-4.8 0-2.656 2.069-4.801 4.714-4.801 1.428 0 2.468.566 3.24 1.29l1.272-1.278c-1.073-1.032-2.5-1.823-4.503-1.823-3.628 0-6.673 2.968-6.673 6.601 0 3.644 3.043 6.601 6.673 6.601 1.96 0 3.43-.643 4.593-1.855 1.184-1.19 1.56-2.868 1.56-4.222 0-.421-.033-.8-.1-1.122h-6.075c.003-.003.003.02.003.02Zm45.123 1.401c-.355-.955-1.428-2.71-3.628-2.71-2.18 0-3.994 1.723-3.994 4.254 0 2.389 1.793 4.254 4.205 4.254 1.937 0 3.064-1.19 3.529-1.887l-1.438-.968c-.477.71-1.14 1.177-2.081 1.177-.952 0-1.617-.434-2.06-1.29l5.666-2.356c0 .003-.199-.474-.199-.474Zm-5.777 1.422c-.044-1.644 1.272-2.479 2.213-2.479.743 0 1.361.367 1.572.9l-3.785 1.579ZM82.294 30h1.86V17.501h-1.86V30Zm-3.054-7.3h-.067c-.42-.5-1.217-.954-2.236-.954-2.113 0-4.06 1.867-4.06 4.267 0 2.388 1.937 4.234 4.06 4.234 1.006 0 1.816-.456 2.236-.968h.067v.611c0 1.624-.865 2.499-2.258 2.499-1.14 0-1.848-.823-2.136-1.511l-1.617.678c.465 1.122 1.704 2.511 3.75 2.511 2.181 0 4.029-1.289 4.029-4.434V22H79.25v.7h-.01Zm-2.136 5.879c-1.284 0-2.357-1.078-2.357-2.567 0-1.5 1.073-2.588 2.357-2.588 1.271 0 2.257 1.1 2.257 2.588.013 1.49-.983 2.567-2.257 2.567ZM101.383 17.5h-4.448V30h1.86v-4.733h2.59c2.059 0 4.083-1.499 4.083-3.878s-2.016-3.888-4.085-3.888Zm.054 6.02h-2.644v-4.29h2.644c1.394 0 2.181 1.155 2.181 2.146 0 .98-.797 2.144-2.181 2.144Zm11.487-1.788c-1.351 0-2.744.601-3.321 1.91l1.649.689c.356-.689 1.006-.923 1.694-.923.964 0 1.937.579 1.96 1.61v.133c-.333-.19-1.063-.479-1.937-.479-1.781 0-3.587.978-3.587 2.81 0 1.68 1.461 2.756 3.087 2.756 1.25 0 1.937-.566 2.367-1.222h.067v.968h1.793v-4.788c0-2.23-1.649-3.464-3.772-3.464Zm-.234 6.846c-.608 0-1.46-.3-1.46-1.068 0-.967 1.063-1.334 1.969-1.334.82 0 1.207.177 1.694.422a2.243 2.243 0 0 1-2.203 1.98ZM123.238 22l-2.136 5.421h-.067L118.822 22h-2.002l3.321 7.579-1.892 4.212h1.937L125.294 22h-2.056Zm-16.744 8h1.86V17.501h-1.86V30Z\" fill=\"#000\"/><path d=\"M10.187 8.945c0-.494.112-.863.288-1.117L22.566 19.96v.07L10.481 32.167c-.18-.244-.294-.61-.294-1.11V8.945Zm21.568 9.828c.65.369.918.822.918 1.223 0 .402-.267.858-.918 1.23v.001l-4.794 2.735-3.905-3.92v-.083l3.905-3.921 4.794 2.735ZM10.76 32.451l12.046-12.097 3.797 3.813-14.265 8.148-.001.001c-.67.374-1.215.368-1.578.135Zm1.575-24.755h.001l14.267 8.137-3.797 3.813L10.758 7.56c.363-.236.91-.248 1.578.135Z\" fill=\"#000\" stroke=\"#fff\" stroke-width=\".5\"/><path opacity=\".25\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m12.46 7.623 19.419 11.078c.63.356.986.823 1.04 1.299 0-.521-.342-1.045-1.04-1.444L12.459 7.48c-1.392-.8-2.522-.132-2.522 1.466v.145c0-1.601 1.13-2.257 2.523-1.467Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h135v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-f9i4gg\",\"data-framer-name\":\"Google_Play_Default\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:135,layoutDependency:layoutDependency,layoutId:\"hWmxttSkF\",svg:'<svg width=\"135\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M129.998 40H5.002A5.015 5.015 0 0 1 0 35V5c0-2.756 2.245-5 5.002-5h124.996A5.01 5.01 0 0 1 135 5v30c0 2.746-2.248 5-5.002 5Z\" fill=\"#000\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M129.998.8a4.214 4.214 0 0 1 4.205 4.2v30c0 2.312-1.88 4.2-4.205 4.2H5.002A4.213 4.213 0 0 1 .797 35V5c0-2.312 1.88-4.2 4.205-4.2h124.996Zm0-.8H5.002A5.015 5.015 0 0 0 0 5v30c0 2.756 2.245 5 5.002 5h124.996A5.01 5.01 0 0 0 135 35V5c0-2.746-2.248-5-5.002-5Z\" fill=\"#A6A6A6\"/><path d=\"M71.118 13.232c-.901 0-1.661-.317-2.262-.94a3.209 3.209 0 0 1-.914-2.295c0-.91.308-1.68.914-2.291.598-.624 1.358-.94 2.26-.94.891 0 1.651.316 2.262.94a3.2 3.2 0 0 1 .914 2.291c-.01.913-.318 1.684-.914 2.292-.598.629-1.358.943-2.26.943Zm-26.824 0a3.136 3.136 0 0 1-2.273-.928c-.62-.613-.936-1.389-.936-2.304 0-.915.316-1.69.936-2.304.614-.616 1.379-.928 2.273-.928.437 0 .862.087 1.269.264.4.172.725.407.966.694l.06.072-.673.663-.07-.082c-.38-.454-.89-.676-1.562-.676-.601 0-1.125.215-1.557.639-.435.426-.656.985-.656 1.66 0 .676.221 1.235.656 1.661.432.424.956.639 1.557.639.64 0 1.18-.215 1.6-.639.248-.25.402-.598.456-1.04h-2.158v-.932h3.085l.012.084c.022.158.045.32.045.47 0 .86-.258 1.555-.77 2.07-.581.608-1.341.917-2.26.917ZM79.96 13.1h-.951l-2.914-4.681.025.843v3.835h-.951V6.9h1.085l.03.048 2.74 4.409-.025-.84V6.9h.96v6.2Zm-15.99 0h-.963V7.833h-1.671V6.9h4.304v.933h-1.672V13.1h.003Zm-3.419 0h-.961V6.9h.961v6.2Zm-5.402 0h-.96V7.833h-1.672V6.9h4.304v.933h-1.672V13.1Zm-3.24-.01h-3.686V6.9h3.685v.933h-2.722v1.7h2.457v.923h-2.457v1.701h2.722v.933Zm17.652-1.44c.43.432.951.65 1.557.65.624 0 1.133-.213 1.558-.65.422-.423.635-.98.635-1.65 0-.67-.213-1.23-.633-1.65a2.126 2.126 0 0 0-1.557-.65c-.623 0-1.133.213-1.555.65-.422.423-.636.98-.636 1.65 0 .67.211 1.23.631 1.65Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M67.853 21.756c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.347 0 4.249-1.8 4.249-4.254 0-2.466-1.903-4.254-4.25-4.254Zm0 6.823c-1.284 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.579 2.39-2.579 1.284 0 2.389 1.045 2.389 2.579.002 1.521-1.105 2.579-2.39 2.579Zm-9.271-6.823c-2.347 0-4.25 1.788-4.25 4.254 0 2.444 1.915 4.254 4.25 4.254 2.346 0 4.249-1.8 4.249-4.254 0-2.466-1.905-4.254-4.25-4.254Zm0 6.823c-1.285 0-2.39-1.068-2.39-2.579 0-1.534 1.108-2.579 2.39-2.579 1.283 0 2.389 1.045 2.389 2.579 0 1.521-1.105 2.579-2.39 2.579ZM47.55 23.055v1.8h4.304c-.132 1.01-.465 1.756-.974 2.267-.63.634-1.604 1.322-3.32 1.322-2.645 0-4.714-2.145-4.714-4.8 0-2.656 2.069-4.801 4.714-4.801 1.428 0 2.468.566 3.24 1.29l1.272-1.278c-1.073-1.032-2.5-1.823-4.503-1.823-3.628 0-6.673 2.968-6.673 6.601 0 3.644 3.043 6.601 6.673 6.601 1.96 0 3.43-.643 4.593-1.855 1.184-1.19 1.56-2.868 1.56-4.222 0-.421-.033-.8-.1-1.122h-6.075c.003-.003.003.02.003.02Zm45.123 1.401c-.355-.955-1.428-2.71-3.628-2.71-2.18 0-3.994 1.723-3.994 4.254 0 2.389 1.793 4.254 4.205 4.254 1.937 0 3.064-1.19 3.529-1.887l-1.438-.968c-.477.71-1.14 1.177-2.081 1.177-.952 0-1.617-.434-2.06-1.29l5.666-2.356c0 .003-.199-.474-.199-.474Zm-5.777 1.422c-.044-1.644 1.272-2.479 2.213-2.479.743 0 1.361.367 1.572.9l-3.785 1.579ZM82.294 30h1.86V17.501h-1.86V30Zm-3.054-7.3h-.067c-.42-.5-1.217-.954-2.236-.954-2.113 0-4.06 1.867-4.06 4.267 0 2.388 1.937 4.234 4.06 4.234 1.006 0 1.816-.456 2.236-.968h.067v.611c0 1.624-.865 2.499-2.258 2.499-1.14 0-1.848-.823-2.136-1.511l-1.617.678c.465 1.122 1.704 2.511 3.75 2.511 2.181 0 4.029-1.289 4.029-4.434V22H79.25v.7h-.01Zm-2.136 5.879c-1.284 0-2.357-1.078-2.357-2.567 0-1.5 1.073-2.588 2.357-2.588 1.271 0 2.257 1.1 2.257 2.588.013 1.49-.983 2.567-2.257 2.567ZM101.383 17.5h-4.448V30h1.86v-4.733h2.59c2.059 0 4.083-1.499 4.083-3.878s-2.016-3.888-4.085-3.888Zm.054 6.02h-2.644v-4.29h2.644c1.394 0 2.181 1.155 2.181 2.146 0 .98-.797 2.144-2.181 2.144Zm11.487-1.788c-1.351 0-2.744.601-3.321 1.91l1.649.689c.356-.689 1.006-.923 1.694-.923.964 0 1.937.579 1.96 1.61v.133c-.333-.19-1.063-.479-1.937-.479-1.781 0-3.587.978-3.587 2.81 0 1.68 1.461 2.756 3.087 2.756 1.25 0 1.937-.566 2.367-1.222h.067v.968h1.793v-4.788c0-2.23-1.649-3.464-3.772-3.464Zm-.234 6.846c-.608 0-1.46-.3-1.46-1.068 0-.967 1.063-1.334 1.969-1.334.82 0 1.207.177 1.694.422a2.243 2.243 0 0 1-2.203 1.98ZM123.238 22l-2.136 5.421h-.067L118.822 22h-2.002l3.321 7.579-1.892 4.212h1.937L125.294 22h-2.056Zm-16.744 8h1.86V17.501h-1.86V30Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.391 7.534c-.288.311-.454.788-.454 1.411v22.112c0 .624.166 1.1.464 1.4l.077.067 12.338-12.39v-.276L10.468 7.466l-.077.068Z\" fill=\"url(#b)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m26.921 24.277-4.115-4.132v-.29l4.115-4.132.09.055 4.868 2.778c1.393.788 1.393 2.09 0 2.888l-4.868 2.778-.09.055Z\" fill=\"url(#c)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M27.01 24.222 22.807 20 10.391 32.466c.455.49 1.217.544 2.069.068l14.55-8.312Z\" fill=\"url(#d)\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m27.01 15.778-14.55-8.3c-.852-.488-1.617-.42-2.069.068L22.806 20l4.205-4.222Z\" fill=\"url(#e)\"/><path opacity=\".2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.922 24.132 12.47 32.377c-.807.466-1.528.433-1.992.01l-.077.077.077.067c.464.422 1.185.457 1.992-.01l14.55-8.299-.098-.09Z\" fill=\"#000\"/><path opacity=\".12\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m31.879 21.3-4.97 2.832.09.09 4.867-2.778c.698-.4 1.04-.923 1.04-1.444-.041.479-.397.933-1.027 1.3Z\" fill=\"#000\"/><path opacity=\".25\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m12.46 7.623 19.419 11.078c.63.356.986.823 1.04 1.299 0-.521-.342-1.045-1.04-1.444L12.459 7.48c-1.392-.8-2.522-.132-2.522 1.466v.145c0-1.601 1.13-2.257 2.523-1.467Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"21.709\" y1=\"8.707\" x2=\"1.935\" y2=\"13.954\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#00A0FF\"/><stop offset=\".007\" stop-color=\"#00A1FF\"/><stop offset=\".26\" stop-color=\"#00BEFF\"/><stop offset=\".512\" stop-color=\"#00D2FF\"/><stop offset=\".76\" stop-color=\"#00DFFF\"/><stop offset=\"1\" stop-color=\"#00E3FF\"/></linearGradient><linearGradient id=\"c\" x1=\"33.696\" y1=\"20\" x2=\"9.598\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FFE000\"/><stop offset=\".409\" stop-color=\"#FFBD00\"/><stop offset=\".775\" stop-color=\"orange\"/><stop offset=\"1\" stop-color=\"#FF9C00\"/></linearGradient><linearGradient id=\"d\" x1=\"24.725\" y1=\"22.297\" x2=\"8.762\" y2=\"49.054\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#FF3A44\"/><stop offset=\"1\" stop-color=\"#C31162\"/></linearGradient><linearGradient id=\"e\" x1=\"7.265\" y1=\".179\" x2=\"14.386\" y2=\"12.129\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#32A071\"/><stop offset=\".069\" stop-color=\"#2DA771\"/><stop offset=\".476\" stop-color=\"#15CF74\"/><stop offset=\".801\" stop-color=\"#06E775\"/><stop offset=\"1\" stop-color=\"#00F076\"/></linearGradient><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h135v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vhl28h\",\"data-framer-name\":\"App_Store_Outline\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"jxNxZvzbo\",svg:'<svg width=\"120\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.997 19.89a5.147 5.147 0 0 1 2.45-4.318 5.268 5.268 0 0 0-4.15-2.244c-1.746-.183-3.44 1.045-4.329 1.045-.907 0-2.277-1.027-3.752-.997a5.529 5.529 0 0 0-4.652 2.837c-2.011 3.482-.51 8.6 1.416 11.414.963 1.378 2.09 2.918 3.564 2.863 1.442-.06 1.981-.92 3.722-.92 1.725 0 2.23.92 3.735.886 1.547-.026 2.522-1.385 3.452-2.776a11.4 11.4 0 0 0 1.58-3.216 4.973 4.973 0 0 1-3.036-4.575Zm-2.841-8.413a5.067 5.067 0 0 0 1.16-3.63 5.155 5.155 0 0 0-3.336 1.726 4.822 4.822 0 0 0-1.19 3.495 4.261 4.261 0 0 0 3.366-1.591ZM42.302 27.14h-4.733l-1.137 3.356h-2.005l4.483-12.418h2.083l4.484 12.418h-2.04l-1.135-3.356Zm-4.243-1.55h3.752l-1.85-5.446h-.052l-1.85 5.447Zm17.101.38c0 2.813-1.506 4.62-3.779 4.62a3.07 3.07 0 0 1-2.849-1.583h-.043v4.484h-1.858V21.442h1.799v1.506h.034a3.21 3.21 0 0 1 2.883-1.6c2.298 0 3.812 1.816 3.812 4.622Zm-1.91 0c0-1.833-.948-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046Zm11.875 0c0 2.813-1.507 4.62-3.78 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.858V21.442h1.799v1.506h.034a3.212 3.212 0 0 1 2.883-1.6c2.297 0 3.813 1.816 3.813 4.622Zm-1.911 0c0-1.833-.947-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.956 3.046 2.375 3.046 1.446 0 2.393-1.197 2.393-3.046Zm8.496 1.066c.137 1.232 1.334 2.04 2.968 2.04 1.567 0 2.694-.809 2.694-1.919 0-.964-.68-1.54-2.29-1.936l-1.609-.388c-2.28-.55-3.338-1.617-3.338-3.348 0-2.142 1.867-3.614 4.517-3.614 2.625 0 4.424 1.472 4.484 3.614H77.26c-.112-1.239-1.136-1.987-2.633-1.987s-2.522.757-2.522 1.858c0 .878.654 1.395 2.255 1.79l1.368.336c2.548.603 3.606 1.626 3.606 3.443 0 2.323-1.85 3.778-4.793 3.778-2.754 0-4.614-1.42-4.734-3.667h1.903ZM83.346 19.3v2.142h1.722v1.472h-1.722v4.991c0 .776.345 1.137 1.102 1.137.204-.004.408-.018.611-.043v1.463c-.34.064-.686.092-1.032.086-1.833 0-2.548-.689-2.548-2.444v-5.19h-1.316v-1.472h1.316V19.3h1.867Zm2.718 6.67c0-2.849 1.678-4.639 4.294-4.639 2.625 0 4.295 1.79 4.295 4.639 0 2.856-1.661 4.638-4.295 4.638-2.633 0-4.294-1.782-4.294-4.638Zm6.695 0c0-1.954-.895-3.108-2.401-3.108-1.506 0-2.401 1.162-2.401 3.108 0 1.962.895 3.106 2.401 3.106 1.506 0 2.401-1.144 2.401-3.106Zm3.426-4.528h1.773v1.541H98a2.16 2.16 0 0 1 2.177-1.635c.215-.001.428.022.637.069v1.738a2.591 2.591 0 0 0-.835-.112 1.872 1.872 0 0 0-1.936 2.083v5.37h-1.859v-9.054Zm13.198 6.395c-.25 1.643-1.85 2.771-3.898 2.771-2.634 0-4.269-1.764-4.269-4.595 0-2.84 1.644-4.682 4.191-4.682 2.505 0 4.08 1.72 4.08 4.466v.637h-6.395v.112a2.37 2.37 0 0 0 .639 1.832 2.364 2.364 0 0 0 1.797.732 2.05 2.05 0 0 0 2.091-1.273h1.764Zm-6.282-2.702h4.527A2.185 2.185 0 0 0 106.282 23a2.174 2.174 0 0 0-.875-.163 2.293 2.293 0 0 0-2.306 2.298ZM37.826 8.731a2.64 2.64 0 0 1 2.808 2.965c0 1.906-1.03 3.002-2.808 3.002h-2.155V8.73h2.155Zm-1.228 5.123h1.125a1.877 1.877 0 0 0 1.967-2.146 1.882 1.882 0 0 0-1.967-2.134h-1.125v4.28Zm5.082-1.41a2.132 2.132 0 1 1 4.248 0 2.135 2.135 0 1 1-4.247 0Zm3.334 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm6.559 2.254h-.922l-.93-3.317h-.07l-.927 3.317h-.913l-1.242-4.503h.902l.806 3.436h.067l.925-3.436h.853l.926 3.436h.07l.803-3.436h.889l-1.237 4.503Zm2.28-4.503h.856v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.314-1.084-.972-1.084a1.032 1.032 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm5.241-1.758h.888v6.26h-.888v-6.26Zm2.124 4.007a2.134 2.134 0 1 1 4.247 0 2.133 2.133 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm1.849.98c0-.81.604-1.277 1.676-1.344l1.22-.07v-.389c0-.476-.315-.744-.922-.744-.497 0-.84.182-.939.5h-.86c.09-.773.818-1.27 1.84-1.27 1.128 0 1.765.563 1.765 1.514v3.077h-.855v-.633h-.07a1.515 1.515 0 0 1-1.353.707 1.36 1.36 0 0 1-1.501-1.348Zm2.895-.384v-.377l-1.1.07c-.62.042-.9.253-.9.65 0 .405.351.64.834.64a1.064 1.064 0 0 0 1.166-.983Zm2.053-.596c0-1.423.732-2.324 1.87-2.324a1.484 1.484 0 0 1 1.38.79h.067V8.437h.888v6.26h-.851v-.71h-.07a1.564 1.564 0 0 1-1.415.785c-1.145 0-1.869-.901-1.869-2.328Zm.918 0c0 .955.45 1.53 1.203 1.53.75 0 1.212-.583 1.212-1.526 0-.938-.468-1.53-1.212-1.53-.748 0-1.203.58-1.203 1.526Zm6.964 0a2.134 2.134 0 1 1 4.247 0 2.135 2.135 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.772 0-1.207.57-1.207 1.546 0 .984.435 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm2.107-2.249h.855v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.315-1.084-.972-1.084a1.032 1.032 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm8.845-1.121v1.141h.976v.749h-.976v2.315c0 .472.195.678.637.678.113 0 .226-.007.339-.02v.74c-.16.029-.322.044-.484.046-.988 0-1.382-.348-1.382-1.216v-2.543h-.714v-.749h.715V9.074h.89Zm2.19-.637h.88v2.481h.07a1.385 1.385 0 0 1 1.374-.806 1.482 1.482 0 0 1 1.55 1.678v2.908h-.889V12.01c0-.72-.335-1.084-.963-1.084a1.052 1.052 0 0 0-1.134 1.142v2.63h-.888V8.437Zm9.056 5.045a1.823 1.823 0 0 1-1.951 1.303 2.045 2.045 0 0 1-2.08-2.325 2.083 2.083 0 0 1 1.212-2.172c.272-.121.567-.183.864-.18 1.253 0 2.009.856 2.009 2.27v.31h-3.18v.05a1.19 1.19 0 0 0 1.2 1.29 1.078 1.078 0 0 0 1.071-.546h.855Zm-3.126-1.451h2.275a1.09 1.09 0 0 0-1.109-1.167 1.15 1.15 0 0 0-1.166 1.167Z\" fill=\"#fff\"/><rect x=\".4\" y=\".4\" width=\"118.864\" height=\"39.2\" rx=\"6.6\" stroke=\"#fff\" stroke-width=\".8\"/></svg>',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-6h80g7\",\"data-framer-name\":\"App_Store_Inverse\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"NZrNFvuQL\",svg:'<svg width=\"120\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M110.135 0H9.535c-.367 0-.73 0-1.095.002-.306.002-.61.008-.919.013C6.85.023 6.18.082 5.517.19a6.665 6.665 0 0 0-1.9.627A6.438 6.438 0 0 0 .193 5.521a12.993 12.993 0 0 0-.179 2.002c-.01.307-.01.615-.015.921V31.56c.005.31.006.61.015.921.008.671.068 1.34.18 2.002.11.663.32 1.306.624 1.905a6.2 6.2 0 0 0 1.179 1.614 6.282 6.282 0 0 0 1.618 1.179c.599.304 1.24.517 1.901.63.663.11 1.333.168 2.004.177.31.007.613.011.919.011.366.002.728.002 1.095.002h100.6c.359 0 .724 0 1.084-.002.304 0 .617-.004.922-.01.67-.01 1.338-.068 2-.178a6.808 6.808 0 0 0 1.908-.63A6.296 6.296 0 0 0 117.666 38a6.405 6.405 0 0 0 1.182-1.614c.302-.6.51-1.242.619-1.905.111-.661.173-1.33.185-2.002.004-.31.004-.61.004-.921.008-.364.008-.725.008-1.094V9.536c0-.366 0-.73-.008-1.092 0-.306 0-.614-.004-.92a13.57 13.57 0 0 0-.185-2.003 6.648 6.648 0 0 0-.619-1.903 6.469 6.469 0 0 0-2.799-2.8 6.77 6.77 0 0 0-1.908-.627c-.661-.11-1.33-.169-2-.176-.305-.005-.618-.011-.922-.013-.36-.002-.725-.002-1.084-.002Z\" fill=\"#000\"/><path d=\"M8.445 39.125c-.305 0-.602-.004-.904-.01a12.696 12.696 0 0 1-1.87-.164 5.884 5.884 0 0 1-1.656-.548 5.406 5.406 0 0 1-1.397-1.016 5.321 5.321 0 0 1-1.02-1.397 5.722 5.722 0 0 1-.544-1.657 12.413 12.413 0 0 1-.166-1.875c-.007-.21-.015-.913-.015-.913v-23.1s.009-.692.015-.895a12.37 12.37 0 0 1 .165-1.872 5.755 5.755 0 0 1 .544-1.662c.26-.518.603-.99 1.015-1.398A5.565 5.565 0 0 1 5.668 1.05c.62-.1 1.247-.155 1.875-.163l.902-.012h102.769l.913.013a12.37 12.37 0 0 1 1.858.162 5.933 5.933 0 0 1 1.671.548 5.589 5.589 0 0 1 2.415 2.42c.261.52.441 1.076.536 1.649.103.624.161 1.255.173 1.887.003.283.003.588.003.89.008.375.008.732.008 1.092v20.929c0 .363 0 .718-.008 1.075 0 .325 0 .623-.004.93a12.53 12.53 0 0 1-.171 1.853 5.716 5.716 0 0 1-.54 1.67 5.47 5.47 0 0 1-1.015 1.386 5.414 5.414 0 0 1-1.4 1.022 5.855 5.855 0 0 1-1.668.55c-.618.101-1.243.156-1.869.163-.293.007-.599.011-.897.011l-1.084.002-101.69-.002Z\" fill=\"#fff\"/><path d=\"M24.997 19.89a5.145 5.145 0 0 1 2.45-4.318 5.267 5.267 0 0 0-4.15-2.244c-1.746-.183-3.44 1.045-4.33 1.045-.906 0-2.276-1.027-3.752-.997a5.529 5.529 0 0 0-4.651 2.837c-2.011 3.482-.511 8.6 1.415 11.414.964 1.378 2.09 2.918 3.565 2.863 1.442-.06 1.981-.92 3.722-.92 1.725 0 2.23.92 3.734.886 1.548-.026 2.523-1.385 3.453-2.776a11.402 11.402 0 0 0 1.58-3.216 4.973 4.973 0 0 1-3.036-4.575Zm-2.841-8.413a5.067 5.067 0 0 0 1.16-3.63 5.156 5.156 0 0 0-3.336 1.726 4.823 4.823 0 0 0-1.19 3.495 4.261 4.261 0 0 0 3.366-1.591ZM42.302 27.14h-4.734l-1.136 3.356h-2.005l4.483-12.418h2.083l4.484 12.418h-2.04l-1.135-3.356Zm-4.243-1.55h3.752l-1.85-5.446h-.052l-1.85 5.447Zm17.101.38c0 2.813-1.507 4.62-3.78 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.858V21.442h1.799v1.506h.034a3.21 3.21 0 0 1 2.883-1.6c2.298 0 3.812 1.816 3.812 4.622Zm-1.911 0c0-1.833-.947-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.956 3.046 2.375 3.046 1.446 0 2.393-1.197 2.393-3.046Zm11.875 0c0 2.813-1.506 4.62-3.778 4.62a3.07 3.07 0 0 1-2.849-1.583h-.043v4.484h-1.858V21.442h1.799v1.506h.034a3.212 3.212 0 0 1 2.883-1.6c2.297 0 3.813 1.816 3.813 4.622Zm-1.91 0c0-1.833-.947-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.446 0 2.393-1.197 2.393-3.046Zm8.496 1.066c.137 1.232 1.334 2.04 2.968 2.04 1.567 0 2.694-.809 2.694-1.919 0-.964-.68-1.54-2.29-1.936l-1.609-.388c-2.28-.55-3.339-1.617-3.339-3.348 0-2.142 1.867-3.614 4.518-3.614 2.625 0 4.424 1.472 4.484 3.614H77.26c-.112-1.239-1.136-1.987-2.634-1.987-1.497 0-2.521.757-2.521 1.858 0 .878.654 1.395 2.255 1.79l1.368.336c2.548.603 3.606 1.626 3.606 3.443 0 2.323-1.85 3.778-4.794 3.778-2.753 0-4.613-1.42-4.733-3.667h1.903ZM83.346 19.3v2.142h1.722v1.472h-1.722v4.991c0 .776.345 1.137 1.102 1.137.204-.004.408-.018.611-.043v1.463c-.34.064-.686.092-1.032.086-1.833 0-2.548-.689-2.548-2.444v-5.19h-1.316v-1.472h1.316V19.3h1.867Zm2.718 6.67c0-2.849 1.678-4.639 4.294-4.639 2.625 0 4.295 1.79 4.295 4.639 0 2.856-1.661 4.638-4.295 4.638-2.633 0-4.294-1.782-4.294-4.638Zm6.695 0c0-1.954-.895-3.108-2.401-3.108-1.506 0-2.401 1.162-2.401 3.108 0 1.962.895 3.106 2.4 3.106 1.507 0 2.402-1.144 2.402-3.106Zm3.426-4.528h1.772v1.541h.044a2.16 2.16 0 0 1 2.177-1.635c.214-.001.428.022.637.069v1.738a2.591 2.591 0 0 0-.835-.112 1.872 1.872 0 0 0-1.937 2.083v5.37h-1.858v-9.054Zm13.198 6.395c-.25 1.643-1.85 2.771-3.898 2.771-2.634 0-4.269-1.764-4.269-4.595 0-2.84 1.644-4.682 4.191-4.682 2.505 0 4.08 1.72 4.08 4.466v.637h-6.395v.112a2.353 2.353 0 0 0 .639 1.832 2.364 2.364 0 0 0 1.797.732 2.045 2.045 0 0 0 2.091-1.273h1.764Zm-6.282-2.702h4.526a2.167 2.167 0 0 0-.608-1.634 2.168 2.168 0 0 0-1.612-.664 2.293 2.293 0 0 0-2.306 2.298ZM37.826 8.731a2.64 2.64 0 0 1 2.808 2.965c0 1.906-1.03 3.002-2.808 3.002h-2.155V8.73h2.155Zm-1.228 5.123h1.125a1.877 1.877 0 0 0 1.967-2.146 1.882 1.882 0 0 0-1.967-2.134h-1.125v4.28Zm5.082-1.41a2.132 2.132 0 1 1 4.248 0 2.135 2.135 0 1 1-4.247 0Zm3.334 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm6.559 2.254h-.922l-.93-3.317h-.07l-.927 3.317h-.913l-1.242-4.503h.902l.806 3.436h.067l.925-3.436h.853l.926 3.436h.07l.803-3.436h.889l-1.237 4.503Zm2.28-4.503h.856v.715h.066a1.349 1.349 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.314-1.084-.972-1.084a1.03 1.03 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm5.241-1.758h.888v6.26h-.888v-6.26Zm2.124 4.007a2.134 2.134 0 1 1 4.247 0 2.133 2.133 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm1.849.98c0-.81.604-1.277 1.676-1.344l1.22-.07v-.389c0-.476-.315-.744-.922-.744-.497 0-.84.182-.939.5h-.86c.09-.773.818-1.27 1.84-1.27 1.128 0 1.765.563 1.765 1.514v3.077h-.855v-.633h-.07a1.515 1.515 0 0 1-1.353.707 1.36 1.36 0 0 1-1.501-1.348Zm2.895-.384v-.377l-1.1.07c-.62.042-.9.253-.9.65 0 .405.351.64.834.64a1.06 1.06 0 0 0 1.166-.983Zm2.053-.596c0-1.423.732-2.324 1.87-2.324a1.484 1.484 0 0 1 1.38.79h.067V8.437h.888v6.26h-.851v-.71h-.07a1.564 1.564 0 0 1-1.415.785c-1.145 0-1.869-.901-1.869-2.328Zm.918 0c0 .955.45 1.53 1.203 1.53.75 0 1.212-.583 1.212-1.526 0-.938-.468-1.53-1.212-1.53-.748 0-1.203.58-1.203 1.526Zm6.964 0a2.134 2.134 0 1 1 4.247 0 2.135 2.135 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.772 0-1.207.57-1.207 1.546 0 .984.435 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm2.107-2.249h.855v.715h.066a1.35 1.35 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.315-1.084-.972-1.084a1.03 1.03 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm8.845-1.121v1.141h.976v.749h-.976v2.315c0 .472.195.678.637.678.113 0 .226-.007.339-.02v.74c-.16.029-.322.044-.484.046-.988 0-1.382-.348-1.382-1.216v-2.543h-.714v-.749h.715V9.074h.89Zm2.19-.637h.88v2.481h.07a1.385 1.385 0 0 1 1.374-.806 1.482 1.482 0 0 1 1.55 1.678v2.908h-.889V12.01c0-.72-.335-1.084-.963-1.084a1.052 1.052 0 0 0-1.134 1.142v2.63h-.888V8.437Zm9.056 5.045a1.823 1.823 0 0 1-1.951 1.303 2.045 2.045 0 0 1-2.08-2.325 2.083 2.083 0 0 1 1.212-2.172c.272-.121.567-.183.864-.18 1.253 0 2.009.856 2.009 2.27v.31h-3.18v.05a1.19 1.19 0 0 0 1.2 1.29 1.078 1.078 0 0 0 1.071-.546h.855Zm-3.126-1.451h2.275a1.09 1.09 0 0 0-1.109-1.167 1.15 1.15 0 0 0-1.166 1.167Z\" fill=\"#000\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h119.664v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-15qdxxo\",\"data-framer-name\":\"App_Store_Default\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"DMCVf506l\",svg:'<svg width=\"120\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M110.135 0H9.535c-.367 0-.73 0-1.095.002-.306.002-.61.008-.919.013C6.85.023 6.18.082 5.517.19a6.665 6.665 0 0 0-1.9.627A6.438 6.438 0 0 0 .193 5.521a12.993 12.993 0 0 0-.179 2.002c-.01.307-.01.615-.015.921V31.56c.005.31.006.61.015.921.008.671.068 1.34.18 2.002.11.663.32 1.306.624 1.905a6.2 6.2 0 0 0 1.179 1.614 6.282 6.282 0 0 0 1.618 1.179c.599.304 1.24.517 1.901.63.663.11 1.333.168 2.004.177.31.007.613.011.919.011.366.002.728.002 1.095.002h100.6c.359 0 .724 0 1.084-.002.304 0 .617-.004.922-.01.67-.01 1.338-.068 2-.178a6.808 6.808 0 0 0 1.908-.63A6.296 6.296 0 0 0 117.666 38a6.405 6.405 0 0 0 1.182-1.614c.302-.6.51-1.242.619-1.905.111-.661.173-1.33.185-2.002.004-.31.004-.61.004-.921.008-.364.008-.725.008-1.094V9.536c0-.366 0-.73-.008-1.092 0-.306 0-.614-.004-.92a13.57 13.57 0 0 0-.185-2.003 6.648 6.648 0 0 0-.619-1.903 6.469 6.469 0 0 0-2.799-2.8 6.77 6.77 0 0 0-1.908-.627c-.661-.11-1.33-.169-2-.176-.305-.005-.618-.011-.922-.013-.36-.002-.725-.002-1.084-.002Z\" fill=\"#A6A6A6\"/><path d=\"M8.445 39.125c-.305 0-.602-.004-.904-.01a12.696 12.696 0 0 1-1.87-.164 5.884 5.884 0 0 1-1.656-.548 5.406 5.406 0 0 1-1.397-1.016 5.321 5.321 0 0 1-1.02-1.397 5.722 5.722 0 0 1-.544-1.657 12.413 12.413 0 0 1-.166-1.875c-.007-.21-.015-.913-.015-.913v-23.1s.009-.692.015-.895a12.37 12.37 0 0 1 .165-1.872 5.755 5.755 0 0 1 .544-1.662c.26-.518.603-.99 1.015-1.398A5.565 5.565 0 0 1 5.668 1.05c.62-.1 1.247-.155 1.875-.163l.902-.012h102.769l.913.013a12.37 12.37 0 0 1 1.858.162 5.933 5.933 0 0 1 1.671.548 5.589 5.589 0 0 1 2.415 2.42c.261.52.441 1.076.536 1.649.103.624.161 1.255.173 1.887.003.283.003.588.003.89.008.375.008.732.008 1.092v20.929c0 .363 0 .718-.008 1.075 0 .325 0 .623-.004.93a12.53 12.53 0 0 1-.171 1.853 5.716 5.716 0 0 1-.54 1.67 5.47 5.47 0 0 1-1.015 1.386 5.414 5.414 0 0 1-1.4 1.022 5.855 5.855 0 0 1-1.668.55c-.618.101-1.243.156-1.869.163-.293.007-.599.011-.897.011l-1.084.002-101.69-.002Z\" fill=\"#000\"/><path d=\"M24.769 20.3a4.947 4.947 0 0 1 2.356-4.151 5.065 5.065 0 0 0-3.99-2.158c-1.68-.176-3.308 1.005-4.164 1.005-.872 0-2.19-.988-3.608-.958a5.315 5.315 0 0 0-4.473 2.727c-1.934 3.349-.492 8.27 1.361 10.977.927 1.325 2.01 2.805 3.428 2.753 1.387-.058 1.905-.885 3.58-.885 1.658 0 2.144.885 3.59.852 1.489-.025 2.426-1.332 3.32-2.67a10.963 10.963 0 0 0 1.52-3.092 4.782 4.782 0 0 1-2.92-4.4Zm-2.732-8.09a4.873 4.873 0 0 0 1.115-3.49 4.958 4.958 0 0 0-3.208 1.66 4.636 4.636 0 0 0-1.144 3.36 4.1 4.1 0 0 0 3.237-1.53Zm20.265 14.93H37.57l-1.137 3.356h-2.005l4.484-12.418h2.083l4.483 12.418h-2.039l-1.136-3.356Zm-4.243-1.55h3.752l-1.85-5.446h-.051l-1.85 5.447Zm17.101.38c0 2.813-1.506 4.62-3.779 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.86V21.442h1.8v1.506h.033a3.212 3.212 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622Zm-1.91 0c0-1.833-.948-3.038-2.393-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046Zm11.874 0c0 2.813-1.505 4.62-3.778 4.62a3.07 3.07 0 0 1-2.848-1.583h-.043v4.484h-1.859V21.442h1.799v1.506h.034a3.212 3.212 0 0 1 2.883-1.6c2.298 0 3.813 1.816 3.813 4.622Zm-1.91 0c0-1.833-.947-3.038-2.392-3.038-1.42 0-2.375 1.23-2.375 3.038 0 1.824.955 3.046 2.375 3.046 1.445 0 2.392-1.197 2.392-3.046Zm8.496 1.066c.138 1.232 1.335 2.04 2.97 2.04 1.566 0 2.693-.809 2.693-1.919 0-.964-.68-1.54-2.29-1.936l-1.609-.388c-2.28-.55-3.339-1.617-3.339-3.348 0-2.142 1.867-3.614 4.519-3.614 2.624 0 4.423 1.472 4.483 3.614h-1.876c-.112-1.239-1.136-1.987-2.634-1.987-1.497 0-2.521.757-2.521 1.858 0 .878.654 1.395 2.255 1.79l1.368.336c2.548.603 3.606 1.626 3.606 3.443 0 2.323-1.85 3.778-4.793 3.778-2.754 0-4.614-1.42-4.734-3.667h1.902ZM83.346 19.3v2.142h1.722v1.472h-1.722v4.991c0 .776.345 1.137 1.102 1.137.204-.004.408-.018.611-.043v1.463c-.34.064-.686.092-1.032.086-1.833 0-2.548-.689-2.548-2.444v-5.19h-1.316v-1.472h1.316V19.3h1.867Zm2.719 6.67c0-2.849 1.678-4.639 4.294-4.639 2.625 0 4.295 1.79 4.295 4.639 0 2.856-1.661 4.638-4.295 4.638-2.633 0-4.294-1.782-4.294-4.638Zm6.695 0c0-1.954-.895-3.108-2.401-3.108-1.506 0-2.4 1.162-2.4 3.108 0 1.962.894 3.106 2.4 3.106 1.506 0 2.401-1.144 2.401-3.106Zm3.426-4.528h1.772v1.541h.043a2.16 2.16 0 0 1 2.178-1.635c.214-.001.428.022.637.069v1.738a2.591 2.591 0 0 0-.835-.112 1.872 1.872 0 0 0-1.937 2.083v5.37h-1.858v-9.054Zm13.198 6.395c-.25 1.643-1.85 2.771-3.898 2.771-2.634 0-4.269-1.764-4.269-4.595 0-2.84 1.644-4.682 4.191-4.682 2.505 0 4.08 1.72 4.08 4.466v.637h-6.395v.112a2.353 2.353 0 0 0 .639 1.832 2.364 2.364 0 0 0 1.797.732 2.045 2.045 0 0 0 2.091-1.273h1.764Zm-6.282-2.702h4.526a2.167 2.167 0 0 0-.608-1.634 2.168 2.168 0 0 0-1.612-.664 2.291 2.291 0 0 0-2.306 2.298ZM37.826 8.731a2.64 2.64 0 0 1 2.808 2.965c0 1.906-1.03 3.002-2.808 3.002h-2.155V8.73h2.155Zm-1.228 5.123h1.125a1.877 1.877 0 0 0 1.967-2.146 1.882 1.882 0 0 0-1.967-2.134h-1.125v4.28Zm5.082-1.41a2.132 2.132 0 1 1 4.248 0 2.135 2.135 0 1 1-4.247 0Zm3.334 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm6.559 2.254h-.922l-.93-3.317h-.07l-.927 3.317h-.913l-1.242-4.503h.902l.806 3.436h.067l.925-3.436h.853l.926 3.436h.07l.803-3.436h.889l-1.237 4.503Zm2.28-4.503h.856v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.314-1.084-.972-1.084a1.03 1.03 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm5.241-1.758h.888v6.26h-.888v-6.26Zm2.124 4.007a2.134 2.134 0 1 1 4.247 0 2.133 2.133 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.773 0-1.207.57-1.207 1.546 0 .984.434 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm1.849.98c0-.81.604-1.277 1.676-1.344l1.22-.07v-.389c0-.476-.315-.744-.922-.744-.497 0-.84.182-.939.5h-.86c.09-.773.818-1.27 1.84-1.27 1.128 0 1.765.563 1.765 1.514v3.077h-.855v-.633h-.07a1.515 1.515 0 0 1-1.353.707 1.36 1.36 0 0 1-1.501-1.348Zm2.895-.384v-.377l-1.1.07c-.62.042-.9.253-.9.65 0 .405.351.64.834.64a1.06 1.06 0 0 0 1.166-.983Zm2.053-.596c0-1.423.732-2.324 1.87-2.324a1.484 1.484 0 0 1 1.38.79h.067V8.437h.888v6.26h-.851v-.71h-.07a1.564 1.564 0 0 1-1.415.785c-1.145 0-1.869-.901-1.869-2.328Zm.918 0c0 .955.45 1.53 1.203 1.53.75 0 1.212-.583 1.212-1.526 0-.938-.468-1.53-1.212-1.53-.748 0-1.203.58-1.203 1.526Zm6.964 0a2.134 2.134 0 1 1 4.247 0 2.135 2.135 0 1 1-4.247 0Zm3.333 0c0-.976-.439-1.546-1.208-1.546-.772 0-1.207.57-1.207 1.546 0 .984.435 1.55 1.207 1.55.77 0 1.208-.57 1.208-1.55Zm2.107-2.249h.855v.715h.066a1.348 1.348 0 0 1 1.344-.802 1.464 1.464 0 0 1 1.559 1.675v2.915h-.889v-2.692c0-.724-.315-1.084-.972-1.084a1.03 1.03 0 0 0-1.075 1.141v2.635h-.889v-4.503Zm8.845-1.121v1.141h.976v.749h-.976v2.315c0 .472.195.678.637.678.113 0 .226-.007.339-.02v.74c-.16.029-.322.044-.484.046-.988 0-1.382-.348-1.382-1.216v-2.543h-.714v-.749h.715V9.074h.89Zm2.19-.637h.88v2.482h.07a1.385 1.385 0 0 1 1.374-.807 1.482 1.482 0 0 1 1.55 1.678v2.908h-.889V12.01c0-.72-.335-1.084-.963-1.084a1.05 1.05 0 0 0-1.134 1.142v2.63h-.888V8.437Zm9.056 5.045a1.823 1.823 0 0 1-1.951 1.303 2.045 2.045 0 0 1-2.08-2.325 2.083 2.083 0 0 1 1.212-2.172c.272-.121.567-.183.864-.18 1.253 0 2.009.856 2.009 2.27v.31h-3.18v.05a1.19 1.19 0 0 0 1.2 1.29 1.078 1.078 0 0 0 1.071-.546h.855Zm-3.126-1.451h2.275a1.09 1.09 0 0 0-1.109-1.167 1.15 1.15 0 0 0-1.166 1.167Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h119.664v40H0z\"/></clipPath></defs></svg>',withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qLV54.framer-6yjcv1, .framer-qLV54 .framer-6yjcv1 { display: block; }\",\".framer-qLV54.framer-1ixi9vh { height: 40px; overflow: hidden; position: relative; text-decoration: none; width: 120px; }\",\".framer-qLV54 .framer-r24ikd, .framer-qLV54 .framer-kpd61p, .framer-qLV54 .framer-f9i4gg { flex: none; height: 40px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-qLV54 .framer-vhl28h, .framer-qLV54 .framer-6h80g7, .framer-qLV54 .framer-15qdxxo { aspect-ratio: 3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-qLV54.framer-v-17feuwn.framer-1ixi9vh, .framer-qLV54.framer-v-foyfdy.framer-1ixi9vh, .framer-qLV54.framer-v-583qld.framer-1ixi9vh { width: 135px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ah979W3iJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"qjCis1h2Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"mLLwuEBL7\":{\"layout\":[\"fixed\",\"fixed\"]},\"FgHuzViMb\":{\"layout\":[\"fixed\",\"fixed\"]},\"UeOST4Apz\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"B6WNleOiY\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerduLTPAyus=withCSS(Component,css,\"framer-qLV54\");export default FramerduLTPAyus;FramerduLTPAyus.displayName=\"Button / App Store Button\";FramerduLTPAyus.defaultProps={height:40,width:120};addPropertyControls(FramerduLTPAyus,{variant:{options:[\"uQWgCZtX7\",\"ah979W3iJ\",\"qjCis1h2Y\",\"mLLwuEBL7\",\"FgHuzViMb\",\"UeOST4Apz\"],optionTitles:[\"App Store/Default\",\"App Store/Inverse\",\"App Store/Outline\",\"Google Play/Default\",\"Google Play/Inverse\",\"Google Play/Outline\"],title:\"Variant\",type:ControlType.Enum},B6WNleOiY:{title:\"Link\",type:ControlType.Link}});addFonts(FramerduLTPAyus,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerduLTPAyus\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"B6WNleOiY\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ah979W3iJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qjCis1h2Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mLLwuEBL7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FgHuzViMb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UeOST4Apz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"120\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./duLTPAyus.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Integritetspolicy\";export const v1=\"Kontakta support\";export const v2=\"Anv\\xe4ndarvillkor\";export const v3=\"Hj\\xe4lpcenter\";export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vuyne3\",\"data-styles-preset\":\"GygTAX8TE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115)))\"},children:\"\\xa9 2024 Flowpass. Alla r\\xe4ttigheter f\\xf6rbeh\\xe5lls.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rWpFPV0fdNUI5dyWKtkG/wjeJKqmPzqheuqYy1wCS/GygTAX8TE.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oyrz4niQElaN28xaREoM/o6dvGuJHRrCMyEDdoFt7/YltRG4NVa.js\";import Badge from\"https://framerusercontent.com/modules/A1T3be6fB8B9W7KapiMz/ZMKiqJLkYwenG5394vEM/J6Vn_HP0Z.js\";import*as localizedValues from\"./yrPYEiByW-0.js\";const BadgeFonts=getFonts(Badge);const BadgeControls=getPropertyControls(Badge);const serializationHash=\"framer-bBiTc\";const variantClassNames={txzoRUKOS:\"framer-v-48q7lq\"};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 valuesByLocaleId={nL9_NZefC:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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 humanReadableEnumMap={\"Danger / L\":\"NRyKR33la\",\"Danger / S\":\"r_qgDoZWP\",\"Default / L\":\"epcOE6evH\",\"Default / S\":\"xaU4sJRaJ\",\"Gradient / L\":\"EFJBHx7t_\",\"Gradient / S\":\"r_2VoPo3i\",\"Grey / L\":\"J0QB_VUQQ\",\"Grey / S\":\"UH1G1A_CE\",\"Minimal / L\":\"AhwJq_Mkr\",\"Minimal / S\":\"oswKhGCTe\",\"Primary / L\":\"wxbTfSrRH\",\"Primary / S\":\"s_ipRYNIE\",\"Success / L\":\"JRZpwtIUp\",\"Success / S\":\"lpQg7wzhS\",\"Warning / L\":\"GajDuv30J\",\"Warning / S\":\"M1PNSzMpE\"};const getProps=({badgeVariant,height,id,link,linkColor,newTab,showBadge,title,width,...props})=>{var _ref,_humanReadableEnumMap_badgeVariant,_ref1,_ref2,_ref3,_ref4;return{...props,GSU9OLXw1:(_ref=title!==null&&title!==void 0?title:props.GSU9OLXw1)!==null&&_ref!==void 0?_ref:\"Footer link\",LGLqjFWSo:(_ref2=(_ref1=(_humanReadableEnumMap_badgeVariant=humanReadableEnumMap[badgeVariant])!==null&&_humanReadableEnumMap_badgeVariant!==void 0?_humanReadableEnumMap_badgeVariant:badgeVariant)!==null&&_ref1!==void 0?_ref1:props.LGLqjFWSo)!==null&&_ref2!==void 0?_ref2:\"UH1G1A_CE\",LrDjkPS80:link!==null&&link!==void 0?link:props.LrDjkPS80,uJ4mQQd8F:(_ref3=showBadge!==null&&showBadge!==void 0?showBadge:props.uJ4mQQd8F)!==null&&_ref3!==void 0?_ref3:true,UUUBDEMMW:(_ref4=linkColor!==null&&linkColor!==void 0?linkColor:props.UUUBDEMMW)!==null&&_ref4!==void 0?_ref4:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",zgUW9lHkf:newTab!==null&&newTab!==void 0?newTab:props.zgUW9lHkf};};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,GSU9OLXw1,LrDjkPS80,UUUBDEMMW,zgUW9lHkf,uJ4mQQd8F,LGLqjFWSo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"txzoRUKOS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-48q7lq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"txzoRUKOS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vuyne3\",\"data-styles-preset\":\"GygTAX8TE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-UUUBDEMMW-yrPYEiByW))\"},children:/*#__PURE__*/_jsx(Link,{href:LrDjkPS80,openInNewTab:zgUW9lHkf,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1f7a9ir\",\"data-styles-preset\":\"YltRG4NVa\",children:\"Footer link\"})})})}),className:\"framer-tnnz1r\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bytl6GY1s\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-UUUBDEMMW-yrPYEiByW)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-UUUBDEMMW-yrPYEiByW\":UUUBDEMMW,\"--variable-reference-zgUW9lHkf-yrPYEiByW\":zgUW9lHkf},text:GSU9OLXw1,verticalAlignment:\"top\",withExternalLayout:true}),uJ4mQQd8F&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-30)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w1u52j-container\",layoutDependency:layoutDependency,layoutId:\"MYfMzrpqx-container\",children:/*#__PURE__*/_jsx(Badge,{D7aWqsI9X:999,FyyaAhSfK:\"Circle\",height:\"100%\",id:\"MYfMzrpqx\",layoutId:\"MYfMzrpqx\",lECiIhGYk:false,mHARh8hKD:false,pebaZ67HW:\"New\",variant:LGLqjFWSo,vUtB6qy15:true,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bBiTc.framer-1k8l0jg, .framer-bBiTc .framer-1k8l0jg { display: block; }\",\".framer-bBiTc.framer-48q7lq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bBiTc .framer-tnnz1r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bBiTc .framer-w1u52j-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bBiTc.framer-48q7lq { gap: 0px; } .framer-bBiTc.framer-48q7lq > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-bBiTc.framer-48q7lq > :first-child { margin-left: 0px; } .framer-bBiTc.framer-48q7lq > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 131\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GSU9OLXw1\":\"title\",\"LrDjkPS80\":\"link\",\"UUUBDEMMW\":\"linkColor\",\"zgUW9lHkf\":\"newTab\",\"uJ4mQQd8F\":\"showBadge\",\"LGLqjFWSo\":\"badgeVariant\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryrPYEiByW=withCSS(Component,css,\"framer-bBiTc\");export default FrameryrPYEiByW;FrameryrPYEiByW.displayName=\"Footer Link\";FrameryrPYEiByW.defaultProps={height:22,width:131};addPropertyControls(FrameryrPYEiByW,{GSU9OLXw1:{defaultValue:\"Footer link\",displayTextArea:false,title:\"Title\",type:ControlType.String},LrDjkPS80:{title:\"Link\",type:ControlType.Link},UUUBDEMMW:{defaultValue:'var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64)) /* {\"name\":\"Text / Subtle\"} */',title:\"Link Color\",type:ControlType.Color},zgUW9lHkf:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},uJ4mQQd8F:{defaultValue:true,title:\"Show Badge\",type:ControlType.Boolean},LGLqjFWSo:(BadgeControls===null||BadgeControls===void 0?void 0:BadgeControls[\"variant\"])&&{...BadgeControls[\"variant\"],defaultValue:\"UH1G1A_CE\",description:undefined,hidden:undefined,title:\"Badge Variant\"}});addFonts(FrameryrPYEiByW,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...BadgeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryrPYEiByW\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"22\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"GSU9OLXw1\\\":\\\"title\\\",\\\"LrDjkPS80\\\":\\\"link\\\",\\\"UUUBDEMMW\\\":\\\"linkColor\\\",\\\"zgUW9lHkf\\\":\\\"newTab\\\",\\\"uJ4mQQd8F\\\":\\\"showBadge\\\",\\\"LGLqjFWSo\\\":\\\"badgeVariant\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"131\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2923eb5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,ResolveLinks,RichText,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/rWpFPV0fdNUI5dyWKtkG/wjeJKqmPzqheuqYy1wCS/GygTAX8TE.js\";import FlowpassLogo from\"https://framerusercontent.com/modules/R9n2kDx1HlJD2sXjjbpy/07rRfTkpQHKCQA9gqNyX/AU3ooykOM.js\";import ButtonAppStoreButton from\"https://framerusercontent.com/modules/4MNwPcPOOyep1Joh3brC/js1s4w0u7dej4fcsvowv/duLTPAyus.js\";import*as localizedValues from\"./ypWULATSS-0.js\";import FooterLink from\"https://framerusercontent.com/modules/bB2CbORfZjQElYarUI6O/gxY7WM4IPWAH7FlmRWLm/yrPYEiByW.js\";const FlowpassLogoFonts=getFonts(FlowpassLogo);const ButtonAppStoreButtonFonts=getFonts(ButtonAppStoreButton);const FooterLinkFonts=getFonts(FooterLink);const cycleOrder=[\"CWMGJtgYE\",\"h0V1Lz1Id\",\"QCAIhz4Kk\"];const serializationHash=\"framer-fLOl9\";const variantClassNames={CWMGJtgYE:\"framer-v-te0lig\",h0V1Lz1Id:\"framer-v-6cc7z5\",QCAIhz4Kk:\"framer-v-9iqn08\"};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 valuesByLocaleId={nL9_NZefC:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,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={Desktop:\"CWMGJtgYE\",Phone:\"QCAIhz4Kk\",Tablet:\"h0V1Lz1Id\"};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:\"CWMGJtgYE\"};};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:\"CWMGJtgYE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;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.footer,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-te0lig\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"CWMGJtgYE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-80553515-7ab0-44ac-b981-96d7680674fd, rgb(255, 255, 255))\",...style},...addPropertyOverrides({h0V1Lz1Id:{\"data-framer-name\":\"Tablet\"},QCAIhz4Kk:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t20ych\",\"data-framer-name\":\"Container + Padding\",layoutDependency:layoutDependency,layoutId:\"D2CEYv54s\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ypowgp\",\"data-framer-name\":\"Layout\",layoutDependency:layoutDependency,layoutId:\"OROq2Ptu1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xwupnc\",\"data-framer-name\":\"Logo + Socials\",layoutDependency:layoutDependency,layoutId:\"fUoaaT8jw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"134px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rdgvv2-container\",layoutDependency:layoutDependency,layoutId:\"haoZRVscj-container\",children:/*#__PURE__*/_jsx(FlowpassLogo,{height:\"100%\",id:\"haoZRVscj\",layoutId:\"haoZRVscj\",style:{height:\"100%\",width:\"100%\"},variant:\"ogrCQtzqG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/flowpass\",openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-o0d22h framer-ys15yn\",\"data-framer-name\":\"Social Wrapper\",layoutDependency:layoutDependency,layoutId:\"Y_EGLU1VV\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:256,intrinsicWidth:256,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/W1qLk6X7tC5QEEQ1dAaptb3p3LE.png\"},className:\"framer-q8pxcg\",\"data-framer-name\":\"Linkedin\",layoutDependency:layoutDependency,layoutId:\"EAUiF3MOt\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3c1mww\",\"data-framer-name\":\"download buttons\",layoutDependency:layoutDependency,layoutId:\"vPqaPXXcn\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j4l58k\",\"data-framer-name\":\"iphone\",layoutDependency:layoutDependency,layoutId:\"Zens5Ui5w\",style:{backgroundColor:\"rgb(187, 221, 255)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wtvja5-container\",layoutDependency:layoutDependency,layoutId:\"plnBtgN_D-container\",children:/*#__PURE__*/_jsx(ButtonAppStoreButton,{B6WNleOiY:\"https://apps.apple.com/pl/app/flowpass/id1569142361\",height:\"100%\",id:\"plnBtgN_D\",layoutId:\"plnBtgN_D\",variant:\"uQWgCZtX7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hrr5ze\",\"data-framer-name\":\"android\",layoutDependency:layoutDependency,layoutId:\"l2qGYzpFH\",style:{backgroundColor:\"rgb(204, 238, 255)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-v7d84l-container\",layoutDependency:layoutDependency,layoutId:\"xpD2Widqp-container\",children:/*#__PURE__*/_jsx(ButtonAppStoreButton,{B6WNleOiY:\"https://play.google.com/store/apps/details?id=co.flowpass.app.twa&hl=en&gl=US&pli=1\",height:\"100%\",id:\"xpD2Widqp\",layoutId:\"xpD2Widqp\",variant:\"mLLwuEBL7\",width:\"100%\",...addPropertyOverrides({h0V1Lz1Id:{B6WNleOiY:\"https://play.google.com/store/apps/details?id=co.flowpass.app.twa&pcampaignid=web_share\"}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l75bni\",\"data-framer-name\":\"Footer Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"DZQ0EY9Pe\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"cXoM1rTwY\"},implicitPathVariables:undefined},{href:{webPageId:\"cXoM1rTwY\"},implicitPathVariables:undefined},{href:{webPageId:\"cXoM1rTwY\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ztf3tm-container\",layoutDependency:layoutDependency,layoutId:\"NkvfIJKF5-container\",children:/*#__PURE__*/_jsx(FooterLink,{GSU9OLXw1:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Privacy policy\",height:\"100%\",id:\"NkvfIJKF5\",layoutId:\"NkvfIJKF5\",LGLqjFWSo:\"UH1G1A_CE\",LrDjkPS80:resolvedLinks[0],uJ4mQQd8F:false,UUUBDEMMW:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",width:\"100%\",zgUW9lHkf:false,...addPropertyOverrides({h0V1Lz1Id:{LrDjkPS80:resolvedLinks[1]},QCAIhz4Kk:{LrDjkPS80:resolvedLinks[2]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yvvs6p-container\",layoutDependency:layoutDependency,layoutId:\"B_pZuD9wb-container\",children:/*#__PURE__*/_jsx(FooterLink,{GSU9OLXw1:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Contact support\",height:\"100%\",id:\"B_pZuD9wb\",layoutId:\"B_pZuD9wb\",LGLqjFWSo:\"UH1G1A_CE\",LrDjkPS80:\"mailto:cs@flowpass.co\",uJ4mQQd8F:false,UUUBDEMMW:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",width:\"100%\",zgUW9lHkf:false})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sgEc3yBQP\"},implicitPathVariables:undefined},{href:{webPageId:\"sgEc3yBQP\"},implicitPathVariables:undefined},{href:{webPageId:\"sgEc3yBQP\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/{var _getLocalizedValue;return _jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1btclak-container\",layoutDependency:layoutDependency,layoutId:\"u7khWS9wH-container\",children:/*#__PURE__*/_jsx(FooterLink,{GSU9OLXw1:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Terms of Service\",height:\"100%\",id:\"u7khWS9wH\",layoutId:\"u7khWS9wH\",LGLqjFWSo:\"UH1G1A_CE\",LrDjkPS80:resolvedLinks1[0],uJ4mQQd8F:false,UUUBDEMMW:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",width:\"100%\",zgUW9lHkf:false,...addPropertyOverrides({h0V1Lz1Id:{LrDjkPS80:resolvedLinks1[1]},QCAIhz4Kk:{LrDjkPS80:resolvedLinks1[2]}},baseVariant,gestureVariant)})})});}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3gn4rb-container\",layoutDependency:layoutDependency,layoutId:\"rBZDyoamJ-container\",children:/*#__PURE__*/_jsx(FooterLink,{GSU9OLXw1:(_getLocalizedValue1=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"Help center\",height:\"100%\",id:\"rBZDyoamJ\",layoutId:\"rBZDyoamJ\",LGLqjFWSo:\"UH1G1A_CE\",LrDjkPS80:\"https://intercom-help.eu/flowpass/en/\",uJ4mQQd8F:false,UUUBDEMMW:\"var(--token-c9883a06-0714-4bde-a248-d9d8eb496918, rgb(64, 64, 64))\",width:\"100%\",zgUW9lHkf:false})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-vuyne3\",\"data-styles-preset\":\"GygTAX8TE\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115)))\"},children:\"\\xa9 2024 Flowpass. All rights reserved.\"})}),className:\"framer-agvtzt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hTuGJnj4A\",style:{\"--extracted-r6o4lv\":\"var(--token-64b159d3-04ba-4802-be08-e862d24eda69, rgb(115, 115, 115))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fLOl9.framer-ys15yn, .framer-fLOl9 .framer-ys15yn { display: block; }\",\".framer-fLOl9.framer-te0lig { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-fLOl9 .framer-t20ych { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1500px; padding: 80px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-fLOl9 .framer-1ypowgp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-fLOl9 .framer-xwupnc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 0px; position: relative; width: 100%; }\",\".framer-fLOl9 .framer-1rdgvv2-container { flex: none; height: 30px; position: relative; width: 134px; }\",\".framer-fLOl9 .framer-o0d22h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 28px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 28px; }\",\".framer-fLOl9 .framer-q8pxcg { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-fLOl9 .framer-3c1mww { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fLOl9 .framer-1j4l58k, .framer-fLOl9 .framer-1hrr5ze { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-fLOl9 .framer-1wtvja5-container, .framer-fLOl9 .framer-v7d84l-container, .framer-fLOl9 .framer-ztf3tm-container, .framer-fLOl9 .framer-yvvs6p-container, .framer-fLOl9 .framer-1btclak-container, .framer-fLOl9 .framer-3gn4rb-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-fLOl9 .framer-l75bni { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-fLOl9 .framer-agvtzt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fLOl9.framer-te0lig, .framer-fLOl9 .framer-t20ych, .framer-fLOl9 .framer-1ypowgp, .framer-fLOl9 .framer-o0d22h, .framer-fLOl9 .framer-3c1mww, .framer-fLOl9 .framer-1j4l58k, .framer-fLOl9 .framer-1hrr5ze, .framer-fLOl9 .framer-l75bni { gap: 0px; } .framer-fLOl9.framer-te0lig > *, .framer-fLOl9 .framer-t20ych > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-fLOl9.framer-te0lig > :first-child, .framer-fLOl9 .framer-t20ych > :first-child, .framer-fLOl9 .framer-1ypowgp > :first-child { margin-top: 0px; } .framer-fLOl9.framer-te0lig > :last-child, .framer-fLOl9 .framer-t20ych > :last-child, .framer-fLOl9 .framer-1ypowgp > :last-child { margin-bottom: 0px; } .framer-fLOl9 .framer-1ypowgp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-fLOl9 .framer-o0d22h > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-fLOl9 .framer-o0d22h > :first-child, .framer-fLOl9 .framer-3c1mww > :first-child, .framer-fLOl9 .framer-1j4l58k > :first-child, .framer-fLOl9 .framer-1hrr5ze > :first-child, .framer-fLOl9 .framer-l75bni > :first-child { margin-left: 0px; } .framer-fLOl9 .framer-o0d22h > :last-child, .framer-fLOl9 .framer-3c1mww > :last-child, .framer-fLOl9 .framer-1j4l58k > :last-child, .framer-fLOl9 .framer-1hrr5ze > :last-child, .framer-fLOl9 .framer-l75bni > :last-child { margin-right: 0px; } .framer-fLOl9 .framer-3c1mww > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-fLOl9 .framer-1j4l58k > *, .framer-fLOl9 .framer-1hrr5ze > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fLOl9 .framer-l75bni > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\".framer-fLOl9.framer-v-6cc7z5.framer-te0lig { width: 810px; }\",\".framer-fLOl9.framer-v-6cc7z5 .framer-t20ych { padding: 80px 40px 40px 40px; }\",\".framer-fLOl9.framer-v-9iqn08.framer-te0lig { width: 390px; }\",\".framer-fLOl9.framer-v-9iqn08 .framer-t20ych { padding: 80px 24px 40px 24px; }\",\".framer-fLOl9.framer-v-9iqn08 .framer-3c1mww { gap: unset; justify-content: space-around; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fLOl9.framer-v-9iqn08 .framer-3c1mww { gap: 0px; } .framer-fLOl9.framer-v-9iqn08 .framer-3c1mww > *, .framer-fLOl9.framer-v-9iqn08 .framer-3c1mww > :first-child, .framer-fLOl9.framer-v-9iqn08 .framer-3c1mww > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 358\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"h0V1Lz1Id\":{\"layout\":[\"fixed\",\"auto\"]},\"QCAIhz4Kk\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerypWULATSS=withCSS(Component,css,\"framer-fLOl9\");export default FramerypWULATSS;FramerypWULATSS.displayName=\"flowpass / footer\";FramerypWULATSS.defaultProps={height:358,width:1200};addPropertyControls(FramerypWULATSS,{variant:{options:[\"CWMGJtgYE\",\"h0V1Lz1Id\",\"QCAIhz4Kk\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerypWULATSS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FlowpassLogoFonts,...ButtonAppStoreButtonFonts,...FooterLinkFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerypWULATSS\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h0V1Lz1Id\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QCAIhz4Kk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"358\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ypWULATSS.map"],
  "mappings": "s4BAA4C,SAASA,GAAe,CAAC,MAAMC,EAAE,MAAMC,EAAE,EAAE,aAAaC,EAAE,GAAG,SAASC,EAAE,EAAE,WAAWC,EAAE,EAAE,YAAYC,EAAE,EAAE,UAAUC,EAAE,EAAE,MAAMC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,OAAOP,GAAG,EAAE,uBAAuB,EAAEA,EAAE,EAAE,YAAYO,EAAEL,GAAG,EAAE,eAAeC,EAAE,EAAE,iBAAiBC,EAAE,EAAE,kBAAkBC,EAAE,EAAE,gBAAgBC,IAAI,EAAE,eAAeL,EAAE,EAAE,iBAAiBA,EAAE,EAAE,kBAAkBA,EAAE,EAAE,gBAAgBA,IAAI,EAAE,OAAO,OAAO,CAAE,CAAQ,IAAMO,GAAe,CAAC,MAAM,CAAC,KAAKC,EAAE,MAAM,aAAa,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAE,YAAY,UAAU,eAAe,aAAa,CAAC,QAAQ,gBAAgB,EAAE,UAAU,CAAC,WAAW,aAAa,cAAc,WAAW,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAE,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,OAAO,CAAC,ECAxyB,SAASC,GAAc,CAAC,MAAAC,EAAM,MAAAC,EAAM,MAAAC,EAAM,OAAAC,CAAM,EAAE,CAAC,EAAE,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAGJ,IAAOI,EAAO,wBAAwB,EAAE,GAAGH,OAAWC,KAASF,IAAQI,EAAO,+BAA+B,EAAE,GAAGD,OAAmBC,CAAO,CAAQ,IAAMC,GAAc,CAAC,MAAM,CAAC,KAAKC,EAAY,MAAM,aAAa,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,KAAK,QAAQ,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,OAAO,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,eAAe,EAAI,CAAC,ECApjB,SAASC,GAAc,CAAC,UAAAC,EAAU,UAAAC,EAAU,YAAAC,CAAW,EAAE,CAAC,EAAE,CAAC,MAAM,CAAC,kCAAkCF,EAAU,uBAAuBC,EAAU,8BAA8BC,CAAW,CAAE,CAAQ,IAAMC,GAAc,CAAC,UAAU,CAAC,KAAKC,EAAY,MAAM,MAAM,OAAO,SAAS,EAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,SAAS,EAAI,EAAE,YAAY,CAAC,KAAKA,EAAY,MAAM,MAAM,SAAS,SAAS,EAAI,CAAC,ECAtZ,SAASC,GAAgB,CAAC,QAAAC,EAAQ,EAAE,eAAAC,EAAe,GAAM,WAAAC,EAAW,EAAE,aAAAC,EAAa,EAAE,cAAAC,EAAc,EAAE,YAAAC,EAAY,CAAC,EAAE,CAAC,EAAE,CAAC,OAAGJ,EAAsB,CAAC,WAAWC,EAAW,aAAaC,EAAa,cAAcC,EAAc,YAAYC,CAAW,EAAc,CAAC,WAAWL,EAAQ,aAAaA,EAAQ,cAAcA,EAAQ,YAAYA,CAAO,CAAG,CAAQ,IAAMM,GAAgB,CAAC,QAAQ,CAAC,KAAKC,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAc,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,aAAa,GAAG,IAAI,CAAC,CAAC,ECA/lB,SAASC,GAAe,CAAC,OAAAC,EAAO,EAAE,gBAAAC,EAAgB,GAAM,cAAAC,EAAc,EAAE,eAAAC,EAAe,EAAE,kBAAAC,EAAkB,EAAE,iBAAAC,EAAiB,CAAC,EAAE,CAAC,EAAE,CAAC,IAAMC,EAAO,CAAC,EAAE,OAAGL,GAAiBK,EAAO,oBAAoBJ,EAAcI,EAAO,qBAAqBH,EAAeG,EAAO,wBAAwBF,EAAkBE,EAAO,uBAAuBD,IAAuBC,EAAO,oBAAoBN,EAAOM,EAAO,qBAAqBN,EAAOM,EAAO,wBAAwBN,EAAOM,EAAO,uBAAuBN,GAAeM,CAAO,CAAQ,IAAMC,GAAe,CAAC,OAAO,CAAC,KAAKC,EAAY,YAAY,UAAU,mBAAmB,aAAa,CAAC,SAAS,iBAAiB,EAAE,UAAU,CAAC,gBAAgB,iBAAiB,oBAAoB,kBAAmB,EAAE,YAAY,CAAC,KAAK,KAAK,KAAK,IAAI,EAAE,aAAa,GAAG,IAAI,CAAC,CAAC,ECCrG,IAAMC,GAAU,uBAA8G,IAAIC,IAAU,SAASA,EAAS,CAACA,EAAS,QAAW,UAAUA,EAAS,OAAU,QAAS,GAAGA,KAAWA,GAAS,CAAC,EAAE,EAAE,SAASC,GAAK,CAAC,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,KAAAC,CAAI,EAAE,CAAC,OAAGH,IAAO,UAAUE,EAA2BE,EAAK,MAAM,CAAC,GAAGF,EAAM,MAAMC,EAAK,OAAOA,CAAI,CAAC,EAAuBC,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,cAAc,MAAMD,EAAK,OAAOA,EAAK,KAAKF,EAAM,SAAsBG,EAAK,OAAO,CAAC,EAAE,+gBAA+gB,CAAC,CAAC,CAAC,CAAE,CAAC,IAAIC,IAAW,SAASA,EAAU,CAACA,EAAU,QAAW,UAAUA,EAAU,OAAU,QAAS,GAAGA,KAAYA,GAAU,CAAC,EAAE,EAAE,SAASC,GAAM,CAAC,KAAAN,EAAK,MAAAC,EAAM,MAAAC,EAAM,KAAAC,CAAI,EAAE,CAAC,OAAGH,IAAO,UAAUE,EAA2BE,EAAK,MAAM,CAAC,GAAGF,EAAM,MAAMC,EAAK,OAAOA,CAAI,CAAC,EAAuBC,EAAK,MAAM,CAAC,MAAM,6BAA6B,QAAQ,YAAY,MAAMD,EAAK,OAAOA,EAAK,SAAsBC,EAAK,OAAO,CAAC,EAAE,2BAA2B,KAAK,OAAO,OAAOH,EAAM,YAAY,IAAI,cAAc,QAAQ,eAAe,OAAO,CAAC,CAAC,CAAC,CAAE,CAMlxE,IAAMM,GAAeC,EAAQ,CAAC,CAAC,KAAAC,EAAK,UAAAC,EAAU,UAAAC,EAAU,KAAAC,EAAK,MAAAC,EAAM,QAAQ,CAAC,MAAAC,EAAM,IAAAC,EAAI,OAAAC,EAAO,MAAAC,EAAM,MAAAC,CAAK,EAAE,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAMC,EAAGC,EAAM,EAAO,CAAC,aAAAC,EAAa,QAAAC,EAAQ,UAAAC,CAAS,EAAEC,EAAc,EAAE,IAAIC,EAAiB,IAAMC,GAAgBD,EAAmEJ,GAAa,MAAM,MAAMI,IAAmB,OAAOA,EAAiB,UAAe,CAACE,EAAmBC,CAAqB,EAAEC,GAASH,CAAc,EAGrc,CAACI,EAAiBC,CAAmB,EAAEF,GAASH,CAAc,EAAQM,EAAeV,EAAQ,KAAKW,GAAQA,EAAO,KAAKH,CAAgB,EACxIH,IAAqBD,IAAgBE,EAAsBF,CAAc,EAAKI,IAAmBJ,GAAgBK,EAAoBL,CAAc,GAAI,SAASQ,EAAaC,EAAM,CAAC,IAAMC,EAASD,EAAM,OAAO,MAAMJ,EAAoBK,CAAQ,EAAE,IAAMH,EAAOX,EAAQ,KAAKW,GAAQA,EAAO,KAAKG,CAAQ,EAAEb,EAAUU,CAAM,CAAE,CAAC,IAAII,EAAqB,OAAoBC,EAAM,MAAM,CAAC,UAAUC,GAAU,MAAMtB,EAAM,SAAS,CAAcf,EAAK,QAAQ,CAAC,QAAQiB,EAAG,SAAS,iBAAiB,CAAC,EAAejB,EAAK,SAAS,CAAC,GAAGiB,EAAG,MAAMW,EAAiB,SAASI,EAG3iB,aAAa,MAAM,SAASZ,EAAQ,IAAIW,GAAqB/B,EAAK,SAAS,CAAC,MAAM+B,EAAO,GAAG,SAASA,EAAO,IAAI,EAAEA,EAAO,EAAE,CAAC,CAAC,CAAC,EAAeK,EAAM,MAAM,CAAC,UAAU,QAAQ,MAAM,CAAC,GAAG/B,EAAK,4BAA4BC,EAAU,iBAAiBC,EAAU,GAAG+B,GAAgBtB,CAAK,EAAE,GAAGuB,GAAevB,CAAK,EAAE,GAAGwB,GAAe5B,CAAM,EAAE,GAAG6B,GAAc5B,CAAK,EAAE,GAAG6B,GAAc5B,CAAK,EAAE,IAAAH,CAAG,EAAE,SAAS,CAACH,GAAmBR,EAAK,MAAM,CAAC,UAAU,OAAO,SAAsBA,EAAKL,GAAK,CAAC,GAAGa,CAAI,CAAC,CAAC,CAAC,EAAEE,GAAoBV,EAAK,MAAM,CAAC,UAAU,QAAQ,UAAUmC,EAA2EL,GAAe,QAAQ,MAAMK,IAAuB,OAAOA,EAAqB,SAAS,CAAC,EAAE1B,GAAoBT,EAAK,MAAM,CAAC,UAAU,QAAQ,SAAsBA,EAAKE,GAAM,CAAC,GAAGO,CAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,EAAE,CAAC;AAAA,eACnyB4B;AAAA;AAAA;AAAA,UAGL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAUL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAWL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAWL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA,UAIL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA,UAKL;AAAA,eACKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAML;AAAA,eACKA,cAAqBA;AAAA;AAAA;AAAA;AAAA,SAI3B,CAAC,EAAElC,GAAe,YAAY,kBAAkBwC,GAAoBxC,GAAe,CAAC,KAAK,CAClG,KAAKyC,EAAY,KAAK,SAAS,WAAW,gBAAgB,aAAa,aAAa,CAAC,SAAS,GAAG,WAAW,OAAO,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,SAAS,GAAK,aAAa,MAAM,EAAE,UAAU,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,aAAa,MAAM,EAAE,GAAGC,GAAgB,GAAGC,GAAe,KAAK,CAAC,KAAKF,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAOlD,EAAQ,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,wBAAwB,GAAK,aAAa,SAAS,EAAE,MAAM,CAAC,KAAKkD,EAAY,MAAM,wBAAwB,GAAK,aAAa,OAAO,OAAO5B,GAAOA,EAAM,OAAO,SAAS,EAAE,MAAM,CAAC,KAAK4B,EAAY,gBAAgB,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,KAAK,EAAE,OAAO5B,GAAOA,EAAM,OAAO,QAAQ,EAAE,KAAK,CAAC,KAAK4B,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,YAAY,cAAc,SAAS,GAAK,SAAS,CAAC,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,OAAO,QAAQ,OAAO,OAAO3C,EAAS,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,wBAAwB,GAAK,aAAa,SAAS,EAAE,MAAM,CAAC,KAAK2C,EAAY,MAAM,wBAAwB,GAAK,aAAa,OAAO,OAAO5B,GAAOA,EAAM,OAAO,SAAS,EAAE,MAAM,CAAC,KAAK4B,EAAY,gBAAgB,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,KAAK,EAAE,OAAO5B,GAAOA,EAAM,OAAO,QAAQ,EAAE,KAAK,CAAC,KAAK4B,EAAY,OAAO,eAAe,GAAK,aAAa,EAAE,CAAC,EAAE,aAAa,CAAC,CAAC,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,UAAU,YAAY,gBAAgB,SAAS,CAAC,MAAM,CAAC,KAAKA,EAAY,QAAQ,aAAa,EAAI,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAASG,EAAc,EAAE,MAAM,CAAC,KAAKH,EAAY,OAAO,YAAY,eAAe,SAAS,GAAK,SAASI,EAAa,EAAE,MAAM,CAAC,KAAKJ,EAAY,OAAO,YAAY,eAAe,SAASK,EAAa,CAAC,CAAC,CAAC,CAAC,EAAE,IAAOC,GAAQ/C,GC7Ev4D,IAAAgD,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAO,IAAMC,GAAG,YAAyBC,GAAG,uBAAoCC,GAAG,wBAAqCC,GAAG,kBAA+BC,GAAG,2BAAwCC,GAAG,eAA4BC,GAAG,KAAkBC,GAAG,UAAuBC,GAAG,2BAAwCC,GAAG,qBAAkCC,GAAI,KAAkBC,GAAI,cAA2BC,GAAI,UAAuBC,GAAI,kBAA+BC,GAAI,SAAsBC,GAAI,WAAwBC,GAAI,WAAwBC,GAAI,mBAAgCC,GAAI,eACnkBC,GAAqB,CAAC,QAAU,CAAC,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECA90C,IAAMC,GAAiB,CAAC,UAAUC,EAAe,EAAiB,SAARC,EAAmCC,EAAIC,EAAO,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAM,OAAOA,EAAOF,EAAOA,EAAO,SAAU,CCAM,IAAMG,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,kBAAkB,YAAY,gBAAgB,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAhC,EAAQ,GAAGiC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA3C,CAAQ,EAAE4C,GAAgB,CAAC,WAAAjD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQgD,EAAiBpB,GAAuBH,EAAMtB,CAAQ,EAAQ8C,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBvC,EAAKwC,GAAY,CAAC,GAAGnB,GAA4Cc,EAAgB,SAAsBnC,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKyC,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,SAAsBzC,EAAK0C,GAAM,CAAC,GAAGpB,EAAU,GAAGI,EAAgB,GAAG,IAAI,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQiB,GAAuFL,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,GAAGM,EAAG7D,GAAkB,GAAGsD,EAAsB,gBAAgBjB,EAAUI,CAAU,kBAAkB,mBAAmB,kBAAkB,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,GAAGd,CAAK,EAAE,GAAGlC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,gBAAgB,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ0D,GAAuFL,GAAkB,GAAI,CAAC,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAmEA,GAAkB,OAAQ,QAAQ,IAAI,sEAAsE,OAAO,0EAA0E,CAAC,CAAC,EAAEf,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,gFAAgF,2HAA2H,+DAA+D,EAQ58IC,GAAgBC,EAAQlC,GAAUgC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,gBAAgBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,kBAAkB,eAAe,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRyV,IAAMM,GAAcC,EAASC,EAAQ,EAAQC,GAAWF,EAASG,EAAK,EAAQC,GAAiBC,GAAoBJ,EAAQ,EAAQK,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAwO,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,mBAAmB,YAAY,qBAAqB,YAAY,mBAAmB,WAAW,EAAQC,GAAS,CAAC,CAAC,WAAAC,EAAW,aAAAC,EAAa,OAAAC,EAAO,MAAAC,EAAM,MAAAC,EAAM,GAAAC,EAAG,MAAAC,EAAM,KAAAC,EAAK,WAAAC,EAAW,UAAAC,EAAU,UAAAC,EAAU,aAAAC,EAAa,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGR,EAAM,WAAWC,EAAKX,GAAmCU,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,SAAS,UAAUJ,GAAwDG,EAAM,UAAU,UAAUX,GAAmCW,EAAM,UAAU,UAAUb,GAAwDa,EAAM,UAAU,WAAWE,EAAMhB,GAAkDc,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,MAAM,UAAUJ,GAA6BE,EAAM,UAAU,WAAWG,EAAMR,GAA+CK,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,GAAK,UAAUV,GAAgCO,EAAM,UAAU,WAAWI,EAAMR,GAA+CI,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,GAAK,SAASE,GAAOD,EAAuCrB,GAAwBgB,EAAM,OAAO,KAAK,MAAMK,IAAyC,OAAOA,EAAuCL,EAAM,WAAW,MAAMM,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMf,GAAmCQ,EAAM,aAAa,MAAMO,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMd,GAAkDM,EAAM,aAAa,MAAMQ,IAAQ,OAAOA,EAAM,EAAI,CAAE,EAAQC,GAAuB,CAACT,EAAMU,IAAeV,EAAM,iBAAwBU,EAAS,KAAK,GAAG,EAAEV,EAAM,iBAAwBU,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASZ,EAAMa,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE/C,GAASe,CAAK,EAAO,CAAC,YAAAiC,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA9B,CAAQ,EAAE+B,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,gBAAAC,GAAgB,QAAAvB,EAAQ,kBAAAwB,EAAiB,CAAC,EAAQC,EAAiBpC,GAAuBT,EAAMU,CAAQ,EAAO,CAAC,sBAAAoC,GAAsB,MAAAC,EAAK,EAAEC,GAAyBf,CAAW,EAAQgB,GAAaH,GAAsB,SAASI,KAAO,CAAoC,GAAnCX,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKX,GAAqB,MAAMA,EAAU,GAAGsB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,GAAmBL,GAAsB,SAASI,KAAO,CAAmC,GAAlCX,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAKV,GAAqB,MAAMA,EAAU,GAAGqB,EAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQE,GAAWC,EAAO,IAAI,EAAQC,GAAYlF,IAAW6D,IAAc,YAAmB7D,GAAa,GAAcmF,GAAsBC,EAAM,EAAQC,GAAsB,CAAavC,EAAS,EAAQwC,GAAkBC,GAAqB,EAAE,OAAoB/E,EAAKgF,GAAY,CAAC,GAAGzC,GAA4CoC,GAAgB,SAAsB3E,EAAKC,GAAS,CAAC,QAAQ6B,EAAS,QAAQ,GAAM,SAAsB9B,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiF,GAAK,CAAC,KAAKvC,EAAU,SAAsBwC,EAAMhF,EAAO,EAAE,CAAC,GAAGkD,EAAU,GAAGI,EAAgB,UAAU,GAAG2B,EAAGC,GAAkB,GAAGP,GAAsB,gBAAgBvC,EAAUgB,CAAU,kBAAkB,mBAAmB,qBAAqB,iBAAiB,GAAK,iBAAiBW,EAAiB,SAAS,YAAY,aAAaM,GAAmB,MAAMF,GAAa,IAAIpC,GAA6BuC,GAAK,MAAM,CAAC,gBAAgB,yBAAyB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAGnC,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,CAAC,EAAE,GAAGgD,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,EAAE,UAAU,CAAC,mBAAmB,kBAAkB,CAAC,EAAEhC,EAAYI,CAAc,EAAE,SAAS,CAACb,GAAwB5C,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,SAAS,iBAAiB+D,EAAiB,SAAS,sBAAsB,KAAK,SAAS,SAAsBjE,EAAKuF,GAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,OAAO,cAAc1C,EAAU,YAAY,WAAW,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,SAAS,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6B,GAAYxB,CAAS,GAAgBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB+D,EAAiB,SAAS,WAAW,CAAC,EAAejE,EAAKwF,GAAS,CAAC,sBAAsB,GAAK,SAAsBxF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB+D,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKxB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEK,GAAwB9C,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiB+D,EAAiB,SAAS,YAAY,SAAsBjE,EAAKsF,EAA0B,CAAC,OAAO,GAAG,GAAgER,IAAkB,GAAI,IAAI,IAAiEA,IAAkB,QAAS,IAAI,GAAG,IAAI,GAAG,EAAE,SAAsB9E,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB+D,EAAiB,SAAS,sBAAsB,SAAsBjE,EAAKyF,GAAM,CAAC,UAAU,EAAE,UAAU,SAAS,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,UAAU1C,EAAU,QAAQ,YAAY,UAAU,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEJ,GAAwB3C,EAAKsF,EAA0B,CAAC,SAAsBtF,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,QAAQ,iBAAiB+D,EAAiB,SAAS,sBAAsB,KAAK,QAAQ,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,OAAO,IAAI,CAAC,EAAE,SAAsBjE,EAAKuF,GAAS,CAAC,MAAM,qEAAqE,OAAO,OAAO,WAAW,OAAO,cAAc,aAAa,YAAY,WAAW,WAAW,SAAS,WAAW,SAAS,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,KAAK,QAAQ,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEb,GAAYvB,CAAS,GAAgBnD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiB+D,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQyB,GAAI,CAAC,kFAAkF,gFAAgF,kTAAkT,kJAAkJ,qIAAqI,8JAA8J,iSAAiS,wGAAwG,uIAAuI,ilBAAilB,wEAAwE,8FAA8F,6DAA6D,8DAA8D,wEAAwE,8DAA8D,GAAeA,EAAG,EAShgXC,GAAgBC,EAAQ7D,GAAU2D,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,yBAAyBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,qBAAqB,mBAAmB,kBAAkB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,iBAAiB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,gBAAgB,KAAKA,EAAY,OAAO,EAAE,UAAqEC,IAAiB,eAAmB,CAAC,GAAGA,GAAiB,cAAiB,aAAa,SAAS,YAAY,OAAU,OAAO,OAAU,MAAM,UAAU,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,aAAa,KAAKD,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,MAAM,gBAAgB,GAAM,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,gBAAgB,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,gBAAgB,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEE,GAASN,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGO,GAAc,GAAGC,GAAW,GAAGC,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECV3hG,IAAAC,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAO,IAAMC,GAAG,uBAAoCC,GAAG,4BAAyCC,GAAG,KAAkBC,GAAG,wBAAqCC,GAAG,eAA4BC,GAAG,mBAAgCC,GAAG,6BACrNC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECAwT,IAAMC,GAAUC,EAASC,EAAI,EAAQC,GAAWF,EAASG,EAAK,EAAQC,GAAaC,GAAoBJ,EAAI,EAAQK,GAAcD,GAAoBF,EAAK,EAAQI,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAwO,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,OAAO,SAAS,IAAI,WAAW,MAAM,YAAY,EAAQC,GAAsB,CAAC,aAAa,YAAY,aAAa,YAAY,cAAc,YAAY,cAAc,YAAY,eAAe,YAAY,eAAe,YAAY,WAAW,YAAY,WAAW,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,WAAW,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,WAAAC,EAAW,UAAAC,EAAU,YAAAC,EAAY,OAAAC,EAAO,KAAAC,EAAK,GAAAC,EAAG,KAAAC,EAAK,UAAAC,EAAU,gBAAAC,EAAgB,SAAAC,EAAS,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAMC,EAAMC,EAAuCC,EAAMC,EAAMC,EAAMC,EAAMC,EAA4BC,EAAMC,EAAMC,EAAiCC,EAAMC,EAAOC,EAAO,MAAM,CAAC,GAAGf,EAAM,WAAWC,EAAKb,GAAkDY,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,MAAM,UAAUP,GAAgCM,EAAM,UAAU,WAAWE,EAAMN,GAAiEI,EAAM,aAAa,MAAME,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMX,GAAgCQ,EAAM,aAAa,MAAMG,IAAQ,OAAOA,EAAM,SAAS,SAASE,GAAOD,EAAuCnB,GAAwBe,EAAM,OAAO,KAAK,MAAMI,IAAyC,OAAOA,EAAuCJ,EAAM,WAAW,MAAMK,IAAQ,OAAOA,EAAM,YAAY,WAAWC,EAAMR,GAAmCE,EAAM,aAAa,MAAMM,IAAQ,OAAOA,EAAM,QAAQ,WAAWC,EAAMZ,GAA+CK,EAAM,aAAa,MAAMO,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMlB,GAAqDU,EAAM,aAAa,MAAMQ,IAAQ,OAAOA,EAAM,cAAc,WAAWG,GAAOD,GAAOD,EAA4B1B,GAAqBI,CAAK,KAAK,MAAMsB,IAA8B,OAAOA,EAA4BtB,KAAS,MAAMuB,IAAQ,OAAOA,EAAMV,EAAM,aAAa,MAAMW,IAAQ,OAAOA,EAAM,aAAa,WAAWG,GAAQD,GAAOD,EAAiC5B,GAAsBK,CAAS,KAAK,MAAMuB,IAAmC,OAAOA,EAAiCvB,KAAa,MAAMwB,IAAQ,OAAOA,EAAMb,EAAM,aAAa,MAAMc,IAAS,OAAOA,EAAO,YAAY,WAAWC,EAAOlB,GAA4CG,EAAM,aAAa,MAAMe,IAAS,OAAOA,EAAO,EAAI,CAAE,EAAQC,GAAuB,CAAChB,EAAMiB,IAAejB,EAAM,iBAAwBiB,EAAS,KAAK,GAAG,EAAEjB,EAAM,iBAAwBiB,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASnB,EAAMoB,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEpD,GAASc,CAAK,EAAO,CAAC,YAAAuC,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA7B,CAAQ,EAAE8B,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,gBAAAC,GAAgB,QAAAtB,EAAQ,kBAAAuB,EAAiB,CAAC,EAAQC,EAAiBnC,GAAuBhB,EAAMiB,CAAQ,EAAQmC,EAAWC,EAAO,IAAI,EAAQC,GAAsBC,EAAM,EAAQC,GAAsB,CAAa/B,GAAuBA,EAAS,EAAQgC,GAAkBC,GAAqB,EAAE,OAAoB/E,EAAKgF,GAAY,CAAC,GAAGjC,GAA4C4B,GAAgB,SAAsB3E,EAAKC,GAAS,CAAC,QAAQqC,EAAS,QAAQ,GAAM,SAAsBtC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKiF,GAAK,CAAC,KAAK7B,EAAU,aAAa,GAAM,aAAa,GAAK,SAAsB8B,EAAMhF,EAAO,EAAE,CAAC,GAAGyD,EAAU,GAAGI,EAAgB,UAAU,GAAGoB,EAAGC,GAAkB,GAAGP,GAAsB,iBAAiB/B,EAAUe,CAAU,mBAAmB,mBAAmB,UAAU,iBAAiBW,EAAiB,SAAS,YAAY,IAAI/B,GAA6BgC,EAAK,MAAM,CAAC,WAAWpB,EAAU,gBAAgB,yBAAyB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAGR,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,uEAAuE,CAAC,EAAE,GAAGwC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEzB,EAAYI,CAAc,EAAE,SAAS,CAACP,GAAwBzD,EAAKsF,EAA0B,CAAC,OAAO,GAAG,SAAsBtF,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBsE,EAAiB,SAAS,sBAAsB,SAAsBxE,EAAKuF,GAAK,CAAC,UAAUpC,EAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,WAAW,UAAU,qEAAqE,QAAQ,YAAY,MAAM,OAAO,UAAU,wEAAwE,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+B,EAAMhF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBsE,EAAiB,SAAS,YAAY,SAAS,CAAcU,EAAMhF,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiBsE,EAAiB,SAAS,YAAY,SAAS,CAAcxE,EAAKwF,GAAS,CAAC,sBAAsB,GAAK,SAAsBxF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,6BAA6B,KAAK,EAAE,KAAKvB,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEK,GAAwBtD,EAAKsF,EAA0B,CAAC,OAAO,GAAG,SAAsBtF,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiBsE,EAAiB,SAAS,sBAAsB,SAAsBxE,EAAKyF,GAAM,CAAC,UAAU,EAAE,UAAU,SAAS,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,UAAUlC,EAAU,QAAQC,EAAU,UAAU,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEE,GAAwB1D,EAAKwF,GAAS,CAAC,sBAAsB,GAAK,SAAsBxF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBsE,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,KAAKtB,EAAU,SAAS,CAAC,kBAAkB,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGmC,GAAqB,CAAC,kBAAkB,CAAC,SAAsBrF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,6FAA6F,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0B,GAAI,CAAC,kFAAkF,kFAAkF,wXAAwX,iJAAiJ,yRAAyR,oRAAoR,8JAA8J,kNAAkN,s2BAAs2B,iFAAiF,GAAeA,GAAI,GAAgBA,EAAG,EAS37XC,GAAgBC,EAAQrD,GAAUmD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,sCAAsCA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,QAAQ,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAK,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAA6DC,IAAa,WAAe,CAAC,GAAGA,GAAa,UAAa,aAAa,SAAS,YAAY,OAAU,OAAO,OAAU,MAAM,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKD,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,aAAa,QAAQ,CAAC,aAAa,SAAS,UAAU,EAAE,aAAa,CAAC,QAAQ,SAAS,KAAK,EAAE,MAAM,QAAQ,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,aAAa,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,MAAM,gBAAgB,GAAM,MAAM,cAAc,KAAKA,EAAY,MAAM,EAAE,UAA+DE,IAAc,SAAa,CAAC,GAAGA,GAAc,QAAW,aAAa,YAAY,YAAY,OAAU,OAAO,OAAU,MAAM,YAAY,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,YAAY,KAAKF,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,mBAAmB,KAAKA,EAAY,OAAO,CAAC,CAAC,EAAEG,GAASP,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGQ,GAAU,GAAGC,GAAW,GAAGC,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT5tF,IAAMC,GAAkCC,EAASC,EAA4B,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAkO,IAAMC,GAAiB,CAAC,UAAUC,EAAe,EAAQC,GAAkB,CAACC,EAAIC,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAO,OAAOA,EAAQF,EAAOA,EAAO,SAAU,EAAQG,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWP,GAAmCI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnB,CAAQ,EAAEoB,GAAgB,CAAC,eAAe,YAAY,QAAAV,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiBvB,GAAuBD,EAAME,CAAQ,EAAQuB,EAAWC,EAAO,IAAI,EAAQC,EAAOC,GAAU,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoBzC,EAAK0C,GAAY,CAAC,GAAGvB,GAA4CkB,EAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQS,EAAS,QAAQ,GAAM,SAAsBV,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBoD,EAAMzC,EAAO,IAAI,CAAC,GAAGmB,EAAU,GAAGI,EAAgB,UAAUmB,EAAGC,GAAkB,GAAGN,EAAsB,gBAAgBrB,EAAUK,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBS,EAAiB,SAAS,YAAY,IAAInB,GAA6BoB,EAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,sCAAsC,GAAGhB,CAAK,EAAE,SAAS,CAAcjB,EAAK8C,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAIC,EAAmBC,EAAoBC,EAAoB,OAAOlD,EAAKmD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAqEX,GAAkB,OAAQ,kBAAkB,GAAgEA,GAAkB,GAAI,GAAG,MAAmEA,GAAkB,QAAS,KAAK,GAAG,KAAK,EAAE,EAAE,GAAG,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKoD,GAA6B,CAAC,WAAWJ,EAAmB9D,GAAkB,KAAK4B,CAAY,KAAK,MAAMkC,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUD,EAAc,CAAC,EAAE,UAAU,GAAM,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWE,EAAoB/D,GAAkB,KAAK4B,CAAY,KAAK,MAAMmC,IAAsB,OAAOA,EAAoB,uBAAuB,UAAU,GAAM,MAAM,OAAO,WAAWC,EAAoBhE,GAAkB,KAAK4B,CAAY,KAAK,MAAMoC,IAAsB,OAAOA,EAAoB,qBAAqB,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAelD,EAAK8C,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6B,CAAC,IAAIL,EAAmBC,EAAoBC,EAAoB,OAAOlD,EAAKmD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAqEX,GAAkB,OAAQ,kBAAkB,GAAgEA,GAAkB,GAAI,GAAG,MAAmEA,GAAkB,QAAS,KAAK,GAAG,KAAK,EAAE,GAAG,GAAG,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKoD,GAA6B,CAAC,WAAWJ,EAAmB9D,GAAkB,KAAK4B,CAAY,KAAK,MAAMkC,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUK,EAAe,CAAC,EAAE,UAAU,GAAM,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWJ,EAAoB/D,GAAkB,KAAK4B,CAAY,KAAK,MAAMmC,IAAsB,OAAOA,EAAoB,uBAAuB,UAAU,GAAM,MAAM,OAAO,WAAWC,EAAoBhE,GAAkB,KAAK4B,CAAY,KAAK,MAAMoC,IAAsB,OAAOA,EAAoB,oBAAoB,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAelD,EAAK8C,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6B,CAAC,IAAIN,EAAmBC,EAAoBC,EAAoB,OAAOlD,EAAKmD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAqEX,GAAkB,OAAQ,kBAAkB,GAAgEA,GAAkB,GAAI,GAAG,MAAmEA,GAAkB,QAAS,KAAK,GAAG,KAAK,EAAE,IAAI,IAAI,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKoD,GAA6B,CAAC,WAAWJ,EAAmB9D,GAAkB,KAAK4B,CAAY,KAAK,MAAMkC,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUM,EAAe,CAAC,EAAE,UAAU,GAAM,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWL,EAAoB/D,GAAkB,KAAK4B,CAAY,KAAK,MAAMmC,IAAsB,OAAOA,EAAoB,oBAAoB,UAAU,GAAM,MAAM,OAAO,WAAWC,EAAoBhE,GAAkB,KAAK4B,CAAY,KAAK,MAAMoC,IAAsB,OAAOA,EAAoB,qBAAqB,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQK,GAAI,CAAC,kFAAkF,gFAAgF,+TAA+T,yLAAyL,yWAAyW,+bAA+b,EAQvjSC,GAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,4BAA4BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGI,EAAiC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRhC,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,MAAM,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,YAAY,UAAUJ,GAA6BE,EAAM,SAAS,CAAE,EAAQG,GAAuB,CAACH,EAAMvB,IAAWA,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAjC,EAAQ,UAAAkC,EAAU,GAAGC,CAAS,EAAEnB,GAASK,CAAK,EAAO,CAAC,YAAAe,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAA1C,CAAQ,EAAE2C,GAAgB,CAAC,WAAAhD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ+C,EAAiBlB,GAAuBH,EAAMvB,CAAQ,EAAO,CAAC,sBAAA6C,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAaH,EAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKL,GAAqB,MAAMA,EAAU,GAAGa,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB3C,EAAK4C,GAAY,CAAC,GAAGtB,GAA4CiB,EAAgB,SAAsBvC,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBuD,EAAM3C,EAAO,IAAI,CAAC,GAAGsB,EAAU,UAAUsB,EAAG/D,GAAkB,GAAG0D,EAAsB,iBAAiBpB,EAAUK,CAAU,EAAE,mBAAmB,OAAO,iBAAiB,GAAK,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAMO,EAAa,YAAY,IAAIP,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIZ,GAA6BqB,EAAK,MAAM,CAAC,GAAGjB,CAAK,EAAE,GAAGnC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEwC,EAAYE,CAAc,EAAE,SAAS,CAAc3B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiB6B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,EAAe/B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,iBAAiB6B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgB,GAAI,CAAC,kFAAkF,kFAAkF,qHAAqH,gQAAgQ,+PAA+P,4HAA4H,0IAA0I,EAShlKC,GAAgBC,EAAQnC,GAAUiC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,YAAYA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,OAAO,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,ECVha,IAAAM,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,QAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAgH,IAAMC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,0BAA0B,CAAC,CAAC,CAAC,EAAeC,GAAG,sCAAmDC,GAAG,oCAAiDC,GAAG,KAAkBC,GAAG,wBAAqCC,GAAG,qDAAkEC,GAAG,qBAAkCC,GAAG,+CAA4DC,GAAG,cAA2BC,GAAG,qCAAkDC,GAAiBZ,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,EAAeW,GAAI,UAAuBC,GAAI,iDAA8DC,GAAI,KAAkBC,GAAI,6BAA0CC,GAAI,kBAA+BC,GAAI,8CAC1lCC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECArnB,IAAMC,GAAkCC,EAASC,EAA4B,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAkO,IAAMC,GAAiB,CAAC,UAAUC,EAAe,EAAQC,EAAkB,CAACC,EAAIC,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAO,OAAOA,EAAQF,EAAOA,EAAO,SAAU,EAAQG,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWP,GAAmCI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnB,CAAQ,EAAEoB,GAAgB,CAAC,eAAe,YAAY,QAAAV,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiBvB,GAAuBD,EAAME,CAAQ,EAAQuB,EAAWC,EAAO,IAAI,EAAQC,EAAOC,GAAU,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAarB,EAAS,EAAQsB,EAAkBC,GAAqB,EAAE,IAAIC,EAAmBC,EAAoB,OAAoB3C,EAAK4C,GAAY,CAAC,GAAGzB,GAA4CkB,EAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQS,EAAS,QAAQ,GAAM,SAAsBV,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBsD,EAAM3C,EAAO,IAAI,CAAC,GAAGmB,EAAU,GAAGI,EAAgB,UAAUqB,EAAGC,GAAkB,GAAGR,EAAsB,gBAAgBrB,EAAUK,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBS,EAAiB,SAAS,YAAY,IAAInB,GAA6BoB,EAAK,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wEAAwE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,sCAAsC,GAAGhB,CAAK,EAAE,SAAS,CAAc4B,EAAM3C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKgD,GAAS,CAAC,sBAAsB,GAAK,UAAUN,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAgC1C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAehC,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAIR,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,GAAG,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUQ,EAAc,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWP,EAAoBzD,EAAkB,KAAK4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,0BAA0B,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,KAAK4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,8BAA8B,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAenD,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6B,CAAC,IAAIZ,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,IAAI,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUY,EAAe,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWX,EAAoBzD,EAAkB,KAAK4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,sBAAsB,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,KAAK4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,6CAA6C,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAenD,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6B,CAAC,IAAIb,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,IAAI,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUa,EAAe,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWZ,EAAoBzD,EAAkB,KAAK4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,oBAAoB,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,KAAK4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,sCAAsC,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAenD,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6B,CAAC,IAAId,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,IAAI,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUc,EAAe,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWb,EAAoBzD,EAAkB,KAAK4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,cAAc,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,KAAK4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,iCAAiC,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeN,EAAM3C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKgD,GAAS,CAAC,sBAAsB,GAAK,UAAUL,EAAoBzD,EAAkB,MAAM4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAiC3C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAehC,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6B,CAAC,IAAIf,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,GAAG,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUe,EAAe,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWd,EAAoBzD,EAAkB,MAAM4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,iBAAiB,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,MAAM4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,6CAA6C,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAenD,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6B,CAAC,IAAIhB,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,IAAI,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUgB,EAAe,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWf,EAAoBzD,EAAkB,MAAM4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,KAAK,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,MAAM4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,sBAAsB,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAenD,EAAKiD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6B,CAAC,IAAIjB,EAAmBC,EAAoBQ,EAAoB,OAAOnD,EAAKoD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAgEZ,GAAkB,GAAI,GAAG,GAAG,EAAE,IAAI,SAAsBxC,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKqD,GAA6B,CAAC,WAAWX,EAAmBxD,EAAkB,KAAK4B,CAAY,KAAK,MAAM4B,IAAqB,OAAOA,EAAmB,MAAM,OAAO,OAAO,GAAG,YAAY,UAAUiB,EAAe,CAAC,EAAE,UAAU,GAAK,SAAS,YAAY,UAAU,SAAS,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,WAAWhB,EAAoBzD,EAAkB,MAAM4B,CAAY,KAAK,MAAM6B,IAAsB,OAAOA,EAAoB,mBAAmB,UAAU,GAAM,MAAM,OAAO,WAAWQ,EAAoBjE,EAAkB,MAAM4B,CAAY,KAAK,MAAMqC,IAAsB,OAAOA,EAAoB,mCAAmC,UAAU,aAAa,UAAU,YAAY,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQS,GAAI,CAAC,kFAAkF,gFAAgF,2UAA2U,iRAAiR,mMAAmM,4VAA4V,kRAAkR,uxBAAuxB,GAAeA,GAAI,+bAA+b,EAQ13gBC,GAAgBC,EAAQnD,GAAUiD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,iCAAiCA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAkC,GAAGC,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECR9Y,IAAMC,GAAkBC,EAASC,EAAY,EAAQC,GAAcF,EAASG,EAAQ,EAAQC,GAAuBJ,EAASK,EAAiB,EAAQC,GAAyBN,EAASO,EAAmB,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAA6BX,EAASY,EAAuB,EAAQC,GAAoBb,EAASc,EAAc,EAAQC,GAAmBf,EAASgB,EAAa,EAAQC,GAAmBjB,EAASkB,EAAa,EAAQC,GAA0BC,GAAoBf,EAAiB,EAAQgB,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAX,CAAQ,IAAI,CAAC,IAAMY,EAAaC,EAAWC,CAAmB,EAAQC,EAAWJ,GAAOC,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAAShB,CAAQ,CAAC,CAAE,EAAQmB,GAAS7C,EAAO,OAAa8C,CAAQ,EAAQC,GAAqB,CAAC,mBAAmB,YAAY,qBAAqB,YAAY,mBAAmB,WAAW,EAAQC,GAAwB,CAAC,aAAa,YAAY,QAAQ,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,aAAAC,EAAa,OAAAC,EAAO,GAAAC,EAAG,WAAAC,EAAW,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUR,GAAqBG,CAAY,GAAGA,GAAcK,EAAM,WAAW,YAAY,UAAUR,GAAqBM,CAAU,GAAGA,GAAYE,EAAM,WAAW,YAAY,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvC,IAAeuC,EAAM,iBAAwBvC,EAAS,KAAK,GAAG,EAAEuC,EAAM,iBAAwBvC,EAAS,KAAK,GAAG,EAAUyC,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA/C,EAAQ,UAAAgD,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEnB,GAASM,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA5D,CAAQ,EAAE6D,GAAgB,CAAC,WAAAlE,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQiE,EAAiBtB,GAAuBD,EAAMvC,CAAQ,EAAO,CAAC,sBAAA+D,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAiBL,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,EAAiBN,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAiBP,EAAsB,SAASI,IAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQW,EAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,EAAQ,IAAIV,EAAsB,SAASI,KAAO,CAACK,EAAQ,KAAK,CAAE,CAAC,EAAuCE,EAAkBC,EAAG/E,GAAkB,GAAhD,CAAC,CAAuE,EAAQgF,GAAWC,EAAO,IAAI,EAAQC,GAAY,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASzB,CAAW,EAAmC0B,GAAWF,EAAO,IAAI,EAAQG,GAAWH,EAAO,IAAI,EAAQI,GAAa,IAAQ5B,IAAc,YAA6C6B,GAAOC,GAAU,EAAQC,GAAWP,EAAO,IAAI,EAAQQ,GAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAShC,CAAW,EAAmCiC,GAAWT,EAAO,IAAI,EAAQU,GAAsBC,EAAM,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB9D,EAAK+D,GAAY,CAAC,GAAG1C,GAAUsC,GAAgB,SAAsB3D,EAAKC,GAAS,CAAC,QAAQ7B,EAAS,QAAQ,GAAM,SAAsB4B,EAAKR,GAAW,CAAC,MAAMjB,GAAY,GAAGL,EAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEiD,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,GAAGoE,EAAU,GAAGI,EAAgB,UAAUmB,EAAGD,EAAkB,iBAAiB1B,EAAUM,CAAU,EAAE,mBAAmB,UAAU,uBAAuB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,IAAInB,GAAKiC,GAAK,MAAM,CAAC,gBAAgB,wEAAwE,UAAU,uMAAuM,GAAG7B,CAAK,EAAE,GAAGjD,EAAqB,CAAC,UAAU,CAAC,mBAAmB,YAAY,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAEuD,EAAYI,CAAc,EAAE,SAAsBmC,EAAM5G,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,sBAAsB,iBAAiB8E,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,kBAAkB,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,CAAC,EAAE,SAAS,CAAc8B,EAAM5G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiB8E,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,kBAAkB,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,uEAAuE,CAAC,EAAE,GAAGhE,EAAqB,CAAC,UAAU,CAAC,iBAAiB,GAAK,MAAMoE,CAAY,CAAC,EAAEb,EAAYI,CAAc,EAAE,SAAS,CAAc7B,EAAKiE,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,MAAM,OAAU,GAAG2F,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,UAAU,CAAC,MAAM,OAAU,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKrD,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGuB,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAEuD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,GAAY,GAAgBlD,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAG2F,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,YAAY,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,YAAY,SAAsBlC,EAAKnD,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU2F,EAAiB,GAAGtE,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAUwE,CAAgB,EAAE,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAUD,CAAgB,CAAC,EAAEhB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKR,GAAW,CAAC,GAAGtB,EAAqB,CAAC,UAAU,CAAC,MAAMK,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAsBmC,EAAM5G,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,iBAAiB8E,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,wEAAwE,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAS,CAAclC,EAAKnB,GAAQ,CAAC,uBAAuB,GAAM,SAAS+D,GAAsB5C,EAAKkE,GAAU,CAAC,SAAsBlE,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsBmC,EAAM5G,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,GAAG,GAAGiE,YAAmB,iBAAiBa,EAAiB,SAAS,sBAAsB,KAAK,WAAW,IAAIiB,GAAK,SAAS,CAAcnD,EAAKjD,GAAkB,CAAC,UAAU,SAAS,UAAU,GAAM,UAAU4F,EAAgB,CAAC,QAAAC,CAAO,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,UAAU,GAAM,QAAQA,EAAQ,QAAQ,YAAY,YAAY,MAAM,OAAO,UAAUuB,EAAkB,KAAKnD,CAAY,GAAG,WAAW,UAAU,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ0E,EAAQ,QAAQ,YAAY,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQA,EAAQ,QAAQ,YAAY,YAAY,UAAU,EAAK,CAAC,EAAEnB,EAAYI,CAAc,CAAC,CAAC,EAAe7B,EAAKoE,GAAgB,CAAC,SAASxB,EAAQ,SAAsB5C,EAAKqE,GAAS,CAAC,UAAU,SAAS,UAAUlB,GAAK,UAAUJ,EAAGD,EAAkBpB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGL,YAAmB,QAAQ,GAAG,QAAQ,GAAG,UAAUuB,EAAQ,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsB5C,EAAK9C,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQyB,GAAW,UAAU,gBAAgB,KAAKD,GAAU,QAAQE,GAAW,iBAAiBsD,EAAiB,SAAS,YAAY,IAAIkB,GAAK,KAAK,SAAS,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,oCAAoC,EAAE,SAAsBpD,EAAKiE,EAA0B,CAAC,SAAsBjE,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAK/C,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEoG,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BvE,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUwH,EAAc,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUJ,EAAkB,KAAKnD,CAAY,GAAG,uBAAuB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAUqG,EAAc,CAAC,CAAC,CAAC,EAAE9C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASE,GAA6BxE,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUyH,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUL,EAAkB,KAAKnD,CAAY,GAAG,sBAAsB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAUsG,EAAe,CAAC,CAAC,CAAC,EAAE/C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASG,GAA6BzE,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU0H,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUN,EAAkB,KAAKnD,CAAY,GAAG,oBAAoB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAUuG,EAAe,CAAC,CAAC,CAAC,EAAEhD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUoH,EAAkB,KAAKnD,CAAY,GAAG,cAAc,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehB,EAAKnB,GAAQ,CAAC,uBAAuB,GAAM,QAAQ4E,GAAa,EAAE,SAASiB,GAAuB1E,EAAKkE,GAAU,CAAC,SAAsBlE,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsBmC,EAAM5G,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,YAAY,GAAG,GAAGiE,WAAkB,iBAAiBa,EAAiB,SAAS,sBAAsB,KAAK,YAAY,IAAIsB,GAAK,SAAS,CAAcxD,EAAKjD,GAAkB,CAAC,UAAU,SAAS,UAAU,GAAM,UAAU4F,EAAgB,CAAC,QAAQ+B,CAAQ,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUP,EAAkB,KAAKnD,CAAY,GAAG,MAAM,KAAK,YAAY,UAAU,GAAM,UAAU,GAAM,QAAQ0D,EAAS,QAAQ,YAAY,YAAY,MAAM,OAAO,UAAUP,EAAkB,KAAKnD,CAAY,GAAG,YAAY,UAAU,GAAK,GAAG9C,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQwG,EAAS,QAAQ,YAAY,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQA,EAAS,QAAQ,YAAY,YAAY,UAAU,EAAK,CAAC,EAAEjD,EAAYI,CAAc,CAAC,CAAC,EAAE4B,GAAa,GAAgBzD,EAAKoE,GAAgB,CAAC,SAASM,EAAS,SAAsB1E,EAAKqE,GAAS,CAAC,UAAU,QAAQ,UAAUb,GAAK,UAAUT,EAAGD,EAAkBpB,CAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGL,WAAkB,QAAQ,KAAK,QAAQ,GAAG,UAAUqD,EAAS,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsB1E,EAAK9C,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQoC,GAAW,UAAU,iBAAiB,KAAKD,GAAW,QAAQE,GAAW,iBAAiB2C,EAAiB,SAAS,YAAY,IAAIwB,GAAK,KAAK,SAAS,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,oCAAoC,EAAE,SAAsB1D,EAAKiE,EAA0B,CAAC,SAAsBjE,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAK1C,GAAwB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+F,GAAa,GAAgBrD,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUoH,EAAkB,KAAKnD,CAAY,GAAG,UAAU,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASK,GAA6B3E,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU4H,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUR,EAAkB,KAAKnD,CAAY,GAAG,oBAAoB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAUyG,EAAe,CAAC,CAAC,CAAC,EAAElD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASM,GAA6B5E,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU6H,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUT,EAAkB,KAAKnD,CAAY,GAAG,oBAAoB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAU0G,EAAe,CAAC,CAAC,CAAC,EAAEnD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASO,GAA6B7E,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU8H,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUV,EAAkB,MAAMnD,CAAY,GAAG,KAAK,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAU2G,EAAe,CAAC,CAAC,CAAC,EAAEpD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASQ,GAA6B9E,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+H,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUX,EAAkB,MAAMnD,CAAY,GAAG,cAAc,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAU4G,EAAe,CAAC,CAAC,CAAC,EAAErD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6B/E,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUgI,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUZ,EAAkB,MAAMnD,CAAY,GAAG,iBAAiB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAU6G,EAAe,CAAC,CAAC,CAAC,EAAEtD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,GAAa,GAAgBrD,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASU,GAA6BhF,EAAKiE,EAA0B,CAAC,GAAG/F,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,mBAAmB,WAAW,iBAAiB8E,EAAiB,SAAS,sBAAsB,KAAK,WAAW,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,gBAAgB,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAK,SAAS,YAAY,UAAU,GAAG,KAAK,WAAW,UAAU,GAAM,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUiI,EAAe,CAAC,EAAE,UAAU,GAAK,QAAQ,YAAY,MAAM,OAAO,UAAUb,EAAkB,MAAMnD,CAAY,GAAG,mBAAmB,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,UAAU8G,EAAe,CAAC,CAAC,CAAC,EAAEvD,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASW,GAA6BjF,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,SAAS,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUoH,EAAkB,KAAKnD,CAAY,GAAG,MAAM,UAAU,GAAM,UAAUiE,EAAe,CAAC,EAAE,UAAU,GAAM,QAAQ3D,EAAU,MAAM,OAAO,UAAU6C,EAAkB,MAAMnD,CAAY,GAAG,UAAU,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU+G,EAAe,CAAC,EAAE,QAAQ1D,CAAS,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU0D,EAAe,CAAC,EAAE,QAAQ1D,CAAS,CAAC,EAAEE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASY,GAA8BlF,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,MAAM,YAAY2F,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,SAAS,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUoH,EAAkB,KAAKnD,CAAY,GAAG,MAAM,UAAU,GAAM,UAAUkE,EAAgB,CAAC,EAAE,UAAU,GAAM,QAAQ5D,EAAU,MAAM,OAAO,UAAU6C,EAAkB,MAAMnD,CAAY,GAAG,WAAW,UAAU,GAAM,GAAG9C,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUgH,EAAgB,CAAC,EAAE,QAAQ3D,CAAS,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU2D,EAAgB,CAAC,EAAE,QAAQ3D,CAAS,CAAC,EAAEE,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKR,GAAW,CAAC,GAAGtB,EAAqB,CAAC,UAAU,CAAC,MAAMK,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAsBmC,EAAM5G,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,gBAAgB,iBAAiB8E,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,gBAAgB,wEAAwE,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAS,CAAclC,EAAKiE,EAA0B,CAAC,SAAsBjE,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKxC,GAAe,CAAC,MAAM,CAAC,MAAM,qEAAqE,KAAK,GAAG,KAAK,SAAS,EAAE,KAAK,CAAC,WAAW,sBAAsB,SAAS,OAAO,UAAU,SAAS,cAAc,MAAM,WAAW,OAAO,EAAE,OAAO,OAAO,KAAK,CAAC,MAAM,eAAe,KAAK,GAAG,KAAK,SAAS,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,CAAC,MAAM,CAAC,MAAM,mBAAmB,OAAO,EAAE,MAAM,QAAQ,MAAM,CAAC,EAAE,IAAI,EAAE,MAAM,EAAK,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,OAAO,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,iBAAiB,GAAM,cAAc,GAAG,eAAe,GAAG,UAAU,qEAAqE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewC,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,GAAG2F,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKjD,GAAkB,CAAC,UAAU,SAAS,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,GAAM,SAAS,YAAY,UAAUoH,EAAkB,KAAKnD,CAAY,GAAG,MAAM,UAAU,GAAM,UAAU,2BAA2B,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAUmD,EAAkB,MAAMnD,CAAY,GAAG,UAAU,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehB,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASa,GAA8BnF,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,GAAG2F,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKtC,GAAc,CAAC,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,EAAE,UAAU,SAAS,SAAS,YAAY,UAAU,GAAK,UAAUyG,EAAkB,MAAMnD,CAAY,GAAG,mBAAmB,UAAUmE,EAAgB,CAAC,EAAE,UAAU,SAAS,UAAU,GAAM,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAM,GAAGjH,EAAqB,CAAC,UAAU,CAAC,UAAUiH,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE1D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7B,EAAKsE,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASc,GAA8BpF,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAGJ,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,GAAG,EAAE,GAAG3F,EAAqB,CAAC,UAAU,CAAC,GAAG2F,GAAmB,GAAG,GAAG,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAEpC,EAAYI,CAAc,EAAE,SAAsB7B,EAAK5C,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8E,EAAiB,SAAS,sBAAsB,SAAsBlC,EAAKpC,GAAc,CAAC,UAAU,GAAM,UAAU,EAAE,UAAU,GAAM,OAAO,OAAO,GAAG,YAAY,UAAU,SAAS,SAAS,YAAY,UAAU,GAAK,UAAUuG,EAAkB,MAAMnD,CAAY,GAAG,cAAc,UAAUoE,EAAgB,CAAC,EAAE,UAAU,SAAS,QAAQ,YAAY,MAAM,OAAO,UAAU,GAAM,GAAGlH,EAAqB,CAAC,UAAU,CAAC,UAAUkH,EAAgB,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAgB,CAAC,CAAC,CAAC,EAAE3D,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQwD,GAAI,CAAC,kFAAkF,gFAAgF,2PAA2P,oSAAoS,wRAAwR,0GAA0G,6fAA6f,8QAA8Q,sUAAsU,+fAA+f,oUAAoU,sRAAsR,irDAAirD,mLAAmL,+HAA+H,kKAAkK,sIAAsI,+MAA+M,6QAA6Q,uPAAuP,mQAAmQ,m9CAAm9C,4UAA4U,gHAAgH,uOAAuO,sFAAsF,kGAAkG,iGAAiG,kGAAkG,iGAAiG,qFAAqF,mGAAmG,iGAAiG,iGAAiG,kGAAkG,iGAAiG,mGAAmG,mGAAmG,sFAAsF,sFAAsF,i9CAAi9C,6JAA6J,wKAAwK,EAS/06CC,GAAgBC,EAAQ1E,GAAUwE,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,qBAAqBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,YAAY,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU7H,IAA4B,SAAY,CAAC,GAAGA,GAA0B,QAAW,aAAa,YAAY,YAAY,OAAU,OAAO,OAAU,MAAM,gBAAgB,EAAE,UAAUA,IAA4B,SAAY,CAAC,GAAGA,GAA0B,QAAW,aAAa,YAAY,YAAY,OAAU,OAAO,OAAU,MAAM,cAAc,CAAC,CAAC,EAAE8H,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG7I,GAAkB,GAAGG,GAAc,GAAGE,GAAuB,GAAGE,GAAyB,GAAGK,GAA6B,GAAGE,GAAoB,GAAGE,GAAmB,GAAGE,EAAkB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTzvE,IAAMiI,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAaC,CAAQ,EAAQC,GAAwB,CAAC,oBAAoB,YAAY,oBAAoB,YAAY,oBAAoB,YAAY,sBAAsB,YAAY,sBAAsB,YAAY,sBAAsB,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,UAAUF,GAAgCE,EAAM,UAAU,SAASE,GAAMD,EAAuCP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMvB,IAAWA,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAuBI,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAjC,EAAQ,UAAAkC,EAAU,GAAGC,CAAS,EAAEnB,GAASK,CAAK,EAAO,CAAC,YAAAe,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,SAAA1C,CAAQ,EAAE2C,GAAgB,CAAC,WAAAhD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ+C,EAAiBlB,GAAuBH,EAAMvB,CAAQ,EAAQ6C,EAAWC,EAAO,IAAI,EAAQC,EAAY,IAAQT,IAAc,YAA6CU,EAAa,IAAQV,IAAc,YAA6CW,EAAa,IAAQX,IAAc,YAA6CY,EAAa,IAAQZ,IAAc,YAA6Ca,EAAa,IAAQb,IAAc,YAA6Cc,EAAa,IAAQ,EAAC,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,SAASd,CAAW,EAAmCe,EAAsBC,EAAM,EAAQC,EAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB5C,EAAK6C,GAAY,CAAC,GAAGvB,GAA4CkB,EAAgB,SAAsBxC,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAK8C,GAAK,CAAC,KAAKvB,EAAU,aAAa,GAAK,SAAsBwB,EAAM7C,EAAO,EAAE,CAAC,GAAGsB,EAAU,UAAU,GAAGwB,EAAGjE,GAAkB,GAAG2D,EAAsB,iBAAiBrB,EAAUK,CAAU,kBAAkB,mBAAmB,oBAAoB,iBAAiBK,EAAiB,SAAS,YAAY,WAAW,IAAIH,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,aAAa,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,IAAIZ,GAA6BgB,EAAK,MAAM,CAAC,GAAGZ,CAAK,EAAE,GAAGnC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,mBAAmB,EAAE,UAAU,CAAC,mBAAmB,qBAAqB,CAAC,EAAEwC,EAAYE,CAAc,EAAE,SAAS,CAACO,EAAY,GAAgBlC,EAAKiD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBlB,EAAiB,SAAS,YAAY,IAAI,40JAA40J,mBAAmB,EAAI,CAAC,EAAEI,EAAa,GAAgBnC,EAAKiD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBlB,EAAiB,SAAS,YAAY,IAAI,qpKAAqpK,mBAAmB,EAAI,CAAC,EAAEK,EAAa,GAAgBpC,EAAKiD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBlB,EAAiB,SAAS,YAAY,IAAI,0yNAA0yN,mBAAmB,EAAI,CAAC,EAAEM,EAAa,GAAgBrC,EAAKiD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBlB,EAAiB,SAAS,YAAY,IAAI,o0KAAo0K,mBAAmB,EAAI,CAAC,EAAEO,EAAa,GAAgBtC,EAAKiD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBlB,EAAiB,SAAS,YAAY,IAAI,yuOAAyuO,mBAAmB,EAAI,CAAC,EAAEQ,EAAa,GAAgBvC,EAAKiD,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,KAAK,QAAQ,gBAAgB,GAAG,eAAe,IAAI,iBAAiBlB,EAAiB,SAAS,YAAY,IAAI,+tOAA+tO,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmB,GAAI,CAAC,kFAAkF,gFAAgF,4HAA4H,8KAA8K,0OAA0O,6JAA6J,EASl/1CC,GAAgBC,EAAQtC,GAAUoC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,4BAA4BA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,oBAAoB,oBAAoB,oBAAoB,sBAAsB,sBAAsB,qBAAqB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECV1oB,IAAAM,GAAA,GAAAC,GAAAD,GAAA,wBAAAE,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,GAAA,OAAAC,KAAgH,IAAMC,GAAG,oBAAiCC,GAAG,mBAAgCC,GAAG,qBAAkCC,GAAG,iBAA8BC,GAAgBC,EAAWC,EAAS,CAAC,SAAsBD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,2DAA2D,CAAC,CAAC,CAAC,EAClnBC,GAAqB,CAAC,QAAU,CAAC,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC,ECAmV,IAAMC,GAAWC,EAASC,EAAK,EAAQC,GAAcC,GAAoBF,EAAK,EAAQG,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAyc,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,aAAa,YAAY,aAAa,YAAY,cAAc,YAAY,cAAc,YAAY,eAAe,YAAY,eAAe,YAAY,WAAW,YAAY,WAAW,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,YAAY,cAAc,WAAW,EAAQC,GAAS,CAAC,CAAC,aAAAC,EAAa,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,UAAAC,EAAU,OAAAC,EAAO,UAAAC,EAAU,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAKC,EAAmCC,EAAMC,EAAMC,EAAMC,EAAM,MAAM,CAAC,GAAGN,EAAM,WAAWC,EAAKH,GAAmCE,EAAM,aAAa,MAAMC,IAAO,OAAOA,EAAK,cAAc,WAAWG,GAAOD,GAAOD,EAAmCb,GAAqBE,CAAY,KAAK,MAAMW,IAAqC,OAAOA,EAAmCX,KAAgB,MAAMY,IAAQ,OAAOA,EAAMH,EAAM,aAAa,MAAMI,IAAQ,OAAOA,EAAM,YAAY,UAAUV,GAAgCM,EAAM,UAAU,WAAWK,EAAMR,GAA+CG,EAAM,aAAa,MAAMK,IAAQ,OAAOA,EAAM,GAAK,WAAWC,EAAMX,GAA+CK,EAAM,aAAa,MAAMM,IAAQ,OAAOA,EAAM,qEAAqE,UAAUV,GAAsCI,EAAM,SAAS,CAAE,EAAQO,GAAuB,CAACP,EAAMQ,IAAeR,EAAM,iBAAwBQ,EAAS,KAAK,GAAG,EAAER,EAAM,iBAAwBQ,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASV,EAAMW,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEnC,GAASU,CAAK,EAAO,CAAC,YAAA0B,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAzB,CAAQ,EAAE0B,GAAgB,CAAC,eAAe,YAAY,QAAAhB,EAAQ,kBAAAiB,EAAiB,CAAC,EAAQC,EAAiB7B,GAAuBP,EAAMQ,CAAQ,EAAQ6B,EAAWC,EAAO,IAAI,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAazB,GAAuBA,EAAS,EAAQ0B,EAAkBC,GAAqB,EAAE,OAAoB1D,EAAK2D,GAAY,CAAC,GAAG3B,GAA4CsB,EAAgB,SAAsBtD,EAAKC,GAAS,CAAC,QAAQsB,EAAS,QAAQ,GAAM,SAAsBvB,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBsE,EAAM1D,EAAO,IAAI,CAAC,GAAGsC,EAAU,GAAGI,EAAgB,UAAUiB,EAAGC,GAAkB,GAAGN,EAAsB,gBAAgBzB,EAAUW,CAAU,EAAE,mBAAmB,YAAY,iBAAiBS,EAAiB,SAAS,YAAY,IAAIzB,GAA6B0B,EAAK,MAAM,CAAC,GAAGtB,CAAK,EAAE,SAAS,CAAc9B,EAAK+D,GAAS,CAAC,sBAAsB,GAAK,SAAsB/D,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,EAAE,SAAsBF,EAAKgE,GAAK,CAAC,KAAK7B,EAAU,aAAaE,EAAU,aAAa,GAAM,SAAsBrC,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBiD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,6BAA6B,MAAM,2CAA2Cf,EAAU,2CAA2CC,CAAS,EAAE,KAAKH,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEI,GAAwBtC,EAAKiE,EAA0B,CAAC,OAAO,GAAG,GAAgER,GAAkB,GAAI,IAAI,IAAiEA,GAAkB,QAAS,KAAK,EAAE,IAAI,GAAG,SAAsBzD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiBiD,EAAiB,SAAS,sBAAsB,SAAsBnD,EAAKkE,GAAM,CAAC,UAAU,IAAI,UAAU,SAAS,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,GAAM,UAAU,GAAM,UAAU,MAAM,QAAQ3B,EAAU,UAAU,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ4B,GAAI,CAAC,kFAAkF,kFAAkF,sQAAsQ,gHAAgH,wGAAwG,yWAAyW,GAAeA,GAAI,GAAgBA,EAAG,EAS9mOC,GAAgBC,EAAQ7C,GAAU2C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,cAAcA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,cAAc,gBAAgB,GAAM,MAAM,QAAQ,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,oGAAoG,MAAM,aAAa,KAAKA,EAAY,KAAK,EAAE,UAAU,CAAC,aAAa,GAAM,MAAM,UAAU,KAAKA,EAAY,OAAO,EAAE,UAAU,CAAC,aAAa,GAAK,MAAM,aAAa,KAAKA,EAAY,OAAO,EAAE,UAA+DC,IAAc,SAAa,CAAC,GAAGA,GAAc,QAAW,aAAa,YAAY,YAAY,OAAU,OAAO,OAAU,MAAM,eAAe,CAAC,CAAC,EAAEC,GAASN,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGO,GAAW,GAAGC,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTptD,IAAMC,GAAkBC,EAASC,EAAY,EAAQC,GAA0BF,EAASG,EAAoB,EAAQC,GAAgBJ,EAASK,EAAU,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAA0CD,GAAS,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAiB,CAAC,UAAUC,EAAe,EAAQC,GAAkB,CAACC,EAAIC,IAAS,CAAC,KAAMA,GAAO,CAAC,IAAMC,EAAOL,GAAiBI,EAAO,EAAE,EAAE,GAAGC,EAAO,CAAC,IAAMC,EAAMD,EAAOF,CAAG,EAAE,GAAGG,EAAO,OAAOA,EAAQF,EAAOA,EAAO,SAAU,EAAQG,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAF,EAAM,SAAAG,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWP,GAAmCI,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAM5B,IAAe4B,EAAM,iBAAwB5B,EAAS,KAAK,GAAG,EAAE4B,EAAM,iBAAwB5B,EAAS,KAAK,GAAG,EAAUgC,GAA6BC,EAAW,SAASL,EAAMM,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,GAAGuC,CAAS,EAAEjB,GAASI,CAAK,EAAO,CAAC,YAAAc,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAjD,CAAQ,EAAEkD,GAAgB,CAAC,WAAAvD,GAAW,eAAe,YAAY,QAAAO,EAAQ,kBAAAL,EAAiB,CAAC,EAAQsD,EAAiBpB,GAAuBH,EAAM5B,CAAQ,EAAQoD,EAAWC,EAAO,IAAI,EAAQC,EAAOC,GAAU,EAAQC,EAAsBC,EAAM,EAAQC,EAAsB,CAAanB,EAAS,EAAQoB,EAAkBC,GAAqB,EAAE,IAAIC,EAAmBC,EAAoBC,EAAoB,OAAoB5C,EAAK6C,GAAY,CAAC,GAAGxB,GAA4CgB,EAAgB,SAAsBrC,EAAKC,GAAS,CAAC,QAAQpB,EAAS,QAAQ,GAAM,SAAsBmB,EAAKR,GAAW,CAAC,MAAMD,GAAY,SAAsBS,EAAKE,EAAO,OAAO,CAAC,GAAGoB,EAAU,GAAGI,EAAgB,UAAUoB,EAAGrE,GAAkB,GAAG8D,EAAsB,gBAAgBnB,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIjB,GAA6BkB,EAAK,MAAM,CAAC,gBAAgB,wEAAwE,GAAGd,CAAK,EAAE,GAAGxC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAE4C,EAAYI,CAAc,EAAE,SAAsB3B,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,sBAAsB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAsBe,EAAM7C,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAce,EAAM7C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKgD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAK7B,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe6B,EAAKiD,GAAK,CAAC,KAAK,4CAA4C,aAAa,GAAK,SAAsBjD,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,mBAAmB,iBAAiB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAsBhC,EAAKkD,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,IAAI,eAAe,IAAI,YAAY,IAAI,WAAW,IAAI,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,iBAAiBlB,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAee,EAAM7C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,mBAAmB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oBAAoB,EAAE,SAAsBhC,EAAKgD,EAA0B,CAAC,OAAO,GAAG,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAK3B,GAAqB,CAAC,UAAU,sDAAsD,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2B,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,oBAAoB,EAAE,SAAsBhC,EAAKgD,EAA0B,CAAC,OAAO,GAAG,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAK3B,GAAqB,CAAC,UAAU,sFAAsF,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,MAAM,OAAO,GAAGM,GAAqB,CAAC,UAAU,CAAC,UAAU,yFAAyF,CAAC,EAAE4C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeoB,EAAM7C,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,uBAAuB,iBAAiB8B,EAAiB,SAAS,YAAY,SAAS,CAAchC,EAAKmD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B,CAAC,IAAIV,EAAmB,OAAO1C,EAAKgD,EAA0B,CAAC,OAAO,GAAG,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKzB,GAAW,CAAC,WAAWmE,EAAmBxD,GAAkB,KAAK8B,CAAY,KAAK,MAAM0B,IAAqB,OAAOA,EAAmB,iBAAiB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,UAAUU,EAAc,CAAC,EAAE,UAAU,GAAM,UAAU,qEAAqE,MAAM,OAAO,UAAU,GAAM,GAAGzE,GAAqB,CAAC,UAAU,CAAC,UAAUyE,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE7B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAe3B,EAAKgD,EAA0B,CAAC,OAAO,GAAG,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKzB,GAAW,CAAC,WAAWmE,EAAmBxD,GAAkB,KAAK8B,CAAY,KAAK,MAAM0B,IAAqB,OAAOA,EAAmB,kBAAkB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,UAAU,wBAAwB,UAAU,GAAM,UAAU,qEAAqE,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe1C,EAAKmD,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASE,GAA6B,CAAC,IAAIX,EAAmB,OAAO1C,EAAKgD,EAA0B,CAAC,OAAO,GAAG,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,2BAA2B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKzB,GAAW,CAAC,WAAWmE,EAAmBxD,GAAkB,KAAK8B,CAAY,KAAK,MAAM0B,IAAqB,OAAOA,EAAmB,mBAAmB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,UAAUW,EAAe,CAAC,EAAE,UAAU,GAAM,UAAU,qEAAqE,MAAM,OAAO,UAAU,GAAM,GAAG1E,GAAqB,CAAC,UAAU,CAAC,UAAU0E,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE9B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,EAAe3B,EAAKgD,EAA0B,CAAC,OAAO,GAAG,SAAsBhD,EAAKE,EAAO,IAAI,CAAC,UAAU,0BAA0B,iBAAiB8B,EAAiB,SAAS,sBAAsB,SAAsBhC,EAAKzB,GAAW,CAAC,WAAWoE,EAAoBzD,GAAkB,KAAK8B,CAAY,KAAK,MAAM2B,IAAsB,OAAOA,EAAoB,cAAc,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,UAAU,wCAAwC,UAAU,GAAM,UAAU,qEAAqE,MAAM,OAAO,UAAU,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3C,EAAKsD,GAAS,CAAC,sBAAsB,GAAK,UAAUV,EAAoB1D,GAAkB,KAAK8B,CAAY,KAAK,MAAM4B,IAAsB,OAAOA,EAAiC5C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,0CAA0C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB8B,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,YAAY,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuB,GAAI,CAAC,kFAAkF,gFAAgF,uQAAuQ,mSAAmS,0QAA0Q,sPAAsP,0GAA0G,gSAAgS,mHAAmH,6QAA6Q,iSAAiS,kTAAkT,0QAA0Q,oKAAoK,s0DAAs0D,gEAAgE,iFAAiF,gEAAgE,iFAAiF,8FAA8F,yUAAyU,GAAeA,EAAG,EAQj2hBC,GAAgBC,EAAQ5C,GAAU0C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,OAAO,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGvF,GAAkB,GAAGG,GAA0B,GAAGE,GAAgB,GAAGwF,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["getBorderStyle", "e", "t", "o", "d", "r", "i", "l", "h", "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", "dbqSjO9lH_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "__FramerMetadata__", "valuesByLocaleId", "dbqSjO9lH_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "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", "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", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "Image2", "getLoadingLazyAtYPosition", "cx", "css", "FramerAU3ooykOM", "withCSS", "AU3ooykOM_default", "addPropertyControls", "ControlType", "addFonts", "MaterialFonts", "getFonts", "Icon", "BadgeFonts", "J6Vn_HP0Z_default", "MaterialControls", "getPropertyControls", "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", "badgeLabel", "doubleIndent", "height", "hover", "iconL", "id", "label", "link", "showArrowR", "showBadge", "showIconL", "singleIndent", "tap", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "yMulHqwVz", "TKOmY5X72", "yorwHe8bl", "UEuVf3H4N", "AHiyceCU2", "RDJ3nCYme", "LgCAPYwuN", "ObVNGIGKC", "DoSUIVt9R", "ARYVIkpxT", "jLzjCzIp9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1b9dot4", "args", "onMouseEnterdlssgt", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "Icon", "RichText2", "J6Vn_HP0Z_default", "css", "Framerf16kHWZn1", "withCSS", "f16kHWZn1_default", "addPropertyControls", "ControlType", "MaterialControls", "addFonts", "MaterialFonts", "BadgeFonts", "getFontsFromSharedStyle", "fonts", "h0fJGPg_L_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "__FramerMetadata__", "IconFonts", "getFonts", "SJYF71W0V_default", "BadgeFonts", "J6Vn_HP0Z_default", "IconControls", "getPropertyControls", "BadgeControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableEnumMap1", "humanReadableVariantMap", "getProps", "align", "badgeLabel", "badgeType", "description", "height", "icon", "id", "link", "showBadge", "showDescription", "showIcon", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "_ref6", "_humanReadableEnumMap_align", "_ref7", "_ref8", "_humanReadableEnumMap1_badgeType", "_ref9", "_ref10", "_ref11", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "vHnCqtNZl", "wWl1EtMTv", "NIBUo2_GX", "k6awDjKh3", "xqlTXD8UX", "VJZP4pnne", "A5uRF7yau", "YwjxrA_wj", "ZZ6VBASPa", "L_lJ7YW7G", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "SJYF71W0V_default", "RichText2", "J6Vn_HP0Z_default", "css", "FramerYqdET4GGe", "withCSS", "YqdET4GGe_default", "addPropertyControls", "ControlType", "IconControls", "BadgeControls", "addFonts", "IconFonts", "BadgeFonts", "getFontsFromSharedStyle", "fonts", "BaseNavigationMenuItemStyle1Fonts", "getFonts", "YqdET4GGe_default", "serializationHash", "variantClassNames", "valuesByLocaleId", "h0fJGPg_L_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ResolveLinks", "resolvedLinks", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "ComponentViewportProvider", "YqdET4GGe_default", "resolvedLinks1", "resolvedLinks2", "css", "Framerh0fJGPg_L", "withCSS", "h0fJGPg_L_default", "addFonts", "BaseNavigationMenuItemStyle1Fonts", "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", "id", "tap", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XKaY3MrGu", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16y2uw0", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "Frameruj5neULHa", "withCSS", "uj5neULHa_default", "addPropertyControls", "ControlType", "addFonts", "W5752u9TE_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "__FramerMetadata__", "BaseNavigationMenuItemStyle1Fonts", "getFonts", "YqdET4GGe_default", "serializationHash", "variantClassNames", "valuesByLocaleId", "W5752u9TE_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "ResolveLinks", "resolvedLinks", "_getLocalizedValue2", "ComponentViewportProvider", "YqdET4GGe_default", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "css", "FramerW5752u9TE", "withCSS", "W5752u9TE_default", "addFonts", "BaseNavigationMenuItemStyle1Fonts", "getFontsFromSharedStyle", "fonts", "FlowpassLogoFonts", "getFonts", "AU3ooykOM_default", "MenuIconFonts", "uj5neULHa_default", "BaseNavLinkButtonFonts", "f16kHWZn1_default", "FlowpassNavDropdownFonts", "h0fJGPg_L_default", "MotionDivWithFX", "withFX", "motion", "FlowpassNavMegaDropdownFonts", "W5752u9TE_default", "LocaleSelectorFonts", "LocaleSelector_default", "ButtonOutlineFonts", "VIEX2I4X4_default", "ButtonPrimaryFonts", "wZ6tVEahQ_default", "BaseNavLinkButtonControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition4", "animation3", "animation4", "animation5", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "desktopLink3", "height", "id", "phoneLink3", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "erCqa4K75", "gCHFEYqYi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1wtgijd", "args", "XKaY3MrGu1wrmm12", "XKaY3MrGu17yf4vm", "XKaY3MrGu1wtgijd", "DoSUIVt9Rtxyyif", "overlay", "loadMore", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "ref2", "ref3", "isDisplayed1", "router", "useRouter", "ref4", "isDisplayed2", "ref5", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "l", "getLocalizedValue", "AnimatePresence", "Floating", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "overlay1", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "css", "FramerdbqSjO9lH", "withCSS", "dbqSjO9lH_default", "addPropertyControls", "ControlType", "addFonts", "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", "id", "link", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "B6WNleOiY", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "css", "FramerduLTPAyus", "withCSS", "duLTPAyus_default", "addPropertyControls", "ControlType", "addFonts", "ypWULATSS_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v0", "v1", "v2", "v3", "v4", "p", "x", "motion", "__FramerMetadata__", "BadgeFonts", "getFonts", "J6Vn_HP0Z_default", "BadgeControls", "getPropertyControls", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "badgeVariant", "height", "id", "link", "linkColor", "newTab", "showBadge", "title", "width", "props", "_ref", "_humanReadableEnumMap_badgeVariant", "_ref1", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "GSU9OLXw1", "LrDjkPS80", "UUUBDEMMW", "zgUW9lHkf", "uJ4mQQd8F", "LGLqjFWSo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "Link", "ComponentViewportProvider", "J6Vn_HP0Z_default", "css", "FrameryrPYEiByW", "withCSS", "yrPYEiByW_default", "addPropertyControls", "ControlType", "BadgeControls", "addFonts", "BadgeFonts", "getFontsFromSharedStyle", "fonts", "FlowpassLogoFonts", "getFonts", "AU3ooykOM_default", "ButtonAppStoreButtonFonts", "duLTPAyus_default", "FooterLinkFonts", "yrPYEiByW_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "ypWULATSS_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "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", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "Link", "Image2", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "RichText2", "css", "FramerypWULATSS", "withCSS", "ypWULATSS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
