{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js", "ssg:https://framerusercontent.com/modules/n34cHzUKaaYUVdNJJHje/SPwS7B7iCfmlX6GkpU6F/DwfX8v2hp.js", "ssg:https://framerusercontent.com/modules/tMiDPP9OTJ66pbgrKspS/ozigEneyj3bQYH7AvS8S/chz_VAYNQ.js", "ssg:https://framerusercontent.com/modules/9U2YFXSUOEM1buWr4RRE/1NofWIeJp23TYq9bDmHb/cSUnQJus3.js", "ssg:https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js", "ssg:https://framerusercontent.com/modules/mrEzdZ1NLh9Z2UvU7T8f/kncpzvraaviPXZMHHGlr/FctvyuyVG.js", "ssg:https://framerusercontent.com/modules/iy3KV06taxp6OlH4zcl9/BleVlRNppVpPVhrIcdjU/GgSpah3R3.js", "ssg:https://framerusercontent.com/modules/9ajhXMTvNHa3o84QkAph/Xnul1hAdJn3YeKLXdbBc/StopScroll.js", "ssg:https://framerusercontent.com/modules/AglVQNEw2gwwCXLPGUWg/VRhoyK91nQx8OKJyR0g7/oPL7NRSFP.js", "ssg:https://framerusercontent.com/modules/ANtQH6yoxNwvbmaqqsXH/kChS1MZaIWsCV7wZFAgV/Tf9k8_4vB.js", "ssg:https://framerusercontent.com/modules/rMYlxBXEsCvWrerz6d3x/odFzSclLOfjjxHjcDXud/X_98KweFo.js", "ssg:https://framerusercontent.com/modules/dH7WbxTW5ih6lZUbXLzR/Ep9nn1ww0ZQ0xUG4s52G/X46j6TWHG.js", "ssg:https://framerusercontent.com/modules/6bcS478fykRBOjHjhSeS/q4o5SKwto2uLWSOeDgHU/KCmAps9bB.js", "ssg:https://framerusercontent.com/modules/f2vhjs5rTyGNJZSDJnfj/0U9pHPF3qIYEXggazd9A/mOhkUtOjk.js", "ssg:https://framerusercontent.com/modules/krzasEyVK4NwMTryAznH/jtyrrLgmvI8IfrdQgA44/cDwJuWWhF.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={Wy_ZYsr0u:{hover:true,pressed:true}};const cycleOrder=[\"Wy_ZYsr0u\",\"gGbHd4mPK\"];const serializationHash=\"framer-f9w6k\";const variantClassNames={gGbHd4mPK:\"framer-v-1bm34xt\",Wy_ZYsr0u:\"framer-v-1olrc2o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={active:\"gGbHd4mPK\",default:\"Wy_ZYsr0u\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,fLJmSViJW:link??props.fLJmSViJW,variant:humanReadableVariantMap[props.variant]??props.variant??\"Wy_ZYsr0u\",Yns1VGesa:title??props.Yns1VGesa??\"Label\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Yns1VGesa,fLJmSViJW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Wy_ZYsr0u\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:fLJmSViJW,motionChild:true,nodeId:\"Wy_ZYsr0u\",openInNewTab:false,scopeId:\"DwfX8v2hp\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1olrc2o\",className,classNames)} framer-1jajy6a`,\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"Wy_ZYsr0u\",ref:refBinding,style:{...style},...addPropertyOverrides({\"Wy_ZYsr0u-hover\":{\"data-framer-name\":undefined},\"Wy_ZYsr0u-pressed\":{\"data-framer-name\":undefined},gGbHd4mPK:{\"data-framer-name\":\"active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x5upd5\",layoutDependency:layoutDependency,layoutId:\"SHwYcCb8q\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14gkko\",layoutDependency:layoutDependency,layoutId:\"oix6dH7jk\",style:{backgroundColor:\"var(--token-8fbb1b0f-dede-4d92-b5da-585fbf605439, rgba(29, 30, 32, 0.1))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1apms2h\",layoutDependency:layoutDependency,layoutId:\"fLaxV51C5\",style:{backgroundColor:\"var(--token-0e70da78-ac1f-429c-9de0-fc086636a835, rgb(64, 93, 229))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,opacity:0},variants:{gGbHd4mPK:{opacity:1}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12xzgpf\",layoutDependency:layoutDependency,layoutId:\"vZYEMZFgk\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{\"Wy_ZYsr0u-hover\":{backgroundColor:\"var(--token-ff11583a-f3fe-41bd-8758-bfc784a2db7c, rgba(17, 24, 28, 0.07))\"},\"Wy_ZYsr0u-pressed\":{backgroundColor:\"var(--token-271b228c-d1ee-4fba-bdaf-899f503d427d, rgba(17, 24, 28, 0.12))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78)))\"},children:\"Label\"})}),className:\"framer-fpgmua\",\"data-framer-name\":\"Label\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Or0ZXHd6d\",style:{\"--extracted-r6o4lv\":\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},text:Yns1VGesa,variants:{\"Wy_ZYsr0u-hover\":{\"--extracted-r6o4lv\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"},\"Wy_ZYsr0u-pressed\":{\"--extracted-r6o4lv\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"},gGbHd4mPK:{\"--extracted-r6o4lv\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Wy_ZYsr0u-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32)))\"},children:\"Label\"})})},\"Wy_ZYsr0u-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32)))\"},children:\"Label\"})})},gGbHd4mPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32)))\"},children:\"Label\"})}),fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-f9w6k.framer-1jajy6a, .framer-f9w6k .framer-1jajy6a { display: block; }\",\".framer-f9w6k.framer-1olrc2o { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 2px; position: relative; text-decoration: none; width: 248px; }\",\".framer-f9w6k .framer-x5upd5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 8px; }\",\".framer-f9w6k .framer-14gkko { flex: none; height: 32px; overflow: visible; position: relative; width: 1px; }\",\".framer-f9w6k .framer-1apms2h { aspect-ratio: 0.08333333333333333 / 1; bottom: 4px; flex: none; left: -2px; overflow: visible; position: absolute; top: 4px; width: var(--framer-aspect-ratio-supported, 2px); z-index: 1; }\",\".framer-f9w6k .framer-12xzgpf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 8px 6px 8px; position: relative; width: 1px; }\",\".framer-f9w6k .framer-fpgmua { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-f9w6k.framer-1olrc2o, .framer-f9w6k .framer-x5upd5, .framer-f9w6k .framer-12xzgpf { gap: 0px; } .framer-f9w6k.framer-1olrc2o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-f9w6k.framer-1olrc2o > :first-child, .framer-f9w6k .framer-x5upd5 > :first-child, .framer-f9w6k .framer-12xzgpf > :first-child { margin-left: 0px; } .framer-f9w6k.framer-1olrc2o > :last-child, .framer-f9w6k .framer-x5upd5 > :last-child, .framer-f9w6k .framer-12xzgpf > :last-child { margin-right: 0px; } .framer-f9w6k .framer-x5upd5 > *, .framer-f9w6k .framer-12xzgpf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-f9w6k.framer-v-1bm34xt .framer-1apms2h { aspect-ratio: unset; bottom: 6px; left: -1px; top: 6px; width: 2px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gGbHd4mPK\":{\"layout\":[\"fixed\",\"auto\"]},\"xUnC0Q93M\":{\"layout\":[\"fixed\",\"auto\"]},\"X5hhWrBdg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Yns1VGesa\":\"title\",\"fLJmSViJW\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDwfX8v2hp=withCSS(Component,css,\"framer-f9w6k\");export default FramerDwfX8v2hp;FramerDwfX8v2hp.displayName=\"side navigation item 2\";FramerDwfX8v2hp.defaultProps={height:32,width:248};addPropertyControls(FramerDwfX8v2hp,{variant:{options:[\"Wy_ZYsr0u\",\"gGbHd4mPK\"],optionTitles:[\"default\",\"active\"],title:\"Variant\",type:ControlType.Enum},Yns1VGesa:{defaultValue:\"Label\",description:\"\",displayTextArea:false,title:\"Title\",type:ControlType.String},fLJmSViJW:{title:\"Link\",type:ControlType.Link}});addFonts(FramerDwfX8v2hp,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDwfX8v2hp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"32\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"Yns1VGesa\\\":\\\"title\\\",\\\"fLJmSViJW\\\":\\\"link\\\"}\",\"framerIntrinsicWidth\":\"248\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gGbHd4mPK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xUnC0Q93M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X5hhWrBdg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DwfX8v2hp.map", "// Generated by Framer (dc53115)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SideNavigationItem2 from\"https://framerusercontent.com/modules/n34cHzUKaaYUVdNJJHje/SPwS7B7iCfmlX6GkpU6F/DwfX8v2hp.js\";const SideNavigationItem2Fonts=getFonts(SideNavigationItem2);const cycleOrder=[\"l6wUa3D9l\",\"D0L_uJafw\"];const serializationHash=\"framer-gPKl9\";const variantClassNames={D0L_uJafw:\"framer-v-1k8clzg\",l6wUa3D9l:\"framer-v-mxeohh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"l6wUa3D9l\",Mobile:\"D0L_uJafw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"l6wUa3D9l\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"l6wUa3D9l\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-mxeohh\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"l6wUa3D9l\",ref:refBinding,style:{...style},...addPropertyOverrides({D0L_uJafw:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\"},children:\"Languages\"})}),className:\"framer-15ju3f6\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"ea1S6e5Or\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+43.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+35.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5cpv9k-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"laneQ7sKI-container\",nodeId:\"laneQ7sKI\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-english-parts.framer.website/\",height:\"100%\",id:\"laneQ7sKI\",layoutId:\"laneQ7sKI\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"English\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+99.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+87.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-382ej9-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cMhFci5oJ-container\",nodeId:\"cMhFci5oJ\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-swedish-parts.framer.website/\",height:\"100%\",id:\"cMhFci5oJ\",layoutId:\"cMhFci5oJ\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Swedish\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+155.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+139.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-103yubw-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nIf7Nz8OW-container\",nodeId:\"nIf7Nz8OW\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-german-parts.framer.website/\",height:\"100%\",id:\"nIf7Nz8OW\",layoutId:\"nIf7Nz8OW\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"German\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+211.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+191.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c0jicr-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PP10lSan1-container\",nodeId:\"PP10lSan1\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-french-parts.framer.website/\",height:\"100%\",id:\"PP10lSan1\",layoutId:\"PP10lSan1\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"French\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+267.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+243.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1uentf7-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wu4MwfJU8-container\",nodeId:\"wu4MwfJU8\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-italian-parts.framer.website/\",height:\"100%\",id:\"wu4MwfJU8\",layoutId:\"wu4MwfJU8\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Italian\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+323.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+295.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tqp0oy-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KyonbRPou-container\",nodeId:\"KyonbRPou\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-spanish-parts.framer.website/\",height:\"100%\",id:\"KyonbRPou\",layoutId:\"KyonbRPou\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Spanish\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+379.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+347.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14ye5nt-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"giWFuU9hd-container\",nodeId:\"giWFuU9hd\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-nederlands-parts.framer.website/\",height:\"100%\",id:\"giWFuU9hd\",layoutId:\"giWFuU9hd\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Nederlands\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+435.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+399.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ue5kan-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"f6Cy2XM04-container\",nodeId:\"f6Cy2XM04\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-danish-parts.framer.website/\",height:\"100%\",id:\"f6Cy2XM04\",layoutId:\"f6Cy2XM04\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Danish\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+491.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+451.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-prz0oc-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"ljE7FL8xi-container\",nodeId:\"ljE7FL8xi\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-finnish-parts.framer.website/\",height:\"100%\",id:\"ljE7FL8xi\",layoutId:\"ljE7FL8xi\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Finnish\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+547.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+503.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1091dpi-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"RMC3puzYu-container\",nodeId:\"RMC3puzYu\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-norwegian-parts.framer.website/\",height:\"100%\",id:\"RMC3puzYu\",layoutId:\"RMC3puzYu\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Norwegian\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+603.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+555.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fgf5c4-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FXuRyQ9Na-container\",nodeId:\"FXuRyQ9Na\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-polish-parts.framer.website/\",height:\"100%\",id:\"FXuRyQ9Na\",layoutId:\"FXuRyQ9Na\",style:{width:\"100%\"},variant:\"gGbHd4mPK\",width:\"100%\",Yns1VGesa:\"Polish\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+659.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+607.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1883k3r-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"eFJYBXz22-container\",nodeId:\"eFJYBXz22\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-portuguese-parts.framer.website/\",height:\"100%\",id:\"eFJYBXz22\",layoutId:\"eFJYBXz22\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Portuguese\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+715.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+659.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ybwbho-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"nPOpxsJwY-container\",nodeId:\"nPOpxsJwY\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-russian-parts.framer.website/\",height:\"100%\",id:\"nPOpxsJwY\",layoutId:\"nPOpxsJwY\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Russian\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+771.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+711.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-20l52t-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Rr_foDx63-container\",nodeId:\"Rr_foDx63\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-japanese-parts.framer.website/\",height:\"100%\",id:\"Rr_foDx63\",layoutId:\"Rr_foDx63\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Japanese\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+827.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+763.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ear587-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"LODGoJ8ih-container\",nodeId:\"LODGoJ8ih\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-thai-parts.framer.website/\",height:\"100%\",id:\"LODGoJ8ih\",layoutId:\"LODGoJ8ih\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Thai\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+883.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+815.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1p7j6i8-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"AVZvoY9mv-container\",nodeId:\"AVZvoY9mv\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-malay-parts.framer.website/\",height:\"100%\",id:\"AVZvoY9mv\",layoutId:\"AVZvoY9mv\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Malay\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+939.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+867.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-g8hnq5-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KQxkSS9s2-container\",nodeId:\"KQxkSS9s2\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-indonesian-parts.framer.website/\",height:\"100%\",id:\"KQxkSS9s2\",layoutId:\"KQxkSS9s2\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Indonesian\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+995.2,...addPropertyOverrides({D0L_uJafw:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+919.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yzv9uo-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"apLNi7XrA-container\",nodeId:\"apLNi7XrA\",rendersWithMotion:true,scopeId:\"chz_VAYNQ\",children:/*#__PURE__*/_jsx(SideNavigationItem2,{fLJmSViJW:\"https://otp-volvo-publications-filipino-parts.framer.website/\",height:\"100%\",id:\"apLNi7XrA\",layoutId:\"apLNi7XrA\",style:{width:\"100%\"},variant:\"Wy_ZYsr0u\",width:\"100%\",Yns1VGesa:\"Filipino\",...addPropertyOverrides({D0L_uJafw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gPKl9.framer-1fhf26k, .framer-gPKl9 .framer-1fhf26k { display: block; }\",\".framer-gPKl9.framer-mxeohh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: auto; padding: 32px 20px 80px 20px; position: relative; width: 280px; }\",\".framer-gPKl9 .framer-15ju3f6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gPKl9 .framer-5cpv9k-container, .framer-gPKl9 .framer-382ej9-container, .framer-gPKl9 .framer-103yubw-container, .framer-gPKl9 .framer-1c0jicr-container, .framer-gPKl9 .framer-1uentf7-container, .framer-gPKl9 .framer-1tqp0oy-container, .framer-gPKl9 .framer-14ye5nt-container, .framer-gPKl9 .framer-ue5kan-container, .framer-gPKl9 .framer-prz0oc-container, .framer-gPKl9 .framer-1091dpi-container, .framer-gPKl9 .framer-1fgf5c4-container, .framer-gPKl9 .framer-1883k3r-container, .framer-gPKl9 .framer-ybwbho-container, .framer-gPKl9 .framer-20l52t-container, .framer-gPKl9 .framer-1ear587-container, .framer-gPKl9 .framer-1p7j6i8-container, .framer-gPKl9 .framer-g8hnq5-container, .framer-gPKl9 .framer-1yzv9uo-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-gPKl9.framer-v-1k8clzg.framer-mxeohh { gap: 16px; padding: 16px; }\",\".framer-gPKl9.framer-v-1k8clzg .framer-5cpv9k-container, .framer-gPKl9.framer-v-1k8clzg .framer-382ej9-container, .framer-gPKl9.framer-v-1k8clzg .framer-103yubw-container, .framer-gPKl9.framer-v-1k8clzg .framer-1c0jicr-container, .framer-gPKl9.framer-v-1k8clzg .framer-1uentf7-container, .framer-gPKl9.framer-v-1k8clzg .framer-1tqp0oy-container, .framer-gPKl9.framer-v-1k8clzg .framer-14ye5nt-container, .framer-gPKl9.framer-v-1k8clzg .framer-ue5kan-container, .framer-gPKl9.framer-v-1k8clzg .framer-prz0oc-container, .framer-gPKl9.framer-v-1k8clzg .framer-1091dpi-container, .framer-gPKl9.framer-v-1k8clzg .framer-1fgf5c4-container, .framer-gPKl9.framer-v-1k8clzg .framer-1883k3r-container, .framer-gPKl9.framer-v-1k8clzg .framer-ybwbho-container, .framer-gPKl9.framer-v-1k8clzg .framer-20l52t-container, .framer-gPKl9.framer-v-1k8clzg .framer-1ear587-container, .framer-gPKl9.framer-v-1k8clzg .framer-1p7j6i8-container, .framer-gPKl9.framer-v-1k8clzg .framer-g8hnq5-container, .framer-gPKl9.framer-v-1k8clzg .framer-1yzv9uo-container { height: 36px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1139\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"D0L_uJafw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerchz_VAYNQ=withCSS(Component,css,\"framer-gPKl9\");export default Framerchz_VAYNQ;Framerchz_VAYNQ.displayName=\"side navigation 7\";Framerchz_VAYNQ.defaultProps={height:1139,width:280};addPropertyControls(Framerchz_VAYNQ,{variant:{options:[\"l6wUa3D9l\",\"D0L_uJafw\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerchz_VAYNQ,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...SideNavigationItem2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerchz_VAYNQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"1139\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"280\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D0L_uJafw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./chz_VAYNQ.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-m8P20\";const variantClassNames={c89ph8rJv:\"framer-v-4x87hf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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 fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"c89ph8rJv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-4x87hf\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"c89ph8rJv\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-39nzzi\",layoutDependency:layoutDependency,layoutId:\"U28GjjFSn\",style:{background:\"radial-gradient(100% 100% at 100% 0%, rgb(232, 255, 173) 0%, rgba(32, 1, 41, 0) 100%)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dqq2js\",layoutDependency:layoutDependency,layoutId:\"kvgQ0ngyx\",style:{background:\"radial-gradient(50% 50% at 50% 50%, rgb(188, 255, 125) 0%, rgba(1, 9, 36, 0) 100%)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m8P20.framer-1babhz8, .framer-m8P20 .framer-1babhz8 { display: block; }\",\".framer-m8P20.framer-4x87hf { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 588px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 960px; }\",\".framer-m8P20 .framer-39nzzi, .framer-m8P20 .framer-dqq2js { bottom: 0px; flex: none; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-m8P20.framer-4x87hf { gap: 0px; } .framer-m8P20.framer-4x87hf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-m8P20.framer-4x87hf > :first-child { margin-top: 0px; } .framer-m8P20.framer-4x87hf > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 588\n * @framerIntrinsicWidth 960\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercSUnQJus3=withCSS(Component,css,\"framer-m8P20\");export default FramercSUnQJus3;FramercSUnQJus3.displayName=\"background\";FramercSUnQJus3.defaultProps={height:588,width:960};addFonts(FramercSUnQJus3,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercSUnQJus3\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"960\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"588\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cSUnQJus3.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,useLocaleCode}from\"framer\";import{startTransition,useCallback,useEffect,useRef,useState}from\"react\";const fontStack=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;function formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,showMinutes,showSeconds},timeFormat,monthFormat,localCode){const date=new Date;const onlyYearIsShown=!showWeekday&&!showMonth&&showYear;switch(outputType){case\"date\":return new Intl.DateTimeFormat(localCode,{weekday:showWeekday?\"long\":undefined,day:onlyYearIsShown?undefined:\"numeric\",month:showMonth?monthFormat:undefined,year:showYear?\"numeric\":undefined}).format(date);case\"time\":return new Intl.DateTimeFormat(localCode,{hour:\"numeric\",minute:showMinutes?\"numeric\":undefined,second:showSeconds&&showMinutes?\"numeric\":undefined,hour12:timeFormat===\"12h\"}).format(date);default:return new Intl.DateTimeFormat(localCode).format(date);}}const defaultProps={height:20,width:140,outputType:\"time\",color:\"#999\",timeFormat:\"24h\",showYear:true,showMonth:true,showWeekday:true,showMinutes:true,showSeconds:true,monthFormat:\"long\",alignment:\"center\"};/**\n * TIME AND DATE\n * FORKED FROM PROTOTYPING\n *\n * @framerIntrinsicWidth 140\n * @framerIntrinsicHeight 20\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export function Time(props){const mergedProps={...defaultProps,...props};const{outputType,timeFormat,showYear,showMonth,showWeekday,// showHours,\nshowMinutes,showSeconds,monthFormat,color,font,tabularFont}=mergedProps;const localCode=useLocaleCode();const getTextContent=useCallback(()=>formatTimeOrDate(outputType,{showYear,showMonth,showWeekday,// showHours,\n    showMinutes,showSeconds},timeFormat,monthFormat,localCode),[localCode,monthFormat,outputType,showMinutes,showMonth,showSeconds,showWeekday,showYear,timeFormat]);const timeoutRef=useRef()// FIXME: With React 19, we can remove this and return a cleanup from the ref callback\n;const updateCountdown=useCallback(node=>{if(node===null){// React calls w/ `null` on unmount or if the ref function changes.\nclearTimeout(timeoutRef.current);return;}let prev;const tick=()=>{const date=new Date;const next=new Date().setSeconds(date.getSeconds()+1,0)-+date;timeoutRef.current=setTimeout(tick,next);const textContent=getTextContent();if(prev!==textContent){node.textContent=textContent;prev=textContent;}};tick();},[getTextContent]);const[visible,setIsVisible]=useState(false);const isCanvas=RenderTarget.current()===RenderTarget.canvas;useEffect(()=>{startTransition(()=>setIsVisible(true));// Don\u2019t want real time on Canvas\nif(isCanvas)return;},[isCanvas]);return /*#__PURE__*/_jsx(\"p\",{suppressHydrationWarning:true,style:{margin:0,padding:0,color,fontFamily:fontStack,fontWeight:500,fontSize:16,lineHeight:1,visibility:visible?\"visible\":\"hidden\",...font,fontVariantNumeric:tabularFont?\"tabular-nums\":\"normal\",whiteSpace:\"nowrap\"},ref:isCanvas?undefined:updateCountdown,children:getTextContent()});}Time.displayName=\"Time & Date\";addPropertyControls(Time,{outputType:{title:\"Type\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"date\",\"time\"],optionTitles:[\"Date\",\"Time\"],defaultValue:defaultProps.outputType},showWeekday:{title:\"Day\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showWeekday,hidden:props=>props.outputType!==\"date\"},showMonth:{title:\"Month\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMonth,hidden:props=>props.outputType!==\"date\"},monthFormat:{title:\"Format\",type:ControlType.Enum,options:[\"short\",\"long\",\"numeric\"],optionTitles:[\"Short\",\"Long\",\"Numeric\"],defaultValue:defaultProps.monthFormat,hidden:props=>props.outputType!==\"date\"||!props.showMonth},showYear:{title:\"Year\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showYear,hidden:props=>props.outputType!==\"date\"},timeFormat:{title:\"Format\",type:ControlType.Enum,options:[\"12h\",\"24h\"],optionTitles:[\"12h\",\"24h\"],displaySegmentedControl:true,defaultValue:defaultProps.timeFormat,hidden:props=>props.outputType!==\"time\"},// showHours: {\n//     title: \"Hours\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n//     defaultValue: defaultProps.showHours,\n//     hidden: (props) => props.outputType !== \"time\",\n// },\nshowMinutes:{title:\"Minutes\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showMinutes,hidden:props=>props.outputType!==\"time\"},showSeconds:{title:\"Seconds\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:defaultProps.showSeconds,hidden:props=>props.outputType!==\"time\"||!props.showMinutes},font:{type:ControlType.Font,controls:\"extended\"},tabularFont:{title:\"Tabular\",type:ControlType.Boolean,defaultValue:true},color:{type:ControlType.Color,defaultValue:defaultProps.color}});\nexport const __FramerMetadata__ = {\"exports\":{\"Time\":{\"type\":\"reactComponent\",\"name\":\"Time\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"20\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerIntrinsicWidth\":\"140\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Time.map", "// Generated by Framer (400c93f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-oheaW .framer-styles-preset-113zkh1:not(.rich-text-wrapper), .framer-oheaW .framer-styles-preset-113zkh1.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #0099ff; --framer-link-text-decoration: none; }\"];export const className=\"framer-oheaW\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Time as TimeDate}from\"https://framerusercontent.com/modules/HYcHVPAbe8jLEeU7c4mp/QiycTxX7vdblEOi3o00G/Time.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mrEzdZ1NLh9Z2UvU7T8f/kncpzvraaviPXZMHHGlr/FctvyuyVG.js\";const TimeDateFonts=getFonts(TimeDate);const cycleOrder=[\"pgj0r88Cb\",\"LYSDKGjm8\"];const serializationHash=\"framer-zQpCR\";const variantClassNames={LYSDKGjm8:\"framer-v-1jfib41\",pgj0r88Cb:\"framer-v-1459cmm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??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:\"pgj0r88Cb\",Mobile:\"LYSDKGjm8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"pgj0r88Cb\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pgj0r88Cb\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1459cmm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"pgj0r88Cb\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-8fbb1b0f-dede-4d92-b5da-585fbf605439, rgba(17, 24, 28, 0.08))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",...style},...addPropertyOverrides({LYSDKGjm8:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.section,{className:\"framer-1edf29n\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"HF3G1TEzn\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i83fg0\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"hTtVBSXn7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78)))\"},children:\"Original Technical Publications\"})}),className:\"framer-1g6segd\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"E5vOzmGl6\",style:{\"--extracted-r6o4lv\":\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156)))\"},children:\"\\xb7\"})}),className:\"framer-1jsq7vf\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"DykSVOmUq\",style:{\"--extracted-r6o4lv\":\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y4qi0f\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"YaVqLOpDd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156)))\"},children:\"\\xa9\"})}),className:\"framer-18wie4c\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"DL3gEJ_gr\",style:{\"--extracted-r6o4lv\":\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mxaapa-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wMUmLJoRw-container\",nodeId:\"wMUmLJoRw\",rendersWithMotion:true,scopeId:\"GgSpah3R3\",children:/*#__PURE__*/_jsx(TimeDate,{color:\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgba(29, 30, 32, 0.6))\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-0.03em\",lineHeight:\"20px\"},height:\"100%\",id:\"wMUmLJoRw\",layoutId:\"wMUmLJoRw\",monthFormat:\"long\",outputType:\"date\",showMinutes:true,showMonth:false,showSeconds:true,showWeekday:false,showYear:true,tabularFont:true,timeFormat:\"24h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156)))\"},children:\"All rights reserved\"})}),className:\"framer-15wzsdj\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"fIy0rcsY5\",style:{\"--extracted-r6o4lv\":\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/\",motionChild:true,nodeId:\"QJctBDPgi\",openInNewTab:true,scopeId:\"GgSpah3R3\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-113zkh1\",\"data-styles-preset\":\"FctvyuyVG\",children:\"Visit Website\"})})})}),className:\"framer-1w4uldd\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"QJctBDPgi\",style:{\"--extracted-r6o4lv\":\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zQpCR.framer-1tkkmgt, .framer-zQpCR .framer-1tkkmgt { display: block; }\",\".framer-zQpCR.framer-1459cmm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 20px 64px 20px; position: relative; width: 800px; }\",\".framer-zQpCR .framer-1edf29n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-zQpCR .framer-1i83fg0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 20px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-zQpCR .framer-1g6segd, .framer-zQpCR .framer-1jsq7vf, .framer-zQpCR .framer-18wie4c, .framer-zQpCR .framer-15wzsdj, .framer-zQpCR .framer-1w4uldd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zQpCR .framer-y4qi0f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zQpCR .framer-mxaapa-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zQpCR.framer-1459cmm, .framer-zQpCR .framer-1edf29n, .framer-zQpCR .framer-1i83fg0, .framer-zQpCR .framer-y4qi0f { gap: 0px; } .framer-zQpCR.framer-1459cmm > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-zQpCR.framer-1459cmm > :first-child, .framer-zQpCR .framer-1edf29n > :first-child, .framer-zQpCR .framer-1i83fg0 > :first-child, .framer-zQpCR .framer-y4qi0f > :first-child { margin-left: 0px; } .framer-zQpCR.framer-1459cmm > :last-child, .framer-zQpCR .framer-1edf29n > :last-child, .framer-zQpCR .framer-1i83fg0 > :last-child, .framer-zQpCR .framer-y4qi0f > :last-child { margin-right: 0px; } .framer-zQpCR .framer-1edf29n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zQpCR .framer-1i83fg0 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zQpCR .framer-y4qi0f > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-zQpCR.framer-v-1jfib41.framer-1459cmm { align-content: center; align-items: center; flex-direction: column; padding: 32px 16px 32px 16px; }\",\".framer-zQpCR.framer-v-1jfib41 .framer-1edf29n { flex: none; flex-direction: column; width: 100%; }\",\".framer-zQpCR.framer-v-1jfib41 .framer-1i83fg0 { flex: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zQpCR.framer-v-1jfib41.framer-1459cmm, .framer-zQpCR.framer-v-1jfib41 .framer-1edf29n { gap: 0px; } .framer-zQpCR.framer-v-1jfib41.framer-1459cmm > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-zQpCR.framer-v-1jfib41.framer-1459cmm > :first-child, .framer-zQpCR.framer-v-1jfib41 .framer-1edf29n > :first-child { margin-top: 0px; } .framer-zQpCR.framer-v-1jfib41.framer-1459cmm > :last-child, .framer-zQpCR.framer-v-1jfib41 .framer-1edf29n > :last-child { margin-bottom: 0px; } .framer-zQpCR.framer-v-1jfib41 .framer-1edf29n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-zQpCR[data-border=\"true\"]::after, .framer-zQpCR [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 148\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LYSDKGjm8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGgSpah3R3=withCSS(Component,css,\"framer-zQpCR\");export default FramerGgSpah3R3;FramerGgSpah3R3.displayName=\"footer\";FramerGgSpah3R3.defaultProps={height:148,width:800};addPropertyControls(FramerGgSpah3R3,{variant:{options:[\"pgj0r88Cb\",\"LYSDKGjm8\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGgSpah3R3,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...TimeDateFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGgSpah3R3\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"800\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"148\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LYSDKGjm8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GgSpah3R3.map", "import{jsx as _jsx,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useEffect}from\"react\";/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight auto\n */export default function Component(props){const{toggle}=props;useEffect(()=>{if(toggle)document.body.style.overflow=\"hidden\";return()=>{document.body.style.overflow=\"\";};},[!toggle]);return /*#__PURE__*/_jsx(_Fragment,{});}Component.displayName=\"Stop Scroll\";addPropertyControls(Component,{toggle:{type:ControlType.Boolean,title:\"Block Scroll\",description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Component\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./StopScroll.map", "// Generated by Framer (7e18da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={HQ3u5J_HP:{hover:true,pressed:true},wbmfHRuQW:{hover:true,pressed:true}};const cycleOrder=[\"HQ3u5J_HP\",\"wbmfHRuQW\"];const variantClassNames={HQ3u5J_HP:\"framer-v-1qa9d9p\",wbmfHRuQW:\"framer-v-1bm40v2\"};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 transitions={default:{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 humanReadableVariantMap={isOpened:\"wbmfHRuQW\",notOpened:\"HQ3u5J_HP\"};const getProps=({height,id,tap,width,...props})=>{var _variant,ref;return{...props,AI_Dndwc0:tap!==null&&tap!==void 0?tap:props.AI_Dndwc0,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"HQ3u5J_HP\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,AI_Dndwc0,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"HQ3u5J_HP\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1gobd1h=activeVariantCallback(async(...args)=>{if(AI_Dndwc0){const res=await AI_Dndwc0(...args);if(res===false)return false;}});const isDisplayed=()=>{if([\"wbmfHRuQW-hover\",\"wbmfHRuQW-pressed\"].includes(gestureVariant))return false;if(baseVariant===\"wbmfHRuQW\")return false;return true;};const isDisplayed1=()=>{if([\"wbmfHRuQW-hover\",\"wbmfHRuQW-pressed\"].includes(gestureVariant))return true;if(baseVariant===\"wbmfHRuQW\")return true;return false;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-YdAZo\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1qa9d9p\",className),\"data-framer-name\":\"notOpened\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"HQ3u5J_HP\",onTap:onTap1gobd1h,ref:ref,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"HQ3u5J_HP-hover\":{backgroundColor:\"var(--token-ff11583a-f3fe-41bd-8758-bfc784a2db7c, rgba(17, 24, 28, 0.07))\"},\"HQ3u5J_HP-pressed\":{backgroundColor:\"var(--token-271b228c-d1ee-4fba-bdaf-899f503d427d, rgba(17, 24, 28, 0.12))\"},\"wbmfHRuQW-hover\":{backgroundColor:\"var(--token-ff11583a-f3fe-41bd-8758-bfc784a2db7c, rgba(17, 24, 28, 0.07))\"},\"wbmfHRuQW-pressed\":{backgroundColor:\"var(--token-271b228c-d1ee-4fba-bdaf-899f503d427d, rgba(17, 24, 28, 0.12))\"}},...addPropertyOverrides({\"HQ3u5J_HP-hover\":{\"data-framer-name\":undefined},\"HQ3u5J_HP-pressed\":{\"data-framer-name\":undefined},\"wbmfHRuQW-hover\":{\"data-framer-name\":undefined},\"wbmfHRuQW-pressed\":{\"data-framer-name\":undefined},wbmfHRuQW:{\"data-framer-name\":\"isOpened\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1uppn40\",layoutDependency:layoutDependency,layoutId:\"MKnposHgi\",style:{backgroundColor:\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},variants:{\"HQ3u5J_HP-hover\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},\"HQ3u5J_HP-pressed\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"}}}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1twofcp\",layoutDependency:layoutDependency,layoutId:\"AhZBYOPYV\",style:{backgroundColor:\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:0},variants:{\"HQ3u5J_HP-hover\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},\"HQ3u5J_HP-pressed\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},\"wbmfHRuQW-hover\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},\"wbmfHRuQW-pressed\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},wbmfHRuQW:{rotate:45}}}),isDisplayed1()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-ezckwf\",layoutDependency:layoutDependency,layoutId:\"Fc22hZ_GS\",style:{backgroundColor:\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,rotate:-45},variants:{\"wbmfHRuQW-hover\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},\"wbmfHRuQW-pressed\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"}}}),isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-zgdsvb\",layoutDependency:layoutDependency,layoutId:\"hndaH9jK3\",style:{backgroundColor:\"var(--token-168e3805-c7ee-4253-8641-c77c1cdd1dc4, rgb(140, 145, 156))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2},variants:{\"HQ3u5J_HP-hover\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},\"HQ3u5J_HP-pressed\":{backgroundColor:\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"}}})]})})})});});const css=['.framer-YdAZo [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YdAZo .framer-12tmzhu { display: block; }\",\".framer-YdAZo .framer-1qa9d9p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 40px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-YdAZo .framer-1uppn40, .framer-YdAZo .framer-1twofcp, .framer-YdAZo .framer-ezckwf, .framer-YdAZo .framer-zgdsvb { flex: none; height: 2px; overflow: visible; position: relative; width: 18px; }\",\".framer-YdAZo .framer-v-1qa9d9p .framer-1qa9d9p, .framer-YdAZo .framer-v-1bm40v2 .framer-1qa9d9p { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YdAZo .framer-1qa9d9p { gap: 0px; } .framer-YdAZo .framer-1qa9d9p > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-YdAZo .framer-1qa9d9p > :first-child { margin-top: 0px; } .framer-YdAZo .framer-1qa9d9p > :last-child { margin-bottom: 0px; } }\",\".framer-YdAZo.framer-v-1bm40v2 .framer-1qa9d9p, .framer-YdAZo.framer-v-1bm40v2.hover .framer-1qa9d9p, .framer-YdAZo.framer-v-1bm40v2.pressed .framer-1qa9d9p { display: block; padding: unset; }\",\".framer-YdAZo.framer-v-1bm40v2 .framer-1twofcp, .framer-YdAZo.framer-v-1bm40v2 .framer-ezckwf { left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 2px / 2); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YdAZo.framer-v-1bm40v2 .framer-1qa9d9p { gap: 0px; } .framer-YdAZo.framer-v-1bm40v2 .framer-1qa9d9p > *, .framer-YdAZo.framer-v-1bm40v2 .framer-1qa9d9p > :first-child, .framer-YdAZo.framer-v-1bm40v2 .framer-1qa9d9p > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YdAZo.framer-v-1bm40v2.hover .framer-1qa9d9p { gap: 0px; } .framer-YdAZo.framer-v-1bm40v2.hover .framer-1qa9d9p > *, .framer-YdAZo.framer-v-1bm40v2.hover .framer-1qa9d9p > :first-child, .framer-YdAZo.framer-v-1bm40v2.hover .framer-1qa9d9p > :last-child { margin: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YdAZo.framer-v-1bm40v2.pressed .framer-1qa9d9p { gap: 0px; } .framer-YdAZo.framer-v-1bm40v2.pressed .framer-1qa9d9p > *, .framer-YdAZo.framer-v-1bm40v2.pressed .framer-1qa9d9p > :first-child, .framer-YdAZo.framer-v-1bm40v2.pressed .framer-1qa9d9p > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wbmfHRuQW\":{\"layout\":[\"fixed\",\"fixed\"]},\"zXwRtkDOf\":{\"layout\":[\"fixed\",\"fixed\"]},\"PJwfLzGta\":{\"layout\":[\"fixed\",\"fixed\"]},\"kP04ZbgVw\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mn6nGO7g5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"AI_Dndwc0\":\"tap\"}\n */ const FrameroPL7NRSFP=withCSS(Component,css,\"framer-YdAZo\");export default FrameroPL7NRSFP;FrameroPL7NRSFP.displayName=\"menuIconButton\";FrameroPL7NRSFP.defaultProps={height:40,width:40};addPropertyControls(FrameroPL7NRSFP,{variant:{options:[\"HQ3u5J_HP\",\"wbmfHRuQW\"],optionTitles:[\"notOpened\",\"isOpened\"],title:\"Variant\",type:ControlType.Enum},AI_Dndwc0:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FrameroPL7NRSFP,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroPL7NRSFP\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"AI_Dndwc0\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wbmfHRuQW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zXwRtkDOf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PJwfLzGta\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kP04ZbgVw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mn6nGO7g5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"40\",\"framerIntrinsicHeight\":\"40\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oPL7NRSFP.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={skP6gIJhh:{hover:true,pressed:true}};const cycleOrder=[\"skP6gIJhh\",\"ANxPNQwwb\"];const serializationHash=\"framer-4fdrX\";const variantClassNames={ANxPNQwwb:\"framer-v-vyqyet\",skP6gIJhh:\"framer-v-1f62o06\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={active:\"ANxPNQwwb\",default:\"skP6gIJhh\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,fLJmSViJW:link??props.fLJmSViJW,variant:humanReadableVariantMap[props.variant]??props.variant??\"skP6gIJhh\",Yns1VGesa:title??props.Yns1VGesa??\"Label\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Yns1VGesa,fLJmSViJW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"skP6gIJhh\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:fLJmSViJW,motionChild:true,nodeId:\"skP6gIJhh\",openInNewTab:false,scopeId:\"Tf9k8_4vB\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1f62o06\",className,classNames)} framer-15yih7v`,\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"skP6gIJhh\",ref:refBinding,style:{...style},...addPropertyOverrides({\"skP6gIJhh-hover\":{\"data-framer-name\":undefined},\"skP6gIJhh-pressed\":{\"data-framer-name\":undefined},ANxPNQwwb:{\"data-framer-name\":\"active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hgfaza\",layoutDependency:layoutDependency,layoutId:\"q2bwRBkTz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1846c7m\",layoutDependency:layoutDependency,layoutId:\"bHHUVmORG\",style:{backgroundColor:\"var(--token-8fbb1b0f-dede-4d92-b5da-585fbf605439, rgba(29, 30, 32, 0.1))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k645nl\",layoutDependency:layoutDependency,layoutId:\"J1LVtIeIl\",style:{backgroundColor:\"var(--token-0e70da78-ac1f-429c-9de0-fc086636a835, rgb(64, 93, 229))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2,opacity:0},variants:{ANxPNQwwb:{opacity:1}}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nkysb\",layoutDependency:layoutDependency,layoutId:\"Ro0U_RaR8\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},variants:{\"skP6gIJhh-hover\":{backgroundColor:\"var(--token-ff11583a-f3fe-41bd-8758-bfc784a2db7c, rgba(17, 24, 28, 0.07))\"},\"skP6gIJhh-pressed\":{backgroundColor:\"var(--token-271b228c-d1ee-4fba-bdaf-899f503d427d, rgba(17, 24, 28, 0.12))\"}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78)))\"},children:\"Label\"})}),className:\"framer-qr2t1p\",\"data-framer-name\":\"Label\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"VxGNCHeQR\",style:{\"--extracted-r6o4lv\":\"var(--token-5fd7dcd0-c92b-4acc-a6d6-5cc80879277a, rgb(67, 71, 78))\"},text:Yns1VGesa,variants:{\"skP6gIJhh-hover\":{\"--extracted-r6o4lv\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"},\"skP6gIJhh-pressed\":{\"--extracted-r6o4lv\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"},ANxPNQwwb:{\"--extracted-r6o4lv\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"skP6gIJhh-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32)))\"},children:\"Label\"})})},\"skP6gIJhh-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32)))\"},children:\"Label\"})})},ANxPNQwwb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32)))\"},children:\"Label\"})}),fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4fdrX.framer-15yih7v, .framer-4fdrX .framer-15yih7v { display: block; }\",\".framer-4fdrX.framer-1f62o06 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 2px; position: relative; text-decoration: none; width: 248px; }\",\".framer-4fdrX .framer-hgfaza { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 8px; }\",\".framer-4fdrX .framer-1846c7m { flex: none; height: 32px; overflow: visible; position: relative; width: 1px; }\",\".framer-4fdrX .framer-k645nl { aspect-ratio: 0.08333333333333333 / 1; bottom: 4px; flex: none; left: -2px; overflow: visible; position: absolute; top: 4px; width: var(--framer-aspect-ratio-supported, 2px); z-index: 1; }\",\".framer-4fdrX .framer-nkysb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 8px 6px 8px; position: relative; width: 1px; }\",\".framer-4fdrX .framer-qr2t1p { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4fdrX.framer-1f62o06, .framer-4fdrX .framer-hgfaza, .framer-4fdrX .framer-nkysb { gap: 0px; } .framer-4fdrX.framer-1f62o06 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-4fdrX.framer-1f62o06 > :first-child, .framer-4fdrX .framer-hgfaza > :first-child, .framer-4fdrX .framer-nkysb > :first-child { margin-left: 0px; } .framer-4fdrX.framer-1f62o06 > :last-child, .framer-4fdrX .framer-hgfaza > :last-child, .framer-4fdrX .framer-nkysb > :last-child { margin-right: 0px; } .framer-4fdrX .framer-hgfaza > *, .framer-4fdrX .framer-nkysb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-4fdrX.framer-v-vyqyet .framer-k645nl { aspect-ratio: unset; bottom: 6px; left: -1px; top: 6px; width: 2px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ANxPNQwwb\":{\"layout\":[\"fixed\",\"auto\"]},\"T8pDlbRXo\":{\"layout\":[\"fixed\",\"auto\"]},\"b6PW1F3sx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Yns1VGesa\":\"title\",\"fLJmSViJW\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTf9k8_4vB=withCSS(Component,css,\"framer-4fdrX\");export default FramerTf9k8_4vB;FramerTf9k8_4vB.displayName=\"side navigation item\";FramerTf9k8_4vB.defaultProps={height:32,width:248};addPropertyControls(FramerTf9k8_4vB,{variant:{options:[\"skP6gIJhh\",\"ANxPNQwwb\"],optionTitles:[\"default\",\"active\"],title:\"Variant\",type:ControlType.Enum},Yns1VGesa:{defaultValue:\"Label\",description:\"\",displayTextArea:false,title:\"Title\",type:ControlType.String},fLJmSViJW:{title:\"Link\",type:ControlType.Link}});addFonts(FramerTf9k8_4vB,[{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTf9k8_4vB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"32\",\"framerVariables\":\"{\\\"Yns1VGesa\\\":\\\"title\\\",\\\"fLJmSViJW\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ANxPNQwwb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"T8pDlbRXo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b6PW1F3sx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"248\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tf9k8_4vB.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SideNavigationItem from\"https://framerusercontent.com/modules/ANtQH6yoxNwvbmaqqsXH/kChS1MZaIWsCV7wZFAgV/Tf9k8_4vB.js\";const SideNavigationItemFonts=getFonts(SideNavigationItem);const cycleOrder=[\"s1kJ14Jkx\",\"XfIYclT1z\"];const serializationHash=\"framer-YNk24\";const variantClassNames={s1kJ14Jkx:\"framer-v-tzs9ol\",XfIYclT1z:\"framer-v-1wzwk4p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={duration:0,type:\"tween\"};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 equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"ciqIGQTmo\";}else{return\"I21:906;21:6042\";}};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"s1kJ14Jkx\",Mobile:\"XfIYclT1z\"};const getProps=({filter,height,id,width,...props})=>{return{...props,ulyaxEMky:filter??props.ulyaxEMky,variant:humanReadableVariantMap[props.variant]??props.variant??\"s1kJ14Jkx\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,ulyaxEMky,NDUE7qyq3IENSPK_J8,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"s1kJ14Jkx\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-tzs9ol\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"s1kJ14Jkx\",ref:refBinding,style:{...style},...addPropertyOverrides({XfIYclT1z:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\"},children:\"Languages\"})}),className:\"framer-ju0c61\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"mueoId_aX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+43.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+35.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ka118-container\",layoutDependency:layoutDependency,layoutId:\"SnbJ5rKp8-container\",nodeId:\"SnbJ5rKp8\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks[0],height:\"100%\",id:\"SnbJ5rKp8\",layoutId:\"SnbJ5rKp8\",style:{width:\"100%\"},variant:\"ANxPNQwwb\",width:\"100%\",Yns1VGesa:\"English\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+99.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+87.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sxm9pq-container\",layoutDependency:layoutDependency,layoutId:\"T6P_HI4_L-container\",nodeId:\"T6P_HI4_L\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks1[0],height:\"100%\",id:\"T6P_HI4_L\",layoutId:\"T6P_HI4_L\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"German\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks1[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+155.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+139.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tghnn2-container\",layoutDependency:layoutDependency,layoutId:\"Bebfpn4VK-container\",nodeId:\"Bebfpn4VK\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks2[0],height:\"100%\",id:\"Bebfpn4VK\",layoutId:\"Bebfpn4VK\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"French\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks2[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+211.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+191.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wzpyel-container\",layoutDependency:layoutDependency,layoutId:\"lr9np4fXJ-container\",nodeId:\"lr9np4fXJ\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks3[0],height:\"100%\",id:\"lr9np4fXJ\",layoutId:\"lr9np4fXJ\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Spanish\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks3[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+267.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+243.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5wuo2z-container\",layoutDependency:layoutDependency,layoutId:\"RiqFVUryY-container\",nodeId:\"RiqFVUryY\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks4[0],height:\"100%\",id:\"RiqFVUryY\",layoutId:\"RiqFVUryY\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Italian\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks4[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+323.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+295.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vi8s95-container\",layoutDependency:layoutDependency,layoutId:\"KtX3m4mn3-container\",nodeId:\"KtX3m4mn3\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks5[0],height:\"100%\",id:\"KtX3m4mn3\",layoutId:\"KtX3m4mn3\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Dutch\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks5[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+379.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+347.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-l9ppcc-container\",layoutDependency:layoutDependency,layoutId:\"y4lRGMDQz-container\",nodeId:\"y4lRGMDQz\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks6[0],height:\"100%\",id:\"y4lRGMDQz\",layoutId:\"y4lRGMDQz\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Swedish\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks6[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+435.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+399.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-52aaws-container\",layoutDependency:layoutDependency,layoutId:\"BB05LL_4_-container\",nodeId:\"BB05LL_4_\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks7[0],height:\"100%\",id:\"BB05LL_4_\",layoutId:\"BB05LL_4_\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Japanese\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks7[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+491.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+451.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1orp521-container\",layoutDependency:layoutDependency,layoutId:\"MUuoDqJUM-container\",nodeId:\"MUuoDqJUM\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks8[0],height:\"100%\",id:\"MUuoDqJUM\",layoutId:\"MUuoDqJUM\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Thai\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks8[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined},{href:{pathVariables:{NDUE7qyq3:NDUE7qyq3IENSPK_J8},webPageId:\"tjUnHkQWG\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+32+547.2,...addPropertyOverrides({XfIYclT1z:{height:36,width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+16+503.2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10mc8sy-container\",layoutDependency:layoutDependency,layoutId:\"rZMTAh42D-container\",nodeId:\"rZMTAh42D\",rendersWithMotion:true,scopeId:\"X_98KweFo\",children:/*#__PURE__*/_jsx(SideNavigationItem,{fLJmSViJW:resolvedLinks9[0],height:\"100%\",id:\"rZMTAh42D\",layoutId:\"rZMTAh42D\",style:{width:\"100%\"},variant:convertFromBoolean(equals(NDUE7qyq3IENSPK_J8,ulyaxEMky),activeLocale),width:\"100%\",Yns1VGesa:\"Filipino\",...addPropertyOverrides({XfIYclT1z:{fLJmSViJW:resolvedLinks9[1],style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YNk24.framer-r21xva, .framer-YNk24 .framer-r21xva { display: block; }\",\".framer-YNk24.framer-tzs9ol { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: auto; padding: 32px 20px 80px 20px; position: relative; width: 280px; }\",\".framer-YNk24 .framer-ju0c61 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YNk24 .framer-ka118-container, .framer-YNk24 .framer-1sxm9pq-container, .framer-YNk24 .framer-1tghnn2-container, .framer-YNk24 .framer-1wzpyel-container, .framer-YNk24 .framer-5wuo2z-container, .framer-YNk24 .framer-1vi8s95-container, .framer-YNk24 .framer-l9ppcc-container, .framer-YNk24 .framer-52aaws-container, .framer-YNk24 .framer-1orp521-container, .framer-YNk24 .framer-10mc8sy-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YNk24.framer-tzs9ol { gap: 0px; } .framer-YNk24.framer-tzs9ol > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-YNk24.framer-tzs9ol > :first-child { margin-top: 0px; } .framer-YNk24.framer-tzs9ol > :last-child { margin-bottom: 0px; } }\",\".framer-YNk24.framer-v-1wzwk4p.framer-tzs9ol { gap: 16px; padding: 16px; }\",\".framer-YNk24.framer-v-1wzwk4p .framer-ka118-container, .framer-YNk24.framer-v-1wzwk4p .framer-1sxm9pq-container, .framer-YNk24.framer-v-1wzwk4p .framer-1tghnn2-container, .framer-YNk24.framer-v-1wzwk4p .framer-1wzpyel-container, .framer-YNk24.framer-v-1wzwk4p .framer-5wuo2z-container, .framer-YNk24.framer-v-1wzwk4p .framer-1vi8s95-container, .framer-YNk24.framer-v-1wzwk4p .framer-l9ppcc-container, .framer-YNk24.framer-v-1wzwk4p .framer-52aaws-container, .framer-YNk24.framer-v-1wzwk4p .framer-1orp521-container, .framer-YNk24.framer-v-1wzwk4p .framer-10mc8sy-container { height: 36px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YNk24.framer-v-1wzwk4p.framer-tzs9ol { gap: 0px; } .framer-YNk24.framer-v-1wzwk4p.framer-tzs9ol > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YNk24.framer-v-1wzwk4p.framer-tzs9ol > :first-child { margin-top: 0px; } .framer-YNk24.framer-v-1wzwk4p.framer-tzs9ol > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 691\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XfIYclT1z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ulyaxEMky\":\"filter\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerX_98KweFo=withCSS(Component,css,\"framer-YNk24\");export default FramerX_98KweFo;FramerX_98KweFo.displayName=\"side navigation\";FramerX_98KweFo.defaultProps={height:691,width:280};addPropertyControls(FramerX_98KweFo,{variant:{options:[\"s1kJ14Jkx\",\"XfIYclT1z\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},ulyaxEMky:{defaultValue:\"\",title:\"Filter\",type:ControlType.String}});addFonts(FramerX_98KweFo,[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...SideNavigationItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX_98KweFo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XfIYclT1z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"ulyaxEMky\\\":\\\"filter\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"691\",\"framerIntrinsicWidth\":\"280\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X_98KweFo.map", "// Generated by Framer (dc53115)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import StopScroll from\"https://framerusercontent.com/modules/9ajhXMTvNHa3o84QkAph/Xnul1hAdJn3YeKLXdbBc/StopScroll.js\";import MenuIconButton from\"https://framerusercontent.com/modules/AglVQNEw2gwwCXLPGUWg/VRhoyK91nQx8OKJyR0g7/oPL7NRSFP.js\";import SideNavigation from\"https://framerusercontent.com/modules/rMYlxBXEsCvWrerz6d3x/odFzSclLOfjjxHjcDXud/X_98KweFo.js\";const MenuIconButtonFonts=getFonts(MenuIconButton);const SideNavigationFonts=getFonts(SideNavigation);const StopScrollFonts=getFonts(StopScroll);const cycleOrder=[\"vBtcVdjCt\",\"FRn401tJi\",\"MfZJXerte\",\"FpOgl5Be3\",\"NDesBTS_m\",\"H43ppJg_D\"];const serializationHash=\"framer-ZVz5Z\";const variantClassNames={FpOgl5Be3:\"framer-v-ji5cs1\",FRn401tJi:\"framer-v-7bv6f4\",H43ppJg_D:\"framer-v-1ybosqm\",MfZJXerte:\"framer-v-fupxe9\",NDesBTS_m:\"framer-v-hwj2ny\",vBtcVdjCt:\"framer-v-1s7uxq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition2={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Scroll\":\"FRn401tJi\",\"Mobile isOpened\":\"FpOgl5Be3\",\"Tablet isOpened\":\"H43ppJg_D\",Desktop:\"vBtcVdjCt\",Mobile:\"MfZJXerte\",Tablet:\"NDesBTS_m\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"vBtcVdjCt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vBtcVdjCt\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const tap16h90zm=activeVariantCallback(async(...args)=>{setVariant(\"FpOgl5Be3\");});const tap1kk8pc0=activeVariantCallback(async(...args)=>{setVariant(\"MfZJXerte\");});const tap1wuaik5=activeVariantCallback(async(...args)=>{setVariant(\"H43ppJg_D\");});const tap1gj6z9x=activeVariantCallback(async(...args)=>{setVariant(\"NDesBTS_m\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"MfZJXerte\",\"FpOgl5Be3\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"MfZJXerte\",\"FpOgl5Be3\",\"NDesBTS_m\",\"H43ppJg_D\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"FpOgl5Be3\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"H43ppJg_D\")return true;return false;};const isDisplayed4=()=>{if([\"FpOgl5Be3\",\"H43ppJg_D\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({FpOgl5Be3:{value:transition2},MfZJXerte:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1s7uxq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"vBtcVdjCt\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8fbb1b0f-dede-4d92-b5da-585fbf605439, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(4px)\",backgroundColor:\"var(--token-585df672-bdce-40fe-84fb-095194b229f3, rgb(255, 255, 255))\",boxShadow:\"0px 0px 16px 0px rgba(29, 30, 32, 0.08), 0px 0px 12px 0px rgba(29, 30, 32, 0.04)\",WebkitBackdropFilter:\"blur(4px)\",...style},variants:{FpOgl5Be3:{\"--border-bottom-width\":\"0px\",backgroundColor:\"var(--token-d2758654-6f94-454c-b666-5a2a4510dc27, rgb(255, 255, 255))\",boxShadow:\"none\"},FRn401tJi:{backgroundColor:\"var(--token-d2758654-6f94-454c-b666-5a2a4510dc27, rgb(255, 255, 255))\"},H43ppJg_D:{\"--border-bottom-width\":\"0px\",backgroundColor:\"var(--token-d2758654-6f94-454c-b666-5a2a4510dc27, rgb(255, 255, 255))\",boxShadow:\"none\"},MfZJXerte:{backgroundColor:\"var(--token-d2758654-6f94-454c-b666-5a2a4510dc27, rgb(255, 255, 255))\"},NDesBTS_m:{backgroundColor:\"var(--token-d2758654-6f94-454c-b666-5a2a4510dc27, rgb(255, 255, 255))\"}},...addPropertyOverrides({FpOgl5Be3:{\"data-framer-name\":\"Mobile isOpened\"},FRn401tJi:{\"data-framer-name\":\"Desktop Scroll\"},H43ppJg_D:{\"data-framer-name\":\"Tablet isOpened\"},MfZJXerte:{\"data-framer-name\":\"Mobile\"},NDesBTS_m:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ycyt26\",\"data-framer-name\":\"navigation\",layoutDependency:layoutDependency,layoutId:\"yYEyFWXlA\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{FpOgl5Be3:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8fbb1b0f-dede-4d92-b5da-585fbf605439, rgba(17, 24, 28, 0.08))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-585df672-bdce-40fe-84fb-095194b229f3, rgba(255, 255, 255, 0.92))\"},H43ppJg_D:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-8fbb1b0f-dede-4d92-b5da-585fbf605439, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-585df672-bdce-40fe-84fb-095194b229f3, rgba(255, 255, 255, 0.92))\"},NDesBTS_m:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({FpOgl5Be3:{\"data-border\":true},H43ppJg_D:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-184f3g3\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"bh9k_SGxm\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:47,intrinsicWidth:126,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||64)-0-56)/2)+0+4.5),pixelHeight:94,pixelWidth:252,src:\"https://framerusercontent.com/images/IOHRQigXpHGX1zDUU0Eqy7Z3Gl0.webp\"},className:\"framer-e46zyo\",\"data-framer-name\":\"Otpgreen logo_1626433603__48937\",layoutDependency:layoutDependency,layoutId:\"vfM15Y0vj\",...addPropertyOverrides({FpOgl5Be3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:47,intrinsicWidth:126,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+8.5+0),pixelHeight:94,pixelWidth:252,src:\"https://framerusercontent.com/images/IOHRQigXpHGX1zDUU0Eqy7Z3Gl0.webp\"}},H43ppJg_D:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:47,intrinsicWidth:126,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+4+4.5),pixelHeight:94,pixelWidth:252,src:\"https://framerusercontent.com/images/IOHRQigXpHGX1zDUU0Eqy7Z3Gl0.webp\"}},MfZJXerte:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:47,intrinsicWidth:126,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||64)-0-64)/2+0+0)+8.5+0),pixelHeight:94,pixelWidth:252,src:\"https://framerusercontent.com/images/IOHRQigXpHGX1zDUU0Eqy7Z3Gl0.webp\"}},NDesBTS_m:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:47,intrinsicWidth:126,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||64)-0-64)/2+0+0)+4+4.5),pixelHeight:94,pixelWidth:252,src:\"https://framerusercontent.com/images/IOHRQigXpHGX1zDUU0Eqy7Z3Gl0.webp\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(109, 183, 81))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LUxpZ2h0\",\"--framer-font-weight\":\"300\"},children:\"|    \"}),\" Volvo Individual Publications\"]})}),className:\"framer-1qs0ypn\",fonts:[\"FR;InterDisplay-SemiBold\",\"FR;InterDisplay-Light\"],layoutDependency:layoutDependency,layoutId:\"Iok1CG4C1\",style:{\"--extracted-gdpscs\":\"rgb(109, 183, 81)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k55kfv\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"IYQFqzCx7\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vtfxq0-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"EugBb7BhY-container\",nodeId:\"EugBb7BhY\",rendersWithMotion:true,scopeId:\"X46j6TWHG\",children:/*#__PURE__*/_jsx(MenuIconButton,{height:\"100%\",id:\"EugBb7BhY\",layoutId:\"EugBb7BhY\",style:{height:\"100%\",width:\"100%\"},variant:\"HQ3u5J_HP\",width:\"100%\",...addPropertyOverrides({FpOgl5Be3:{tap:tap1kk8pc0,variant:\"wbmfHRuQW\"},H43ppJg_D:{tap:tap1gj6z9x,variant:\"wbmfHRuQW\"},MfZJXerte:{tap:tap16h90zm},NDesBTS_m:{tap:tap1wuaik5}},baseVariant,gestureVariant)})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({FpOgl5Be3:{height:691,width:\"390px\",y:(componentViewport?.y||0)+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-syvh8y-container\",layoutDependency:layoutDependency,layoutId:\"ePab68pzK-container\",nodeId:\"ePab68pzK\",rendersWithMotion:true,scopeId:\"X46j6TWHG\",children:/*#__PURE__*/_jsx(SideNavigation,{height:\"100%\",id:\"ePab68pzK\",layoutId:\"ePab68pzK\",style:{width:\"100%\"},ulyaxEMky:\"\",variant:\"s1kJ14Jkx\",width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({H43ppJg_D:{height:691,width:\"810px\",y:(componentViewport?.y||0)+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1cw2i93-container\",layoutDependency:layoutDependency,layoutId:\"K5P4ISstN-container\",nodeId:\"K5P4ISstN\",rendersWithMotion:true,scopeId:\"X46j6TWHG\",children:/*#__PURE__*/_jsx(SideNavigation,{height:\"100%\",id:\"K5P4ISstN\",layoutId:\"K5P4ISstN\",style:{width:\"100%\"},ulyaxEMky:\"\",variant:\"s1kJ14Jkx\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bftdki-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"EAkX_ohtl-container\",nodeId:\"EAkX_ohtl\",rendersWithMotion:true,scopeId:\"X46j6TWHG\",children:/*#__PURE__*/_jsx(StopScroll,{height:\"100%\",id:\"EAkX_ohtl\",layoutId:\"EAkX_ohtl\",toggle:true,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZVz5Z.framer-4ij4bx, .framer-ZVz5Z .framer-4ij4bx { display: block; }\",\".framer-ZVz5Z.framer-1s7uxq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 64px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 1440px; }\",\".framer-ZVz5Z .framer-1ycyt26 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZVz5Z .framer-184f3g3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZVz5Z .framer-e46zyo { aspect-ratio: 2.6808510638297873 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 47px); overflow: visible; position: relative; width: 126px; }\",\".framer-ZVz5Z .framer-1qs0ypn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 658px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZVz5Z .framer-k55kfv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-height: 32px; min-width: 32px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZVz5Z .framer-1vtfxq0-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-ZVz5Z .framer-syvh8y-container { flex: none; height: auto; position: relative; width: 390px; z-index: 1; }\",\".framer-ZVz5Z .framer-1cw2i93-container { flex: none; height: auto; position: relative; width: 810px; z-index: 1; }\",\".framer-ZVz5Z .framer-bftdki-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZVz5Z.framer-v-fupxe9.framer-1s7uxq { flex-direction: column; gap: 0px; padding: 0px; width: 390px; }\",\".framer-ZVz5Z.framer-v-fupxe9 .framer-1ycyt26 { flex: none; gap: 16px; height: 64px; justify-content: center; padding: 0px 8px 0px 16px; width: 100%; }\",\".framer-ZVz5Z.framer-v-fupxe9 .framer-k55kfv, .framer-ZVz5Z.framer-v-ji5cs1 .framer-k55kfv, .framer-ZVz5Z.framer-v-hwj2ny .framer-k55kfv, .framer-ZVz5Z.framer-v-1ybosqm .framer-k55kfv { gap: 8px; min-height: unset; min-width: unset; }\",\".framer-ZVz5Z.framer-v-ji5cs1.framer-1s7uxq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; padding: 0px; width: 390px; }\",\".framer-ZVz5Z.framer-v-ji5cs1 .framer-1ycyt26 { flex: none; gap: 16px; height: 64px; justify-content: center; order: 0; padding: 0px 8px 0px 16px; width: 100%; }\",\".framer-ZVz5Z.framer-v-ji5cs1 .framer-1vtfxq0-container, .framer-ZVz5Z.framer-v-ji5cs1 .framer-syvh8y-container { order: 1; }\",\".framer-ZVz5Z.framer-v-ji5cs1 .framer-bftdki-container, .framer-ZVz5Z.framer-v-1ybosqm .framer-bftdki-container { order: 4; }\",\".framer-ZVz5Z.framer-v-hwj2ny.framer-1s7uxq { flex-direction: column; gap: 0px; padding: 0px; width: 810px; }\",\".framer-ZVz5Z.framer-v-hwj2ny .framer-1ycyt26 { flex: none; gap: 24px; height: 64px; padding: 24px 12px 24px 20px; width: 100%; }\",\".framer-ZVz5Z.framer-v-1ybosqm.framer-1s7uxq { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; height: min-content; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; padding: 0px; width: 810px; }\",\".framer-ZVz5Z.framer-v-1ybosqm .framer-1ycyt26 { flex: none; gap: 24px; height: 64px; order: 0; padding: 24px 12px 24px 20px; width: 100%; }\",\".framer-ZVz5Z.framer-v-1ybosqm .framer-1cw2i93-container { order: 3; }\",'.framer-ZVz5Z[data-border=\"true\"]::after, .framer-ZVz5Z [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 64\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"FRn401tJi\":{\"layout\":[\"fixed\",\"fixed\"]},\"MfZJXerte\":{\"layout\":[\"fixed\",\"fixed\"]},\"FpOgl5Be3\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"NDesBTS_m\":{\"layout\":[\"fixed\",\"fixed\"]},\"H43ppJg_D\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerX46j6TWHG=withCSS(Component,css,\"framer-ZVz5Z\");export default FramerX46j6TWHG;FramerX46j6TWHG.displayName=\"main navigation\";FramerX46j6TWHG.defaultProps={height:64,width:1440};addPropertyControls(FramerX46j6TWHG,{variant:{options:[\"vBtcVdjCt\",\"FRn401tJi\",\"MfZJXerte\",\"FpOgl5Be3\",\"NDesBTS_m\",\"H43ppJg_D\"],optionTitles:[\"Desktop\",\"Desktop Scroll\",\"Mobile\",\"Mobile isOpened\",\"Tablet\",\"Tablet isOpened\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerX46j6TWHG,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",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/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MaMAn5Jp5gJg1z3VaLH65QwWPLc.woff2\",weight:\"300\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/fEqgEChcTaneQFxeugexHq7Bk.woff2\",weight:\"300\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nL7d8Ph0ViwUQorApF89PoAagQI.woff2\",weight:\"300\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/YOHXUQlY1iC2t7qT4HeLSoBDtn4.woff2\",weight:\"300\"},{family:\"Inter Display\",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/TfzHIi6ZmZDuhnIFGcgM6Ipuim4.woff2\",weight:\"300\"},{family:\"Inter Display\",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/6e1qKhy2mljzCRhlGpuCksCGjGI.woff2\",weight:\"300\"},{family:\"Inter Display\",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/ub5XwqqEAMrXQz31ej6fNqbxnBc.woff2\",weight:\"300\"}]},...MenuIconButtonFonts,...SideNavigationFonts,...StopScrollFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX46j6TWHG\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"64\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FRn401tJi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MfZJXerte\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FpOgl5Be3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"NDesBTS_m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H43ppJg_D\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./X46j6TWHG.map", "// Generated by Framer (dc53115)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-226qs .framer-styles-preset-x5rcvt:not(.rich-text-wrapper), .framer-226qs .framer-styles-preset-x5rcvt.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #000000; --framer-link-text-decoration: underline; }\"];export const className=\"framer-226qs\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (dc53115)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-OT7cS .framer-styles-preset-tl185e:not(.rich-text-wrapper), .framer-OT7cS .framer-styles-preset-tl185e.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #8c8c8c; --framer-link-text-decoration: none; }\"];export const className=\"framer-OT7cS\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e942a9a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import SideNavigation7 from\"#framer/local/canvasComponent/chz_VAYNQ/chz_VAYNQ.js\";import Background from\"#framer/local/canvasComponent/cSUnQJus3/cSUnQJus3.js\";import Footer from\"#framer/local/canvasComponent/GgSpah3R3/GgSpah3R3.js\";import MainNavigation from\"#framer/local/canvasComponent/X46j6TWHG/X46j6TWHG.js\";import*as sharedStyle1 from\"#framer/local/css/KCmAps9bB/KCmAps9bB.js\";import*as sharedStyle from\"#framer/local/css/mOhkUtOjk/mOhkUtOjk.js\";import metadataProvider from\"#framer/local/webPageMetadata/cDwJuWWhF/cDwJuWWhF.js\";const MainNavigationFonts=getFonts(MainNavigation);const MainNavigationWithVariantAppearEffect=withVariantAppearEffect(MainNavigation);const SideNavigation7Fonts=getFonts(SideNavigation7);const DownloadFonts=getFonts(Download);const BackgroundFonts=getFonts(Background);const FooterFonts=getFonts(Footer);const breakpoints={BkwCy44c7:\"(min-width: 810px) and (max-width: 1079px)\",KsZFOMvRJ:\"(max-width: 809px)\",MJXt3wibg:\"(min-width: 1080px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qwAf0\";const variantClassNames={BkwCy44c7:\"framer-v-1ijfiuc\",KsZFOMvRJ:\"framer-v-r9mtem\",MJXt3wibg:\"framer-v-y4rjkh\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"MJXt3wibg\",Phone:\"KsZFOMvRJ\",Tablet:\"BkwCy44c7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MJXt3wibg\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"napkDRzfT\");const isDisplayed=()=>{if(!isBrowser())return true;if([\"BkwCy44c7\",\"KsZFOMvRJ\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"KsZFOMvRJ\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"MJXt3wibg\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-d0d693c9-4540-40bf-bbab-43e0abe3267f, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-y4rjkh\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-iluyfh-container\",layoutScroll:true,nodeId:\"EAkutbo6p\",rendersWithMotion:true,scopeId:\"cDwJuWWhF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BkwCy44c7:{__framer__variantAppearEffectEnabled:undefined,style:{width:\"100%\"},variant:\"NDesBTS_m\"},KsZFOMvRJ:{__framer__variantAppearEffectEnabled:undefined,style:{width:\"100%\"},variant:\"MfZJXerte\"}},children:/*#__PURE__*/_jsx(MainNavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:24,ref:ref1,target:\"aLu0lZQQK\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"EAkutbo6p\",layoutId:\"EAkutbo6p\",style:{height:\"100%\",width:\"100%\"},variant:\"vBtcVdjCt\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"main\",{className:\"framer-1g85z9r\",\"data-framer-name\":\"main\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uexfx4\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"aside\",{className:\"framer-1hfcphk hidden-1ijfiuc hidden-r9mtem\",\"data-border\":true,\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1139,width:\"280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-iyjhw8-container\",nodeId:\"zkVPV1mry\",scopeId:\"cDwJuWWhF\",children:/*#__PURE__*/_jsx(SideNavigation7,{height:\"100%\",id:\"zkVPV1mry\",layoutId:\"zkVPV1mry\",style:{width:\"100%\"},variant:\"l6wUa3D9l\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-1kq0pif\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1aucfvr\",\"data-framer-name\":\"container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-at9job\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"RlI7SW50ZXJEaXNwbGF5LVNlbWlCb2xk\",\"--framer-font-family\":'\"Inter Display\", \"Inter Display Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-2a680c9a-4e39-4faf-a979-408e1697909f, rgb(29, 30, 32))\"},children:[\"Volvo Individual Publications\",/*#__PURE__*/_jsx(\"br\",{}),\"(Polish)\"]})}),className:\"framer-15vr9ug\",fonts:[\"FR;InterDisplay-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ltwj7s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KdJ85NjZB\",scopeId:\"cDwJuWWhF\",children:/*#__PURE__*/_jsx(Download,{fontControl:{},height:\"100%\",id:\"KdJ85NjZB\",layoutId:\"KdJ85NjZB\",srcFile:\"https://framerusercontent.com/assets/pyJAWLdKBz5qcKOGiA2XfZOJfvA.pdf\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgb(17, 17, 17)\",borderRadius:50,color:\"rgb(255, 255, 255)\",gap:5,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10},text:\"Download\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nm550b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://otp-volvo-publications-polish-parts.framer.website/\",motionChild:true,nodeId:\"j4LO4T8wN\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-tl185e\",\"data-styles-preset\":\"mOhkUtOjk\",children:\"Indywidualne publikacje\"})})})}),className:\"framer-1xx41tg\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://otp-volvo-publications-polish-servicemanuals.framer.website/\",motionChild:true,nodeId:\"Rf37OEp58\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-x5rcvt\",\"data-styles-preset\":\"KCmAps9bB\",children:\"Kompletne instrukcje serwisowe\"})})})}),className:\"framer-1arh9cc\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://otp-volvo-publications-polish-individualservice.framer.website/\",motionChild:true,nodeId:\"HFwdziz1k\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-tl185e\",\"data-styles-preset\":\"mOhkUtOjk\",children:\"Indywidualne publikacje serwisowe\"})})})}),className:\"framer-kqghsn\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://otp-volvo-publications-polish-owners.framer.website/\",motionChild:true,nodeId:\"Us4rEj6y9\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-tl185e\",\"data-styles-preset\":\"mOhkUtOjk\",children:\"Publikacje w\u0142a\u015Bcicieli\"})})})}),className:\"framer-r2w67m\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://otp-volvo-publications-polish-salesbrochures.framer.website/\",motionChild:true,nodeId:\"nCA_Jr0h8\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-tl185e\",\"data-styles-preset\":\"mOhkUtOjk\",children:\"Broszury sprzeda\u017Cowe\"})})})}),className:\"framer-wrd8cw\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x7osj9\",\"data-framer-name\":\"Complete service1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9qxvdv\",\"data-framer-name\":\"Frame 64\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(112, 173, 71)\"},children:\"Kompletne instrukcje serwisowe Volvo\"})}),className:\"framer-1yqxuba\",\"data-framer-name\":\"Kompletne instrukcje serwisowe Volvo\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-khvb0o\",\"data-framer-name\":\"Frame 116\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e3sery\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c7sqpz\",\"data-framer-name\":\"Frame 71\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:[\"Volvo 1800, 1800S, 1800E i 1800ES 1961-1973 (\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/1800-1800-s-1800-e-1800-es-1961-to-1973/?ctk=0513ad2f-758d-47e7-a9a6-d4a601b6446e&showHidden=true\",motionChild:true,nodeId:\"OT59cQn4t\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TP-51949\"})})}),\")\"]})}),className:\"framer-sdp09a\",\"data-framer-name\":\"Volvo 1800, 1800S, 1800E i 1800ES 1961-1973 (TP-51949)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Publikacje serwisowe (angielski)\"})}),className:\"framer-132r4qi\",\"data-framer-name\":\"Publikacje serwisowe (angielski)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xdsm2m\",\"data-framer-name\":\"Frame 111\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - 1800 - (US 5013 4 - grudzie\u0144 1964)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-1800-us-5013-4-dec-1964-us-5013-4/?ctk=140738c7-3f0e-4d5e-88f6-ef7ae5d88e4c&showHidden=true\",motionChild:true,nodeId:\"rLMmYVR64\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(US-5013-4)\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Tymczasowa instrukcja serwisowa - 1800E - (TP 10579 1 - listopad 1969)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/provisional-service-manual-1800e-tp-10579-1-01/?ctk=f4af8e7b-b3e5-4464-ba91-1db560d938da&showHidden=true\",motionChild:true,nodeId:\"rLMmYVR64\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10579-1)\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Tymczasowa instrukcja serwisowa - 1800E \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/provisional-service-manual-1800e-tp-10579-1-01/?ctk=c74afb08-de03-4875-b9ec-f8ef102abf95&showHidden=true\",motionChild:true,nodeId:\"rLMmYVR64\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10579-1-01)\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - 1800E - (TP 10666 1 - grudzie\u0144 1970) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-1800e-tp-10666-1-dec-1970-tp-10666-1/?ctk=266e78c2-be1f-4744-95f9-e0c2e381f5d5&showHidden=true\",motionChild:true,nodeId:\"rLMmYVR64\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10666-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - 1800E/ES - (TP 10737 1 - grudzie\u0144 1971) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-1800e-es-tp-10737-1-dec-1971-tp-10737-1/?ctk=82807b84-8b46-49fd-9355-3c1f89327356&showHidden=true\",motionChild:true,nodeId:\"rLMmYVR64\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10737-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - 1800ES - (TP 10779 1 - grudzie\u0144 1972) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-1800es-tp-10779-1-dec-1972-tp-10779-1/?ctk=93348af8-4e20-4aa6-916a-b8f085131922&showHidden=true\",motionChild:true,nodeId:\"rLMmYVR64\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10779-1\"})})})]})]}),className:\"framer-1siqwx0\",\"data-framer-name\":\"Kompletna instrukcja serwisowa - 1800 - (US 5013 4 - grudzie\u0144 1964)(US-5013-4) Tymczasowa instrukcja serwisowa - 1800E - (TP 10579 1 - listopad 1969)(TP-10579-1) Tymczasowa instrukcja serwisowa - 1800E (TP-10579-1-01) Kompletna instrukcja serwisowa - 1800E - (TP 10666 1 - grudzie\u0144 1970) (TP-10666-1 Kompletna instrukcja serwisowa - 1800E/ES - (TP 10737 1 - grudzie\u0144 1971) (TP-10737-1 Kompletna instrukcja serwisowa - 1800ES - (TP 10779 1 - grudzie\u0144 1972) (TP-10779-1\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1oeg0j6\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:453,svg:'<svg width=\"453\" height=\"3\" viewBox=\"-1 -1 453 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"451\" y2=\"0.5\" stroke=\"#70AD47\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lazkt7\",\"data-framer-name\":\"Frame 117\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rs7nsa\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cktieu\",\"data-framer-name\":\"Frame 71\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:['Volvo P120, P130 i P220 \"Amazon\" 1956-1970 (',/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/p-120-p-130-and-p-220-amazon-models-1956-to-1970/?ctk=f04dd0c9-d8e6-4b0f-b902-24a91cc82041&showHidden=true\",motionChild:true,nodeId:\"WRniKpjsp\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TP-51950\"})})}),\")\"]})}),className:\"framer-xzal33\",\"data-framer-name\":'Volvo P120, P130 i P220 \"Amazon\" 1956-1970 (TP-51950)',fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Publikacje serwisowe (angielski)\"})}),className:\"framer-14lbtnj\",\"data-framer-name\":\"Publikacje serwisowe (angielski)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nk1dm2\",\"data-framer-name\":\"Frame 111\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - P121 i P122S - US 5002 - sierpie\u0144 1959 \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-p121-and-p122s-us-5002-aug-1959-us-5002/?ctk=b9da3cf4-bb57-451d-ad8f-b2f57c7ef585&showHidden=true\",motionChild:true,nodeId:\"FhgqCYazb\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(US-5002\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - P122S (USA) - US 5001 - sierpie\u0144 1959 \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-p122s-usa-us-5001-aug-1959-us-5001/?ctk=77c75795-0928-45e2-a994-0af841795213&showHidden=true\",motionChild:true,nodeId:\"FhgqCYazb\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(US-5001\"})})})]})]}),className:\"framer-1q7f5xy\",\"data-framer-name\":\"Kompletna instrukcja serwisowa - P121 i P122S - US 5002 - sierpie\u0144 1959 (US-5002 Kompletna instrukcja serwisowa - P122S (USA) - US 5001 - sierpie\u0144 1959 (US-5001\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-isihv6\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:453,svg:'<svg width=\"453\" height=\"3\" viewBox=\"-1 -1 453 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"451\" y2=\"0.5\" stroke=\"#70AD47\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1711gj3\",\"data-framer-name\":\"Frame 118\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gexujo\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b7fu9u\",\"data-framer-name\":\"Frame 71\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:[\"Volvo 142, 144, 145 i 164 1966-1975 (\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/140-164-models-1966-to-1975/?ctk=b1cb0438-d821-4db7-ad65-ddf066847079&showHidden=true\",motionChild:true,nodeId:\"l44yVhqAp\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TP-51951\"})})}),\")\"]})}),className:\"framer-7qctk9\",\"data-framer-name\":\"Volvo 142, 144, 145 i 164 1966-1975 (TP-51951)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Publikacje serwisowe (angielski)\"})}),className:\"framer-yxnkb5\",\"data-framer-name\":\"Publikacje serwisowe (angielski)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jttspm\",\"data-framer-name\":\"Frame 111\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Kompletne instrukcje serwisowe - seria 140 - 1966-1974\"})}),className:\"framer-1a9edm3\",\"data-framer-name\":\"Kompletne instrukcje serwisowe - seria 140 - 1966-1974\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 140 - (TP 10288 1 - pa\u017Adziernik 1966) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp-10288-1-oct-1966-tp-10288-1/?ctk=98e7dbbd-f3a5-400e-af1c-af7876fe6a9a&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10288-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 140 - (TP 10542 1 - stycze\u0144 1969) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp-10542-1-jan-1969-tp-10542-1/?ctk=8f5bb71f-c799-4410-a487-921145dfa47c&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10542-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - Seria 140 - (TP 10574 2 - 1970)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp-10574-2-1970-tp-10574-2/?ctk=b1418603-5475-40c5-a807-91fa5a32c764&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10574-2)\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 140 - (TP10664 1 - pa\u017Adziernik 1970)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp10664-1-oct-1970-tp-10664-1/?ctk=6b3ead7c-02cf-4919-9774-8ea52f72f4c9&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10664-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 140 - (TP 10735 1 - pa\u017Adziernik 1971) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp-10735-1-oct-1971-tp-10735-1/?ctk=485dad0e-7886-41cd-bd70-f05bfba398ae&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10735-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 140 - (TP 10777 1 - pa\u017Adziernik 1972) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp-10777-1-oct-1972-tp-10777-1/?ctk=e17835ef-263c-49bb-bf9a-6420e2e9db7d&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10777-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 140 - (TP 10867 1 - pa\u017Adziernik 1973)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-140-series-tp-10867-1-oct-1973-tp-10867-1/?ctk=85ee9173-ea77-4e71-978d-28efbf66e9a2&showHidden=true\",motionChild:true,nodeId:\"v5krHp9Td\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10867-1)\"})})})]})]}),className:\"framer-8fuure\",\"data-framer-name\":\"Kompletna instrukcja serwisowa - seria 140 - (TP 10288 1 - pa\u017Adziernik 1966) (TP-10288-1 Kompletna instrukcja serwisowa - seria 140 - (TP 10542 1 - stycze\u0144 1969) (TP-10542-1 Kompletna instrukcja serwisowa - Seria 140 - (TP 10574 2 - 1970)(TP-10574-2) Kompletna instrukcja serwisowa - seria 140 - (TP10664 1 - pa\u017Adziernik 1970)(TP-10664-1 Kompletna instrukcja serwisowa - seria 140 - (TP 10735 1 - pa\u017Adziernik 1971) (TP-10735-1 Kompletna instrukcja serwisowa - seria 140 - (TP 10777 1 - pa\u017Adziernik 1972) (TP-10777-1 Kompletna instrukcja serwisowa - seria 140 - (TP 10867 1 - pa\u017Adziernik 1973)(TP-10867-1)\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17iwxi2\",\"data-framer-name\":\"Frame 112\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Kompletne instrukcje serwisowe - seria 164 - 1968-1975\"})}),className:\"framer-1llo2bg\",\"data-framer-name\":\"Kompletne instrukcje serwisowe - seria 164 - 1968-1975\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 164 - (TP 10473 1 - pa\u017Adziernik 1968) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-tp-10473-1-oct-1968-tp-10473-1/?ctk=99886ea7-b369-470a-8a69-6210fe8b1199&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10473-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 164 - (TP 10575 1 - pa\u017Adziernik 1969) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-tp-10575-1-oct-1969-tp-10575-1/?ctk=a18984e7-972c-4404-ab64-67b97054f549&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10575-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 164 - (TP 10665 1 - pa\u017Adziernik 1970) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-tp-10665-1-oct-1970-tp-10665-1/?ctk=ab345c9a-16e1-41fb-bc89-0ffeabe5575e&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10665-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - Seria 164 - (TP 10736 1 - pa\u017Adziernik 1971)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-tp-10736-1-oct-1971/?ctk=1e4f9529-b221-4c1f-b7f9-37d0e55c6a53&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP 10736 1)\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 164 - (TP 10778 1 - pa\u017Adziernik 1972) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-tp-10778-1-oct-1972-tp-10778-1/?ctk=8dcd3e68-aa52-436e-9a39-b2181f26d3f3&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10778-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - Seria 164 - (TP 10868 1 - pa\u017Adziernik 1973)\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-tp-10868-1-oct-1973-tp-10868-1/?ctk=c46a0603-32f2-40f7-8461-7ef4f8129598&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-10868-1\"})})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - seria 164 (USA) - (TP 11051 1 - grudzie\u0144 1974) \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-164-series-usa-tp-11051-1-dec-1974-tp-11051-1/?ctk=e817ffb6-4379-4f98-9923-50a8d2942f42&showHidden=true\",motionChild:true,nodeId:\"yCv2xfdWo\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-11051-1\"})})})]})]}),className:\"framer-1qt5iny\",\"data-framer-name\":\"Kompletna instrukcja serwisowa - seria 164 - (TP 10473 1 - pa\u017Adziernik 1968) (TP-10473-1 Kompletna instrukcja serwisowa - seria 164 - (TP 10575 1 - pa\u017Adziernik 1969) (TP-10575-1 Kompletna instrukcja serwisowa - seria 164 - (TP 10665 1 - pa\u017Adziernik 1970) (TP-10665-1 Kompletna instrukcja serwisowa - Seria 164 - (TP 10736 1 - pa\u017Adziernik 1971)(TP 10736 1) Kompletna instrukcja serwisowa - seria 164 - (TP 10778 1 - pa\u017Adziernik 1972) (TP-10778-1 Kompletna instrukcja serwisowa - Seria 164 - (TP 10868 1 - pa\u017Adziernik 1973)(TP-10868-1 Kompletna instrukcja serwisowa - seria 164 (USA) - (TP 11051 1 - grudzie\u0144 1974) (TP-11051-1\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13kt3yx\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:453,svg:'<svg width=\"453\" height=\"3\" viewBox=\"-1 -1 453 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"451\" y2=\"0.5\" stroke=\"#70AD47\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m3lmff\",\"data-framer-name\":\"Frame 119\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9dmb0h\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t1dmit\",\"data-framer-name\":\"Frame 71\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:[\"Modele Volvo 240, 260 - 1974 do 1993 (\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/240-260-models-1974-to-1993/?ctk=1b50bc29-6ecf-409a-b612-5b3494f41bd1&showHidden=true\",motionChild:true,nodeId:\"yRKnphc6c\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TP-51952\"})})}),\")\"]})}),className:\"framer-13wy2rj\",\"data-framer-name\":\"Modele Volvo 240, 260 - 1974 do 1993 (TP-51952)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Publikacje serwisowe (angielski)\"})}),className:\"framer-1pr0fhq\",\"data-framer-name\":\"Publikacje serwisowe (angielski)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rp2qgq\",\"data-framer-name\":\"Frame 111\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - 240 1975 \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/servicehanbok-volvo-240-1975-tp-11050-1/?ctk=8495da3d-b2bd-441a-9891-84d3a148ce91&showHidden=true\",motionChild:true,nodeId:\"qd2lhJmyd\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"(TP-11050-1)\"})})})]})}),className:\"framer-1q9qx1d\",\"data-framer-name\":\"Kompletna instrukcja serwisowa - 240 1975 (TP-11050-1)\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2v6jqy\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:453,svg:'<svg width=\"453\" height=\"3\" viewBox=\"-1 -1 453 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"451\" y2=\"0.5\" stroke=\"#70AD47\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1giqemp\",\"data-framer-name\":\"Frame 120\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-168wd4z\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mg7k9p\",\"data-framer-name\":\"Frame 71\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:[\"Modele Volvo 740, 760, 780 - od 1982 do 1992 roku (\",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/740-760-780-models-1982-to-1992/?ctk=3d9c9d4d-98f4-462f-9a2e-bfd8cc8d9091&showHidden=true\",motionChild:true,nodeId:\"hB1T7h1H_\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TP-51955\"})})}),\")\"]})}),className:\"framer-1gx8rs\",\"data-framer-name\":\"Modele Volvo 740, 760, 780 - od 1982 do 1992 roku (TP-51955)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"18px\"},children:\"Publikacje serwisowe (angielski)\"})}),className:\"framer-128a8tg\",\"data-framer-name\":\"Publikacje serwisowe (angielski)\",fonts:[\"Inter-Bold\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8k2175\",\"data-framer-name\":\"Frame 111\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\"},children:[\"Kompletna instrukcja serwisowa - 760 GLE \",/*#__PURE__*/_jsx(Link,{href:\"https://store.otpubs.com/complete-service-manual-760-gle-tp-30387-1/\",motionChild:true,nodeId:\"W6vmSuxOe\",openInNewTab:false,scopeId:\"cDwJuWWhF\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{children:[\"(\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:\"TP-30387-1\"}),\")\"]})})]})}),className:\"framer-pwo96d\",\"data-framer-name\":\"Kompletna instrukcja serwisowa - 760 GLE (TP-30387-1)\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bjtj2s\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:453,svg:'<svg width=\"453\" height=\"3\" viewBox=\"-1 -1 453 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"451\" y2=\"0.5\" stroke=\"#70AD47\" stroke-dasharray=\"10 10\"/>\\n</svg>\\n',withExternalLayout:true})]})]})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:588,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pd5azl-container hidden-r9mtem\",nodeId:\"oemftNfpn\",scopeId:\"cDwJuWWhF\",children:/*#__PURE__*/_jsx(Background,{height:\"100%\",id:\"oemftNfpn\",layoutId:\"oemftNfpn\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:148,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iooikc-container\",nodeId:\"lGiu20BA9\",scopeId:\"cDwJuWWhF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{KsZFOMvRJ:{variant:\"LYSDKGjm8\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"lGiu20BA9\",layoutId:\"lGiu20BA9\",style:{width:\"100%\"},variant:\"pgj0r88Cb\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qwAf0.framer-6bi7wn, .framer-qwAf0 .framer-6bi7wn { display: block; }\",\".framer-qwAf0.framer-y4rjkh { align-content: center; align-items: center; background-color: var(--token-d0d693c9-4540-40bf-bbab-43e0abe3267f, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 1080px; }\",\".framer-qwAf0 .framer-iluyfh-container { flex: none; height: 64px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-qwAf0 .framer-1g85z9r { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 24px; width: 100%; z-index: 1; }\",\".framer-qwAf0 .framer-uexfx4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qwAf0 .framer-1hfcphk { --border-bottom-width: 0px; --border-color: var(--token-ae4c4adb-48bb-48c0-9786-64655e1cf053, rgba(15, 15, 16, 0.1)); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px; position: sticky; top: 64px; width: 280px; z-index: 1; }\",\".framer-qwAf0 .framer-iyjhw8-container { flex: none; height: auto; position: relative; width: 280px; z-index: 1; }\",\".framer-qwAf0 .framer-1kq0pif { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 88px 64px 96px 64px; position: relative; width: 1px; }\",\".framer-qwAf0 .framer-1aucfvr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-at9job { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 662px; }\",\".framer-qwAf0 .framer-15vr9ug { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qwAf0 .framer-ltwj7s-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qwAf0 .framer-1nm550b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px 46px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-1xx41tg, .framer-qwAf0 .framer-1arh9cc, .framer-qwAf0 .framer-kqghsn, .framer-qwAf0 .framer-r2w67m, .framer-qwAf0 .framer-wrd8cw { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qwAf0 .framer-1x7osj9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-9qxvdv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-1yqxuba, .framer-qwAf0 .framer-sdp09a, .framer-qwAf0 .framer-132r4qi, .framer-qwAf0 .framer-1siqwx0, .framer-qwAf0 .framer-xzal33, .framer-qwAf0 .framer-14lbtnj, .framer-qwAf0 .framer-1q7f5xy, .framer-qwAf0 .framer-7qctk9, .framer-qwAf0 .framer-yxnkb5, .framer-qwAf0 .framer-1a9edm3, .framer-qwAf0 .framer-8fuure, .framer-qwAf0 .framer-1llo2bg, .framer-qwAf0 .framer-1qt5iny, .framer-qwAf0 .framer-13wy2rj, .framer-qwAf0 .framer-1pr0fhq, .framer-qwAf0 .framer-1q9qx1d, .framer-qwAf0 .framer-1gx8rs, .framer-qwAf0 .framer-128a8tg, .framer-qwAf0 .framer-pwo96d { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qwAf0 .framer-khvb0o, .framer-qwAf0 .framer-1lazkt7, .framer-qwAf0 .framer-1711gj3, .framer-qwAf0 .framer-m3lmff, .framer-qwAf0 .framer-1giqemp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-1e3sery, .framer-qwAf0 .framer-rs7nsa, .framer-qwAf0 .framer-1gexujo, .framer-qwAf0 .framer-9dmb0h, .framer-qwAf0 .framer-168wd4z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-1c7sqpz, .framer-qwAf0 .framer-cktieu, .framer-qwAf0 .framer-1b7fu9u, .framer-qwAf0 .framer-t1dmit, .framer-qwAf0 .framer-1mg7k9p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-xdsm2m, .framer-qwAf0 .framer-nk1dm2, .framer-qwAf0 .framer-1jttspm, .framer-qwAf0 .framer-17iwxi2, .framer-qwAf0 .framer-1rp2qgq, .framer-qwAf0 .framer-8k2175 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-1oeg0j6, .framer-qwAf0 .framer-isihv6, .framer-qwAf0 .framer-13kt3yx, .framer-qwAf0 .framer-2v6jqy, .framer-qwAf0 .framer-bjtj2s { flex: none; height: 3px; position: relative; width: 100%; }\",\".framer-qwAf0 .framer-pd5azl-container { flex: none; height: 588px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-qwAf0 .framer-1iooikc-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-qwAf0[data-border=\"true\"]::after, .framer-qwAf0 [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; }',\"@media (min-width: 810px) and (max-width: 1079px) { .framer-qwAf0.framer-y4rjkh { width: 810px; } .framer-qwAf0 .framer-iluyfh-container { height: auto; }}\",\"@media (max-width: 809px) { .framer-qwAf0.framer-y4rjkh { width: 390px; } .framer-qwAf0 .framer-iluyfh-container { height: auto; } .framer-qwAf0 .framer-1kq0pif { flex: none; padding: 88px 44px 96px 44px; width: 393px; } .framer-qwAf0 .framer-at9job { width: 100%; } .framer-qwAf0 .framer-1x7osj9 { padding: 0px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1882\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BkwCy44c7\":{\"layout\":[\"fixed\",\"auto\"]},\"KsZFOMvRJ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"napkDRzfT\":{\"pattern\":\":napkDRzfT\",\"name\":\"main\"}}\n * @framerResponsiveScreen\n */const FramercDwJuWWhF=withCSS(Component,css,\"framer-qwAf0\");export default FramercDwJuWWhF;FramercDwJuWWhF.displayName=\"Home\";FramercDwJuWWhF.defaultProps={height:1882,width:1080};addFonts(FramercDwJuWWhF,[{explicitInter:true,fonts:[{family:\"Inter Display\",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/gazZKZuUEtvr9ULhdA4SprP0AZ0.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/pe8RoujoPxuTZhqoNzYqHX2MXA.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/teGhWnhH3bCqefKGsIsqFy3hK8.woff2\",weight:\"600\"},{family:\"Inter Display\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/qQHxgTnEk6Czu1yW4xS82HQWFOk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/MJ3N6lfN4iP5Um8rJGqLYl03tE.woff2\",weight:\"600\"},{family:\"Inter Display\",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/dHHUz45rhM2KCQpj9zttNVlibk.woff2\",weight:\"600\"},{family:\"Inter Display\",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/0SEEmmWc3vovhaai4RlRQSWRrz0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{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\"}]},...MainNavigationFonts,...SideNavigation7Fonts,...DownloadFonts,...BackgroundFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercDwJuWWhF\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"napkDRzfT\\\":{\\\"pattern\\\":\\\":napkDRzfT\\\",\\\"name\\\":\\\"main\\\"}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1882\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BkwCy44c7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KsZFOMvRJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1080\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "giBAA+I,IAAIA,IAAU,SAASA,EAAS,CAACA,EAAS,QAAW,UAAUA,EAAS,OAAU,QAAS,GAAGA,KAAWA,GAAS,CAAC,EAAE,EAAE,IAAIC,IAAS,SAASA,EAAQ,CAACA,EAAQ,OAAU,SAASA,EAAQ,IAAO,KAAM,GAAGA,KAAUA,GAAQ,CAAC,EAAE,EAE7W,IAAMC,GAAgB,mCACtB,SAASC,IAAsB,CAAC,OAAG,OAAO,SAAW,IAAmB,GAAiE,CAAC,CAA/C,SAAS,cAAcD,EAAe,CAAkB,CAYhI,SAARE,GAA0BC,EAAM,CAAC,GAAK,CAAC,aAAAC,EAAa,aAAAC,EAAa,YAAAC,CAAW,EAAEH,EAAW,CAAC,gBAAAI,EAAgB,MAAAC,EAAM,aAAAC,EAAa,QAAAC,EAAQ,eAAAC,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,EAAc,YAAAC,EAAY,IAAAC,CAAG,EAAEZ,EAAmBa,EAAuBhB,GAAqB,EAAMiB,EAAyBD,IAA2Bd,EAAM,UAAUJ,GAAQ,MAAImB,EAAYf,EAAM,QAAUA,EAAM,UAAUJ,GAAQ,SAAOmB,EAAYf,EAAM,UAAS,IAAMgB,EAAaR,EAAe,GAAGC,CAAU,MAAMC,CAAY,MAAMC,CAAa,MAAMC,CAAW,KAAK,GAAGL,CAAO,KAAWU,EAAQ,IAAI,CAAC,IAAIC,EAAIC,EAAK,GAAG,CAAChB,EAAY,OAAO,IAAMiB,EAAU,CAAC,MAAMjB,EAAY,YAAY,QAAQ,EAAE,EAAE,WAAW,CAAC,EAAE,OAAOA,EAAY,OAAOR,GAAS,SAAY,GAAAuB,EAAIf,EAAY,SAAS,MAAMe,IAAM,SAAcA,EAAI,KAAmBG,EAAK,MAAM,CAAC,MAAMD,EAAU,IAAM,GAAAD,EAAKhB,EAAY,SAAS,MAAMgB,IAAO,SAAcA,EAAK,KAAMhB,EAAY,MAAM,IAAI,OAAO,EAAEA,EAAY,MAAM,IAAI,gBAAgB,IAAIA,EAAY,MAAM,IAAI,MAAMA,EAAY,KAAK,OAAOA,EAAY,IAAI,CAAC,EAAgBkB,EAAK,MAAM,CAAC,MAAMD,EAAU,MAAM,6BAA6B,MAAMjB,EAAY,KAAK,OAAOA,EAAY,KAAK,KAAKA,EAAY,MAAM,QAAQ,cAAc,SAAuBkB,EAAK,OAAO,CAAC,EAAE,2NAA2N,CAAC,CAAC,CAAC,CAAE,EAAQC,EAAU,IAAQtB,EAAM,UAAUJ,GAAQ,KAAKI,EAAM,QAA0BA,EAAM,UAAUJ,GAAQ,QAAQI,EAAM,QAAc,UAAgB,OAAeuB,EAAYT,EAAuB,gBAAgB,sBAAsB,OAAqBU,EAAMC,EAAO,EAAE,CAAC,OAAO,SAAS,KAAKV,EAAY,SAAS,GAAK,MAAMQ,EAAY,MAAM,CAAC,IAAAV,EAAI,SAAS,GAAG,WAAW,EAAE,WAAW,QAAQ,WAAW,IAAI,MAAM,cAAc,GAAGb,EAAM,MAAM,GAAG0B,GAAa,GAAG1B,EAAM,YAAY,QAAQgB,EAAa,MAAMX,EAAM,gBAAgBD,EAAgB,aAAaE,EAAa,WAAW,OAAO,aAAaqB,GAAgB3B,EAAM,WAAW,EAAE,WAAW,SAAS,OAAOsB,EAAU,CAAC,EAAE,WAAWpB,EAAa,WAA6DA,GAAa,WAAW,SAAS,CAACe,EAAQ,EAAEjB,EAAM,IAAI,CAAC,CAAC,CAAE,CAAED,GAAS,YAAY,WAAW6B,EAAoB7B,GAAS,CAAC,KAAK,CAAC,MAAM,OAAO,KAAK8B,EAAY,OAAO,aAAa,UAAU,EAAE,QAAQ,CAAC,KAAKA,EAAY,KAAK,wBAAwB,GAAK,MAAM,SAAS,QAAQ,CAACjC,GAAQ,OAAOA,GAAQ,GAAG,CAAC,EAAE,OAAO,CAAC,KAAKiC,EAAY,OAAO,MAAM,IAAI,YAAY,iBAAiB,OAAO7B,GAAOA,EAAM,UAAUJ,GAAQ,MAAM,EAAE,QAAQ,CAAC,KAAKiC,EAAY,KAAK,MAAM,IAAI,iBAAiB,CAAC,EAAE,OAAO7B,GAAOA,EAAM,UAAUJ,GAAQ,GAAG,EAAE,YAAY,CAC7uF,KAAKiC,EAAY,KAAK,MAAM,OAAO,SAAS,UAAU,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,SAAS,GAAK,MAAM,OAAO,YAAY,cAAc,SAAS,CAAC,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,KAAK,QAAQ,OAAO,OAAOlC,EAAQ,EAAE,aAAa,OAAO,OAAOA,EAAQ,EAAE,wBAAwB,EAAI,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKkC,EAAY,MAAM,aAAa,OAAO,OAAO7B,GAAOA,EAAM,OAAOL,GAAS,MAAM,EAAE,MAAM,CAAC,MAAM,OAAO,KAAKkC,EAAY,gBAAgB,iBAAiB,CAAC,MAAM,MAAM,KAAK,EAAE,OAAO7B,GAAOA,EAAM,OAAOL,GAAS,OAAO,EAAE,KAAK,CAAC,KAAKkC,EAAY,OAAO,eAAe,GAAK,IAAI,EAAE,aAAa,GAAG,IAAI,GAAG,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,KAAK,wBAAwB,GAAK,QAAQ,CAAC,QAAQ,KAAK,EAAE,aAAa,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,YAAY,eAAe,SAAS,CAAC,gBAAgB,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,aAAa,MAAM,EAAE,MAAM,CAAC,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,eAAe,GAAK,aAAa,EAAE,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,aAAa,GAAG,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAc,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,MAAM,MAAM,KAAKA,EAAY,OAAO,eAAe,GAAK,aAAa,CAAC,CAAC,CAAC,EAAE,aAAa,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,YAAY,SAAS,SAAS,GAAK,SAAS,CAAC,MAAM,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,GAAG,eAAe,GAAK,KAAK,IAAI,aAAa,GAAG,EAAE,gBAAgB,CAAC,KAAKA,EAAY,MAAM,MAAM,OAAO,aAAa,OAAO,SAAS,EAAI,EAAE,MAAM,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,OAAO,SAAS,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,WAAW,MAAM,aAAa,aAAa,CAAC,KAAK,SAAS,UAAU,IAAI,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAMH,GAAa,CAAC,QAAQ,OAAO,WAAW,SAAS,aAAa,SAAS,eAAe,MAAM,EAA2DC,GAAgBG,GAAqFA,GAAkB,UAA6BA,EAAkB,YAAY,OAAc,aAAiBA,EAAkB,YAAY,QAAe,WAAkB,SAAvI,OCf5zD,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,QAAQ,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,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,OAAO,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAMG,EAAM,UAAU,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUF,GAAOE,EAAM,WAAW,OAAO,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6B,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,UAAAuC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASM,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,EAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAIoC,EAAW,QAAA5B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB5B,GAAuBD,EAAMxB,CAAQ,EAAuCsD,GAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAK2C,EAAY,CAAC,GAAGhB,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAK4C,EAAK,CAAC,KAAKf,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAK,SAAsBgB,EAAM3C,EAAO,EAAE,CAAC,GAAG4B,EAAU,GAAGI,EAAgB,UAAU,GAAGQ,EAAGD,GAAkB,iBAAiBf,EAAUM,CAAU,CAAC,kBAAkB,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGxC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,oBAAoB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE8C,EAAYI,CAAc,EAAE,SAAS,CAAcU,EAAM3C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,0EAA0E,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,2EAA2E,EAAE,oBAAoB,CAAC,gBAAgB,2EAA2E,CAAC,EAAE,SAAsBxC,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAAsB9C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,cAAc,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,EAAE,KAAKZ,EAAU,SAAS,CAAC,kBAAkB,CAAC,qBAAqB,oEAAoE,EAAE,oBAAoB,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3C,GAAqB,CAAC,kBAAkB,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,oBAAoB,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC,EAAE6B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQY,GAAI,CAAC,kFAAkF,kFAAkF,yTAAyT,gRAAgR,gHAAgH,+NAA+N,4RAA4R,sKAAsK,8uBAA8uB,wHAAwH,EAUziSC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,yBAAyBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,QAAQ,YAAY,GAAG,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,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,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,EAAE,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,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVrqG,IAAMM,GAAyBC,GAASC,CAAmB,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,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,EAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,EAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUyB,GAA6B,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAArC,EAAQ,GAAGsC,CAAS,EAAErB,GAASI,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAhD,CAAQ,EAAEiD,EAAgB,CAAC,WAAAtD,GAAW,eAAe,YAAY,IAAIkC,EAAW,QAAA3B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQqD,EAAiB1B,GAAuBD,EAAMvB,CAAQ,EAAuCmD,EAAkBC,EAAGxD,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBkB,EAAKuC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBhB,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,EAAW,CAAC,MAAMF,GAAY,SAAsBmD,EAAMtC,EAAO,IAAI,CAAC,GAAGwB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGvC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE2C,EAAYI,CAAc,EAAE,SAAS,CAAc/B,EAAKyC,EAAS,CAAC,sBAAsB,GAAK,SAAsBzC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,uBAAuB,KAAK,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepC,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,IAAI,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,+DAA+D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,IAAI,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,+DAA+D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,8DAA8D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,8DAA8D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,+DAA+D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,+DAA+D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,8DAA8D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,+DAA+D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,iEAAiE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,YAAY,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,8DAA8D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,SAAS,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,+DAA+D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,gEAAgE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,4DAA4D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,OAAO,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,6DAA6D,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,QAAQ,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,aAAa,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/B,EAAKT,EAAW,CAAC,MAAMD,EAAY,SAAsBU,EAAK0C,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQrB,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAGrC,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQqC,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB/B,EAAK2C,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKpB,EAAoB,CAAC,UAAU,gEAAgE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,GAAGI,EAAqB,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE2C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,kFAAkF,6RAA6R,iHAAiH,2xBAA2xB,6EAA6E,+hCAA+hC,EAUnmuBC,GAAgBC,EAAQnC,GAAUiC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,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,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGnE,EAAwB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECV5uD,IAAMyE,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAyL,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,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,GAA6B,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEvB,GAASI,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAzB,CAAQ,EAAE0B,EAAgB,CAAC,eAAe,YAAY,IAAIrB,EAAW,QAAAW,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiB7B,GAAuBD,EAAME,CAAQ,EAAuC6B,EAAkBC,EAAGC,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBzC,EAAK0C,EAAY,CAAC,GAAGjB,GAAUT,EAAgB,SAAsBhB,EAAKC,GAAS,CAAC,QAAQS,EAAS,QAAQ,GAAM,SAAsBV,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBqD,EAAMzC,EAAO,IAAI,CAAC,GAAGyB,EAAU,GAAGI,EAAgB,UAAUS,EAAGD,EAAkB,gBAAgBf,EAAUK,CAAU,EAAE,mBAAmB,YAAY,iBAAiBS,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcvB,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBoC,EAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,uFAAuF,CAAC,CAAC,EAAetC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBoC,EAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,oFAAoF,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQM,GAAI,CAAC,kFAAkF,kFAAkF,4PAA4P,8MAA8M,wWAAwW,EAQvtHC,GAAgBC,EAAQnC,GAAUiC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,aAAaA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTpF,IAAMI,GAAU,oKAAoK,SAASC,GAAiBC,EAAW,CAAC,SAAAC,EAAS,UAAAC,EAAU,YAAAC,EAAY,YAAAC,EAAY,YAAAC,CAAW,EAAEC,EAAWC,EAAYC,EAAU,CAAC,IAAMC,EAAK,IAAI,KAAWC,EAAgB,CAACP,GAAa,CAACD,GAAWD,EAAS,OAAOD,EAAW,CAAC,IAAI,OAAO,OAAO,IAAI,KAAK,eAAeQ,EAAU,CAAC,QAAQL,EAAY,OAAO,OAAU,IAAIO,EAAgB,OAAU,UAAU,MAAMR,EAAUK,EAAY,OAAU,KAAKN,EAAS,UAAU,MAAS,CAAC,EAAE,OAAOQ,CAAI,EAAE,IAAI,OAAO,OAAO,IAAI,KAAK,eAAeD,EAAU,CAAC,KAAK,UAAU,OAAOJ,EAAY,UAAU,OAAU,OAAOC,GAAaD,EAAY,UAAU,OAAU,OAAOE,IAAa,KAAK,CAAC,EAAE,OAAOG,CAAI,EAAE,QAAQ,OAAO,IAAI,KAAK,eAAeD,CAAS,EAAE,OAAOC,CAAI,CAAE,CAAC,CAAC,IAAME,GAAa,CAAC,OAAO,GAAG,MAAM,IAAI,WAAW,OAAO,MAAM,OAAO,WAAW,MAAM,SAAS,GAAK,UAAU,GAAK,YAAY,GAAK,YAAY,GAAK,YAAY,GAAK,YAAY,OAAO,UAAU,QAAQ,EAW5vC,SAASC,GAAKC,EAAM,CAAC,IAAMC,EAAY,CAAC,GAAGH,GAAa,GAAGE,CAAK,EAAO,CAAC,WAAAb,EAAW,WAAAM,EAAW,SAAAL,EAAS,UAAAC,EAAU,YAAAC,EAC3H,YAAAC,EAAY,YAAAC,EAAY,YAAAE,EAAY,MAAAQ,EAAM,KAAAC,EAAK,YAAAC,CAAW,EAAEH,EAAkBN,EAAUU,GAAc,EAAQC,EAAeC,GAAY,IAAIrB,GAAiBC,EAAW,CAAC,SAAAC,EAAS,UAAAC,EAAU,YAAAC,EACzL,YAAAC,EAAY,YAAAC,CAAW,EAAEC,EAAWC,EAAYC,CAAS,EAAE,CAACA,EAAUD,EAAYP,EAAWI,EAAYF,EAAUG,EAAYF,EAAYF,EAASK,CAAU,CAAC,EAAQe,EAAWC,EAAO,EACtLC,EAAgBH,GAAYI,GAAM,CAAC,GAAGA,IAAO,KAAK,CACzD,aAAaH,EAAW,OAAO,EAAE,MAAO,CAAC,IAAII,EAAWC,EAAK,IAAI,CAAC,IAAMjB,EAAK,IAAI,KAAWkB,EAAK,IAAI,KAAK,EAAE,WAAWlB,EAAK,WAAW,EAAE,EAAE,CAAC,EAAE,CAACA,EAAKY,EAAW,QAAQ,WAAWK,EAAKC,CAAI,EAAE,IAAMC,GAAYT,EAAe,EAAKM,IAAOG,KAAaJ,EAAK,YAAYI,GAAYH,EAAKG,GAAa,EAAEF,EAAK,CAAE,EAAE,CAACP,CAAc,CAAC,EAAO,CAACU,EAAQC,CAAY,EAAEC,GAAS,EAAK,EAAQC,EAASC,GAAa,QAAQ,IAAIA,GAAa,OAAO,OAAAC,GAAU,IAAI,CAACC,GAAgB,IAAIL,EAAa,EAAI,CAAC,CAC7c,EAAE,CAACE,CAAQ,CAAC,EAAsBI,EAAK,IAAI,CAAC,yBAAyB,GAAK,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAArB,EAAM,WAAWjB,GAAU,WAAW,IAAI,SAAS,GAAG,WAAW,EAAE,WAAW+B,EAAQ,UAAU,SAAS,GAAGb,EAAK,mBAAmBC,EAAY,eAAe,SAAS,WAAW,QAAQ,EAAE,IAAIe,EAAS,OAAUT,EAAgB,SAASJ,EAAe,CAAC,CAAC,CAAE,CAACP,GAAK,YAAY,cAAcyB,EAAoBzB,GAAK,CAAC,WAAW,CAAC,MAAM,OAAO,KAAK0B,EAAY,KAAK,wBAAwB,GAAK,QAAQ,CAAC,OAAO,MAAM,EAAE,aAAa,CAAC,OAAO,MAAM,EAAE,aAAa3B,GAAa,UAAU,EAAE,YAAY,CAAC,MAAM,MAAM,KAAK2B,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,aAAa3B,GAAa,YAAY,OAAOE,GAAOA,EAAM,aAAa,MAAM,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKyB,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,aAAa3B,GAAa,UAAU,OAAOE,GAAOA,EAAM,aAAa,MAAM,EAAE,YAAY,CAAC,MAAM,SAAS,KAAKyB,EAAY,KAAK,QAAQ,CAAC,QAAQ,OAAO,SAAS,EAAE,aAAa,CAAC,QAAQ,OAAO,SAAS,EAAE,aAAa3B,GAAa,YAAY,OAAOE,GAAOA,EAAM,aAAa,QAAQ,CAACA,EAAM,SAAS,EAAE,SAAS,CAAC,MAAM,OAAO,KAAKyB,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,aAAa3B,GAAa,SAAS,OAAOE,GAAOA,EAAM,aAAa,MAAM,EAAE,WAAW,CAAC,MAAM,SAAS,KAAKyB,EAAY,KAAK,QAAQ,CAAC,MAAM,KAAK,EAAE,aAAa,CAAC,MAAM,KAAK,EAAE,wBAAwB,GAAK,aAAa3B,GAAa,WAAW,OAAOE,GAAOA,EAAM,aAAa,MAAM,EAQx/C,YAAY,CAAC,MAAM,UAAU,KAAKyB,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,aAAa3B,GAAa,YAAY,OAAOE,GAAOA,EAAM,aAAa,MAAM,EAAE,YAAY,CAAC,MAAM,UAAU,KAAKyB,EAAY,QAAQ,aAAa,OAAO,cAAc,OAAO,aAAa3B,GAAa,YAAY,OAAOE,GAAOA,EAAM,aAAa,QAAQ,CAACA,EAAM,WAAW,EAAE,KAAK,CAAC,KAAKyB,EAAY,KAAK,SAAS,UAAU,EAAE,YAAY,CAAC,MAAM,UAAU,KAAKA,EAAY,QAAQ,aAAa,EAAI,EAAE,MAAM,CAAC,KAAKA,EAAY,MAAM,aAAa3B,GAAa,KAAK,CAAC,CAAC,ECvB3gB4B,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,wYAAwY,EAAeC,GAAU,eCAsG,IAAMC,GAAcC,GAASC,EAAQ,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,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,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMtB,IAAesB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAEsB,EAAM,iBAAwBtB,EAAS,KAAK,GAAG,EAAUwB,GAA6B,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAApC,EAAQ,GAAGqC,CAAS,EAAErB,GAASI,CAAK,EAAO,CAAC,YAAAkB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA/C,CAAQ,EAAEgD,EAAgB,CAAC,WAAArD,GAAW,eAAe,YAAY,IAAIiC,EAAW,QAAA1B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiB1B,GAAuBD,EAAMtB,CAAQ,EAA4DkD,EAAkBC,EAAGvD,GAAkB,GAArE,CAAayC,EAAS,CAAuE,EAAE,OAAoBxB,EAAKuC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBhB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,OAAO,CAAC,GAAGwB,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBb,EAAUI,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4EAA4E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,GAAGQ,CAAK,EAAE,GAAGtC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE0C,EAAYI,CAAc,EAAE,SAAsBS,EAAMtC,EAAO,QAAQ,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBkC,EAAiB,SAAS,YAAY,SAAS,CAAcI,EAAMtC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBkC,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAKyC,EAAS,CAAC,sBAAsB,GAAK,SAAsBzC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,iCAAiC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qEAAqE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepC,EAAKyC,EAAS,CAAC,sBAAsB,GAAK,SAAsBzC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeI,EAAMtC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,iBAAiBkC,EAAiB,SAAS,YAAY,SAAS,CAAcpC,EAAKyC,EAAS,CAAC,sBAAsB,GAAK,SAAsBzC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAepC,EAAK0C,EAA0B,CAAC,SAAsB1C,EAAK2C,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBpC,EAAKnB,GAAS,CAAC,MAAM,2EAA2E,KAAK,CAAC,WAAW,2CAA2C,SAAS,OAAO,UAAU,SAAS,WAAW,IAAI,cAAc,UAAU,WAAW,MAAM,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,OAAO,WAAW,OAAO,YAAY,GAAK,UAAU,GAAM,YAAY,GAAK,YAAY,GAAM,SAAS,GAAK,YAAY,GAAK,WAAW,MAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemB,EAAKyC,EAAS,CAAC,sBAAsB,GAAK,SAAsBzC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepC,EAAKyC,EAAS,CAAC,sBAAsB,GAAK,SAAsBzC,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,gGAAgG,EAAE,SAAsBF,EAAK4C,EAAK,CAAC,KAAK,4BAA4B,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,aAAa,GAAM,SAAsB5C,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,iBAAiBkC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,uEAAuE,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQS,GAAI,CAAC,kFAAkF,kFAAkF,yRAAyR,mSAAmS,2QAA2Q,6OAA6O,mRAAmR,wGAAwG,+hCAA+hC,sJAAsJ,sGAAsG,qFAAqF,+tBAA+tB,GAAeA,GAAI,+bAA+b,EAS54ZC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,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,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGnE,GAAc,GAAGyE,GAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECLz/D,SAARC,GAA2BC,EAAM,CAAC,GAAK,CAAC,OAAAC,CAAM,EAAED,EAAM,OAAAE,GAAU,KAAQD,IAAO,SAAS,KAAK,MAAM,SAAS,UAAe,IAAI,CAAC,SAAS,KAAK,MAAM,SAAS,EAAG,GAAI,CAAC,CAACA,CAAM,CAAC,EAAsBE,EAAKC,GAAU,CAAC,CAAC,CAAE,CAACL,GAAU,YAAY,cAAcM,EAAoBN,GAAU,CAAC,OAAO,CAAC,KAAKO,EAAY,QAAQ,MAAM,eAAe,YAAY,oEAAoE,CAAC,CAAC,ECJtJ,IAAMC,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,QAAQ,EAAI,EAAE,UAAU,CAAC,MAAM,GAAK,QAAQ,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,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,CAAC,IAAME,GAAY,CAAC,QAAQ,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAmCE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAqBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAwB,CAAC,SAAS,YAAY,UAAU,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAASC,EAAI,MAAM,CAAC,GAAGF,EAAM,UAAUF,GAA6BE,EAAM,UAAU,SAASE,GAAKD,EAASP,GAAwBM,EAAM,OAAO,KAAK,MAAMC,IAAW,OAAOA,EAASD,EAAM,WAAW,MAAME,IAAM,OAAOA,EAAI,WAAW,CAAE,EAAQC,GAAuB,CAACH,EAAMpB,IAAWA,EAAS,KAAK,GAAG,EAAEoB,EAAM,iBAAuBI,GAA8B,EAAW,SAASJ,EAAME,EAAI,CAAC,GAAK,CAAC,aAAAG,CAAY,EAAEC,EAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA3B,EAAQ,UAAA4B,EAAU,GAAGC,CAAS,EAAEhB,GAASK,CAAK,EAAO,CAAC,YAAAY,EAAY,WAAAC,EAAW,eAAAC,EAAe,gBAAAC,EAAgB,WAAAC,EAAW,WAAA1B,EAAW,SAAAV,CAAQ,EAAEqC,EAAgB,CAAC,WAAAzC,GAAW,eAAe,YAAY,gBAAAD,GAAgB,YAAAQ,GAAY,QAAAD,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyC,EAAiBf,GAAuBH,EAAMpB,CAAQ,EAAO,CAAC,sBAAAuC,EAAsB,MAAAC,CAAK,EAAEC,GAAyBT,CAAW,EAAQU,EAAaH,EAAsB,SAASI,IAAO,CAAC,GAAGb,GAAqB,MAAMA,EAAU,GAAGa,CAAI,IAAW,GAAM,MAAO,EAAO,CAAC,EAAQC,EAAY,IAAQ,GAAC,kBAAkB,mBAAmB,EAAE,SAASV,CAAc,GAAkBF,IAAc,aAA6Ca,EAAa,IAAQ,IAAC,kBAAkB,mBAAmB,EAAE,SAASX,CAAc,GAAiBF,IAAc,aAA6Cc,EAAsBC,EAAM,EAAE,OAAqBlC,EAAKmC,EAAY,CAAC,GAAGnB,GAA4CiB,EAAgB,SAAuBjC,EAAKoC,EAAO,IAAI,CAAC,QAAQ/C,EAAQ,QAAQF,EAAS,aAAa,IAAImC,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,WAAW,IAAIA,EAAgB,CAAC,UAAU,EAAI,CAAC,EAAE,MAAM,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,YAAY,IAAIA,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,UAAUe,EAAG,eAAejB,CAAU,EAAE,MAAM,CAAC,QAAQ,UAAU,EAAE,SAAuBpB,EAAKT,GAAW,CAAC,MAAMM,EAAW,SAAuByC,EAAMF,EAAO,IAAI,CAAC,GAAGlB,EAAU,UAAUmB,EAAG,iBAAiBtB,CAAS,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,iBAAiBU,EAAiB,SAAS,YAAY,MAAMI,EAAa,IAAIpB,EAAI,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,GAAGK,CAAK,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,2EAA2E,EAAE,oBAAoB,CAAC,gBAAgB,2EAA2E,EAAE,kBAAkB,CAAC,gBAAgB,2EAA2E,EAAE,oBAAoB,CAAC,gBAAgB,2EAA2E,CAAC,EAAE,GAAG7B,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,oBAAoB,CAAC,mBAAmB,MAAS,EAAE,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,oBAAoB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,UAAU,CAAC,EAAEkC,EAAYE,CAAc,EAAE,SAAS,CAACU,EAAY,GAAiB/B,EAAKoC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,oEAAoE,EAAE,oBAAoB,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,CAAC,EAAgBzB,EAAKoC,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,oEAAoE,EAAE,oBAAoB,CAAC,gBAAgB,oEAAoE,EAAE,kBAAkB,CAAC,gBAAgB,oEAAoE,EAAE,oBAAoB,CAAC,gBAAgB,oEAAoE,EAAE,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAEO,EAAa,GAAiBhC,EAAKoC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,OAAO,GAAG,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,oEAAoE,EAAE,oBAAoB,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,CAAC,EAAEM,EAAY,GAAiB/B,EAAKoC,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBX,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,oEAAoE,EAAE,oBAAoB,CAAC,gBAAgB,oEAAoE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,sZAAsZ,kFAAkF,oDAAoD,0RAA0R,4MAA4M,wHAAwH,iXAAiX,mMAAmM,4MAA4M,iVAAiV,yWAAyW,gXAAgX,EAMlgTC,GAAgBC,EAAQ9B,GAAU4B,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,iBAAiBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,EAAE,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,YAAY,UAAU,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,MAAM,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,ECNpH,IAAMM,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,QAAQ,EAAI,CAAC,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,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,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,OAAO,YAAY,QAAQ,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,KAAAC,EAAK,MAAAC,EAAM,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUH,GAAMG,EAAM,UAAU,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUF,GAAOE,EAAM,WAAW,OAAO,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6B,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,UAAAuC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAEzB,GAASM,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAnD,CAAQ,EAAEoD,EAAgB,CAAC,WAAAzD,GAAW,eAAe,YAAY,gBAAAD,GAAgB,IAAIoC,EAAW,QAAA5B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQwD,EAAiB5B,GAAuBD,EAAMxB,CAAQ,EAAuCsD,GAAkBC,EAAG3D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAK2C,EAAY,CAAC,GAAGhB,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAK4C,EAAK,CAAC,KAAKf,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAK,SAAsBgB,EAAM3C,EAAO,EAAE,CAAC,GAAG4B,EAAU,GAAGI,EAAgB,UAAU,GAAGQ,EAAGD,GAAkB,iBAAiBf,EAAUM,CAAU,CAAC,kBAAkB,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGxC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,EAAE,oBAAoB,CAAC,mBAAmB,MAAS,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE8C,EAAYI,CAAc,EAAE,SAAS,CAAcU,EAAM3C,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,SAAS,CAAcxC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,0EAA0E,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,sEAAsE,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,eAAe,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,mBAAmB,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,CAAC,EAAE,SAAS,CAAC,kBAAkB,CAAC,gBAAgB,2EAA2E,EAAE,oBAAoB,CAAC,gBAAgB,2EAA2E,CAAC,EAAE,SAAsBxC,EAAK8C,EAAS,CAAC,sBAAsB,GAAK,SAAsB9C,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,cAAc,EAAE,iBAAiBsC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,oEAAoE,EAAE,KAAKZ,EAAU,SAAS,CAAC,kBAAkB,CAAC,qBAAqB,oEAAoE,EAAE,oBAAoB,CAAC,qBAAqB,oEAAoE,EAAE,UAAU,CAAC,qBAAqB,oEAAoE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG3C,GAAqB,CAAC,kBAAkB,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,oBAAoB,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,6FAA6F,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC,EAAE6B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQY,GAAI,CAAC,kFAAkF,kFAAkF,yTAAyT,gRAAgR,iHAAiH,8NAA8N,0RAA0R,sKAAsK,suBAAsuB,sHAAsH,EAS1hSC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,uBAAuBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,QAAQ,YAAY,GAAG,gBAAgB,GAAM,MAAM,QAAQ,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,OAAO,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,uEAAuE,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,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,uEAAuE,OAAO,KAAK,EAAE,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,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT7oG,IAAMM,GAAwBC,GAASC,EAAkB,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,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,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,GAAO,CAACC,EAAEC,IAAY,OAAOD,GAAI,UAAU,OAAOC,GAAI,SAASD,EAAE,YAAY,IAAIC,EAAE,YAAY,EAAED,IAAIC,EAAUC,GAAmB,CAACZ,EAAMa,IAAmBb,EAAa,YAAwB,kBAA2Bc,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUJ,GAAQI,EAAM,UAAU,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAM7B,IAAe6B,EAAM,iBAAwB7B,EAAS,KAAK,GAAG,EAAE6B,EAAM,iBAAwB7B,EAAS,KAAK,GAAG,EAAU+B,GAA6B,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAlB,EAAa,UAAAmB,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAA1C,EAAQ,UAAA2C,EAAU,mBAAAC,EAAmB,GAAGC,CAAS,EAAEvB,GAASK,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAAvD,CAAQ,EAAEwD,EAAgB,CAAC,WAAA7D,GAAW,eAAe,YAAY,IAAIwC,EAAW,QAAAjC,EAAQ,kBAAAL,EAAiB,CAAC,EAAQ4D,EAAiB3B,GAAuBD,EAAM7B,CAAQ,EAAuC0D,GAAkBC,EAAG/D,GAAkB,GAAhD,CAAC,CAAuE,EAAQgE,GAAOC,GAAU,EAAE,OAAoB/C,EAAKgD,EAAY,CAAC,GAAGlB,GAAUR,EAAgB,SAAsBtB,EAAKM,GAAS,CAAC,QAAQpB,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,GAAW,CAAC,MAAMF,GAAY,SAAsB4D,EAAM1C,EAAO,IAAI,CAAC,GAAG0B,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,GAAkB,gBAAgBf,EAAUM,CAAU,EAAE,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,GAAGO,CAAK,EAAE,GAAG5C,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAEkD,EAAYI,CAAc,EAAE,SAAS,CAActC,EAAKkD,EAAS,CAAC,sBAAsB,GAAK,SAAsBlD,EAAWQ,EAAS,CAAC,SAAsBR,EAAKO,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,uBAAuB,KAAK,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,gBAAgB,EAAE,iBAAiBoC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe3C,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASoB,GAA4BpD,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,IAAI,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,yBAAyB,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAUwE,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,UAAU,GAAGpE,EAAqB,CAAC,UAAU,CAAC,UAAUoE,EAAc,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAElB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASuB,GAA6BvD,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,IAAI,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAU2E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQnD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,SAAS,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAUuE,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAErB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASwB,GAA6BxD,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAU4E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQpD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,SAAS,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAUwE,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAEtB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASyB,GAA6BzD,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAU6E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQrD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,UAAU,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAUyE,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAEvB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS0B,GAA6B1D,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAU8E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQtD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,UAAU,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAU0E,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAExB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS2B,GAA6B3D,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAU+E,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQvD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,QAAQ,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAU2E,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAEzB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS4B,GAA6B5D,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAUgF,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQxD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,UAAU,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAU4E,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE1B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6B,GAA6B7D,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAUiF,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQzD,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,WAAW,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAU6E,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE3B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS8B,GAA6B9D,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAUkF,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ1D,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,OAAO,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAU8E,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE5B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetC,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKmD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUnB,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS+B,GAA6B/D,EAAKqD,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ3B,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,MAAM,GAAG1C,EAAqB,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ0C,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,GAAG,KAAK,CAAC,EAAEQ,EAAYI,CAAc,EAAE,SAAsBtC,EAAKsD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBX,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKpB,GAAmB,CAAC,UAAUmF,EAAe,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ3D,GAAmBH,GAAO+B,EAAmBD,CAAS,EAAE1B,CAAY,EAAE,MAAM,OAAO,UAAU,WAAW,GAAGrB,EAAqB,CAAC,UAAU,CAAC,UAAU+E,EAAe,CAAC,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,EAAE7B,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0B,GAAI,CAAC,kFAAkF,gFAAgF,6RAA6R,gHAAgH,qdAAqd,2WAA2W,6EAA6E,klBAAklB,8aAA8a,EAU9qlBC,GAAgBC,EAAQjD,GAAU+C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,kBAAkBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,GAAG,MAAM,SAAS,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,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,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGvF,EAAuB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECVhyC,IAAM6F,GAAoBC,GAASC,EAAc,EAAQC,GAAoBF,GAASG,EAAc,EAAQC,GAAgBJ,GAASK,EAAU,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,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,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,SAAS,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,iBAAiB,YAAY,kBAAkB,YAAY,kBAAkB,YAAY,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUN,GAA6B,EAAW,SAAS6B,EAAME,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAApC,EAAQ,GAAGqC,CAAS,EAAEpB,GAASI,CAAK,EAAO,CAAC,YAAAiB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAA/C,CAAQ,EAAEgD,EAAgB,CAAC,WAAArD,GAAW,eAAe,YAAY,IAAIiC,EAAW,QAAA1B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQoD,EAAiBzB,GAAuBD,EAAMvB,CAAQ,EAAO,CAAC,sBAAAkD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAWH,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQQ,GAAWL,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQS,GAAWN,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,EAAWP,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAuCW,GAAkBC,EAAG/D,GAAkB,GAAhD,CAAC,CAAuE,EAAQgE,GAAY,IAAQ,EAAC,YAAY,WAAW,EAAE,SAASpB,CAAW,EAAmCqB,GAAa,IAAQ,GAAC,YAAY,YAAY,YAAY,WAAW,EAAE,SAASrB,CAAW,EAAmCsB,GAAa,IAAQtB,IAAc,YAA6CuB,GAAa,IAAQvB,IAAc,YAA6CwB,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAASxB,CAAW,EAA6B,OAAoB1B,EAAKmD,EAAY,CAAC,GAAG3B,GAAUT,EAAgB,SAAsBf,EAAKC,GAAS,CAAC,QAAQf,EAAS,QAAQ,GAAM,SAAsBc,EAAKT,GAAW,CAAC,MAAMF,GAAY,GAAGL,GAAqB,CAAC,UAAU,CAAC,MAAMM,EAAW,EAAE,UAAU,CAAC,MAAMA,EAAW,CAAC,EAAEoC,EAAYI,CAAc,EAAE,SAAsBsB,EAAMlD,EAAO,IAAI,CAAC,GAAGuB,EAAU,GAAGI,EAAgB,UAAUgB,EAAGD,GAAkB,gBAAgBrB,EAAUI,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,+EAA+E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,eAAe,YAAY,gBAAgB,wEAAwE,UAAU,mFAAmF,qBAAqB,YAAY,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,gBAAgB,wEAAwE,UAAU,MAAM,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,wBAAwB,MAAM,gBAAgB,wEAAwE,UAAU,MAAM,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,EAAE,UAAU,CAAC,gBAAgB,uEAAuE,CAAC,EAAE,GAAGtC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,iBAAiB,EAAE,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE0C,EAAYI,CAAc,EAAE,SAAS,CAAcsB,EAAMlD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,kBAAkB,EAAE,SAAS,CAAC,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,4EAA4E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,8EAA8E,EAAE,UAAU,CAAC,wBAAwB,MAAM,iBAAiB,+EAA+E,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,8EAA8E,EAAE,UAAU,CAAC,wBAAwB,MAAM,sBAAsB,MAAM,uBAAuB,MAAM,qBAAqB,MAAM,gBAAgB,kBAAkB,CAAC,EAAE,GAAGnD,GAAqB,CAAC,UAAU,CAAC,cAAc,EAAI,EAAE,UAAU,CAAC,cAAc,EAAI,CAAC,EAAE0C,EAAYI,CAAc,EAAE,SAAS,CAAcsB,EAAMlD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBiC,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKqD,GAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQC,IAA2BlC,GAAmB,GAAG,IAAI,IAAIA,GAAmB,QAAQ,IAAI,EAAE,IAAI,GAAG,EAAE,GAAG,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,uEAAuE,EAAE,UAAU,gBAAgB,mBAAmB,kCAAkC,iBAAiBe,EAAiB,SAAS,YAAY,GAAGnD,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQsE,IAA2BlC,GAAmB,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,uEAAuE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQkC,IAA2BlC,GAAmB,GAAG,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,uEAAuE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQkC,IAA2BlC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,IAAI,CAAC,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,uEAAuE,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,GAAG,eAAe,IAAI,QAAQkC,IAA2BlC,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,YAAY,GAAG,WAAW,IAAI,IAAI,uEAAuE,CAAC,CAAC,EAAEM,EAAYI,CAAc,CAAC,CAAC,EAAEgB,GAAY,GAAgB9C,EAAKuD,EAAS,CAAC,sBAAsB,GAAK,SAAsBvD,EAAWG,EAAS,CAAC,SAAsBiD,EAAMlD,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,OAAO,sBAAsB,4CAA4C,EAAE,SAAS,CAAcF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,+BAA+B,uBAAuB,KAAK,EAAE,SAAS,OAAO,CAAC,EAAE,gCAAgC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,2BAA2B,uBAAuB,EAAE,iBAAiBiC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,mBAAmB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBiC,EAAiB,SAAS,YAAY,SAASY,GAAa,GAAgB/C,EAAKwD,EAA0B,CAAC,SAAsBxD,EAAKyD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBnC,EAAKxB,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,GAAGQ,GAAqB,CAAC,UAAU,CAAC,IAAIyD,GAAW,QAAQ,WAAW,EAAE,UAAU,CAAC,IAAIE,EAAW,QAAQ,WAAW,EAAE,UAAU,CAAC,IAAIJ,EAAU,EAAE,UAAU,CAAC,IAAIG,EAAU,CAAC,EAAEhB,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkB,GAAa,GAAgBhD,EAAKwD,EAA0B,CAAC,GAAGxE,GAAqB,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGoC,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB9B,EAAKyD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBnC,EAAKtB,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,GAAG,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuE,GAAa,GAAgBjD,EAAKwD,EAA0B,CAAC,GAAGxE,GAAqB,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGoC,GAAmB,GAAG,GAAG,EAAE,EAAE,CAAC,EAAEM,EAAYI,CAAc,EAAE,SAAsB9B,EAAKyD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBnC,EAAKtB,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,GAAG,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwE,GAAa,GAAgBlD,EAAKwD,EAA0B,CAAC,SAAsBxD,EAAKyD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBtB,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBnC,EAAKpB,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,OAAO,GAAK,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ8E,GAAI,CAAC,kFAAkF,gFAAgF,wQAAwQ,uSAAuS,oRAAoR,8LAA8L,sKAAsK,2TAA2T,yGAAyG,qHAAqH,sHAAsH,wGAAwG,gHAAgH,0JAA0J,6OAA6O,kSAAkS,oKAAoK,gIAAgI,gIAAgI,gHAAgH,oIAAoI,mSAAmS,+IAA+I,yEAAyE,+bAA+b,EAU7khBC,GAAgBC,EAAQhF,GAAU8E,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,kBAAkBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,EAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,iBAAiB,SAAS,kBAAkB,SAAS,iBAAiB,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGrF,GAAoB,GAAGG,GAAoB,GAAGE,EAAe,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECV/vHsF,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,2YAA2Y,EAAeC,GAAU,eCAjgBC,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,sYAAsY,EAAeC,GAAU,eCAukB,IAAMC,GAAoBC,GAASC,EAAc,EAAQC,GAAsCC,GAAwBF,EAAc,EAAQG,GAAqBJ,GAASK,EAAe,EAAQC,GAAcN,GAASO,EAAQ,EAAQC,GAAgBR,GAASS,EAAU,EAAQC,GAAYV,GAASW,EAAM,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,qBAAqB,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6B,EAAW,SAASD,EAAME,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAErB,GAASI,CAAK,EAAQkB,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUX,CAAY,EAAE,GAAGW,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUZ,CAAY,CAAC,EAAQa,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUX,CAAY,EAAE,SAAS,MAAMW,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUX,CAAY,CAAC,EAAE,GAAK,CAACc,EAAYC,CAAmB,EAAEC,GAA8BR,EAAQ7B,GAAY,EAAK,EAAQsC,EAAe,OAA2FC,EAAkBC,EAAGtC,GAAkB,GAA5F,CAAayB,GAAuBA,EAAS,CAAuE,EAAQc,EAAWxB,EAAO,IAAI,EAAQyB,EAAUC,GAAkB,WAAW,EAAQC,EAAY,IAAS3C,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAASkC,CAAW,EAAtD,GAAyFU,EAAa,IAAS5C,GAAU,EAAiBkC,IAAc,YAAtB,GAA6D,OAAAW,GAAiB,CAAC,CAAC,EAAsBvC,EAAKwC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA5C,EAAiB,EAAE,SAAsB6C,EAAMC,EAAY,CAAC,GAAGrB,GAAUT,EAAgB,SAAS,CAAcZ,EAAKH,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAe4C,EAAME,EAAO,IAAI,CAAC,GAAGpB,EAAU,UAAUU,EAAGD,EAAkB,gBAAgBZ,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcnB,EAAK4C,EAA0B,CAAC,OAAO,GAAG,MAAM3B,GAAmB,OAAO,QAAQ,EAAE,EAAE,SAAsBjB,EAAK6C,GAAU,CAAC,UAAU,0BAA0B,aAAa,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB7C,EAAK8C,GAAkB,CAAC,WAAWlB,EAAY,UAAU,CAAC,UAAU,CAAC,qCAAqC,OAAU,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,qCAAqC,OAAU,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKjB,GAAsC,CAAC,sBAAsB,GAAM,kBAAkB,CAAC,CAAC,OAAO,GAAG,IAAImD,EAAK,OAAO,WAAW,CAAC,EAAE,oBAAoB,EAAE,qCAAqC,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelC,EAAK,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,GAAGmC,EAAU,IAAID,EAAK,SAAsBO,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAACJ,EAAY,GAAgBrC,EAAK,QAAQ,CAAC,UAAU,8CAA8C,cAAc,GAAK,mBAAmB,YAAY,SAAsBA,EAAK4C,EAA0B,CAAC,OAAO,KAAK,MAAM,QAAQ,SAAsB5C,EAAK6C,GAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsB7C,EAAKd,GAAgB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuD,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAczC,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsByC,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,KAAK,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,2DAA2D,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,oEAAoE,EAAE,SAAS,CAAC,gCAA6CzC,EAAK,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,0BAA0B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK4C,EAA0B,CAAC,SAAsB5C,EAAK6C,GAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB7C,EAAKZ,GAAS,CAAC,YAAY,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,GAAG,aAAa,CAAC,gBAAgB,kBAAkB,aAAa,GAAG,MAAM,qBAAqB,IAAI,EAAE,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,EAAE,EAAE,KAAK,WAAW,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAKiD,EAAK,CAAC,KAAK,8DAA8D,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,yBAAyB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe3C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAKiD,EAAK,CAAC,KAAK,uEAAuE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gCAAgC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe3C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAKiD,EAAK,CAAC,KAAK,0EAA0E,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mCAAmC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe3C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAKiD,EAAK,CAAC,KAAK,+DAA+D,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,kCAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAe3C,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,MAAM,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAKiD,EAAK,CAAC,KAAK,uEAAuE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,2BAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,SAAS,CAAczC,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAsBA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,0BAA0B,SAAS,sBAAsB,mBAAmB,EAAE,SAAS,sCAAsC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,uCAAuC,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeyC,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,CAAC,gDAA6DzC,EAAKiD,EAAK,CAAC,KAAK,6HAA6H,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,yDAAyD,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mCAAmC,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsBN,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,2EAAmFzC,EAAKiD,EAAK,CAAC,KAAK,+IAA+I,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,yEAAsFzC,EAAKiD,EAAK,CAAC,KAAK,oIAAoI,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,2CAAwDzC,EAAKiD,EAAK,CAAC,KAAK,oIAAoI,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,8EAAsFzC,EAAKiD,EAAK,CAAC,KAAK,kJAAkJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,iFAAyFzC,EAAKiD,EAAK,CAAC,KAAK,qJAAqJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,+EAAuFzC,EAAKiD,EAAK,CAAC,KAAK,mJAAmJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,0eAAsd,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKkD,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAI,IAAI;AAAA;AAAA;AAAA,EAA4L,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,CAAC,+CAA4DzC,EAAKiD,EAAK,CAAC,KAAK,sIAAsI,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,wDAAwD,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mCAAmC,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsBN,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,gFAAwFzC,EAAKiD,EAAK,CAAC,KAAK,qJAAqJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,+EAAuFzC,EAAKiD,EAAK,CAAC,KAAK,gJAAgJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,6KAAmK,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKkD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAI,IAAI;AAAA;AAAA;AAAA,EAA4L,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,CAAC,wCAAqDzC,EAAKiD,EAAK,CAAC,KAAK,iHAAiH,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,iDAAiD,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,mCAAmC,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,wDAAwD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,yDAAyD,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsBN,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,iFAAyFzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,mEAAgFzC,EAAKiD,EAAK,CAAC,KAAK,mJAAmJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,mFAA2FzC,EAAKiD,EAAK,CAAC,KAAK,sJAAsJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,oFAA4FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,6nBAA+lB,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,wDAAwD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,yDAAyD,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsBN,EAAYO,EAAS,CAAC,SAAS,CAAcP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,oFAA4FzC,EAAKiD,EAAK,CAAC,KAAK,4IAA4I,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,qFAA6FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,oFAA4FzC,EAAKiD,EAAK,CAAC,KAAK,uJAAuJ,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,wFAAgGzC,EAAKiD,EAAK,CAAC,KAAK,2JAA2J,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,spBAAmnB,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKkD,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAI,IAAI;AAAA;AAAA;AAAA,EAA4L,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,CAAC,yCAAsDzC,EAAKiD,EAAK,CAAC,KAAK,iHAAiH,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,kDAAkD,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mCAAmC,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAsBA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,6CAA0DzC,EAAKiD,EAAK,CAAC,KAAK,6HAA6H,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,yDAAyD,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKkD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAI,IAAI;AAAA;AAAA;AAAA,EAA4L,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeT,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAAczC,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,CAAC,sDAAmEzC,EAAKiD,EAAK,CAAC,KAAK,qHAAqH,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBjD,EAAK2C,EAAO,EAAE,CAAC,SAAsB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,+DAA+D,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBhD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,MAAM,EAAE,SAAS,kCAAkC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,mCAAmC,MAAM,CAAC,YAAY,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAsBA,EAAK+C,EAAS,CAAC,sBAAsB,GAAK,SAAsB/C,EAAWgD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,MAAM,EAAE,SAAS,CAAC,4CAAyDzC,EAAKiD,EAAK,CAAC,KAAK,uEAAuE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBR,EAAME,EAAO,EAAE,CAAC,SAAS,CAAC,IAAiB3C,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,gBAAgB,EAAE,SAAS,YAAY,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,wDAAwD,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKkD,GAAI,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,KAAK,gBAAgB,gBAAgB,EAAE,eAAe,IAAI,IAAI;AAAA;AAAA;AAAA,EAA4L,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEZ,EAAa,GAAgBtC,EAAK4C,EAA0B,CAAC,OAAO,IAAI,MAAM3B,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,SAAsBjB,EAAK6C,GAAU,CAAC,UAAU,wCAAwC,OAAO,YAAY,QAAQ,YAAY,SAAsB7C,EAAKV,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeU,EAAK4C,EAA0B,CAAC,OAAO,IAAI,MAAM3B,GAAmB,OAAO,QAAQ,SAAsBjB,EAAK6C,GAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB7C,EAAK8C,GAAkB,CAAC,WAAWlB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB5B,EAAKR,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeQ,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQmD,GAAI,CAAC,kFAAkF,gFAAgF,+VAA+V,qIAAqI,iVAAiV,0RAA0R,wgBAAwgB,qHAAqH,uSAAuS,kSAAkS,gRAAgR,qKAAqK,wGAAwG,gRAAgR,2QAA2Q,8RAA8R,oRAAoR,6uBAA6uB,uZAAuZ,uZAAuZ,sZAAsZ,obAAob,uNAAuN,0KAA0K,yGAAyG,GAAeA,GAAI,GAAgBA,GAAI,gcAAgc,8JAA8J,6TAA6T,EAa5mkDC,GAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,gBAAgB,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,IAAI,0GAA0G,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,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,cAAc,IAAI,uEAAuE,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,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,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,GAAGxE,GAAoB,GAAGK,GAAqB,GAAGE,GAAc,GAAGE,GAAgB,GAAGE,GAAY,GAAGiE,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC/wK,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,qBAAuB,OAAO,yBAA2B,QAAQ,uBAAyB,GAAG,qBAAuB,uDAAiE,kBAAoB,OAAO,sBAAwB,IAAI,sBAAwB,OAAO,yBAA2B,OAAO,oCAAsC,4JAA0L,4BAA8B,OAAO,qBAAuB,OAAO,6BAA+B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["IconType", "SrcType", "metaTagSelector", "isPublishedSiteOrSSG", "Download", "props", "styleOptions", "hoverOptions", "iconOptions", "backgroundColor", "color", "borderRadius", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "gap", "isInPublishedSiteOrSSG", "downloadURL", "paddingValue", "getIcon", "ref", "ref1", "iconStyle", "p", "getCursor", "buttonTitle", "u", "motion", "buttonStyles", "flexAlignSwitch", "addPropertyControls", "ControlType", "fontControlStyles", "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", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Yns1VGesa", "fLJmSViJW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerDwfX8v2hp", "withCSS", "DwfX8v2hp_default", "addPropertyControls", "ControlType", "addFonts", "SideNavigationItem2Fonts", "getFonts", "DwfX8v2hp_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerchz_VAYNQ", "withCSS", "chz_VAYNQ_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "css", "FramercSUnQJus3", "withCSS", "cSUnQJus3_default", "addFonts", "fontStack", "formatTimeOrDate", "outputType", "showYear", "showMonth", "showWeekday", "showMinutes", "showSeconds", "timeFormat", "monthFormat", "localCode", "date", "onlyYearIsShown", "defaultProps", "Time", "props", "mergedProps", "color", "font", "tabularFont", "useLocaleCode", "getTextContent", "te", "timeoutRef", "pe", "updateCountdown", "node", "prev", "tick", "next", "textContent", "visible", "setIsVisible", "ye", "isCanvas", "RenderTarget", "ue", "Z", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "TimeDateFonts", "getFonts", "Time", "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", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "Link", "css", "FramerGgSpah3R3", "withCSS", "GgSpah3R3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Component", "props", "toggle", "ue", "p", "l", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "AI_Dndwc0", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1gobd1h", "args", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "css", "FrameroPL7NRSFP", "withCSS", "oPL7NRSFP_default", "addPropertyControls", "ControlType", "addFonts", "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", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Yns1VGesa", "fLJmSViJW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "RichText2", "css", "FramerTf9k8_4vB", "withCSS", "Tf9k8_4vB_default", "addPropertyControls", "ControlType", "addFonts", "SideNavigationItemFonts", "getFonts", "Tf9k8_4vB_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "equals", "a", "b", "convertFromBoolean", "activeLocale", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "filter", "height", "id", "width", "props", "createLayoutDependency", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ulyaxEMky", "NDUE7qyq3IENSPK_J8", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "css", "FramerX_98KweFo", "withCSS", "X_98KweFo_default", "addPropertyControls", "ControlType", "addFonts", "MenuIconButtonFonts", "getFonts", "oPL7NRSFP_default", "SideNavigationFonts", "X_98KweFo_default", "StopScrollFonts", "Component", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap16h90zm", "args", "tap1kk8pc0", "tap1wuaik5", "tap1gj6z9x", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerX46j6TWHG", "withCSS", "X46j6TWHG_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "MainNavigationFonts", "getFonts", "X46j6TWHG_default", "MainNavigationWithVariantAppearEffect", "withVariantAppearEffect", "SideNavigation7Fonts", "chz_VAYNQ_default", "DownloadFonts", "Download", "BackgroundFonts", "cSUnQJus3_default", "FooterFonts", "GgSpah3R3_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "isDisplayed", "isDisplayed1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "Link", "SVG", "css", "FramercDwJuWWhF", "withCSS", "cDwJuWWhF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
