{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/hXQVejjVevqsrT0SVICU/EUoFGx5C5qfvDjGMXWZE/CmyScR0k1.js", "ssg:https://framerusercontent.com/modules/bSlNWLHLiImihHckGAEe/8uJwCW3cPsbMTehPLID8/Jl2zKoCF7.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */export default function Image(props){const{image,alt,radius,padding,link,newTab,style,borderOptions,shadowOptions}=props;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const borderAndShadow=(borderOptions,shadowOptions)=>{if(!shadowOptions&&!borderOptions)return undefined;if(shadowOptions&&!borderOptions){return`${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}if(!shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}`;}if(shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}, ${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,webkitUserDrag:\"none\",userDrag:\"none\",userSelect:\"none\"};const shadowStyle={position:\"absolute\",inset:0,pointerEvents:\"none\",borderRadius:radius,boxShadow:borderAndShadow(borderOptions,shadowOptions)};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/_jsxs(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]}):/*#__PURE__*/_jsxs(\"div\",{style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]});}addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},borderOptions:{type:ControlType.Object,optional:true,title:\"Border\",icon:\"effect\",controls:{borderColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"},borderWidth:{type:ControlType.Number,title:\"Width\",min:0,displayStepper:true,defaultValue:1}}},shadowOptions:{type:ControlType.Object,title:\"Shadow\",optional:true,icon:\"effect\",controls:{shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/wamqm8FbyNq4QyBrk7jS/yfy6ZIRkPjBFGmyanOhW/yywTLQrM9.js\";const MotionDivWithFX=withFX(motion.div);const serializationHash=\"framer-nwDcE\";const variantClassNames={XEIa5_oET:\"framer-v-1k5u7m8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const 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 Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Space Around\":\"space-around\",\"Space Between\":\"space-between\",\"Space Evenly\":\"space-evenly\",Center:\"center\",End:\"flex-end\",Start:\"flex-start\"};const getProps=({distribute,height,id,postText,preText,width,...props})=>{return{...props,d0exdherN:humanReadableEnumMap[distribute]??distribute??props.d0exdherN??\"flex-start\",FUeo3npzB:postText??props.FUeo3npzB??\"Amenities\",izADRfKuO:preText??props.izADRfKuO??\"Amenities\"};};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,izADRfKuO,FUeo3npzB,d0exdherN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"XEIa5_oET\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterupml6a=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});overlay.show();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1k5u7m8\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,id:`${layoutId}-1k5u7m8`,layoutDependency:layoutDependency,layoutId:\"XEIa5_oET\",onMouseEnter:onMouseEnterupml6a({overlay}),ref:refBinding,style:{\"--1yv4eds\":d0exdherN,...style},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Amenities\"})}),className:\"framer-1q6vc9e\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Pdnwf9N9f\",style:{\"--extracted-1of0zx5\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",\"--framer-paragraph-spacing\":\"20px\"},text:izADRfKuO,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Amenities\"})}),className:\"framer-hkkrk9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ptuD1DScN\",style:{\"--extracted-1of0zx5\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",\"--framer-paragraph-spacing\":\"20px\"},text:FUeo3npzB,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:refBinding,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1k5u7m8`,offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1expl1n\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"IR4YezYan\",ref:ref1,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"}})})})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nwDcE.framer-hdr2pd, .framer-nwDcE .framer-hdr2pd { display: block; }\",\".framer-nwDcE.framer-1k5u7m8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: var(--1yv4eds); overflow: hidden; padding: 0px; position: relative; width: 1120px; }\",\".framer-nwDcE .framer-1q6vc9e, .framer-nwDcE .framer-hkkrk9 { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-nwDcE .framer-1expl1n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nwDcE.framer-1k5u7m8, .framer-nwDcE .framer-1expl1n { gap: 0px; } .framer-nwDcE.framer-1k5u7m8 > *, .framer-nwDcE .framer-1expl1n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nwDcE.framer-1k5u7m8 > :first-child, .framer-nwDcE .framer-1expl1n > :first-child { margin-left: 0px; } .framer-nwDcE.framer-1k5u7m8 > :last-child, .framer-nwDcE .framer-1expl1n > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"izADRfKuO\":\"preText\",\"FUeo3npzB\":\"postText\",\"d0exdherN\":\"distribute\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCmyScR0k1=withCSS(Component,css,\"framer-nwDcE\");export default FramerCmyScR0k1;FramerCmyScR0k1.displayName=\"Combined Title\";FramerCmyScR0k1.defaultProps={height:72,width:1120};addPropertyControls(FramerCmyScR0k1,{izADRfKuO:{defaultValue:\"Amenities\",displayTextArea:false,title:\"Pre text\",type:ControlType.String},FUeo3npzB:{defaultValue:\"Amenities\",displayTextArea:false,title:\"Post text\",type:ControlType.String},d0exdherN:{defaultValue:\"flex-start\",options:[\"flex-start\",\"center\",\"flex-end\",\"space-between\",\"space-around\",\"space-evenly\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\",\"Space Around\",\"Space Evenly\"],title:\"Distribute\",type:ControlType.Enum}});addFonts(FramerCmyScR0k1,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCmyScR0k1\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1120\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"izADRfKuO\\\":\\\"preText\\\",\\\"FUeo3npzB\\\":\\\"postText\\\",\\\"d0exdherN\\\":\\\"distribute\\\"}\",\"framerIntrinsicHeight\":\"72\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/5hCj5aqz259Cc22vd8sH/SmoothScroll_Prod.js\";import CombinedTitle from\"#framer/local/canvasComponent/CmyScR0k1/CmyScR0k1.js\";import Button from\"#framer/local/canvasComponent/GulOZoMnJ/GulOZoMnJ.js\";import Topbar from\"#framer/local/canvasComponent/MEfngGPVR/MEfngGPVR.js\";import ConsultationCTAPopupSideButton from\"#framer/local/canvasComponent/MQT6Tp_5S/MQT6Tp_5S.js\";import OffplanCardNew from\"#framer/local/canvasComponent/oOsaZcy6Y/oOsaZcy6Y.js\";import ProcessCard from\"#framer/local/canvasComponent/PCgd3WvOA/PCgd3WvOA.js\";import BottomForm from\"#framer/local/canvasComponent/rC5HEdsAw/rC5HEdsAw.js\";import Cursor from\"#framer/local/canvasComponent/t3kQNA4Z8/t3kQNA4Z8.js\";import Footer01 from\"#framer/local/canvasComponent/TWlCA1Uhf/TWlCA1Uhf.js\";import Project from\"#framer/local/canvasComponent/VvgCSmuri/VvgCSmuri.js\";import Developers from\"#framer/local/collection/ecYIdMwYc/ecYIdMwYc.js\";import OffplanProperties from\"#framer/local/collection/n5ZK3z7XP/n5ZK3z7XP.js\";import Communities from\"#framer/local/collection/Qiwj4Sxj4/Qiwj4Sxj4.js\";import PropertiesPropertyFinder from\"#framer/local/collection/sfD52ERFp/sfD52ERFp.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/bPDtyZ2bo/bPDtyZ2bo.js\";import*as sharedStyle13 from\"#framer/local/css/dyiMCfwje/dyiMCfwje.js\";import*as sharedStyle14 from\"#framer/local/css/HvbIeng7X/HvbIeng7X.js\";import*as sharedStyle9 from\"#framer/local/css/IcWf34g6e/IcWf34g6e.js\";import*as sharedStyle12 from\"#framer/local/css/jUItAZFpN/jUItAZFpN.js\";import*as sharedStyle7 from\"#framer/local/css/LkIYnAAuy/LkIYnAAuy.js\";import*as sharedStyle4 from\"#framer/local/css/pOjALZ8om/pOjALZ8om.js\";import*as sharedStyle8 from\"#framer/local/css/QANyYcZVT/QANyYcZVT.js\";import*as sharedStyle3 from\"#framer/local/css/QBbKt4HEz/QBbKt4HEz.js\";import*as sharedStyle11 from\"#framer/local/css/sFrNMcZxl/sFrNMcZxl.js\";import*as sharedStyle from\"#framer/local/css/vBGEcAB2s/vBGEcAB2s.js\";import*as sharedStyle10 from\"#framer/local/css/wcUjhB_O2/wcUjhB_O2.js\";import*as sharedStyle2 from\"#framer/local/css/WdLuzRwdy/WdLuzRwdy.js\";import*as sharedStyle5 from\"#framer/local/css/X7ylXautb/X7ylXautb.js\";import*as sharedStyle1 from\"#framer/local/css/yywTLQrM9/yywTLQrM9.js\";import metadataProvider from\"#framer/local/webPageMetadata/Jl2zKoCF7/Jl2zKoCF7.js\";const ConsultationCTAPopupSideButtonFonts=getFonts(ConsultationCTAPopupSideButton);const BottomFormFonts=getFonts(BottomForm);const ContainerWithFX=withFX(Container);const TopbarFonts=getFonts(Topbar);const ImageWithFX=withFX(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const ProcessCardFonts=getFonts(ProcessCard);const OffplanCardNewFonts=getFonts(OffplanCardNew);const CombinedTitleFonts=getFonts(CombinedTitle);const Image1Fonts=getFonts(Image1);const ProjectFonts=getFonts(Project);const TickerFonts=getFonts(Ticker);const MotionSectionWithFX=withFX(motion.section);const Footer01Fonts=getFonts(Footer01);const SmoothScrollFonts=getFonts(SmoothScroll);const CursorFonts=getFonts(Cursor);const breakpoints={BwJTUMTZ1:\"(min-width: 1406px)\",dLDIjOQTQ:\"(min-width: 810px) and (max-width: 1199px)\",HUTvd2P2_:\"(min-width: 1200px) and (max-width: 1405px)\",nG2wuX4B4:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-a6pls\";const variantClassNames={BwJTUMTZ1:\"framer-v-z8ve3j\",dLDIjOQTQ:\"framer-v-1s3kdxw\",HUTvd2P2_:\"framer-v-xnq4v4\",nG2wuX4B4:\"framer-v-14eti12\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition1={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-141};const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:37,delay:0,mass:1,stiffness:59,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const contains=(a,b)=>{if(typeof a===\"string\"&&typeof b===\"string\"){return a.toLowerCase().includes(b.toLowerCase());}if(Array.isArray(a)&&typeof b===\"string\"){return a.includes(b);}return false;};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:26};const transition3={damping:30,delay:.1,mass:1,stiffness:152,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition4={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:170};const transition5={damping:100,delay:0,mass:1,stiffness:362,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:170};const enumToDisplayName=value=>value;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Large\":\"BwJTUMTZ1\",Desktop:\"HUTvd2P2_\",Phone:\"nG2wuX4B4\",Tablet:\"dLDIjOQTQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HUTvd2P2_\"};};const transition6={damping:60,delay:0,mass:1,stiffness:251,type:\"spring\"};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:20},placement:\"top\",transition:transition6,variant:\"YZ5fzwGiv\"};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"Jl2zKoCF7\",data:Communities,type:\"Collection\"},select:[{collection:\"Jl2zKoCF7\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Wwn3GC3IC\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"PIVbeIt1h\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"vKXD8iKpJ\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Uc0EKW689\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"fWJ74q7xr\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"o54wwUXoX\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"aTI9KHriu\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"b_X5KNYN7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"oHTkeZJ15\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Ak_tmyHDL\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"ILkpQcNvi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"gBkoe0Lt_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"i8axNsxJW\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"OzGGYAMO7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"DTdUoV3vO\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"NOK98R40_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"x3QduU9gk\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"OnX0sZkMW\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"PP4i7ZJUK\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"SQP2GMQE0\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"i2shV2MAl\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"BAh5FEar5\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"uxh_nj3lB\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Ytkv7QIHG\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"u11_ibnpz\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"LgriKdP_J\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"EYdo0B6LH\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"eiIqNXO2p\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Gq9DHGGHV\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"e3VP6pjad\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"ZYVeBLqG3\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"w9rlK1eOZ\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"fSXCSrFSj\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Yo7Ie5ErL\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"QLctUZ02A\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"mtSAvkMux\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"TYuiCgXFJ\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"G1Z6hRir7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"xMoZitZIU\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"I0lwfi4aV\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"BGoNtvFqg\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Jl2zKoCF7\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,vKXD8iKpJ=getFromCurrentRouteData(\"vKXD8iKpJ\"),F5JM_atFV=getFromCurrentRouteData(\"F5JM_atFV\")??\"\",Wwn3GC3IC=getFromCurrentRouteData(\"Wwn3GC3IC\")??\"\",PIVbeIt1h=getFromCurrentRouteData(\"PIVbeIt1h\")??\"\",LgriKdP_J=getFromCurrentRouteData(\"LgriKdP_J\")??true,uxh_nj3lB=getFromCurrentRouteData(\"uxh_nj3lB\")??true,Ytkv7QIHG=getFromCurrentRouteData(\"Ytkv7QIHG\")??true,u11_ibnpz=getFromCurrentRouteData(\"u11_ibnpz\")??true,EYdo0B6LH=getFromCurrentRouteData(\"EYdo0B6LH\")??true,eiIqNXO2p=getFromCurrentRouteData(\"eiIqNXO2p\")??true,e3VP6pjad=getFromCurrentRouteData(\"e3VP6pjad\")??true,ZYVeBLqG3=getFromCurrentRouteData(\"ZYVeBLqG3\")??true,w9rlK1eOZ=getFromCurrentRouteData(\"w9rlK1eOZ\")??true,fSXCSrFSj=getFromCurrentRouteData(\"fSXCSrFSj\")??true,mtSAvkMux=getFromCurrentRouteData(\"mtSAvkMux\")??true,Yo7Ie5ErL=getFromCurrentRouteData(\"Yo7Ie5ErL\")??true,Gq9DHGGHV=getFromCurrentRouteData(\"Gq9DHGGHV\")??true,QLctUZ02A=getFromCurrentRouteData(\"QLctUZ02A\")??true,I0lwfi4aV=getFromCurrentRouteData(\"I0lwfi4aV\")??\"\",xMoZitZIU=getFromCurrentRouteData(\"xMoZitZIU\")??\"\",b89Nm6zLnhaYQ1xvCr,fovXL8TyEhaYQ1xvCr,LIgomMNCRhaYQ1xvCr,riI1kOXpYhaYQ1xvCr,V_8Vv4AkyhaYQ1xvCr,kv6I7Y0A2haYQ1xvCr,DZujJi4uUhaYQ1xvCr,vJThjf2f1haYQ1xvCr,WTi9F9bsuhaYQ1xvCr,SgNqcmdV7haYQ1xvCr,idhaYQ1xvCr,b89Nm6zLnl1NRAy1yF,fovXL8TyEl1NRAy1yF,LIgomMNCRl1NRAy1yF,riI1kOXpYl1NRAy1yF,V_8Vv4Akyl1NRAy1yF,kv6I7Y0A2l1NRAy1yF,DZujJi4uUl1NRAy1yF,vJThjf2f1l1NRAy1yF,WTi9F9bsul1NRAy1yF,SgNqcmdV7l1NRAy1yF,idl1NRAy1yF,BGoNtvFqg=getFromCurrentRouteData(\"BGoNtvFqg\")??\"\",b89Nm6zLnJF08DueMl,fovXL8TyEJF08DueMl,LIgomMNCRJF08DueMl,riI1kOXpYJF08DueMl,V_8Vv4AkyJF08DueMl,kv6I7Y0A2JF08DueMl,DZujJi4uUJF08DueMl,vJThjf2f1JF08DueMl,WTi9F9bsuJF08DueMl,SgNqcmdV7JF08DueMl,idJF08DueMl,TYuiCgXFJ=getFromCurrentRouteData(\"TYuiCgXFJ\")??\"\",b89Nm6zLnuy45kKUGE,fovXL8TyEuy45kKUGE,LIgomMNCRuy45kKUGE,riI1kOXpYuy45kKUGE,V_8Vv4Akyuy45kKUGE,kv6I7Y0A2uy45kKUGE,DZujJi4uUuy45kKUGE,vJThjf2f1uy45kKUGE,WTi9F9bsuuy45kKUGE,SgNqcmdV7uy45kKUGE,iduy45kKUGE,G1Z6hRir7=getFromCurrentRouteData(\"G1Z6hRir7\")??\"\",RixmfYvqDoPP8AP56R,paoABVbHVKI_0r0Xa8,YPCLwDr8bKI_0r0Xa8,XVgWFZbuxKI_0r0Xa8,GHci4ngIJKI_0r0Xa8,RixmfYvqDKI_0r0Xa8,apXs8FZ4k_vHj266Qm6KI_0r0Xa8,idKI_0r0Xa8,idoPP8AP56R,aTI9KHriu=getFromCurrentRouteData(\"aTI9KHriu\"),fWJ74q7xr=getFromCurrentRouteData(\"fWJ74q7xr\"),oHTkeZJ15=getFromCurrentRouteData(\"oHTkeZJ15\"),ILkpQcNvi=getFromCurrentRouteData(\"ILkpQcNvi\"),i8axNsxJW=getFromCurrentRouteData(\"i8axNsxJW\"),DTdUoV3vO=getFromCurrentRouteData(\"DTdUoV3vO\"),x3QduU9gk=getFromCurrentRouteData(\"x3QduU9gk\"),PP4i7ZJUK=getFromCurrentRouteData(\"PP4i7ZJUK\"),i2shV2MAl=getFromCurrentRouteData(\"i2shV2MAl\"),Uc0EKW689=getFromCurrentRouteData(\"Uc0EKW689\"),o54wwUXoX=getFromCurrentRouteData(\"o54wwUXoX\"),b_X5KNYN7=getFromCurrentRouteData(\"b_X5KNYN7\"),Ak_tmyHDL=getFromCurrentRouteData(\"Ak_tmyHDL\"),gBkoe0Lt_=getFromCurrentRouteData(\"gBkoe0Lt_\"),OzGGYAMO7=getFromCurrentRouteData(\"OzGGYAMO7\"),NOK98R40_=getFromCurrentRouteData(\"NOK98R40_\"),OnX0sZkMW=getFromCurrentRouteData(\"OnX0sZkMW\"),SQP2GMQE0=getFromCurrentRouteData(\"SQP2GMQE0\"),BAh5FEar5=getFromCurrentRouteData(\"BAh5FEar5\"),F5JM_atFVk8vhOIAaT,vKXD8iKpJk8vhOIAaT,abCVizEmik8vhOIAaT,H8wcwixxok8vhOIAaT,FgTryvasck8vhOIAaT,idk8vhOIAaT,abCVizEmi=getFromCurrentRouteData(\"abCVizEmi\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const xOJ8ZE2Tn3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=contains(I0lwfi4aV,\"\");const isDisplayed=value=>{if(!isBrowser())return true;if(baseVariant===\"dLDIjOQTQ\")return value;return true;};const router=useRouter();const activeLocaleCode=useLocaleCode();const elementId=useRouteElementId(\"oPP8AP56R\");const ref2=React.useRef(null);const visible1=contains(G1Z6hRir7,F5JM_atFV);const elementId1=useRouteElementId(\"KI_0r0Xa8\");const dynamicRef=useDynamicRefs();const visible2=isSet(aTI9KHriu);const visible3=isSet(vKXD8iKpJ);const visible4=isSet(fWJ74q7xr);const visible5=isSet(oHTkeZJ15);const visible6=isSet(ILkpQcNvi);const visible7=isSet(i8axNsxJW);const visible8=isSet(DTdUoV3vO);const visible9=isSet(x3QduU9gk);const visible10=isSet(PP4i7ZJUK);const visible11=isSet(i2shV2MAl);const visible12=isSet(Uc0EKW689);const elementId2=useRouteElementId(\"b2LVz7zMH\");const visible13=isSet(o54wwUXoX);const visible14=isSet(b_X5KNYN7);const visible15=isSet(Ak_tmyHDL);const visible16=isSet(gBkoe0Lt_);const visible17=isSet(OzGGYAMO7);const visible18=isSet(NOK98R40_);const visible19=isSet(OnX0sZkMW);const visible20=isSet(SQP2GMQE0);const visible21=isSet(BAh5FEar5);const elementId3=useRouteElementId(\"az9Knxxno\");const ref3=React.useRef(null);useCustomCursors({pjrxrb:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HUTvd2P2_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-xnq4v4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,width:\"268px\",y:350,children:/*#__PURE__*/_jsxs(ContainerWithFX,{__framer__spring:{bounce:.1,damping:60,delay:0,duration:.2,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:48,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ceoxk8-container\",id:\"ceoxk8\",layoutScroll:true,nodeId:\"CJHzHw1Tk\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",style:{rotate:-90},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{variant:\"UAZzft2kj\"},dLDIjOQTQ:{variant:overlay.visible?\"uf3aduVRs\":\"uf3aduVRs\"},nG2wuX4B4:{variant:\"fupWOM683\"}},children:/*#__PURE__*/_jsx(ConsultationCTAPopupSideButton,{gJb3pGzic:ref1,height:\"100%\",id:\"CJHzHw1Tk\",layoutId:\"CJHzHw1Tk\",style:{height:\"100%\",width:\"100%\"},variant:\"xrXRqHO9V\",width:\"100%\",xOJ8ZE2Tn:xOJ8ZE2Tn3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-19xrklt\"),\"data-framer-portal-id\":\"ceoxk8\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"u2FhUjOl6\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-1yz2ka0\"),\"data-framer-portal-id\":\"ceoxk8\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{width:\"855.6976px\"},nG2wuX4B4:{width:\"70vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c0xubn-container\",inComponentSlot:true,nodeId:\"aS0q1HzB_\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{style:{height:\"100%\",width:\"100%\"},variant:\"uL6fBXdEv\"},nG2wuX4B4:{style:{width:\"100%\"},variant:\"kzsVSVmwP\"}},children:/*#__PURE__*/_jsx(BottomForm,{height:\"100%\",id:\"aS0q1HzB_\",layoutId:\"aS0q1HzB_\",variant:\"GY32G3Vav\",w7Xs_jIuj:\"\",width:\"100%\"})})})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:127,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17r5oep-container\",layoutScroll:true,nodeId:\"RfNkDbM7S\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{variant:\"VvxwOXSlC\"},nG2wuX4B4:{variant:\"VvxwOXSlC\"}},children:/*#__PURE__*/_jsx(Topbar,{AicBUTDWj:\"CPIMpz1DQ\",dmElUEbkn:\"CPIMpz1DQ\",ff9GEWBDa:\"CPIMpz1DQ\",FWyclDMs4:\"rgba(0, 0, 0, 0.2)\",height:\"100%\",id:\"RfNkDbM7S\",ipam0k6KS:\"CPIMpz1DQ\",layoutId:\"RfNkDbM7S\",style:{width:\"100%\"},UEin4MdCF:\"CPIMpz1DQ\",variant:\"BTjPgfaUs\",width:\"100%\",yXFa52VqY:\"CPIMpz1DQ\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1f82oid\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1v25yk7\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(vKXD8iKpJ)},className:\"framer-akq6r7\",\"data-framer-name\":\"Background Image\"}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1dr18w7\",\"data-styles-preset\":\"vBGEcAB2s\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Dubai Marina\"})}),className:\"framer-13hlsc5\",\"data-framer-appear-id\":\"13hlsc5\",fonts:[\"Inter\"],initial:animation2,optimized:true,text:F5JM_atFV,transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-gzhd13\",\"data-framer-name\":\"Overview\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",children:\"Overview\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Overview\"})}),className:\"framer-a5lu3i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VXJiYW5pc3QtNTAw\",\"--framer-font-family\":'\"Urbanist\", \"Urbanist Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Known for its stunning skyline, waterfront living, and a plethora of dining and entertainment options. It's a hub for expats due to its vibrant atmosphere and proximity to the beach.\"})}),fonts:[\"GF;Urbanist-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Known for its stunning skyline, waterfront living, and a plethora of dining and entertainment options. It's a hub for expats due to its vibrant atmosphere and proximity to the beach.\"})}),className:\"framer-4cr4ef\",fonts:[\"Inter\"],text:Wwn3GC3IC,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"mFqRp7MUw\"],\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"he6tRwJBY\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kvuy8b1Z7\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{fonts:[\"GF;Urbanist-500\"]},dLDIjOQTQ:{stylesPresetsClassNames:{a:\"framer-styles-preset-1t8bstf\",blockquote:\"framer-styles-preset-1d1qn2z\",code:\"framer-styles-preset-c93lsu\",h1:\"framer-styles-preset-11xnjq1\",h2:\"framer-styles-preset-zxf4xn\",h3:\"framer-styles-preset-qrpho1\",h4:\"framer-styles-preset-usmfc9\",h5:\"framer-styles-preset-xz2g08\",h6:\"framer-styles-preset-f47z5q\",img:\"framer-styles-preset-q87aou\",p:\"framer-styles-preset-lrm6yi\",table:\"framer-styles-preset-16ojpau\"}},nG2wuX4B4:{stylesPresetsClassNames:{a:\"framer-styles-preset-1t8bstf\",blockquote:\"framer-styles-preset-1d1qn2z\",code:\"framer-styles-preset-c93lsu\",h1:\"framer-styles-preset-11xnjq1\",h2:\"framer-styles-preset-zxf4xn\",h3:\"framer-styles-preset-qrpho1\",h4:\"framer-styles-preset-usmfc9\",h5:\"framer-styles-preset-xz2g08\",h6:\"framer-styles-preset-f47z5q\",img:\"framer-styles-preset-q87aou\",p:\"framer-styles-preset-lrm6yi\",table:\"framer-styles-preset-16ojpau\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:PIVbeIt1h,className:\"framer-1g2okmc\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1t8bstf\",blockquote:\"framer-styles-preset-1d1qn2z\",code:\"framer-styles-preset-c93lsu\",h1:\"framer-styles-preset-11xnjq1\",h2:\"framer-styles-preset-zxf4xn\",h3:\"framer-styles-preset-qrpho1\",h4:\"framer-styles-preset-1dgkp69\",h5:\"framer-styles-preset-1wk8rh3\",h6:\"framer-styles-preset-m0w5eu\",img:\"framer-styles-preset-q87aou\",p:\"framer-styles-preset-lrm6yi\",table:\"framer-styles-preset-16ojpau\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-16herkf\",\"data-framer-name\":\"Amenities\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",children:\"Amenities\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Amenities\"})}),className:\"framer-1txm1sm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19c5l98\",children:[LgriKdP_J&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-i5odd5\",\"data-border\":true,\"data-framer-name\":\"Schools\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oemeyr\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17hkp3b\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2szzob\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M166 42.34V32a22 22 0 0 0-22-22h-32a22 22 0 0 0-22 22v10.34A54.07 54.07 0 0 0 42 96v120a14 14 0 0 0 14 14h144a14 14 0 0 0 14-14V96a54.07 54.07 0 0 0-48-53.66ZM112 22h32a10 10 0 0 1 10 10v10h-52V32a10 10 0 0 1 10-10Zm58 140H86v-10a10 10 0 0 1 10-10h64a10 10 0 0 1 10 10Zm-84 12h52v10a6 6 0 0 0 12 0v-10h20v44H86Zm116 42a2 2 0 0 1-2 2h-18v-66a22 22 0 0 0-22-22H96a22 22 0 0 0-22 22v66H56a2 2 0 0 1-2-2V96a42 42 0 0 1 42-42h64a42 42 0 0 1 42 42ZM150 88a6 6 0 0 1-6 6h-32a6 6 0 0 1 0-12h32a6 6 0 0 1 6 6Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3qq3s6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Schools\"})}),className:\"framer-1shyl6r\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),uxh_nj3lB&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-oj75or\",\"data-border\":true,\"data-framer-name\":\"shops\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g5542l\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e0ffgi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7a7die\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M104 216a16 16 0 1 1-16-16 16 16 0 0 1 16 16Zm88-16a16 16 0 1 0 16 16 16 16 0 0 0-16-16Zm47.71-125.86-25.64 92.28A24.06 24.06 0 0 1 191 184H92.16A24.06 24.06 0 0 1 69 166.42L33.92 40H16a8 8 0 0 1 0-16h24a8 8 0 0 1 7.71 5.86L57.19 64H232a8 8 0 0 1 7.71 10.14ZM221.47 80H61.64l22.81 82.14a8 8 0 0 0 7.71 5.86H191a8 8 0 0 0 7.71-5.86Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hp1puj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Shops\"})}),className:\"framer-bydwf4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),Ytkv7QIHG&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r8hu5m\",\"data-border\":true,\"data-framer-name\":\"Restaurants\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-niz9je\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qh50sp\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-okz3jk\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M72 88V40a8 8 0 0 1 16 0v48a8 8 0 0 1-16 0Zm144-48v184a8 8 0 0 1-16 0v-48h-48a8 8 0 0 1-8-8 268.75 268.75 0 0 1 7.22-56.88c9.78-40.49 28.32-67.63 53.63-78.47A8 8 0 0 1 216 40Zm-16 13.9c-32.17 24.57-38.47 84.42-39.7 106.1H200Zm-80.11-15.21a8 8 0 1 0-15.78 2.63L112 88.63a32 32 0 0 1-64 0l7.88-47.31a8 8 0 1 0-15.78-2.63l-8 48A8.17 8.17 0 0 0 32 88a48.07 48.07 0 0 0 40 47.32V224a8 8 0 0 0 16 0v-88.68A48.07 48.07 0 0 0 128 88a8.17 8.17 0 0 0-.11-1.31Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-197q3g5\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Restaurant\"})}),className:\"framer-4bmj24\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),u11_ibnpz&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-5e60ig\",\"data-border\":true,\"data-framer-name\":\"Healthcare Facilities\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jj0hu8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gg7u36\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1002b5g\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M216 88h-48V40a16 16 0 0 0-16-16h-48a16 16 0 0 0-16 16v48H40a16 16 0 0 0-16 16v48a16 16 0 0 0 16 16h48v48a16 16 0 0 0 16 16h48a16 16 0 0 0 16-16v-48h48a16 16 0 0 0 16-16v-48a16 16 0 0 0-16-16Zm0 64h-56a8 8 0 0 0-8 8v56h-48v-56a8 8 0 0 0-8-8H40v-48h56a8 8 0 0 0 8-8V40h48v56a8 8 0 0 0 8 8h56Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ty3qnq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Health facilities\"})}),className:\"framer-13zhaaz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),EYdo0B6LH&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1afy626\",\"data-border\":true,\"data-framer-name\":\"Public transportation\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gz4h7w\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-atizrx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gphkld\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M184 32H72a32 32 0 0 0-32 32v144a16 16 0 0 0 16 16h24a16 16 0 0 0 16-16v-16h64v16a16 16 0 0 0 16 16h24a16 16 0 0 0 16-16V64a32 32 0 0 0-32-32ZM56 176v-56h144v56Zm0-96h144v24H56Zm16-32h112a16 16 0 0 1 16 16H56a16 16 0 0 1 16-16Zm8 160H56v-16h24Zm96 0v-16h24v16Zm-72-60a12 12 0 1 1-12-12 12 12 0 0 1 12 12Zm72 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12Zm72-68v24a8 8 0 0 1-16 0V80a8 8 0 0 1 16 0ZM24 80v24a8 8 0 0 1-16 0V80a8 8 0 0 1 16 0Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1da55wj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Public transport\"})}),className:\"framer-hawhfj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),eiIqNXO2p&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c78k2c\",\"data-border\":true,\"data-framer-name\":\"Parks and green spaces\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wr1f9r\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pouclz\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pqnr74\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M232 192h-32v-24h24a8 8 0 0 0 7.76-9.94l-32-128a8 8 0 0 0-15.52 0l-32 128A8 8 0 0 0 160 168h24v24h-64v-16h8a8 8 0 0 0 0-16h-8v-16h8a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16h8v16h-8a8 8 0 0 0 0 16h8v16H24a8 8 0 0 0 0 16h208a8 8 0 0 0 0-16ZM192 65l21.75 87h-43.5ZM64 144h40v16H64Zm0 32h40v16H64Zm52-80a28 28 0 1 0-28-28 28 28 0 0 0 28 28Zm0-40a12 12 0 1 1-12 12 12 12 0 0 1 12-12Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1307tbt\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Parks\"})}),className:\"framer-8tv8g8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),e3VP6pjad&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-yd4ms7\",\"data-border\":true,\"data-framer-name\":\"Fitness centers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8c2p28\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h97gmi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z18d6h\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M248 120h-8V88a16 16 0 0 0-16-16h-16v-8a16 16 0 0 0-16-16h-24a16 16 0 0 0-16 16v56h-48V64a16 16 0 0 0-16-16H64a16 16 0 0 0-16 16v8H32a16 16 0 0 0-16 16v32H8a8 8 0 0 0 0 16h8v32a16 16 0 0 0 16 16h16v8a16 16 0 0 0 16 16h24a16 16 0 0 0 16-16v-56h48v56a16 16 0 0 0 16 16h24a16 16 0 0 0 16-16v-8h16a16 16 0 0 0 16-16v-32h8a8 8 0 0 0 0-16ZM32 168V88h16v80Zm56 24H64V64h24v128Zm104 0h-24V64h24v128Zm32-24h-16V88h16Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ma6z2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Fitness Centers\"})}),className:\"framer-1om1vdc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),ZYVeBLqG3&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dafg8j\",\"data-border\":true,\"data-framer-name\":\"Swimming pools\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-359eu7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ywrjsx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yjsbj6\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M88 149.39a8 8 0 0 0 8-8V128h64v15.29a8 8 0 0 0 16 0V32a8 8 0 0 0-16 0v16H96V32a8 8 0 0 0-16 0v109.39a8 8 0 0 0 8 8ZM96 112V96h64v16Zm64-48v16H96V64ZM24 168a8 8 0 0 1 8-8c14.42 0 22.19 5.18 28.44 9.34C66 173.06 70.42 176 80 176s14-2.94 19.56-6.66c6.24-4.16 14-9.34 28.43-9.34s22.2 5.18 28.44 9.34c5.58 3.72 10 6.66 19.57 6.66s14-2.94 19.56-6.66c6.25-4.16 14-9.34 28.44-9.34a8 8 0 0 1 0 16c-9.58 0-14 2.94-19.56 6.66-6.25 4.16-14 9.34-28.44 9.34s-22.2-5.18-28.44-9.34C142 178.94 137.57 176 128 176s-14 2.94-19.56 6.66c-6.24 4.16-14 9.34-28.43 9.34s-22.19-5.18-28.44-9.34C46 178.94 41.58 176 32 176a8 8 0 0 1-8-8Zm208 40a8 8 0 0 1-8 8c-9.58 0-14 2.94-19.56 6.66-6.25 4.16-14 9.34-28.44 9.34s-22.2-5.18-28.44-9.34C142 218.94 137.57 216 128 216s-14 2.94-19.56 6.66c-6.24 4.16-14 9.34-28.43 9.34s-22.19-5.18-28.44-9.34C46 218.94 41.58 216 32 216a8 8 0 0 1 0-16c14.42 0 22.19 5.18 28.44 9.34C66 213.06 70.42 216 80 216s14-2.94 19.56-6.66c6.24-4.16 14-9.34 28.43-9.34s22.2 5.18 28.44 9.34c5.58 3.72 10 6.66 19.57 6.66s14-2.94 19.56-6.66c6.25-4.16 14-9.34 28.44-9.34a8 8 0 0 1 8 8Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-78efyg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Swimming pools\"})}),className:\"framer-1i1mjg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),w9rlK1eOZ&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-3cdfzn\",\"data-border\":true,\"data-framer-name\":\"Sports courts\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ne2mdt\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13ho0b2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8pu74r\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M224 48H32a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16Zm0 112h-8a32 32 0 0 1 0-64h8ZM32 96h8a32 32 0 0 1 0 64h-8Zm0 80h8a48 48 0 0 0 0-96h-8V64h88v128H32Zm192 16h-88V64h88v16h-8a48 48 0 0 0 0 96h8v16Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sp0275\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Sports courts\"})}),className:\"framer-1vxlv3h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),fSXCSrFSj&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-13qihqx\",\"data-border\":true,\"data-framer-name\":\"Play grounds\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-btxotu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7zbbvt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1th3ewl\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M128 88a32 32 0 1 0-32-32 32 32 0 0 0 32 32Zm0-48a16 16 0 1 1-16 16 16 16 0 0 1 16-16ZM48 96a16 16 0 1 1 16 16 16 16 0 0 1-16-16Zm174.24 14.61a8 8 0 0 1-11.24 1.26c-1.15-.89-23.71-17.7-59.32.61a214.93 214.93 0 0 1-3 30.35l32.43 27a8 8 0 0 1 2.47 8.68l-16 48a8 8 0 0 1-15.18-5.06l14.27-42.82-22.08-18.4a141.86 141.86 0 0 1-5.1 14.33c-13.75 32.74-38.38 54.63-73.2 65.08a8 8 0 0 1-4.6-15.32c60.68-18.21 71.14-72.22 73.42-101.65C108 139.88 86.57 144 72.36 144a59.59 59.59 0 0 1-19.67-3.27A8 8 0 0 1 56 125.4a7.82 7.82 0 0 1 3.31.73s26.76 10.68 72.19-20.2c52.29-35.54 88-7.77 89.51-6.57a8 8 0 0 1 1.23 11.25Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cmr2e0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Playgrounds\"})}),className:\"framer-1tm2di1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),mtSAvkMux&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1anak16\",\"data-border\":true,\"data-framer-name\":\"Security services\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11jr99v\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s3258j\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-645ssk\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M248 136a8 8 0 0 0-8 8v16h-44.69L177 141.66l50.34-50.35a16 16 0 0 0 0-22.62l-56-56a16 16 0 0 0-22.63 0L2.92 158.94A10 10 0 0 0 10 176h39.37l35.32 35.31a16 16 0 0 0 22.62 0L165.66 153 184 171.31a15.86 15.86 0 0 0 11.31 4.69H240v16a8 8 0 0 0 16 0v-48a8 8 0 0 0-8-8ZM160 24l12.69 12.69L49.37 160H24.46ZM96 200l-32-32L184 48l32 32Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yy9b94\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Security services\"})}),className:\"framer-k3i1ov\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),Yo7Ie5ErL&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-9wnmi1\",\"data-border\":true,\"data-framer-name\":\"Parking\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sq82d3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-cirv4r\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-p1vc40\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24Zm0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88Zm8-136h-32a8 8 0 0 0-8 8v80a8 8 0 0 0 16 0v-16h24a36 36 0 0 0 0-72Zm0 56h-24V96h24a20 20 0 0 1 0 40Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4wt7bo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"parking\"})}),className:\"framer-1rsgkhy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),Gq9DHGGHV&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k0ptvn\",\"data-border\":true,\"data-framer-name\":\"Community centers\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w037we\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lzwgca\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tait4h\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M244.8 150.4a8 8 0 0 1-11.2-1.6A51.6 51.6 0 0 0 192 128a8 8 0 0 1-7.37-4.89 8 8 0 0 1 0-6.22A8 8 0 0 1 192 112a24 24 0 1 0-23.24-30 8 8 0 1 1-15.5-4A40 40 0 1 1 219 117.51a67.94 67.94 0 0 1 27.43 21.68 8 8 0 0 1-1.63 11.21ZM190.92 212a8 8 0 1 1-13.84 8 57 57 0 0 0-98.16 0 8 8 0 1 1-13.84-8 72.06 72.06 0 0 1 33.74-29.92 48 48 0 1 1 58.36 0A72.06 72.06 0 0 1 190.92 212ZM128 176a32 32 0 1 0-32-32 32 32 0 0 0 32 32Zm-56-56a8 8 0 0 0-8-8 24 24 0 1 1 23.24-30 8 8 0 1 0 15.5-4A40 40 0 1 0 37 117.51a67.94 67.94 0 0 0-27.4 21.68 8 8 0 1 0 12.8 9.61A51.6 51.6 0 0 1 64 128a8 8 0 0 0 8-8Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dqt16v\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Community center\"})}),className:\"framer-10q4nhm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),QLctUZ02A&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w7j7w9\",\"data-border\":true,\"data-framer-name\":\"Pet Friendly\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12xfq7y\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f8rhkd\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lp610o\",\"data-framer-name\":\"Icon\",fill:'var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(182, 158, 94)) /* {\"name\":\"Light Gold\"} */',intrinsicHeight:32,intrinsicWidth:32,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"M212 80a28 28 0 1 0 28 28 28 28 0 0 0-28-28Zm0 40a12 12 0 1 1 12-12 12 12 0 0 1-12 12ZM72 108a28 28 0 1 0-28 28 28 28 0 0 0 28-28Zm-28 12a12 12 0 1 1 12-12 12 12 0 0 1-12 12Zm48-32a28 28 0 1 0-28-28 28 28 0 0 0 28 28Zm0-40a12 12 0 1 1-12 12 12 12 0 0 1 12-12Zm72 40a28 28 0 1 0-28-28 28 28 0 0 0 28 28Zm0-40a12 12 0 1 1-12 12 12 12 0 0 1 12-12Zm23.12 100.86a35.3 35.3 0 0 1-16.87-21.14 44 44 0 0 0-84.5 0A35.25 35.25 0 0 1 69 148.82 40 40 0 0 0 88 224a39.48 39.48 0 0 0 15.52-3.13 64.09 64.09 0 0 1 48.87 0 40 40 0 0 0 34.73-72ZM168 208a24 24 0 0 1-9.45-1.93 80.14 80.14 0 0 0-61.19 0 24 24 0 0 1-20.71-43.26 51.22 51.22 0 0 0 24.46-30.67 28 28 0 0 1 53.78 0 51.27 51.27 0 0 0 24.53 30.71A24 24 0 0 1 168 208Z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ix4dm4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lrm6yi\",\"data-styles-preset\":\"WdLuzRwdy\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(230, 230, 230))\"},children:\"Pet-friendly\"})}),className:\"framer-137or8k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),isDisplayed(visible)&&/*#__PURE__*/_jsx(\"section\",{className:cx(\"framer-4tjem6\",!visible&&\"hidden-1s3kdxw\"),\"data-framer-name\":\"Community properties\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mys0ui\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pr768z\",\"data-framer-name\":\"heading + location\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4h9dg0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"center\"},children:\"2 Bedroom Apartments in Dubai Sports City\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"left\"},children:\"1 Bedroom Apartments in Dubai Sports City\"})}),className:\"framer-1szk338\",\"data-framer-name\":\"Guide to Our Marketing Process\",fonts:[\"Inter\"],text:xMoZitZIU,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{width:\"353px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"200px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eemfq2-container\",nodeId:\"Rw1J0a2Es\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{ovlJVBqUg:resolvedLinks[3]},dLDIjOQTQ:{ovlJVBqUg:resolvedLinks[1]},nG2wuX4B4:{ovlJVBqUg:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"Rw1J0a2Es\",iejb8yWnj:\"View all Properties\",layoutId:\"Rw1J0a2Es\",ovlJVBqUg:resolvedLinks[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",whsoPXfNt:\"8px\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o0n1a2\",\"data-framer-name\":\"Home Featured properties container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vhul0h\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{query:{from:{alias:\"haYQ1xvCr\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"haYQ1xvCr\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"haYQ1xvCr\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\">\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}},dLDIjOQTQ:{query:{from:{alias:\"haYQ1xvCr\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"haYQ1xvCr\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"haYQ1xvCr\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\">\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}},nG2wuX4B4:{query:{from:{alias:\"haYQ1xvCr\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"haYQ1xvCr\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"haYQ1xvCr\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\">\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"haYQ1xvCr\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"haYQ1xvCr\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"haYQ1xvCr\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"haYQ1xvCr\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"haYQ1xvCr\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\">\",right:{type:\"LiteralValue\",value:1},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({b89Nm6zLn:b89Nm6zLnhaYQ1xvCr,DZujJi4uU:DZujJi4uUhaYQ1xvCr,fovXL8TyE:fovXL8TyEhaYQ1xvCr,id:idhaYQ1xvCr,kv6I7Y0A2:kv6I7Y0A2haYQ1xvCr,LIgomMNCR:LIgomMNCRhaYQ1xvCr,riI1kOXpY:riI1kOXpYhaYQ1xvCr,SgNqcmdV7:SgNqcmdV7haYQ1xvCr,V_8Vv4Aky:V_8Vv4AkyhaYQ1xvCr,vJThjf2f1:vJThjf2f1haYQ1xvCr,WTi9F9bsu:WTi9F9bsuhaYQ1xvCr},index)=>{b89Nm6zLnhaYQ1xvCr??=\"\";fovXL8TyEhaYQ1xvCr??=\"\";riI1kOXpYhaYQ1xvCr??=\"\";V_8Vv4AkyhaYQ1xvCr??=\"\";kv6I7Y0A2haYQ1xvCr??=\"\";DZujJi4uUhaYQ1xvCr??=0;vJThjf2f1haYQ1xvCr??=0;WTi9F9bsuhaYQ1xvCr??=0;SgNqcmdV7haYQ1xvCr??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`haYQ1xvCr-${idhaYQ1xvCr}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b89Nm6zLn:b89Nm6zLnhaYQ1xvCr},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b89Nm6zLn:b89Nm6zLnhaYQ1xvCr},webPageId:\"jkgbHAJKQ\"},motionChild:true,nodeId:\"Tf87Mhq6l\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1lzsfm9 framer-m1ijvk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{width:`max((max(max(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px), 1300px) - 40px, 1px) - 48px) / 4, 50px)`},dLDIjOQTQ:{width:\"357px\"},nG2wuX4B4:{width:`max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 1px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:494,width:`max((max(min(${componentViewport?.width||\"100vw\"} - 80px, 1000px) - 40px, 1px) - 32px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wxalfe-container\",nodeId:\"WMEdvyYsS\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(ProcessCard,{aZjENQa2w:riI1kOXpYhaYQ1xvCr,Cc5P4BNMz:V_8Vv4AkyhaYQ1xvCr,dqTaJmhNO:toString(vJThjf2f1haYQ1xvCr),gy4TtVoqD:toResponsiveImage(LIgomMNCRhaYQ1xvCr),height:\"100%\",id:\"WMEdvyYsS\",layoutId:\"WMEdvyYsS\",LpjdPHqsW:numberToString(DZujJi4uUhaYQ1xvCr,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),NltlZruIW:kv6I7Y0A2haYQ1xvCr,sGqvtPPuv:fovXL8TyEhaYQ1xvCr,style:{width:\"100%\"},tvfHQp1LW:toString(WTi9F9bsuhaYQ1xvCr),v_cULN5bM:SgNqcmdV7haYQ1xvCr,variant:\"znBUtL1eW\",width:\"100%\"})})})})})})})},idhaYQ1xvCr);})})})})})})})]})}),visible&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1soobcx\",\"data-framer-name\":\"Community properties\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3sqbvb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ekr1\",\"data-framer-name\":\"heading + location\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jds0iw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"center\"},children:\"2 Bedroom Apartments in Dubai Sports City\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"left\"},children:\"2 Bedroom Aparttments in Mohammed Bin Rashid City\"})}),className:\"framer-38zodv\",\"data-framer-name\":\"Guide to Our Marketing Process\",fonts:[\"Inter\"],text:I0lwfi4aV,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{width:\"353px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"200px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b8lr37-container\",nodeId:\"OByin8FjY\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{ovlJVBqUg:resolvedLinks1[3]},dLDIjOQTQ:{ovlJVBqUg:resolvedLinks1[1]},nG2wuX4B4:{ovlJVBqUg:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"OByin8FjY\",iejb8yWnj:\"View all Properties\",layoutId:\"OByin8FjY\",ovlJVBqUg:resolvedLinks1[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",whsoPXfNt:\"8px\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-182jdie\",\"data-framer-name\":\"Home Featured properties container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-4nzwgi\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{query:{from:{alias:\"l1NRAy1yF\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"l1NRAy1yF\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"l1NRAy1yF\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:2},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},dLDIjOQTQ:{query:{from:{alias:\"l1NRAy1yF\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"l1NRAy1yF\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"l1NRAy1yF\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:2},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},nG2wuX4B4:{query:{from:{alias:\"l1NRAy1yF\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"l1NRAy1yF\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"l1NRAy1yF\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:2},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"l1NRAy1yF\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"l1NRAy1yF\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"l1NRAy1yF\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"l1NRAy1yF\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"l1NRAy1yF\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:2},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({b89Nm6zLn:b89Nm6zLnl1NRAy1yF,DZujJi4uU:DZujJi4uUl1NRAy1yF,fovXL8TyE:fovXL8TyEl1NRAy1yF,id:idl1NRAy1yF,kv6I7Y0A2:kv6I7Y0A2l1NRAy1yF,LIgomMNCR:LIgomMNCRl1NRAy1yF,riI1kOXpY:riI1kOXpYl1NRAy1yF,SgNqcmdV7:SgNqcmdV7l1NRAy1yF,V_8Vv4Aky:V_8Vv4Akyl1NRAy1yF,vJThjf2f1:vJThjf2f1l1NRAy1yF,WTi9F9bsu:WTi9F9bsul1NRAy1yF},index1)=>{b89Nm6zLnl1NRAy1yF??=\"\";fovXL8TyEl1NRAy1yF??=\"\";riI1kOXpYl1NRAy1yF??=\"\";V_8Vv4Akyl1NRAy1yF??=\"\";kv6I7Y0A2l1NRAy1yF??=\"\";DZujJi4uUl1NRAy1yF??=0;vJThjf2f1l1NRAy1yF??=0;WTi9F9bsul1NRAy1yF??=0;SgNqcmdV7l1NRAy1yF??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`l1NRAy1yF-${idl1NRAy1yF}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b89Nm6zLn:b89Nm6zLnl1NRAy1yF},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b89Nm6zLn:b89Nm6zLnl1NRAy1yF},webPageId:\"jkgbHAJKQ\"},motionChild:true,nodeId:\"Abe0lqOsq\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-nrtq4g framer-m1ijvk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 160px, 1000px), 1300px) - 88px) / 4, 50px)`},dLDIjOQTQ:{width:\"357px\"},nG2wuX4B4:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:494,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1000px) - 72px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qeq94e-container\",nodeId:\"BlGAgmf3e\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(ProcessCard,{aZjENQa2w:riI1kOXpYl1NRAy1yF,Cc5P4BNMz:V_8Vv4Akyl1NRAy1yF,dqTaJmhNO:toString(vJThjf2f1l1NRAy1yF),gy4TtVoqD:toResponsiveImage(LIgomMNCRl1NRAy1yF),height:\"100%\",id:\"BlGAgmf3e\",layoutId:\"BlGAgmf3e\",LpjdPHqsW:numberToString(DZujJi4uUl1NRAy1yF,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),NltlZruIW:kv6I7Y0A2l1NRAy1yF,sGqvtPPuv:fovXL8TyEl1NRAy1yF,style:{width:\"100%\"},tvfHQp1LW:toString(WTi9F9bsul1NRAy1yF),v_cULN5bM:SgNqcmdV7l1NRAy1yF,variant:\"znBUtL1eW\",width:\"100%\"})})})})})})})},idl1NRAy1yF);})})})})})})})]})}),visible&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1cfk9pg\",\"data-framer-name\":\"Community properties\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r6wtra\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1app5vd\",\"data-framer-name\":\"heading + location\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mvwkxj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"left\"},children:\"3 Bedroom Apartments in Mohammed Bin Rashid City\"})})},nG2wuX4B4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"center\"},children:\"2 Bedroom Apartments in Dubai Sports City\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},children:\"3 Bedroom Apartments in Mohammed Bin Rashid City\"})}),className:\"framer-14s36or\",\"data-framer-name\":\"Guide to Our Marketing Process\",fonts:[\"Inter\"],text:BGoNtvFqg,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{width:\"353px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"200px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xmpbh-container\",nodeId:\"F8EzGgSS6\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{ovlJVBqUg:resolvedLinks2[3]},dLDIjOQTQ:{ovlJVBqUg:resolvedLinks2[1]},nG2wuX4B4:{ovlJVBqUg:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"F8EzGgSS6\",iejb8yWnj:\"View all Properties\",layoutId:\"F8EzGgSS6\",ovlJVBqUg:resolvedLinks2[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",whsoPXfNt:\"8px\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lravs4\",\"data-framer-name\":\"Home Featured properties container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-hv84b8\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{query:{from:{alias:\"JF08DueMl\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"JF08DueMl\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"JF08DueMl\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},dLDIjOQTQ:{query:{from:{alias:\"JF08DueMl\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"JF08DueMl\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"JF08DueMl\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}},nG2wuX4B4:{query:{from:{alias:\"JF08DueMl\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"JF08DueMl\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"JF08DueMl\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"JF08DueMl\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"JF08DueMl\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"JF08DueMl\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"JF08DueMl\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"JF08DueMl\",name:\"WTi9F9bsu\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:3},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({b89Nm6zLn:b89Nm6zLnJF08DueMl,DZujJi4uU:DZujJi4uUJF08DueMl,fovXL8TyE:fovXL8TyEJF08DueMl,id:idJF08DueMl,kv6I7Y0A2:kv6I7Y0A2JF08DueMl,LIgomMNCR:LIgomMNCRJF08DueMl,riI1kOXpY:riI1kOXpYJF08DueMl,SgNqcmdV7:SgNqcmdV7JF08DueMl,V_8Vv4Aky:V_8Vv4AkyJF08DueMl,vJThjf2f1:vJThjf2f1JF08DueMl,WTi9F9bsu:WTi9F9bsuJF08DueMl},index2)=>{b89Nm6zLnJF08DueMl??=\"\";fovXL8TyEJF08DueMl??=\"\";riI1kOXpYJF08DueMl??=\"\";V_8Vv4AkyJF08DueMl??=\"\";kv6I7Y0A2JF08DueMl??=\"\";DZujJi4uUJF08DueMl??=0;vJThjf2f1JF08DueMl??=0;WTi9F9bsuJF08DueMl??=0;SgNqcmdV7JF08DueMl??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`JF08DueMl-${idJF08DueMl}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b89Nm6zLn:b89Nm6zLnJF08DueMl},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b89Nm6zLn:b89Nm6zLnJF08DueMl},webPageId:\"jkgbHAJKQ\"},motionChild:true,nodeId:\"zhy4wcm1x\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-prk5qk framer-m1ijvk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{width:`max(max((max(min(${componentViewport?.width||\"100vw\"} - 160px, 1000px), 1300px) - 88px) / 4, 50px), 100px)`},dLDIjOQTQ:{width:\"357px\"},nG2wuX4B4:{width:`max(max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 50px), 100px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:494,width:`max(max((min(${componentViewport?.width||\"100vw\"} - 160px, 1000px) - 72px) / 3, 50px), 100px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1l3cj14-container\",nodeId:\"Ml3IOwcu2\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(ProcessCard,{aZjENQa2w:riI1kOXpYJF08DueMl,Cc5P4BNMz:V_8Vv4AkyJF08DueMl,dqTaJmhNO:toString(vJThjf2f1JF08DueMl),gy4TtVoqD:toResponsiveImage(LIgomMNCRJF08DueMl),height:\"100%\",id:\"Ml3IOwcu2\",layoutId:\"Ml3IOwcu2\",LpjdPHqsW:numberToString(DZujJi4uUJF08DueMl,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),NltlZruIW:kv6I7Y0A2JF08DueMl,sGqvtPPuv:fovXL8TyEJF08DueMl,style:{width:\"100%\"},tvfHQp1LW:toString(WTi9F9bsuJF08DueMl),v_cULN5bM:SgNqcmdV7JF08DueMl,variant:\"znBUtL1eW\",width:\"100%\"})})})})})})})},idJF08DueMl);})})})})})})})]})}),visible&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-1cplmow\",\"data-framer-name\":\"Community properties\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qnl4e8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14micjv\",\"data-framer-name\":\"heading + location\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fs6mm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"center\"},children:\"2 Bedroom Apartments in Dubai Sports City\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"left\"},children:\"Properties available in Arabian Ranches\"})}),className:\"framer-1bvr5i1\",\"data-framer-name\":\"Guide to Our Marketing Process\",fonts:[\"Inter\"],text:TYuiCgXFJ,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined},{href:{webPageId:\"luU6Z7VA_\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{width:\"353px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"200px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lm8y88-container\",nodeId:\"QUjPCi4Zq\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{ovlJVBqUg:resolvedLinks3[3]},dLDIjOQTQ:{ovlJVBqUg:resolvedLinks3[1]},nG2wuX4B4:{ovlJVBqUg:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"QUjPCi4Zq\",iejb8yWnj:\"View all Properties\",layoutId:\"QUjPCi4Zq\",ovlJVBqUg:resolvedLinks3[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",whsoPXfNt:\"8px\",width:\"100%\"})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13kb8iz\",\"data-framer-name\":\"Home Featured properties container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2wrr6d\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{query:{from:{alias:\"uy45kKUGE\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"uy45kKUGE\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"uy45kKUGE\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"}}},dLDIjOQTQ:{query:{from:{alias:\"uy45kKUGE\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"uy45kKUGE\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"uy45kKUGE\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"}}},nG2wuX4B4:{query:{from:{alias:\"uy45kKUGE\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"uy45kKUGE\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"uy45kKUGE\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uy45kKUGE\",data:PropertiesPropertyFinder,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"uy45kKUGE\",direction:\"desc\",name:\"SgNqcmdV7\",type:\"Identifier\"}],select:[{collection:\"uy45kKUGE\",name:\"b89Nm6zLn\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"fovXL8TyE\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"LIgomMNCR\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"V_8Vv4Aky\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"kv6I7Y0A2\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"DZujJi4uU\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"vJThjf2f1\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"WTi9F9bsu\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"SgNqcmdV7\",type:\"Identifier\"},{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{left:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"id\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{left:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},operator:\"and\",right:{arguments:[{collection:\"uy45kKUGE\",name:\"riI1kOXpY\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"},type:\"BinaryOperation\"}},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({b89Nm6zLn:b89Nm6zLnuy45kKUGE,DZujJi4uU:DZujJi4uUuy45kKUGE,fovXL8TyE:fovXL8TyEuy45kKUGE,id:iduy45kKUGE,kv6I7Y0A2:kv6I7Y0A2uy45kKUGE,LIgomMNCR:LIgomMNCRuy45kKUGE,riI1kOXpY:riI1kOXpYuy45kKUGE,SgNqcmdV7:SgNqcmdV7uy45kKUGE,V_8Vv4Aky:V_8Vv4Akyuy45kKUGE,vJThjf2f1:vJThjf2f1uy45kKUGE,WTi9F9bsu:WTi9F9bsuuy45kKUGE},index3)=>{b89Nm6zLnuy45kKUGE??=\"\";fovXL8TyEuy45kKUGE??=\"\";riI1kOXpYuy45kKUGE??=\"\";V_8Vv4Akyuy45kKUGE??=\"\";kv6I7Y0A2uy45kKUGE??=\"\";DZujJi4uUuy45kKUGE??=0;vJThjf2f1uy45kKUGE??=0;WTi9F9bsuuy45kKUGE??=0;SgNqcmdV7uy45kKUGE??=0;return /*#__PURE__*/_jsx(LayoutGroup,{id:`uy45kKUGE-${iduy45kKUGE}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{b89Nm6zLn:b89Nm6zLnuy45kKUGE},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{b89Nm6zLn:b89Nm6zLnuy45kKUGE},webPageId:\"jkgbHAJKQ\"},motionChild:true,nodeId:\"U4qhIh1vE\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-o4wfiq framer-m1ijvk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{width:`max((max(min(${componentViewport?.width||\"100vw\"} - 160px, 1000px), 1300px) - 88px) / 4, 50px)`},dLDIjOQTQ:{width:\"357px\"},nG2wuX4B4:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1000px), 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:494,width:`max((min(${componentViewport?.width||\"100vw\"} - 160px, 1000px) - 72px) / 3, 50px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14zemdn-container\",nodeId:\"DTqyL7qHy\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(ProcessCard,{aZjENQa2w:riI1kOXpYuy45kKUGE,Cc5P4BNMz:V_8Vv4Akyuy45kKUGE,dqTaJmhNO:toString(vJThjf2f1uy45kKUGE),gy4TtVoqD:toResponsiveImage(LIgomMNCRuy45kKUGE),height:\"100%\",id:\"DTqyL7qHy\",layoutId:\"DTqyL7qHy\",LpjdPHqsW:numberToString(DZujJi4uUuy45kKUGE,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode),NltlZruIW:kv6I7Y0A2uy45kKUGE,sGqvtPPuv:fovXL8TyEuy45kKUGE,style:{width:\"100%\"},tvfHQp1LW:toString(WTi9F9bsuuy45kKUGE),v_cULN5bM:SgNqcmdV7uy45kKUGE,variant:\"znBUtL1eW\",width:\"100%\"})})})})})})})},iduy45kKUGE);})})})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kfo2vz\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{query:{from:{alias:\"oPP8AP56R\",data:OffplanProperties,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"oPP8AP56R\",name:\"RixmfYvqD\",type:\"Identifier\"},{collection:\"oPP8AP56R\",name:\"id\",type:\"Identifier\"},{alias:\"KI_0r0Xa8\",arguments:[{from:{constraint:{left:{collection:\"KI_0r0Xa8\",name:\"apXs8FZ4k\",type:\"Identifier\"},operator:\"==\",right:{collection:\"apXs8FZ4k\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"KI_0r0Xa8\",data:OffplanProperties,type:\"Collection\"},right:{alias:\"apXs8FZ4k\",data:Developers,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:4},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"KI_0r0Xa8\",name:\"paoABVbHV\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"YPCLwDr8b\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"XVgWFZbux\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"GHci4ngIJ\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"RixmfYvqD\",type:\"Identifier\"},{alias:\"apXs8FZ4k.vHj266Qm6\",collection:\"apXs8FZ4k\",name:\"vHj266Qm6\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{arguments:[{collection:\"KI_0r0Xa8\",name:\"cRc9pqyWW\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"oPP8AP56R\",data:OffplanProperties,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"oPP8AP56R\",name:\"RixmfYvqD\",type:\"Identifier\"},{collection:\"oPP8AP56R\",name:\"id\",type:\"Identifier\"},{alias:\"KI_0r0Xa8\",arguments:[{from:{constraint:{left:{collection:\"KI_0r0Xa8\",name:\"apXs8FZ4k\",type:\"Identifier\"},operator:\"==\",right:{collection:\"apXs8FZ4k\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"KI_0r0Xa8\",data:OffplanProperties,type:\"Collection\"},right:{alias:\"apXs8FZ4k\",data:Developers,type:\"Collection\"},type:\"LeftJoin\"},limit:{type:\"LiteralValue\",value:6},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"KI_0r0Xa8\",name:\"paoABVbHV\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"YPCLwDr8b\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"XVgWFZbux\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"GHci4ngIJ\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"RixmfYvqD\",type:\"Identifier\"},{alias:\"apXs8FZ4k.vHj266Qm6\",collection:\"apXs8FZ4k\",name:\"vHj266Qm6\",type:\"Identifier\"},{collection:\"KI_0r0Xa8\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{arguments:[{collection:\"KI_0r0Xa8\",name:\"cRc9pqyWW\",type:\"Identifier\"},{type:\"LiteralValue\",value:F5JM_atFV}],functionName:\"CONTAINS\",type:\"FunctionCall\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}]},children:(collection5,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({id:idoPP8AP56R,KI_0r0Xa8:collection4,RixmfYvqD:RixmfYvqDoPP8AP56R},index5)=>{RixmfYvqDoPP8AP56R??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`oPP8AP56R-${idoPP8AP56R}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{RixmfYvqD:RixmfYvqDoPP8AP56R},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h19lve\",children:visible1&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-h1xnth\",\"data-framer-name\":\"Community Projects\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",style:{\"--framer-text-alignment\":\"center\"},children:\"New Projects available in Jumeirah Village Circle\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-f336c8\",\"data-styles-preset\":\"yywTLQrM9\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"New Projects available in Jumeirah Village Circle\"})}),className:\"framer-1cnf8tw\",fonts:[\"Inter\"],text:G1Z6hRir7,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ajefx\",id:`${RixmfYvqDoPP8AP56R}-${elementId1}`,ref:dynamicRef(`${RixmfYvqDoPP8AP56R}-${elementId1}`),children:collection4?.map(({\"apXs8FZ4k.vHj266Qm6\":apXs8FZ4k_vHj266Qm6KI_0r0Xa8,GHci4ngIJ:GHci4ngIJKI_0r0Xa8,id:idKI_0r0Xa8,paoABVbHV:paoABVbHVKI_0r0Xa8,RixmfYvqD:RixmfYvqDKI_0r0Xa8,XVgWFZbux:XVgWFZbuxKI_0r0Xa8,YPCLwDr8b:YPCLwDr8bKI_0r0Xa8},index4)=>{YPCLwDr8bKI_0r0Xa8??=\"\";XVgWFZbuxKI_0r0Xa8??=\"\";GHci4ngIJKI_0r0Xa8??=0;RixmfYvqDKI_0r0Xa8??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`KI_0r0Xa8-${idKI_0r0Xa8}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{RixmfYvqD:RixmfYvqDKI_0r0Xa8},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w9drya\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{RixmfYvqD:RixmfYvqDKI_0r0Xa8},webPageId:\"xscvGz0lD\"},implicitPathVariables:undefined},{href:{pathVariables:{RixmfYvqD:RixmfYvqDKI_0r0Xa8},webPageId:\"xscvGz0lD\"},implicitPathVariables:undefined},{href:{pathVariables:{RixmfYvqD:RixmfYvqDKI_0r0Xa8},webPageId:\"xscvGz0lD\"},implicitPathVariables:undefined},{href:{pathVariables:{RixmfYvqD:RixmfYvqDKI_0r0Xa8},webPageId:\"xscvGz0lD\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{height:406,width:`max(max(${componentViewport?.width||\"100vw\"}, 50px) - 40px, 50px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:494,width:\"363px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zdmqbp-container\",nodeId:\"L1pkyxXZ5\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{BZgJw9BA8:resolvedLinks4[3]},dLDIjOQTQ:{BZgJw9BA8:resolvedLinks4[1]},nG2wuX4B4:{BZgJw9BA8:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(OffplanCardNew,{a5wmaZi0m:GHci4ngIJKI_0r0Xa8,abU53OPvJ:YPCLwDr8bKI_0r0Xa8,aVWXjHP4o:toResponsiveImage(paoABVbHVKI_0r0Xa8),BZgJw9BA8:resolvedLinks4[0],Ej8DDSV0d:true,height:\"100%\",Hxj8Mjlwt:XVgWFZbuxKI_0r0Xa8,id:\"L1pkyxXZ5\",layoutId:\"L1pkyxXZ5\",style:{height:\"100%\",width:\"100%\"},W6_D5Wry7:toResponsiveImage(apXs8FZ4k_vHj266Qm6KI_0r0Xa8),width:\"100%\"})})})})})})})})},idKI_0r0Xa8);})})]})})})},idoPP8AP56R);})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ugvjfw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1skaxw3-container\",nodeId:\"qwdkaOmCT\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(CombinedTitle,{d0exdherN:\"center\",FUeo3npzB:\"Gallery\",height:\"100%\",id:\"qwdkaOmCT\",izADRfKuO:F5JM_atFV,layoutId:\"qwdkaOmCT\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-153vbs4\",\"data-framer-name\":\"Images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24rrt3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnpiy7\",\"data-framer-name\":\"Column 1\",children:[visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1p5y4iu-container\",\"data-framer-name\":\"5\",isAuthoredByUser:true,isModuleExternal:true,name:\"5\",nodeId:\"oXVTd5q3c\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oXVTd5q3c\",image:toResponsiveImage(aTI9KHriu),layoutId:\"oXVTd5q3c\",name:\"5\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7rbdd2-container\",\"data-framer-name\":\"1\",isAuthoredByUser:true,isModuleExternal:true,name:\"1\",nodeId:\"TSHTjXfpL\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"TSHTjXfpL\",image:toResponsiveImage(vKXD8iKpJ),layoutId:\"TSHTjXfpL\",name:\"1\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-94n44q-container\",\"data-framer-name\":\"3\",isAuthoredByUser:true,isModuleExternal:true,name:\"3\",nodeId:\"dacDw2QAT\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"dacDw2QAT\",image:toResponsiveImage(fWJ74q7xr),layoutId:\"dacDw2QAT\",name:\"3\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1l39nhb-container\",\"data-framer-name\":\"7\",isAuthoredByUser:true,isModuleExternal:true,name:\"7\",nodeId:\"YNBRHv5_a\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"YNBRHv5_a\",image:toResponsiveImage(oHTkeZJ15),layoutId:\"YNBRHv5_a\",name:\"7\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13lqrm4-container\",\"data-framer-name\":\"9\",isAuthoredByUser:true,isModuleExternal:true,name:\"9\",nodeId:\"t5GjTiXd3\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"t5GjTiXd3\",image:toResponsiveImage(ILkpQcNvi),layoutId:\"t5GjTiXd3\",name:\"9\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7klbl3-container\",\"data-framer-name\":\"11\",isAuthoredByUser:true,isModuleExternal:true,name:\"11\",nodeId:\"Qox1vs2l7\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qox1vs2l7\",image:toResponsiveImage(i8axNsxJW),layoutId:\"Qox1vs2l7\",name:\"11\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oucqdp-container\",\"data-framer-name\":\"13\",isAuthoredByUser:true,isModuleExternal:true,name:\"13\",nodeId:\"SPPwrWs3u\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"SPPwrWs3u\",image:toResponsiveImage(DTdUoV3vO),layoutId:\"SPPwrWs3u\",name:\"13\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kj72wm-container\",\"data-framer-name\":\"15\",isAuthoredByUser:true,isModuleExternal:true,name:\"15\",nodeId:\"zlNekFBtx\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"zlNekFBtx\",image:toResponsiveImage(x3QduU9gk),layoutId:\"zlNekFBtx\",name:\"15\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible10&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17x0do4-container\",\"data-framer-name\":\"17\",isAuthoredByUser:true,isModuleExternal:true,name:\"17\",nodeId:\"iEr5PtDjE\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"iEr5PtDjE\",image:toResponsiveImage(PP4i7ZJUK),layoutId:\"iEr5PtDjE\",name:\"17\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible11&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gtxagc-container\",\"data-framer-name\":\"19\",isAuthoredByUser:true,isModuleExternal:true,name:\"19\",nodeId:\"f3njhjUSC\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"f3njhjUSC\",image:toResponsiveImage(i2shV2MAl),layoutId:\"f3njhjUSC\",name:\"19\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1360uxb\",\"data-framer-name\":\"Column 2\",children:[visible12&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g92rri-container\",\"data-framer-name\":\"2\",id:elementId2,isAuthoredByUser:true,isModuleExternal:true,name:\"2\",nodeId:\"b2LVz7zMH\",ref:ref1,rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"b2LVz7zMH\",image:toResponsiveImage(Uc0EKW689),layoutId:\"b2LVz7zMH\",name:\"2\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible13&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19zr2jh-container\",\"data-framer-name\":\"4\",isAuthoredByUser:true,isModuleExternal:true,name:\"4\",nodeId:\"Qg5MpTpK7\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qg5MpTpK7\",image:toResponsiveImage(o54wwUXoX),layoutId:\"Qg5MpTpK7\",name:\"4\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible14&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lss7nn-container\",\"data-framer-name\":\"6\",isAuthoredByUser:true,isModuleExternal:true,name:\"6\",nodeId:\"rBpuLjdGV\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"rBpuLjdGV\",image:toResponsiveImage(b_X5KNYN7),layoutId:\"rBpuLjdGV\",name:\"6\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible15&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-temixw-container\",\"data-framer-name\":\"8\",isAuthoredByUser:true,isModuleExternal:true,name:\"8\",nodeId:\"CSeiUJEiv\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"CSeiUJEiv\",image:toResponsiveImage(Ak_tmyHDL),layoutId:\"CSeiUJEiv\",name:\"8\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible16&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lixyy7-container\",\"data-framer-name\":\"10\",isAuthoredByUser:true,isModuleExternal:true,name:\"10\",nodeId:\"oJgm4MBql\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oJgm4MBql\",image:toResponsiveImage(gBkoe0Lt_),layoutId:\"oJgm4MBql\",name:\"10\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible17&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-160gvgf-container\",\"data-framer-name\":\"12\",isAuthoredByUser:true,isModuleExternal:true,name:\"12\",nodeId:\"n_y460BLZ\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"n_y460BLZ\",image:toResponsiveImage(OzGGYAMO7),layoutId:\"n_y460BLZ\",name:\"12\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible18&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lzodov-container\",\"data-framer-name\":\"14\",isAuthoredByUser:true,isModuleExternal:true,name:\"14\",nodeId:\"bUeEnMloa\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"bUeEnMloa\",image:toResponsiveImage(NOK98R40_),layoutId:\"bUeEnMloa\",name:\"14\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible19&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m3ziqt-container\",\"data-framer-name\":\"16\",isAuthoredByUser:true,isModuleExternal:true,name:\"16\",nodeId:\"sIbaL6JgH\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"sIbaL6JgH\",image:toResponsiveImage(OnX0sZkMW),layoutId:\"sIbaL6JgH\",name:\"16\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible20&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rwdvg0-container\",\"data-framer-name\":\"18\",isAuthoredByUser:true,isModuleExternal:true,name:\"18\",nodeId:\"zrhIDdjlZ\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"zrhIDdjlZ\",image:toResponsiveImage(SQP2GMQE0),layoutId:\"zrhIDdjlZ\",name:\"18\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible21&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13s5con-container\",\"data-framer-name\":\"20\",isAuthoredByUser:true,isModuleExternal:true,name:\"20\",nodeId:\"DpXYaWt1Q\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"DpXYaWt1Q\",image:toResponsiveImage(BAh5FEar5),layoutId:\"DpXYaWt1Q\",name:\"20\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]})]})})]}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-94xdi9\",\"data-framer-name\":\"Other Albums\",id:elementId3,ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy0zMDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"80%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"More Communities\"})}),fonts:[\"GF;Poppins-300\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"More Communities\"})}),className:\"framer-1yep507\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sknpqw\",\"data-framer-name\":\"Ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19n4b8k-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Z3s93wrOi\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Z3s93wrOi\",layoutId:\"Z3s93wrOi\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1br8mta\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"k8vhOIAaT\",data:Communities,type:\"Collection\"},select:[{collection:\"k8vhOIAaT\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"vKXD8iKpJ\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"H8wcwixxo\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"FgTryvasc\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"k8vhOIAaT\",name:\"abCVizEmi\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:abCVizEmi},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{left:{collection:\"k8vhOIAaT\",name:\"BAh5FEar5\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:null},type:\"BinaryOperation\"},operator:\"and\",right:{left:{collection:\"k8vhOIAaT\",name:\"BAh5FEar5\",type:\"Identifier\"},operator:\"!=\",right:{type:\"LiteralValue\",value:\"\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection6,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6?.map(({abCVizEmi:abCVizEmik8vhOIAaT,F5JM_atFV:F5JM_atFVk8vhOIAaT,FgTryvasc:FgTryvasck8vhOIAaT,H8wcwixxo:H8wcwixxok8vhOIAaT,id:idk8vhOIAaT,vKXD8iKpJ:vKXD8iKpJk8vhOIAaT},index6)=>{F5JM_atFVk8vhOIAaT??=\"\";abCVizEmik8vhOIAaT??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`k8vhOIAaT-${idk8vhOIAaT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{abCVizEmi:abCVizEmik8vhOIAaT},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{abCVizEmi:abCVizEmik8vhOIAaT},webPageId:\"Jl2zKoCF7\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:331,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gic4k-container\",\"data-framer-cursor\":\"pjrxrb\",inComponentSlot:true,nodeId:\"vE0_HNXep\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"vE0_HNXep\",jmbHURFsg:enumToDisplayName(FgTryvasck8vhOIAaT,activeLocale),layoutId:\"vE0_HNXep\",qqNc2XiOL:F5JM_atFVk8vhOIAaT,style:{height:\"100%\",width:\"100%\"},Te9bphHet:toResponsiveImage(vKXD8iKpJk8vhOIAaT),width:\"100%\",xpmiv5OmA:enumToDisplayName(H8wcwixxok8vhOIAaT,activeLocale),ZSDiebDov:resolvedLinks5[0]})})})})})},idk8vhOIAaT);})})})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"222px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k9bg1w-container\",nodeId:\"BkEnQA1JR\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BwJTUMTZ1:{ovlJVBqUg:resolvedLinks6[3]},dLDIjOQTQ:{ovlJVBqUg:resolvedLinks6[1]},nG2wuX4B4:{ovlJVBqUg:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"BkEnQA1JR\",iejb8yWnj:\"All Communities\",layoutId:\"BkEnQA1JR\",ovlJVBqUg:resolvedLinks6[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",whsoPXfNt:\"10px\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:949,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n1por0-container\",nodeId:\"qsYdJJFfV\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{variant:\"LUcecYIHZ\"},nG2wuX4B4:{variant:\"OE4fKaA14\"}},children:/*#__PURE__*/_jsx(Footer01,{height:\"100%\",id:\"qsYdJJFfV\",kJioNOIcr:abCVizEmi,layoutId:\"qsYdJJFfV\",style:{width:\"100%\"},variant:\"vAuQ97LzG\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yng2f-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IjDJ3JOop\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"IjDJ3JOop\",intensity:15,layoutId:\"IjDJ3JOop\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a6pls.framer-m1ijvk, .framer-a6pls .framer-m1ijvk { display: block; }\",\".framer-a6pls.framer-xnq4v4 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #0a0a0a); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-a6pls .framer-ceoxk8-container { flex: none; height: 39px; position: fixed; right: -115px; top: 350px; width: 268px; z-index: 2; }\",\".framer-a6pls.framer-19xrklt { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 1; }\",\".framer-a6pls.framer-1yz2ka0 { align-content: center; align-items: center; background-color: var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, #1b1b1b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 1; }\",\".framer-a6pls .framer-1c0xubn-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-a6pls .framer-17r5oep-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 3; }\",\".framer-a6pls .framer-1f82oid { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1v25yk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-a6pls .framer-akq6r7 { aspect-ratio: 3.0088495575221237 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 399px); mix-blend-mode: lighten; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\".framer-a6pls .framer-13hlsc5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; height: auto; left: 50%; max-width: 1120px; position: absolute; text-shadow: 1px 1px 52px rgba(0, 0, 0, 0.45); transform: translateX(-50%); white-space: pre-wrap; width: 1120px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-a6pls .framer-gzhd13 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 40px 120px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-a6pls .framer-a5lu3i, .framer-a6pls .framer-4cr4ef, .framer-a6pls .framer-1g2okmc, .framer-a6pls .framer-1txm1sm { --framer-paragraph-spacing: 20px; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a6pls .framer-16herkf, .framer-a6pls .framer-4tjem6 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 40px 70px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-a6pls .framer-19c5l98 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-a6pls .framer-i5odd5 { --border-bottom-width: 1px; --border-color: var(--token-d877da4c-001e-4298-9b19-d68799a1cefa, rgba(143, 127, 83, 0.4)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 50px; justify-content: space-between; min-width: 170px; padding: 0px; position: relative; width: 1px; }\",\".framer-a6pls .framer-1oemeyr, .framer-a6pls .framer-g5542l, .framer-a6pls .framer-niz9je, .framer-a6pls .framer-1jj0hu8, .framer-a6pls .framer-gz4h7w, .framer-a6pls .framer-wr1f9r, .framer-a6pls .framer-8c2p28, .framer-a6pls .framer-359eu7, .framer-a6pls .framer-1ne2mdt, .framer-a6pls .framer-btxotu, .framer-a6pls .framer-11jr99v, .framer-a6pls .framer-sq82d3, .framer-a6pls .framer-w037we, .framer-a6pls .framer-12xfq7y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px 8px 0px 8px; position: relative; width: 100%; }\",\".framer-a6pls .framer-17hkp3b, .framer-a6pls .framer-e0ffgi, .framer-a6pls .framer-qh50sp, .framer-a6pls .framer-1gg7u36, .framer-a6pls .framer-atizrx, .framer-a6pls .framer-pouclz, .framer-a6pls .framer-1h97gmi, .framer-a6pls .framer-ywrjsx, .framer-a6pls .framer-13ho0b2, .framer-a6pls .framer-7zbbvt, .framer-a6pls .framer-s3258j, .framer-a6pls .framer-cirv4r, .framer-a6pls .framer-lzwgca, .framer-a6pls .framer-f8rhkd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-a6pls .framer-2szzob, .framer-a6pls .framer-7a7die, .framer-a6pls .framer-okz3jk, .framer-a6pls .framer-1002b5g, .framer-a6pls .framer-gphkld, .framer-a6pls .framer-pqnr74, .framer-a6pls .framer-z18d6h, .framer-a6pls .framer-1yjsbj6, .framer-a6pls .framer-8pu74r, .framer-a6pls .framer-1th3ewl, .framer-a6pls .framer-645ssk, .framer-a6pls .framer-p1vc40, .framer-a6pls .framer-tait4h, .framer-a6pls .framer-1lp610o { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-a6pls .framer-3qq3s6, .framer-a6pls .framer-hp1puj, .framer-a6pls .framer-197q3g5, .framer-a6pls .framer-ty3qnq, .framer-a6pls .framer-1da55wj, .framer-a6pls .framer-1307tbt, .framer-a6pls .framer-19ma6z2, .framer-a6pls .framer-78efyg, .framer-a6pls .framer-sp0275, .framer-a6pls .framer-1cmr2e0, .framer-a6pls .framer-yy9b94, .framer-a6pls .framer-4wt7bo, .framer-a6pls .framer-1dqt16v, .framer-a6pls .framer-1ix4dm4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-a6pls .framer-1shyl6r, .framer-a6pls .framer-bydwf4, .framer-a6pls .framer-4bmj24, .framer-a6pls .framer-13zhaaz, .framer-a6pls .framer-hawhfj, .framer-a6pls .framer-8tv8g8, .framer-a6pls .framer-1om1vdc, .framer-a6pls .framer-1i1mjg, .framer-a6pls .framer-1vxlv3h, .framer-a6pls .framer-1tm2di1, .framer-a6pls .framer-k3i1ov, .framer-a6pls .framer-1rsgkhy, .framer-a6pls .framer-10q4nhm, .framer-a6pls .framer-137or8k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-a6pls .framer-oj75or, .framer-a6pls .framer-1r8hu5m, .framer-a6pls .framer-5e60ig, .framer-a6pls .framer-1afy626, .framer-a6pls .framer-1c78k2c, .framer-a6pls .framer-yd4ms7, .framer-a6pls .framer-1dafg8j, .framer-a6pls .framer-3cdfzn, .framer-a6pls .framer-13qihqx, .framer-a6pls .framer-1anak16, .framer-a6pls .framer-9wnmi1, .framer-a6pls .framer-1k0ptvn, .framer-a6pls .framer-1w7j7w9 { --border-bottom-width: 1px; --border-color: var(--token-d877da4c-001e-4298-9b19-d68799a1cefa, rgba(143, 127, 83, 0.4)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; min-width: 170px; padding: 0px; position: relative; width: 1px; }\",\".framer-a6pls .framer-mys0ui, .framer-a6pls .framer-3sqbvb, .framer-a6pls .framer-1r6wtra, .framer-a6pls .framer-1qnl4e8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1pr768z, .framer-a6pls .framer-ekr1, .framer-a6pls .framer-1app5vd, .framer-a6pls .framer-14micjv { 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 20px 0px 20px; position: relative; width: 100%; }\",\".framer-a6pls .framer-4h9dg0, .framer-a6pls .framer-1jds0iw, .framer-a6pls .framer-mvwkxj, .framer-a6pls .framer-1fs6mm { 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: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1szk338, .framer-a6pls .framer-38zodv, .framer-a6pls .framer-14s36or, .framer-a6pls .framer-1bvr5i1 { --framer-paragraph-spacing: 0px; align-self: stretch; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-a6pls .framer-eemfq2-container, .framer-a6pls .framer-1b8lr37-container, .framer-a6pls .framer-1xmpbh-container, .framer-a6pls .framer-1lm8y88-container { flex: none; height: auto; position: relative; width: 200px; }\",\".framer-a6pls .framer-o0n1a2 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-a6pls .framer-1vhul0h { display: grid; flex: 1 0 0px; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-a6pls .framer-1lzsfm9, .framer-a6pls .framer-nrtq4g, .framer-a6pls .framer-prk5qk, .framer-a6pls .framer-o4wfiq { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-a6pls .framer-1wxalfe-container, .framer-a6pls .framer-qeq94e-container, .framer-a6pls .framer-14zemdn-container, .framer-a6pls .framer-1skaxw3-container, .framer-a6pls .framer-1p5y4iu-container, .framer-a6pls .framer-7rbdd2-container, .framer-a6pls .framer-94n44q-container, .framer-a6pls .framer-1l39nhb-container, .framer-a6pls .framer-13lqrm4-container, .framer-a6pls .framer-7klbl3-container, .framer-a6pls .framer-oucqdp-container, .framer-a6pls .framer-kj72wm-container, .framer-a6pls .framer-17x0do4-container, .framer-a6pls .framer-1gtxagc-container, .framer-a6pls .framer-1g92rri-container, .framer-a6pls .framer-19zr2jh-container, .framer-a6pls .framer-lss7nn-container, .framer-a6pls .framer-temixw-container, .framer-a6pls .framer-lixyy7-container, .framer-a6pls .framer-160gvgf-container, .framer-a6pls .framer-1lzodov-container, .framer-a6pls .framer-1m3ziqt-container, .framer-a6pls .framer-rwdvg0-container, .framer-a6pls .framer-13s5con-container, .framer-a6pls .framer-1n1por0-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-a6pls .framer-1soobcx, .framer-a6pls .framer-1cfk9pg, .framer-a6pls .framer-1cplmow { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 80px 40px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-a6pls .framer-182jdie, .framer-a6pls .framer-1lravs4, .framer-a6pls .framer-13kb8iz { align-content: flex-end; align-items: flex-end; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #1b1b1b); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-a6pls .framer-4nzwgi, .framer-a6pls .framer-hv84b8, .framer-a6pls .framer-2wrr6d { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1l3cj14-container { flex: 1 0 0px; height: auto; min-width: 100px; position: relative; width: 1px; }\",\".framer-a6pls .framer-1kfo2vz { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(1, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1h19lve, .framer-a6pls .framer-1w9drya { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-h1xnth { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 120px 40px; position: relative; width: 1200px; z-index: 1; }\",\".framer-a6pls .framer-1cnf8tw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 72px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a6pls .framer-1ajefx { display: grid; flex: none; gap: 16px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1120px; }\",\".framer-a6pls .framer-zdmqbp-container { flex: none; height: 494px; position: relative; width: 363px; }\",\".framer-a6pls .framer-ugvjfw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-153vbs4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 10px 10px; position: relative; width: 100%; z-index: 1; }\",\".framer-a6pls .framer-24rrt3 { 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; max-width: 1900px; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-a6pls .framer-wnpiy7, .framer-a6pls .framer-1360uxb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 10px; width: 1px; z-index: 1; }\",\".framer-a6pls .framer-94xdi9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 150px 10px 150px 10px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1yep507 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-a6pls .framer-sknpqw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1680%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a6pls .framer-19n4b8k-container { flex: none; height: 485px; position: relative; width: 100%; }\",\".framer-a6pls .framer-1br8mta { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 40px; position: relative; width: min-content; }\",\".framer-a6pls .framer-17gic4k-container { flex: none; height: 331px; position: relative; width: 370px; }\",\".framer-a6pls .framer-1k9bg1w-container { flex: none; height: auto; position: relative; width: 222px; }\",\".framer-a6pls .framer-16yng2f-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a6pls.framer-xnq4v4, .framer-a6pls.framer-1yz2ka0, .framer-a6pls .framer-1f82oid, .framer-a6pls .framer-1v25yk7, .framer-a6pls .framer-gzhd13, .framer-a6pls .framer-16herkf, .framer-a6pls .framer-19c5l98, .framer-a6pls .framer-1oemeyr, .framer-a6pls .framer-17hkp3b, .framer-a6pls .framer-3qq3s6, .framer-a6pls .framer-oj75or, .framer-a6pls .framer-g5542l, .framer-a6pls .framer-e0ffgi, .framer-a6pls .framer-hp1puj, .framer-a6pls .framer-1r8hu5m, .framer-a6pls .framer-niz9je, .framer-a6pls .framer-qh50sp, .framer-a6pls .framer-197q3g5, .framer-a6pls .framer-5e60ig, .framer-a6pls .framer-1jj0hu8, .framer-a6pls .framer-1gg7u36, .framer-a6pls .framer-ty3qnq, .framer-a6pls .framer-1afy626, .framer-a6pls .framer-gz4h7w, .framer-a6pls .framer-atizrx, .framer-a6pls .framer-1da55wj, .framer-a6pls .framer-1c78k2c, .framer-a6pls .framer-wr1f9r, .framer-a6pls .framer-pouclz, .framer-a6pls .framer-1307tbt, .framer-a6pls .framer-yd4ms7, .framer-a6pls .framer-8c2p28, .framer-a6pls .framer-1h97gmi, .framer-a6pls .framer-19ma6z2, .framer-a6pls .framer-1dafg8j, .framer-a6pls .framer-359eu7, .framer-a6pls .framer-ywrjsx, .framer-a6pls .framer-78efyg, .framer-a6pls .framer-3cdfzn, .framer-a6pls .framer-1ne2mdt, .framer-a6pls .framer-13ho0b2, .framer-a6pls .framer-sp0275, .framer-a6pls .framer-13qihqx, .framer-a6pls .framer-btxotu, .framer-a6pls .framer-7zbbvt, .framer-a6pls .framer-1cmr2e0, .framer-a6pls .framer-1anak16, .framer-a6pls .framer-11jr99v, .framer-a6pls .framer-s3258j, .framer-a6pls .framer-yy9b94, .framer-a6pls .framer-9wnmi1, .framer-a6pls .framer-sq82d3, .framer-a6pls .framer-cirv4r, .framer-a6pls .framer-4wt7bo, .framer-a6pls .framer-1k0ptvn, .framer-a6pls .framer-w037we, .framer-a6pls .framer-lzwgca, .framer-a6pls .framer-1dqt16v, .framer-a6pls .framer-1w7j7w9, .framer-a6pls .framer-12xfq7y, .framer-a6pls .framer-f8rhkd, .framer-a6pls .framer-1ix4dm4, .framer-a6pls .framer-4tjem6, .framer-a6pls .framer-mys0ui, .framer-a6pls .framer-1pr768z, .framer-a6pls .framer-4h9dg0, .framer-a6pls .framer-o0n1a2, .framer-a6pls .framer-1lzsfm9, .framer-a6pls .framer-1soobcx, .framer-a6pls .framer-3sqbvb, .framer-a6pls .framer-ekr1, .framer-a6pls .framer-1jds0iw, .framer-a6pls .framer-182jdie, .framer-a6pls .framer-nrtq4g, .framer-a6pls .framer-1cfk9pg, .framer-a6pls .framer-1r6wtra, .framer-a6pls .framer-1app5vd, .framer-a6pls .framer-mvwkxj, .framer-a6pls .framer-1lravs4, .framer-a6pls .framer-prk5qk, .framer-a6pls .framer-1cplmow, .framer-a6pls .framer-1qnl4e8, .framer-a6pls .framer-14micjv, .framer-a6pls .framer-1fs6mm, .framer-a6pls .framer-13kb8iz, .framer-a6pls .framer-o4wfiq, .framer-a6pls .framer-1h19lve, .framer-a6pls .framer-h1xnth, .framer-a6pls .framer-1w9drya, .framer-a6pls .framer-ugvjfw, .framer-a6pls .framer-153vbs4, .framer-a6pls .framer-24rrt3, .framer-a6pls .framer-wnpiy7, .framer-a6pls .framer-1360uxb, .framer-a6pls .framer-94xdi9, .framer-a6pls .framer-sknpqw, .framer-a6pls .framer-1br8mta { gap: 0px; } .framer-a6pls.framer-xnq4v4 > *, .framer-a6pls .framer-1f82oid > *, .framer-a6pls .framer-1pr768z > *, .framer-a6pls .framer-ekr1 > *, .framer-a6pls .framer-1app5vd > *, .framer-a6pls .framer-14micjv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-a6pls.framer-xnq4v4 > :first-child, .framer-a6pls.framer-1yz2ka0 > :first-child, .framer-a6pls .framer-1f82oid > :first-child, .framer-a6pls .framer-1v25yk7 > :first-child, .framer-a6pls .framer-gzhd13 > :first-child, .framer-a6pls .framer-16herkf > :first-child, .framer-a6pls .framer-3qq3s6 > :first-child, .framer-a6pls .framer-oj75or > :first-child, .framer-a6pls .framer-hp1puj > :first-child, .framer-a6pls .framer-1r8hu5m > :first-child, .framer-a6pls .framer-197q3g5 > :first-child, .framer-a6pls .framer-5e60ig > :first-child, .framer-a6pls .framer-ty3qnq > :first-child, .framer-a6pls .framer-1afy626 > :first-child, .framer-a6pls .framer-1da55wj > :first-child, .framer-a6pls .framer-1c78k2c > :first-child, .framer-a6pls .framer-1307tbt > :first-child, .framer-a6pls .framer-yd4ms7 > :first-child, .framer-a6pls .framer-19ma6z2 > :first-child, .framer-a6pls .framer-1dafg8j > :first-child, .framer-a6pls .framer-78efyg > :first-child, .framer-a6pls .framer-3cdfzn > :first-child, .framer-a6pls .framer-sp0275 > :first-child, .framer-a6pls .framer-13qihqx > :first-child, .framer-a6pls .framer-1cmr2e0 > :first-child, .framer-a6pls .framer-1anak16 > :first-child, .framer-a6pls .framer-yy9b94 > :first-child, .framer-a6pls .framer-9wnmi1 > :first-child, .framer-a6pls .framer-4wt7bo > :first-child, .framer-a6pls .framer-1k0ptvn > :first-child, .framer-a6pls .framer-1dqt16v > :first-child, .framer-a6pls .framer-1w7j7w9 > :first-child, .framer-a6pls .framer-1ix4dm4 > :first-child, .framer-a6pls .framer-4tjem6 > :first-child, .framer-a6pls .framer-mys0ui > :first-child, .framer-a6pls .framer-1pr768z > :first-child, .framer-a6pls .framer-1soobcx > :first-child, .framer-a6pls .framer-3sqbvb > :first-child, .framer-a6pls .framer-ekr1 > :first-child, .framer-a6pls .framer-182jdie > :first-child, .framer-a6pls .framer-1cfk9pg > :first-child, .framer-a6pls .framer-1r6wtra > :first-child, .framer-a6pls .framer-1app5vd > :first-child, .framer-a6pls .framer-1lravs4 > :first-child, .framer-a6pls .framer-1cplmow > :first-child, .framer-a6pls .framer-1qnl4e8 > :first-child, .framer-a6pls .framer-14micjv > :first-child, .framer-a6pls .framer-13kb8iz > :first-child, .framer-a6pls .framer-h1xnth > :first-child, .framer-a6pls .framer-ugvjfw > :first-child, .framer-a6pls .framer-153vbs4 > :first-child, .framer-a6pls .framer-wnpiy7 > :first-child, .framer-a6pls .framer-1360uxb > :first-child, .framer-a6pls .framer-94xdi9 > :first-child, .framer-a6pls .framer-sknpqw > :first-child { margin-top: 0px; } .framer-a6pls.framer-xnq4v4 > :last-child, .framer-a6pls.framer-1yz2ka0 > :last-child, .framer-a6pls .framer-1f82oid > :last-child, .framer-a6pls .framer-1v25yk7 > :last-child, .framer-a6pls .framer-gzhd13 > :last-child, .framer-a6pls .framer-16herkf > :last-child, .framer-a6pls .framer-3qq3s6 > :last-child, .framer-a6pls .framer-oj75or > :last-child, .framer-a6pls .framer-hp1puj > :last-child, .framer-a6pls .framer-1r8hu5m > :last-child, .framer-a6pls .framer-197q3g5 > :last-child, .framer-a6pls .framer-5e60ig > :last-child, .framer-a6pls .framer-ty3qnq > :last-child, .framer-a6pls .framer-1afy626 > :last-child, .framer-a6pls .framer-1da55wj > :last-child, .framer-a6pls .framer-1c78k2c > :last-child, .framer-a6pls .framer-1307tbt > :last-child, .framer-a6pls .framer-yd4ms7 > :last-child, .framer-a6pls .framer-19ma6z2 > :last-child, .framer-a6pls .framer-1dafg8j > :last-child, .framer-a6pls .framer-78efyg > :last-child, .framer-a6pls .framer-3cdfzn > :last-child, .framer-a6pls .framer-sp0275 > :last-child, .framer-a6pls .framer-13qihqx > :last-child, .framer-a6pls .framer-1cmr2e0 > :last-child, .framer-a6pls .framer-1anak16 > :last-child, .framer-a6pls .framer-yy9b94 > :last-child, .framer-a6pls .framer-9wnmi1 > :last-child, .framer-a6pls .framer-4wt7bo > :last-child, .framer-a6pls .framer-1k0ptvn > :last-child, .framer-a6pls .framer-1dqt16v > :last-child, .framer-a6pls .framer-1w7j7w9 > :last-child, .framer-a6pls .framer-1ix4dm4 > :last-child, .framer-a6pls .framer-4tjem6 > :last-child, .framer-a6pls .framer-mys0ui > :last-child, .framer-a6pls .framer-1pr768z > :last-child, .framer-a6pls .framer-1soobcx > :last-child, .framer-a6pls .framer-3sqbvb > :last-child, .framer-a6pls .framer-ekr1 > :last-child, .framer-a6pls .framer-182jdie > :last-child, .framer-a6pls .framer-1cfk9pg > :last-child, .framer-a6pls .framer-1r6wtra > :last-child, .framer-a6pls .framer-1app5vd > :last-child, .framer-a6pls .framer-1lravs4 > :last-child, .framer-a6pls .framer-1cplmow > :last-child, .framer-a6pls .framer-1qnl4e8 > :last-child, .framer-a6pls .framer-14micjv > :last-child, .framer-a6pls .framer-13kb8iz > :last-child, .framer-a6pls .framer-h1xnth > :last-child, .framer-a6pls .framer-ugvjfw > :last-child, .framer-a6pls .framer-153vbs4 > :last-child, .framer-a6pls .framer-wnpiy7 > :last-child, .framer-a6pls .framer-1360uxb > :last-child, .framer-a6pls .framer-94xdi9 > :last-child, .framer-a6pls .framer-sknpqw > :last-child { margin-bottom: 0px; } .framer-a6pls.framer-1yz2ka0 > *, .framer-a6pls .framer-3qq3s6 > *, .framer-a6pls .framer-oj75or > *, .framer-a6pls .framer-hp1puj > *, .framer-a6pls .framer-1r8hu5m > *, .framer-a6pls .framer-197q3g5 > *, .framer-a6pls .framer-5e60ig > *, .framer-a6pls .framer-ty3qnq > *, .framer-a6pls .framer-1afy626 > *, .framer-a6pls .framer-1da55wj > *, .framer-a6pls .framer-1c78k2c > *, .framer-a6pls .framer-1307tbt > *, .framer-a6pls .framer-yd4ms7 > *, .framer-a6pls .framer-19ma6z2 > *, .framer-a6pls .framer-1dafg8j > *, .framer-a6pls .framer-78efyg > *, .framer-a6pls .framer-3cdfzn > *, .framer-a6pls .framer-sp0275 > *, .framer-a6pls .framer-13qihqx > *, .framer-a6pls .framer-1cmr2e0 > *, .framer-a6pls .framer-1anak16 > *, .framer-a6pls .framer-yy9b94 > *, .framer-a6pls .framer-9wnmi1 > *, .framer-a6pls .framer-4wt7bo > *, .framer-a6pls .framer-1k0ptvn > *, .framer-a6pls .framer-1dqt16v > *, .framer-a6pls .framer-1w7j7w9 > *, .framer-a6pls .framer-1ix4dm4 > *, .framer-a6pls .framer-182jdie > *, .framer-a6pls .framer-1lravs4 > *, .framer-a6pls .framer-13kb8iz > *, .framer-a6pls .framer-wnpiy7 > *, .framer-a6pls .framer-1360uxb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-a6pls .framer-1v25yk7 > *, .framer-a6pls .framer-mys0ui > *, .framer-a6pls .framer-3sqbvb > *, .framer-a6pls .framer-1r6wtra > *, .framer-a6pls .framer-1qnl4e8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-a6pls .framer-gzhd13 > *, .framer-a6pls .framer-1soobcx > *, .framer-a6pls .framer-1cfk9pg > *, .framer-a6pls .framer-1cplmow > *, .framer-a6pls .framer-h1xnth > *, .framer-a6pls .framer-153vbs4 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-a6pls .framer-16herkf > *, .framer-a6pls .framer-4tjem6 > *, .framer-a6pls .framer-ugvjfw > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } .framer-a6pls .framer-19c5l98 > *, .framer-a6pls .framer-1oemeyr > *, .framer-a6pls .framer-17hkp3b > *, .framer-a6pls .framer-g5542l > *, .framer-a6pls .framer-e0ffgi > *, .framer-a6pls .framer-niz9je > *, .framer-a6pls .framer-qh50sp > *, .framer-a6pls .framer-1jj0hu8 > *, .framer-a6pls .framer-1gg7u36 > *, .framer-a6pls .framer-gz4h7w > *, .framer-a6pls .framer-atizrx > *, .framer-a6pls .framer-wr1f9r > *, .framer-a6pls .framer-pouclz > *, .framer-a6pls .framer-8c2p28 > *, .framer-a6pls .framer-1h97gmi > *, .framer-a6pls .framer-359eu7 > *, .framer-a6pls .framer-ywrjsx > *, .framer-a6pls .framer-1ne2mdt > *, .framer-a6pls .framer-13ho0b2 > *, .framer-a6pls .framer-btxotu > *, .framer-a6pls .framer-7zbbvt > *, .framer-a6pls .framer-11jr99v > *, .framer-a6pls .framer-s3258j > *, .framer-a6pls .framer-sq82d3 > *, .framer-a6pls .framer-cirv4r > *, .framer-a6pls .framer-w037we > *, .framer-a6pls .framer-lzwgca > *, .framer-a6pls .framer-12xfq7y > *, .framer-a6pls .framer-f8rhkd > *, .framer-a6pls .framer-4h9dg0 > *, .framer-a6pls .framer-o0n1a2 > *, .framer-a6pls .framer-1jds0iw > *, .framer-a6pls .framer-mvwkxj > *, .framer-a6pls .framer-1fs6mm > *, .framer-a6pls .framer-24rrt3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-a6pls .framer-19c5l98 > :first-child, .framer-a6pls .framer-1oemeyr > :first-child, .framer-a6pls .framer-17hkp3b > :first-child, .framer-a6pls .framer-g5542l > :first-child, .framer-a6pls .framer-e0ffgi > :first-child, .framer-a6pls .framer-niz9je > :first-child, .framer-a6pls .framer-qh50sp > :first-child, .framer-a6pls .framer-1jj0hu8 > :first-child, .framer-a6pls .framer-1gg7u36 > :first-child, .framer-a6pls .framer-gz4h7w > :first-child, .framer-a6pls .framer-atizrx > :first-child, .framer-a6pls .framer-wr1f9r > :first-child, .framer-a6pls .framer-pouclz > :first-child, .framer-a6pls .framer-8c2p28 > :first-child, .framer-a6pls .framer-1h97gmi > :first-child, .framer-a6pls .framer-359eu7 > :first-child, .framer-a6pls .framer-ywrjsx > :first-child, .framer-a6pls .framer-1ne2mdt > :first-child, .framer-a6pls .framer-13ho0b2 > :first-child, .framer-a6pls .framer-btxotu > :first-child, .framer-a6pls .framer-7zbbvt > :first-child, .framer-a6pls .framer-11jr99v > :first-child, .framer-a6pls .framer-s3258j > :first-child, .framer-a6pls .framer-sq82d3 > :first-child, .framer-a6pls .framer-cirv4r > :first-child, .framer-a6pls .framer-w037we > :first-child, .framer-a6pls .framer-lzwgca > :first-child, .framer-a6pls .framer-12xfq7y > :first-child, .framer-a6pls .framer-f8rhkd > :first-child, .framer-a6pls .framer-4h9dg0 > :first-child, .framer-a6pls .framer-o0n1a2 > :first-child, .framer-a6pls .framer-1lzsfm9 > :first-child, .framer-a6pls .framer-1jds0iw > :first-child, .framer-a6pls .framer-nrtq4g > :first-child, .framer-a6pls .framer-mvwkxj > :first-child, .framer-a6pls .framer-prk5qk > :first-child, .framer-a6pls .framer-1fs6mm > :first-child, .framer-a6pls .framer-o4wfiq > :first-child, .framer-a6pls .framer-1h19lve > :first-child, .framer-a6pls .framer-1w9drya > :first-child, .framer-a6pls .framer-24rrt3 > :first-child, .framer-a6pls .framer-1br8mta > :first-child { margin-left: 0px; } .framer-a6pls .framer-19c5l98 > :last-child, .framer-a6pls .framer-1oemeyr > :last-child, .framer-a6pls .framer-17hkp3b > :last-child, .framer-a6pls .framer-g5542l > :last-child, .framer-a6pls .framer-e0ffgi > :last-child, .framer-a6pls .framer-niz9je > :last-child, .framer-a6pls .framer-qh50sp > :last-child, .framer-a6pls .framer-1jj0hu8 > :last-child, .framer-a6pls .framer-1gg7u36 > :last-child, .framer-a6pls .framer-gz4h7w > :last-child, .framer-a6pls .framer-atizrx > :last-child, .framer-a6pls .framer-wr1f9r > :last-child, .framer-a6pls .framer-pouclz > :last-child, .framer-a6pls .framer-8c2p28 > :last-child, .framer-a6pls .framer-1h97gmi > :last-child, .framer-a6pls .framer-359eu7 > :last-child, .framer-a6pls .framer-ywrjsx > :last-child, .framer-a6pls .framer-1ne2mdt > :last-child, .framer-a6pls .framer-13ho0b2 > :last-child, .framer-a6pls .framer-btxotu > :last-child, .framer-a6pls .framer-7zbbvt > :last-child, .framer-a6pls .framer-11jr99v > :last-child, .framer-a6pls .framer-s3258j > :last-child, .framer-a6pls .framer-sq82d3 > :last-child, .framer-a6pls .framer-cirv4r > :last-child, .framer-a6pls .framer-w037we > :last-child, .framer-a6pls .framer-lzwgca > :last-child, .framer-a6pls .framer-12xfq7y > :last-child, .framer-a6pls .framer-f8rhkd > :last-child, .framer-a6pls .framer-4h9dg0 > :last-child, .framer-a6pls .framer-o0n1a2 > :last-child, .framer-a6pls .framer-1lzsfm9 > :last-child, .framer-a6pls .framer-1jds0iw > :last-child, .framer-a6pls .framer-nrtq4g > :last-child, .framer-a6pls .framer-mvwkxj > :last-child, .framer-a6pls .framer-prk5qk > :last-child, .framer-a6pls .framer-1fs6mm > :last-child, .framer-a6pls .framer-o4wfiq > :last-child, .framer-a6pls .framer-1h19lve > :last-child, .framer-a6pls .framer-1w9drya > :last-child, .framer-a6pls .framer-24rrt3 > :last-child, .framer-a6pls .framer-1br8mta > :last-child { margin-right: 0px; } .framer-a6pls .framer-1lzsfm9 > *, .framer-a6pls .framer-nrtq4g > *, .framer-a6pls .framer-prk5qk > *, .framer-a6pls .framer-o4wfiq > *, .framer-a6pls .framer-1h19lve > *, .framer-a6pls .framer-1w9drya > *, .framer-a6pls .framer-1br8mta > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-a6pls .framer-94xdi9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-a6pls .framer-sknpqw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,'.framer-a6pls[data-border=\"true\"]::after, .framer-a6pls [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: 1199px) { .framer-a6pls.framer-xnq4v4 { width: 810px; } .framer-a6pls.framer-1yz2ka0 { aspect-ratio: 1.7071960297766748 / 1; height: var(--framer-aspect-ratio-supported, 392px); width: 669px; } .framer-a6pls .framer-1c0xubn-container { aspect-ratio: 2.1836228287841193 / 1; flex: 1 0 0px; height: 1px; width: var(--framer-aspect-ratio-supported, 437px); } .framer-a6pls .framer-1v25yk7 { order: 0; padding: 80px 0px 50px 0px; } .framer-a6pls .framer-akq6r7 { height: var(--framer-aspect-ratio-supported, 269px); } .framer-a6pls .framer-13hlsc5 { max-width: 600px; width: 600px; } .framer-a6pls .framer-gzhd13 { order: 1; padding: 100px 40px 100px 40px; } .framer-a6pls .framer-a5lu3i, .framer-a6pls .framer-4cr4ef, .framer-a6pls .framer-1g2okmc, .framer-a6pls .framer-1txm1sm { max-width: 600px; } .framer-a6pls .framer-16herkf { order: 2; padding: 100px 40px 100px 40px; } .framer-a6pls .framer-19c5l98 { padding: 0px; } .framer-a6pls .framer-4tjem6 { gap: 62px; order: 3; padding: 100px 80px 100px 80px; } .framer-a6pls .framer-1szk338, .framer-a6pls .framer-38zodv, .framer-a6pls .framer-14s36or, .framer-a6pls .framer-1bvr5i1 { order: 0; } .framer-a6pls .framer-eemfq2-container, .framer-a6pls .framer-1b8lr37-container, .framer-a6pls .framer-1xmpbh-container, .framer-a6pls .framer-1lm8y88-container { order: 1; } .framer-a6pls .framer-o0n1a2, .framer-a6pls .framer-182jdie, .framer-a6pls .framer-1lravs4, .framer-a6pls .framer-13kb8iz { width: 770px; } .framer-a6pls .framer-1vhul0h, .framer-a6pls .framer-4nzwgi, .framer-a6pls .framer-hv84b8, .framer-a6pls .framer-2wrr6d { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-a6pls .framer-1wxalfe-container, .framer-a6pls .framer-qeq94e-container, .framer-a6pls .framer-14zemdn-container { flex: 1 0 0px; width: 1px; } .framer-a6pls .framer-1soobcx { order: 4; padding: 100px 80px 100px 80px; } .framer-a6pls .framer-1cfk9pg { order: 5; padding: 100px 80px 100px 80px; } .framer-a6pls .framer-1cplmow { order: 6; padding: 100px 80px 100px 80px; } .framer-a6pls .framer-1kfo2vz { order: 7; } .framer-a6pls .framer-h1xnth { flex: 1 0 0px; padding: 100px 40px 100px 40px; width: 1px; } .framer-a6pls .framer-1ajefx { grid-template-columns: repeat(2, minmax(50px, 1fr)); width: 100%; } .framer-a6pls .framer-1w9drya { width: min-content; } .framer-a6pls .framer-ugvjfw { order: 8; } .framer-a6pls .framer-94xdi9 { order: 10; padding: 100px 10px 100px 10px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a6pls .framer-4tjem6 { gap: 0px; } .framer-a6pls .framer-4tjem6 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-a6pls .framer-4tjem6 > :first-child { margin-top: 0px; } .framer-a6pls .framer-4tjem6 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-a6pls.framer-xnq4v4 { width: 390px; } .framer-a6pls.framer-1yz2ka0 { width: 70%; } .framer-a6pls .framer-1c0xubn-container { width: 100%; } .framer-a6pls .framer-1v25yk7 { padding: 80px 0px 20px 0px; } .framer-a6pls .framer-akq6r7 { aspect-ratio: unset; height: 277px; } .framer-a6pls .framer-13hlsc5 { max-width: 400px; width: 400px; } .framer-a6pls .framer-gzhd13 { padding: 50px 20px 50px 20px; } .framer-a6pls .framer-16herkf { padding: 50px 10px 50px 10px; } .framer-a6pls .framer-19c5l98, .framer-a6pls .framer-o0n1a2, .framer-a6pls .framer-182jdie, .framer-a6pls .framer-1lravs4, .framer-a6pls .framer-13kb8iz { padding: 0px; } .framer-a6pls .framer-4tjem6, .framer-a6pls .framer-1soobcx, .framer-a6pls .framer-1cfk9pg, .framer-a6pls .framer-1cplmow { gap: 70px; padding: 50px 20px 50px 20px; } .framer-a6pls .framer-1pr768z, .framer-a6pls .framer-ekr1, .framer-a6pls .framer-1app5vd, .framer-a6pls .framer-14micjv { gap: 32px; padding: 0px; } .framer-a6pls .framer-4h9dg0, .framer-a6pls .framer-1jds0iw, .framer-a6pls .framer-mvwkxj, .framer-a6pls .framer-1fs6mm, .framer-a6pls .framer-24rrt3 { flex-direction: column; } .framer-a6pls .framer-1szk338, .framer-a6pls .framer-38zodv, .framer-a6pls .framer-14s36or, .framer-a6pls .framer-1bvr5i1 { align-self: unset; flex: none; width: 100%; } .framer-a6pls .framer-eemfq2-container, .framer-a6pls .framer-1b8lr37-container, .framer-a6pls .framer-1xmpbh-container, .framer-a6pls .framer-1lm8y88-container { width: 353px; } .framer-a6pls .framer-1vhul0h, .framer-a6pls .framer-4nzwgi, .framer-a6pls .framer-hv84b8, .framer-a6pls .framer-2wrr6d { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-a6pls .framer-1wxalfe-container, .framer-a6pls .framer-qeq94e-container, .framer-a6pls .framer-14zemdn-container { flex: 1 0 0px; width: 1px; } .framer-a6pls .framer-h1xnth { flex: 1 0 0px; padding: 50px 20px 50px 20px; width: 1px; } .framer-a6pls .framer-1cnf8tw { height: auto; } .framer-a6pls .framer-1ajefx { grid-template-columns: repeat(1, minmax(50px, 1fr)); width: 100%; } .framer-a6pls .framer-zdmqbp-container { flex: 1 0 0px; height: 406px; width: 1px; } .framer-a6pls .framer-153vbs4 { gap: 10px; } .framer-a6pls .framer-wnpiy7, .framer-a6pls .framer-1360uxb { flex: none; position: relative; top: unset; width: 100%; } .framer-a6pls .framer-94xdi9 { padding: 30px 10px 60px 10px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-a6pls .framer-4tjem6, .framer-a6pls .framer-1pr768z, .framer-a6pls .framer-4h9dg0, .framer-a6pls .framer-1soobcx, .framer-a6pls .framer-ekr1, .framer-a6pls .framer-1jds0iw, .framer-a6pls .framer-1cfk9pg, .framer-a6pls .framer-1app5vd, .framer-a6pls .framer-mvwkxj, .framer-a6pls .framer-1cplmow, .framer-a6pls .framer-14micjv, .framer-a6pls .framer-1fs6mm, .framer-a6pls .framer-153vbs4, .framer-a6pls .framer-24rrt3 { gap: 0px; } .framer-a6pls .framer-4tjem6 > *, .framer-a6pls .framer-1soobcx > *, .framer-a6pls .framer-1cfk9pg > *, .framer-a6pls .framer-1cplmow > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-a6pls .framer-4tjem6 > :first-child, .framer-a6pls .framer-1pr768z > :first-child, .framer-a6pls .framer-4h9dg0 > :first-child, .framer-a6pls .framer-1soobcx > :first-child, .framer-a6pls .framer-ekr1 > :first-child, .framer-a6pls .framer-1jds0iw > :first-child, .framer-a6pls .framer-1cfk9pg > :first-child, .framer-a6pls .framer-1app5vd > :first-child, .framer-a6pls .framer-mvwkxj > :first-child, .framer-a6pls .framer-1cplmow > :first-child, .framer-a6pls .framer-14micjv > :first-child, .framer-a6pls .framer-1fs6mm > :first-child, .framer-a6pls .framer-153vbs4 > :first-child, .framer-a6pls .framer-24rrt3 > :first-child { margin-top: 0px; } .framer-a6pls .framer-4tjem6 > :last-child, .framer-a6pls .framer-1pr768z > :last-child, .framer-a6pls .framer-4h9dg0 > :last-child, .framer-a6pls .framer-1soobcx > :last-child, .framer-a6pls .framer-ekr1 > :last-child, .framer-a6pls .framer-1jds0iw > :last-child, .framer-a6pls .framer-1cfk9pg > :last-child, .framer-a6pls .framer-1app5vd > :last-child, .framer-a6pls .framer-mvwkxj > :last-child, .framer-a6pls .framer-1cplmow > :last-child, .framer-a6pls .framer-14micjv > :last-child, .framer-a6pls .framer-1fs6mm > :last-child, .framer-a6pls .framer-153vbs4 > :last-child, .framer-a6pls .framer-24rrt3 > :last-child { margin-bottom: 0px; } .framer-a6pls .framer-1pr768z > *, .framer-a6pls .framer-ekr1 > *, .framer-a6pls .framer-1app5vd > *, .framer-a6pls .framer-14micjv > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-a6pls .framer-4h9dg0 > *, .framer-a6pls .framer-1jds0iw > *, .framer-a6pls .framer-mvwkxj > *, .framer-a6pls .framer-1fs6mm > *, .framer-a6pls .framer-153vbs4 > *, .framer-a6pls .framer-24rrt3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\",\"@media (min-width: 1406px) { .framer-a6pls.framer-xnq4v4 { width: 1406px; } .framer-a6pls .framer-akq6r7 { height: var(--framer-aspect-ratio-supported, 467px); } .framer-a6pls .framer-a5lu3i, .framer-a6pls .framer-4cr4ef, .framer-a6pls .framer-1g2okmc, .framer-a6pls .framer-1txm1sm, .framer-a6pls .framer-19c5l98 { max-width: 1200px; } .framer-a6pls .framer-1pr768z, .framer-a6pls .framer-ekr1, .framer-a6pls .framer-1app5vd, .framer-a6pls .framer-14micjv { order: 0; } .framer-a6pls .framer-o0n1a2, .framer-a6pls .framer-182jdie, .framer-a6pls .framer-1lravs4, .framer-a6pls .framer-13kb8iz { min-width: 1300px; order: 1; } .framer-a6pls .framer-1vhul0h, .framer-a6pls .framer-4nzwgi, .framer-a6pls .framer-hv84b8, .framer-a6pls .framer-2wrr6d { grid-template-columns: repeat(4, minmax(50px, 1fr)); } .framer-a6pls .framer-1wxalfe-container, .framer-a6pls .framer-qeq94e-container, .framer-a6pls .framer-14zemdn-container { flex: 1 0 0px; width: 1px; } .framer-a6pls .framer-1kfo2vz, .framer-a6pls .framer-1ajefx { max-width: 1200px; width: 1200px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5319\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dLDIjOQTQ\":{\"layout\":[\"fixed\",\"auto\"]},\"nG2wuX4B4\":{\"layout\":[\"fixed\",\"auto\"]},\"BwJTUMTZ1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"oPP8AP56R\":{\"pattern\":\":oPP8AP56R\",\"name\":\"ty\"},\"KI_0r0Xa8\":{\"pattern\":\":RixmfYvqD-:KI_0r0Xa8\",\"name\":\"ty\",\"slugs\":{\"RixmfYvqD\":{\"identifier\":\"local-module:collection/n5ZK3z7XP:default\",\"provider\":\"oPP8AP56R\"}}},\"b2LVz7zMH\":{\"pattern\":\":b2LVz7zMH\",\"name\":\"need-a-consultation?\"},\"az9Knxxno\":{\"pattern\":\":az9Knxxno\",\"name\":\"video \"}}\n * @framerResponsiveScreen\n */const FramerJl2zKoCF7=withCSS(Component,css,\"framer-a6pls\");export default FramerJl2zKoCF7;FramerJl2zKoCF7.displayName=\"Albums\";FramerJl2zKoCF7.defaultProps={height:5319,width:1200};addFonts(FramerJl2zKoCF7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Urbanist\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fE5OrS8SlKw.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDz8V15vFP-KUEg.woff2\",weight:\"300\"}]},...ConsultationCTAPopupSideButtonFonts,...BottomFormFonts,...TopbarFonts,...ButtonFonts,...ProcessCardFonts,...OffplanCardNewFonts,...CombinedTitleFonts,...Image1Fonts,...ProjectFonts,...TickerFonts,...Footer01Fonts,...SmoothScrollFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...componentPresets.fonts?.[\"mFqRp7MUw\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"mFqRp7MUw\"]):[],...componentPresets.fonts?.[\"kvuy8b1Z7\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"kvuy8b1Z7\"]):[],...componentPresets.fonts?.[\"he6tRwJBY\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"he6tRwJBY\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJl2zKoCF7\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"5319\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dLDIjOQTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nG2wuX4B4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BwJTUMTZ1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerScrollSections\":\"{\\\"oPP8AP56R\\\":{\\\"pattern\\\":\\\":oPP8AP56R\\\",\\\"name\\\":\\\"ty\\\"},\\\"KI_0r0Xa8\\\":{\\\"pattern\\\":\\\":RixmfYvqD-:KI_0r0Xa8\\\",\\\"name\\\":\\\"ty\\\",\\\"slugs\\\":{\\\"RixmfYvqD\\\":{\\\"identifier\\\":\\\"local-module:collection/n5ZK3z7XP:default\\\",\\\"provider\\\":\\\"oPP8AP56R\\\"}}},\\\"b2LVz7zMH\\\":{\\\"pattern\\\":\\\":b2LVz7zMH\\\",\\\"name\\\":\\\"need-a-consultation?\\\"},\\\"az9Knxxno\\\":{\\\"pattern\\\":\\\":az9Knxxno\\\",\\\"name\\\":\\\"video \\\"}}\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "ojEAQkB,SAARA,EAAuBC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,IAAAC,EAAI,OAAAC,EAAO,QAAAC,EAAQ,KAAAC,EAAK,OAAAC,EAAO,MAAAC,EAAM,cAAAC,EAAc,cAAAC,CAAa,EAAET,EAAYU,EAAa,CAAC,QAAQ,OAAO,aAAa,SAAS,WAAW,SAAS,MAAM,OAAO,OAAO,OAAO,QAAQN,CAAO,EAAQO,GAAgB,CAACH,EAAcC,IAAgB,CAAC,GAAG,GAACA,GAAe,CAACD,GAA+B,IAAGC,GAAe,CAACD,EAAe,MAAM,GAAGC,EAAc,OAAO,MAAMA,EAAc,OAAO,MAAMA,EAAc,UAAU,MAAMA,EAAc,WAAW,GAAI,GAAG,CAACA,GAAeD,EAAe,MAAM,eAAeA,EAAc,WAAW,MAAMA,EAAc,WAAW,GAAI,GAAGC,GAAeD,EAAe,MAAM,eAAeA,EAAc,WAAW,MAAMA,EAAc,WAAW,KAAKC,EAAc,OAAO,MAAMA,EAAc,OAAO,MAAMA,EAAc,UAAU,MAAMA,EAAc,WAAW,GAAI,EAAQG,EAAW,CAAC,SAAS,OAAO,UAAU,OAAO,aAAaT,EAAO,eAAe,OAAO,SAAS,OAAO,WAAW,MAAM,EAAQU,EAAY,CAAC,SAAS,WAAW,MAAM,EAAE,cAAc,OAAO,aAAaV,EAAO,UAAUQ,GAAgBH,EAAcC,CAAa,CAAC,EAAQK,EAAiDb,GAAM,KAAM,sEAAsE,OAAOI,EAAkBU,EAAM,IAAI,CAAC,KAAKV,EAAK,MAAMH,EAAI,OAAOI,EAAO,SAAS,QAAQ,MAAMI,EAAa,SAAS,CAAcM,EAAK,MAAM,CAAC,MAAMJ,EAAW,IAAIE,EAAY,OAA2Cb,GAAM,OAAO,IAAIC,CAAG,CAAC,EAAec,EAAK,MAAM,CAAC,MAAMH,CAAW,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,MAAML,EAAa,SAAS,CAAcM,EAAK,MAAM,CAAC,MAAMJ,EAAW,IAAIE,EAAY,OAA2Cb,GAAM,OAAO,IAAIC,CAAG,CAAC,EAAec,EAAK,MAAM,CAAC,MAAMH,CAAW,CAAC,CAAC,CAAC,CAAC,CAAE,CAACI,GAAoBlB,EAAM,CAAC,MAAM,CAAC,MAAM,QAAQ,KAAKmB,EAAY,eAAe,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,MAAM,YAAY,UAAU,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,MAAM,EAAE,OAAO,CAAC,KAAKA,EAAY,QAAQ,MAAM,UAAU,OAAOlB,GAAO,CAACA,EAAM,IAAI,EAAE,cAAc,CAAC,KAAKkB,EAAY,OAAO,SAAS,GAAK,MAAM,SAAS,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,iBAAiB,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,eAAe,GAAK,aAAa,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,KAAK,SAAS,SAAS,CAAC,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,aAAa,CAAC,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,aAAa,CAAC,EAAE,WAAW,CAAC,KAAKA,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,aAAa,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,iBAAiB,CAAC,CAAC,CAAC,CAAC,ECP9wE,IAAMC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,EAAyL,IAAMC,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWF,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQG,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAAQ,CAAC,CAAC,SAAAR,EAAS,uBAAAS,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOT,EAAS,CAAC,KAAK,IAAIY,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,eAAe,eAAe,gBAAgB,gBAAgB,eAAe,eAAe,OAAO,SAAS,IAAI,WAAW,MAAM,YAAY,EAAQC,GAAS,CAAC,CAAC,WAAAC,EAAW,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,QAAAC,EAAQ,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUR,GAAqBE,CAAU,GAAGA,GAAYM,EAAM,WAAW,aAAa,UAAUH,GAAUG,EAAM,WAAW,YAAY,UAAUF,GAASE,EAAM,WAAW,WAAW,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,GAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE9B,GAASO,CAAK,EAAO,CAAC,YAAAwB,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,GAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAA7B,EAAQ,EAAE8B,GAAgB,CAAC,eAAe,YAAY,IAAIxB,EAAW,QAAAW,GAAQ,kBAAAc,EAAiB,CAAC,EAAQC,GAAiBjC,GAAuBD,EAAME,EAAQ,EAAO,CAAC,sBAAAiC,GAAsB,MAAAC,EAAK,EAAEC,GAAyBb,CAAW,EAAQc,GAAmB,CAAC,CAAC,QAAAC,GAAQ,SAAAC,EAAQ,IAAIL,GAAsB,SAASM,KAAO,CAACX,GAAgB,CAAC,UAAU,EAAI,CAAC,EAAES,GAAQ,KAAK,CAAE,CAAC,EAA4DG,GAAkBC,EAAGC,GAAkB,GAArE,CAAa3B,EAAS,CAAuE,EAAQ4B,GAAWtC,EAAO,IAAI,EAAE,OAAoBzB,EAAKgE,EAAY,CAAC,GAAG5B,GAAUT,EAAgB,SAAsB3B,EAAKO,GAAS,CAAC,QAAQa,GAAS,QAAQ,GAAM,SAAsBpB,EAAKC,GAAQ,CAAC,uBAAuB,GAAM,SAASwD,IAAsBzD,EAAKiE,EAAU,CAAC,SAAsBjE,EAAKT,GAAW,CAAC,MAAMJ,GAAY,SAAsB+E,EAAM1D,EAAO,IAAI,CAAC,GAAGiC,EAAU,GAAGI,GAAgB,UAAUgB,EAAGD,GAAkB,iBAAiBzB,EAAUQ,EAAU,EAAE,mBAAmB,YAAY,iBAAiB,GAAK,GAAG,GAAGP,CAAQ,WAAW,iBAAiBgB,GAAiB,SAAS,YAAY,aAAaI,GAAmB,CAAC,QAAAC,EAAO,CAAC,EAAE,IAAI/B,EAAW,MAAM,CAAC,YAAYc,EAAU,GAAGN,CAAK,EAAE,SAAS,CAAclC,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWS,EAAS,CAAC,SAAsBT,EAAKQ,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iGAAiG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiB4C,GAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,6BAA6B,MAAM,EAAE,KAAKd,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAetC,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWS,EAAS,CAAC,SAAsBT,EAAKQ,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,iGAAiG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiB4C,GAAiB,SAAS,YAAY,MAAM,CAAC,sBAAsB,wEAAwE,6BAA6B,MAAM,EAAE,KAAKb,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAevC,EAAKoE,GAAgB,CAAC,SAASX,GAAQ,SAAsBzD,EAAKqE,GAAS,CAAC,UAAU,SAAS,UAAU3C,EAAW,UAAUmC,EAAGD,GAAkBjB,EAAU,EAAE,mBAAmB,GAAK,0BAA0B,GAAG,wBAAwB,GAAGP,CAAQ,WAAW,QAAQ,EAAE,QAAQ,GAAG,UAAUqB,GAAQ,KAAK,UAAU,SAAS,SAAS,GAAK,OAAO,GAAG,SAAsBzD,EAAKsE,GAAgB,CAAC,gBAAgB,GAAM,mBAAmB,GAAK,gBAAgB,EAAE,QAAQjF,GAAW,UAAU,iBAAiB,KAAKD,GAAU,QAAQE,GAAW,iBAAiB8D,GAAiB,SAAS,YAAY,IAAIW,GAAK,KAAK,SAAS,MAAM,CAAC,gBAAgB,qBAAqB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,oCAAoC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQQ,GAAI,CAAC,kFAAkF,gFAAgF,wQAAwQ,sNAAsN,wTAAwT,4gBAA4gB,GAAeA,EAAG,EAS1sPC,GAAgBC,GAAQpD,GAAUkD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,iBAAiBA,GAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,IAAI,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAM,MAAM,WAAW,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,YAAY,gBAAgB,GAAM,MAAM,YAAY,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,aAAa,QAAQ,CAAC,aAAa,SAAS,WAAW,gBAAgB,eAAe,cAAc,EAAE,aAAa,CAAC,QAAQ,SAAS,MAAM,gBAAgB,eAAe,cAAc,EAAE,MAAM,aAAa,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTgmC,IAAMC,GAAoCC,EAASC,EAA8B,EAAQC,GAAgBF,EAASG,EAAU,EAAQC,EAAgBC,GAAOC,CAAS,EAAQC,GAAYP,EAASQ,EAAM,EAAQC,GAAYJ,GAAOK,EAAK,EAAQC,GAAkCC,GAA0BC,CAAQ,EAAQC,GAAYd,EAASe,EAAM,EAAQC,GAAiBhB,EAASiB,EAAW,EAAQC,GAAoBlB,EAASmB,EAAc,EAAQC,GAAmBpB,EAASqB,EAAa,EAAQC,GAAYtB,EAASuB,CAAM,EAAQC,GAAaxB,EAASyB,EAAO,EAAQC,GAAY1B,EAAS2B,EAAM,EAAQC,GAAoBvB,GAAOwB,EAAO,OAAO,EAAQC,GAAc9B,EAAS+B,EAAQ,EAAQC,GAAkBhC,EAASiC,EAAY,EAAQC,GAAYlC,EAASmC,EAAM,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,6CAA6C,UAAU,8CAA8C,UAAU,oBAAoB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAQC,GAAmB,CAACC,EAAEC,IAAI,yBAAyBA,CAAC,GAASC,GAAa,IAAY,SAAS,cAAc,mBAAmB,GAAG,SAAS,cAAc,UAAU,GAAG,SAAS,KAAaC,GAAQ,CAAC,CAAC,SAAAC,EAAS,uBAAAC,EAAuB,QAAAC,EAAQ,EAAI,IAAI,CAAC,GAAK,CAACC,EAAQC,CAAU,EAAEC,GAAgB,CAAC,uBAAAJ,CAAsB,CAAC,EAAE,OAAOD,EAAS,CAAC,KAAK,IAAII,EAAW,EAAK,EAAE,KAAK,IAAIA,EAAW,EAAI,EAAE,OAAO,IAAIA,EAAW,CAACD,CAAO,EAAE,QAAQD,GAASC,CAAO,CAAC,CAAE,EAAQG,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAmB,CAACZ,EAAEC,IAAI,oBAAoBA,CAAC,GAASY,EAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAQC,GAAS,CAAC,EAAEC,IAAQ,OAAO,GAAI,UAAU,OAAOA,GAAI,SAAiB,EAAE,YAAY,EAAE,SAASA,EAAE,YAAY,CAAC,EAAM,MAAM,QAAQ,CAAC,GAAG,OAAOA,GAAI,SAAiB,EAAE,SAASA,CAAC,EAAU,GAAcC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,GAAG,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAe,CAACV,EAAMW,EAAQ,CAAC,EAAEC,IAAe,CAAC,IAAMC,EAAe,QAAcC,EAAOH,EAAQ,QAAQC,GAAcC,EAAoB,CAAC,YAAAE,EAAY,SAAAC,EAAS,eAAAC,EAAe,MAAAC,EAAM,SAAAC,EAAS,gBAAAC,EAAgB,KAAAC,GAAK,YAAAC,EAAY,sBAAAC,EAAsB,sBAAAC,EAAsB,qBAAAC,CAAoB,EAAEd,EAAce,EAAc,CAAC,YAAAX,EAAY,SAAAC,EAAS,eAAAC,EAAe,MAAAC,EAAM,SAAAC,EAAS,gBAAAC,EAAgB,KAAAC,GAAK,YAAAC,EAAY,sBAAAC,EAAsB,sBAAAC,EAAsB,qBAAAC,CAAoB,EAAQE,GAAO,OAAO3B,CAAK,EAAE,GAAG,CAAC,OAAO2B,GAAO,eAAeb,EAAOY,CAAa,CAAE,MAAM,CAAC,GAAG,CAAC,OAAOC,GAAO,eAAed,EAAea,CAAa,CAAE,MAAM,CAAC,OAAOC,GAAO,eAAe,CAAE,CAAC,CAAC,EAAQC,GAAS5B,GAAe,OAAOA,GAAQ,SAASA,EAAM,OAAOA,CAAK,EAAU6B,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAzC,CAAQ,IAAI,CAAC,IAAM0C,EAAKC,GAAaH,CAAK,EAAE,OAAOxC,EAAS0C,CAAI,CAAE,EAAQE,EAAMlC,GAAW,MAAM,QAAQA,CAAK,EAASA,EAAM,OAAO,EAA4BA,GAAQ,MAAMA,IAAQ,GAAWmC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,EAAY,CAAC,QAAQ,IAAI,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAY,EAAE,EAAE,EAAE,GAAG,EAAQE,GAAkBtC,GAAOA,EAAYuC,GAAU,CAAC,CAAC,MAAAvC,CAAK,IAAoBwC,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOzC,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAU0C,GAAwB,CAAC,gBAAgB,YAAY,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,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAO,CAAC,UAAU,SAAS,UAAUrE,GAAO,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,UAAU,MAAM,WAAWoE,GAAY,QAAQ,WAAW,EAAQE,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAA7C,EAAa,UAAA8C,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAQC,EAAqBC,GAAwB,EAAO,CAACC,CAAgB,EAAE/B,GAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKgC,GAAY,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCJ,EAAqB,WAAW,CAAC,CAAC,EAAQK,EAAwBC,GAAK,CAAC,GAAG,CAACJ,EAAiB,MAAM,IAAIK,GAAc,mCAAmC,KAAK,UAAUP,CAAoB,CAAC,EAAE,EAAE,OAAOE,EAAiBI,CAAG,CAAE,EAAO,CAAC,MAAAlD,GAAM,UAAAoD,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAUN,EAAwB,WAAW,EAAE,UAAAO,EAAUP,EAAwB,WAAW,GAAG,GAAG,UAAAQ,GAAUR,EAAwB,WAAW,GAAG,GAAG,UAAAS,GAAUT,EAAwB,WAAW,GAAG,GAAG,UAAAU,GAAUV,EAAwB,WAAW,GAAG,GAAK,UAAAW,GAAUX,EAAwB,WAAW,GAAG,GAAK,UAAAY,GAAUZ,EAAwB,WAAW,GAAG,GAAK,UAAAa,GAAUb,EAAwB,WAAW,GAAG,GAAK,UAAAc,GAAUd,EAAwB,WAAW,GAAG,GAAK,UAAAe,GAAUf,EAAwB,WAAW,GAAG,GAAK,UAAAgB,GAAUhB,EAAwB,WAAW,GAAG,GAAK,UAAAiB,GAAUjB,EAAwB,WAAW,GAAG,GAAK,UAAAkB,GAAUlB,EAAwB,WAAW,GAAG,GAAK,UAAAmB,GAAUnB,EAAwB,WAAW,GAAG,GAAK,UAAAoB,GAAUpB,EAAwB,WAAW,GAAG,GAAK,UAAAqB,GAAUrB,EAAwB,WAAW,GAAG,GAAK,UAAAsB,GAAUtB,EAAwB,WAAW,GAAG,GAAK,UAAAuB,GAAUvB,EAAwB,WAAW,GAAG,GAAK,UAAAwB,GAAUxB,EAAwB,WAAW,GAAG,GAAG,UAAAyB,GAAUzB,EAAwB,WAAW,GAAG,GAAG,mBAAA0B,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,UAAAC,GAAUhD,EAAwB,WAAW,GAAG,GAAG,mBAAAiD,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,UAAAC,GAAU5D,EAAwB,WAAW,GAAG,GAAG,mBAAA6D,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,UAAAC,GAAUxE,EAAwB,WAAW,GAAG,GAAG,mBAAAyE,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,6BAAAC,GAA6B,YAAAC,GAAY,YAAAC,GAAY,UAAAC,GAAUlF,EAAwB,WAAW,EAAE,UAAAmF,GAAUnF,EAAwB,WAAW,EAAE,UAAAoF,GAAUpF,EAAwB,WAAW,EAAE,UAAAqF,GAAUrF,EAAwB,WAAW,EAAE,UAAAsF,GAAUtF,EAAwB,WAAW,EAAE,UAAAuF,GAAUvF,EAAwB,WAAW,EAAE,UAAAwF,GAAUxF,EAAwB,WAAW,EAAE,UAAAyF,GAAUzF,EAAwB,WAAW,EAAE,UAAA0F,GAAU1F,EAAwB,WAAW,EAAE,UAAA2F,GAAU3F,EAAwB,WAAW,EAAE,UAAA4F,GAAU5F,EAAwB,WAAW,EAAE,UAAA6F,GAAU7F,EAAwB,WAAW,EAAE,UAAA8F,GAAU9F,EAAwB,WAAW,EAAE,UAAA+F,GAAU/F,EAAwB,WAAW,EAAE,UAAAgG,GAAUhG,EAAwB,WAAW,EAAE,UAAAiG,GAAUjG,EAAwB,WAAW,EAAE,UAAAkG,GAAUlG,EAAwB,WAAW,EAAE,UAAAmG,GAAUnG,EAAwB,WAAW,EAAE,UAAAoG,GAAUpG,EAAwB,WAAW,EAAE,mBAAAqG,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,UAAAC,GAAU3G,EAAwB,WAAW,GAAG,GAAG,GAAG4G,EAAS,EAAEpI,GAASI,CAAK,EAAQiI,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiBjH,EAAiBpD,CAAY,EAAE,GAAGqK,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,CAAClH,EAAiBpD,CAAY,CAAC,EAAQuK,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiBjH,EAAiBpD,CAAY,EAAE,SAAS,MAAMqK,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAACjH,EAAiBpD,CAAY,CAAC,EAAE,GAAK,CAACwK,EAAYC,EAAmB,EAAEC,GAA8B9G,EAAQ3F,GAAY,EAAK,EAAQ0M,GAAe,OAAe,CAAC,sBAAAC,GAAsB,MAAAC,EAAK,EAAEC,GAAyB,MAAS,EAAQC,GAAgB,CAAC,CAAC,QAAAC,EAAQ,SAAAC,CAAQ,IAAIL,GAAsB,SAASM,KAAO,CAACF,EAAQ,OAAO,CAAE,CAAC,EAAmYG,GAAkBC,EAAGjN,GAAkB,GAA5Y,CAAauF,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,GAAwBA,GAAwBA,GAAwBA,GAAwBA,EAAS,CAAuE,EAAQ2H,GAAW3I,EAAO,IAAI,EAAQ7D,GAAQW,GAASuF,GAAU,EAAE,EAAQuG,GAAYlM,GAAYlB,GAAU,GAAiBsM,IAAc,YAAmBpL,EAAzC,GAAmEmM,GAAOC,GAAU,EAAQC,GAAiBC,GAAc,EAAQC,GAAUC,GAAkB,WAAW,EAAQC,GAAWnJ,EAAO,IAAI,EAAQoJ,GAAStM,GAASuI,GAAUjE,CAAS,EAAQiI,GAAWH,GAAkB,WAAW,EAAQI,GAAWC,GAAe,EAAQC,GAAS5K,EAAMmH,EAAS,EAAQ0D,GAAS7K,EAAMuC,CAAS,EAAQuI,GAAS9K,EAAMoH,EAAS,EAAQ2D,GAAS/K,EAAMqH,EAAS,EAAQ2D,GAAShL,EAAMsH,EAAS,EAAQ2D,GAASjL,EAAMuH,EAAS,EAAQ2D,GAASlL,EAAMwH,EAAS,EAAQ2D,GAASnL,EAAMyH,EAAS,EAAQ2D,GAAUpL,EAAM0H,EAAS,EAAQ2D,GAAUrL,EAAM2H,EAAS,EAAQ2D,GAAUtL,EAAM4H,EAAS,EAAQ2D,GAAWjB,GAAkB,WAAW,EAAQkB,GAAUxL,EAAM6H,EAAS,EAAQ4D,GAAUzL,EAAM8H,EAAS,EAAQ4D,GAAU1L,EAAM+H,EAAS,EAAQ4D,GAAU3L,EAAMgI,EAAS,EAAQ4D,GAAU5L,EAAMiI,EAAS,EAAQ4D,GAAU7L,EAAMkI,EAAS,EAAQ4D,GAAU9L,EAAMmI,EAAS,EAAQ4D,GAAU/L,EAAMoI,EAAS,EAAQ4D,GAAUhM,EAAMqI,EAAS,EAAQ4D,GAAW3B,GAAkB,WAAW,EAAQ4B,GAAW9K,EAAO,IAAI,EAAE,OAAA+K,GAAiB,CAAC,OAAOpL,EAAM,CAAC,EAAsBR,EAAK6L,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAtP,EAAiB,EAAE,SAAsBuP,EAAMC,EAAY,CAAC,GAAGjK,GAAUf,EAAgB,SAAS,CAAcf,EAAKF,GAAU,CAAC,MAAM,+FAA+F,CAAC,EAAegM,EAAMjQ,EAAO,IAAI,CAAC,GAAGyM,GAAU,UAAUiB,EAAGD,GAAkB,gBAAgBzH,CAAS,EAAE,IAAIf,EAAW,MAAM,CAAC,GAAGrC,EAAK,EAAE,SAAS,CAAcuB,EAAKpD,GAAQ,CAAC,SAASuM,GAAsBnJ,EAAKgM,EAAU,CAAC,SAAsBhM,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,IAAI,SAAsBH,EAAM1R,EAAgB,CAAC,iBAAiB,CAAC,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,oBAAoB,GAAK,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,IAAIoP,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,GAAG,SAAS,aAAa,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,GAAG,EAAE,SAAS,CAAcxJ,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,SAAQQ,EAAQ,QAAQ,YAAuB,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBnJ,EAAK/F,GAA+B,CAAC,UAAUuP,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAUN,GAAgB,CAAC,QAAAC,CAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenJ,EAAKmM,GAAgB,CAAC,SAAShD,EAAQ,SAAsBnJ,EAAKgM,EAAU,CAAC,SAA+BI,GAA0BN,EAAYO,EAAS,CAAC,SAAS,CAAcrM,EAAKnE,EAAO,IAAI,CAAC,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,GAAG,EAAE,IAAI,GAAG,EAAE,KAAK,OAAO,CAAC,EAAE,UAAU0N,EAAGD,GAAkB,gBAAgB,EAAE,wBAAwB,SAAS,KAAK,CAAC,QAAQ,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,KAAK,OAAO,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAIH,EAAQ,KAAK,CAAC,EAAE,WAAW,EAAenJ,EAAKnE,EAAO,IAAI,CAAC,UAAU0N,EAAGD,GAAkB,gBAAgB,EAAE,wBAAwB,SAAS,kBAAkB9M,GAAmB,SAAsBwD,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAY,EAAE,UAAU,CAAC,MAAM,MAAM,CAAC,EAAE,SAAsB3I,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB0F,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,WAAW,CAAC,EAAE,SAAsB3I,EAAK7F,GAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,YAAY,UAAU,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwC,GAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeqD,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,EAAE,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW+C,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAS,EAAE,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,aAAa,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,kBAAkBC,GAAmB,SAAsB2C,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB3I,EAAKxF,GAAO,CAAC,UAAU,YAAY,UAAU,YAAY,UAAU,YAAY,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,UAAU,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,YAAY,QAAQ,YAAY,MAAM,OAAO,UAAU,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAesR,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAc9L,EAAKvF,GAAY,CAAC,yBAAyB,GAAM,iBAAiB,EAAE,mCAAmC,GAAK,gBAAgB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM0G,GAAmB,OAAO,QAAQ,GAAG7D,EAAkB0E,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,kBAAkB,CAAC,EAAehC,EAAKrF,GAAkC,CAAC,sBAAsB,GAAK,QAAQ8C,GAAW,SAAsBuC,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,wBAAwB,UAAU,MAAM,CAAC,OAAO,EAAE,QAAQtC,GAAW,UAAU,GAAK,KAAKuE,EAAU,kBAAkB5E,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeyO,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,iDAAiD,qBAAqB,OAAO,uBAAuB,MAAM,uBAAuB,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,wLAAwL,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wLAAwL,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKkC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelC,EAAKsM,GAAyB,CAAC,QAAQ,CAAC,oEAAqFhM,GAAM,UAAa,sEAAuFA,GAAM,UAAa,wEAAyFA,GAAM,SAAY,EAAE,SAAsBN,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,IAAI,8BAA8B,EAAE,8BAA8B,MAAM,8BAA8B,CAAC,EAAE,UAAU,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,8BAA8B,IAAI,8BAA8B,EAAE,8BAA8B,MAAM,8BAA8B,CAAC,CAAC,EAAE,SAAsB3I,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAASsH,GAAU,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,KAAK,8BAA8B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,IAAI,8BAA8B,EAAE,8BAA8B,MAAM,8BAA8B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2J,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAC1J,IAAwBpC,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,UAAU,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,8lBAA8lB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,IAAwBrC,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAQ,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,qbAAqb,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsC,IAAwBtC,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,cAAc,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,4iBAA4iB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuC,IAAwBvC,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,wBAAwB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,6YAA6Y,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwC,IAAwBxC,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,wBAAwB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,0hBAA0hB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyC,IAAwBzC,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,yBAAyB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,4dAA4d,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0C,IAAwB1C,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,kBAAkB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,kgBAAkgB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2C,IAAwB3C,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,iBAAiB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,2pCAA2pC,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4C,IAAwB5C,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,gBAAgB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,yVAAyV,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,eAAe,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE6C,IAAwB7C,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,eAAe,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,qsBAAqsB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8C,IAAwB9C,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,oBAAoB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,ibAAib,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+C,IAAwB/C,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,UAAU,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,sTAAsT,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgD,IAAwBhD,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,oBAAoB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,irBAAirB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiD,IAAwBjD,EAAK,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,eAAe,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKuM,EAAI,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,mGAAmG,gBAAgB,GAAG,eAAe,GAAG,IAAI,+yBAA+yB,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAevM,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEyJ,GAAYzM,EAAO,GAAgBgD,EAAK,UAAU,CAAC,UAAUuJ,EAAG,gBAAgB,CAACvM,IAAS,gBAAgB,EAAE,mBAAmB,uBAAuB,SAAsB8O,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iCAAiC,MAAM,CAAC,OAAO,EAAE,KAAKmD,GAAU,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAenD,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4BzM,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsB3I,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW0D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBmC,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU8D,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsBzM,EAAKjF,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,sBAAsB,SAAS,YAAY,UAAU0R,EAAc,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,MAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezM,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,qCAAqC,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK0M,GAAmB,CAAC,SAAsB1M,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKgE,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,IAAI,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,CAAC,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,IAAI,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,CAAC,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,IAAI,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,CAAC,EAAE,KAAK,iBAAiB,CAAC,CAAC,CAAC,EAAE,SAAsBjC,EAAKZ,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKuN,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,IAAI,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,CAAC,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAAC2K,EAAWC,EAAezD,KAAwBpJ,EAAKgM,EAAU,CAAC,SAASY,GAAY,IAAI,CAAC,CAAC,UAAUxJ,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,GAAGS,EAAY,UAAUL,EAAmB,UAAUH,EAAmB,UAAUC,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,UAAUG,EAAmB,UAAUC,CAAkB,EAAEkJ,MAAS1J,IAAqB,GAAGC,IAAqB,GAAGE,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAsB7D,EAAK+L,EAAY,CAAC,GAAG,aAAajI,CAAW,GAAG,SAAsB9D,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU3J,CAAkB,EAAE,SAAsBpD,EAAKgN,GAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU5J,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBpD,EAAKnE,EAAO,EAAE,CAAC,UAAU,+BAA+B,SAAsBmE,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,oBAAoBxH,GAAmB,OAAO,OAAO,2DAA2D,EAAE,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,MAAM,eAAeA,GAAmB,OAAO,OAAO,+BAA+B,CAAC,EAAE,SAAsBnB,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgB9K,GAAmB,OAAO,OAAO,mDAAmD,SAAsBnB,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW4D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBiC,EAAK/E,GAAY,CAAC,UAAUsI,EAAmB,UAAUC,EAAmB,UAAUrE,GAASwE,CAAkB,EAAE,UAAUrG,EAAkBgG,CAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUrF,GAAeyF,EAAmB,CAAC,OAAO,GAAG,SAAS,WAAW,MAAM,SAAS,EAAEkG,EAAgB,EAAE,UAAUnG,EAAmB,UAAUJ,EAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUlE,GAASyE,CAAkB,EAAE,UAAUC,EAAmB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE9G,IAAsBgD,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,cAAc,mBAAmB,qBAAqB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,mDAAmD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,iCAAiC,MAAM,CAAC,OAAO,EAAE,KAAKkD,GAAU,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelD,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASS,GAA6BjN,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsB3I,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW0D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBmC,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUsE,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBjN,EAAKjF,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,sBAAsB,SAAS,YAAY,UAAUkS,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,MAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejN,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qCAAqC,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK0M,GAAmB,CAAC,SAAsB1M,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKgE,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,CAAC,CAAC,EAAE,SAAsBjC,EAAKZ,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKuN,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACiL,EAAYC,EAAgBC,KAAyBpN,EAAKgM,EAAU,CAAC,SAASkB,GAAa,IAAI,CAAC,CAAC,UAAUnJ,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,GAAGS,EAAY,UAAUL,EAAmB,UAAUH,EAAmB,UAAUC,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,UAAUG,EAAmB,UAAUC,CAAkB,EAAE8I,MAAUtJ,IAAqB,GAAGC,IAAqB,GAAGE,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAsBxE,EAAK+L,EAAY,CAAC,GAAG,aAAatH,CAAW,GAAG,SAAsBzE,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUhJ,CAAkB,EAAE,SAAsB/D,EAAKgN,GAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUjJ,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/D,EAAKnE,EAAO,EAAE,CAAC,UAAU,8BAA8B,SAAsBmE,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,gBAAgBxH,GAAmB,OAAO,OAAO,+CAA+C,EAAE,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,CAAC,EAAE,SAAsBnB,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAY9K,GAAmB,OAAO,OAAO,uCAAuC,SAAsBnB,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW4D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBiC,EAAK/E,GAAY,CAAC,UAAUiJ,EAAmB,UAAUC,EAAmB,UAAUhF,GAASmF,CAAkB,EAAE,UAAUhH,EAAkB2G,CAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUhG,GAAeoG,EAAmB,CAAC,OAAO,GAAG,SAAS,WAAW,MAAM,SAAS,EAAEuF,EAAgB,EAAE,UAAUxF,EAAmB,UAAUJ,EAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU7E,GAASoF,CAAkB,EAAE,UAAUC,EAAmB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEzH,IAAsBgD,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,kDAAkD,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBA,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,OAAO,sBAAsB,uEAAuE,EAAE,SAAS,kDAAkD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iCAAiC,MAAM,CAAC,OAAO,EAAE,KAAK0E,GAAU,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1E,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASc,GAA6BtN,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsB3I,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW0D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBmC,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU2E,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsBtN,EAAKjF,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,sBAAsB,SAAS,YAAY,UAAUuS,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,MAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetN,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qCAAqC,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK0M,GAAmB,CAAC,SAAsB1M,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKgE,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,CAAC,CAAC,EAAE,SAAsBjC,EAAKZ,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKuN,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACsL,EAAYC,EAAgBC,KAAyBzN,EAAKgM,EAAU,CAAC,SAASuB,GAAa,IAAI,CAAC,CAAC,UAAU5I,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,GAAGS,EAAY,UAAUL,EAAmB,UAAUH,EAAmB,UAAUC,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,UAAUG,EAAmB,UAAUC,CAAkB,EAAEuI,MAAU/I,IAAqB,GAAGC,IAAqB,GAAGE,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAsBpF,EAAK+L,EAAY,CAAC,GAAG,aAAa1G,CAAW,GAAG,SAAsBrF,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUpI,CAAkB,EAAE,SAAsB3E,EAAKgN,GAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUrI,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3E,EAAKnE,EAAO,EAAE,CAAC,UAAU,8BAA8B,SAAsBmE,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,oBAAoBxH,GAAmB,OAAO,OAAO,uDAAuD,EAAE,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,MAAM,eAAeA,GAAmB,OAAO,OAAO,iCAAiC,CAAC,EAAE,SAAsBnB,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,gBAAgB9K,GAAmB,OAAO,OAAO,+CAA+C,SAAsBnB,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW4D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBiC,EAAK/E,GAAY,CAAC,UAAU6J,EAAmB,UAAUC,EAAmB,UAAU5F,GAAS+F,CAAkB,EAAE,UAAU5H,EAAkBuH,CAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU5G,GAAegH,EAAmB,CAAC,OAAO,GAAG,SAAS,WAAW,MAAM,SAAS,EAAE2E,EAAgB,EAAE,UAAU5E,EAAmB,UAAUJ,EAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUzF,GAASgG,CAAkB,EAAE,UAAUC,EAAmB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAErI,IAAsBgD,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,uBAAuB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAc9L,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qBAAqB,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,2CAA2C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,yCAAyC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,iCAAiC,MAAM,CAAC,OAAO,EAAE,KAAKsF,GAAU,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAetF,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmB,GAA6B3N,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAO,CAAC,EAAE,SAAsB3I,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW0D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBmC,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUgF,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB3N,EAAKjF,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,sBAAsB,SAAS,YAAY,UAAU4S,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,MAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3N,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,qCAAqC,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK0M,GAAmB,CAAC,SAAsB1M,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKgE,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK0K,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,CAAC,CAAC,CAAC,EAAE,SAAsBjC,EAAKZ,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKuN,EAAyB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,QAAQ,CAAC,CAAC,WAAW,YAAY,UAAU,OAAO,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAM1K,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAAC2L,EAAYC,EAAgBC,KAAyB9N,EAAKgM,EAAU,CAAC,SAAS4B,GAAa,IAAI,CAAC,CAAC,UAAUrI,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,GAAGS,EAAY,UAAUL,EAAmB,UAAUH,EAAmB,UAAUC,EAAmB,UAAUM,EAAmB,UAAUL,EAAmB,UAAUG,EAAmB,UAAUC,CAAkB,EAAEgI,MAAUxI,IAAqB,GAAGC,IAAqB,GAAGE,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAEC,IAAqB,EAAsBhG,EAAK+L,EAAY,CAAC,GAAG,aAAa9F,CAAW,GAAG,SAAsBjG,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUxH,CAAkB,EAAE,SAAsBvF,EAAKgN,GAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUzH,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBvF,EAAKnE,EAAO,EAAE,CAAC,UAAU,8BAA8B,SAAsBmE,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,gBAAgBxH,GAAmB,OAAO,OAAO,+CAA+C,EAAE,UAAU,CAAC,MAAM,OAAO,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,CAAC,EAAE,SAAsBnB,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAY9K,GAAmB,OAAO,OAAO,uCAAuC,SAAsBnB,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW4D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBiC,EAAK/E,GAAY,CAAC,UAAUyK,EAAmB,UAAUC,EAAmB,UAAUxG,GAAS2G,CAAkB,EAAE,UAAUxI,EAAkBmI,CAAkB,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUxH,GAAe4H,EAAmB,CAAC,OAAO,GAAG,SAAS,WAAW,MAAM,SAAS,EAAE+D,EAAgB,EAAE,UAAUhE,EAAmB,UAAUJ,EAAmB,MAAM,CAAC,MAAM,MAAM,EAAE,UAAUrG,GAAS4G,CAAkB,EAAE,UAAUC,EAAmB,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejG,EAAK,MAAM,CAAC,UAAU,iBAAiB,GAAG8J,GAAU,IAAIE,GAAK,SAAsBhK,EAAK0M,GAAmB,CAAC,SAAsB1M,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKqF,GAAkB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,CAAC,MAAM,YAAY,UAAU,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,CAAC,MAAM,YAAY,KAAKA,GAAkB,KAAK,YAAY,EAAE,MAAM,CAAC,MAAM,YAAY,KAAKC,GAAW,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,MAAM,sBAAsB,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,KAAK,SAAS,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAMhM,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,CAAC,CAAC,EAAE,aAAa,QAAQ,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBjC,EAAKZ,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK4O,GAAkB,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,CAAC,MAAM,YAAY,UAAU,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,CAAC,MAAM,YAAY,KAAKA,GAAkB,KAAK,YAAY,EAAE,MAAM,CAAC,MAAM,YAAY,KAAKC,GAAW,KAAK,YAAY,EAAE,KAAK,UAAU,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,MAAM,sBAAsB,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,KAAK,SAAS,MAAM,CAAC,UAAU,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,KAAK,eAAe,MAAMhM,CAAS,CAAC,EAAE,aAAa,WAAW,KAAK,cAAc,CAAC,CAAC,EAAE,aAAa,QAAQ,KAAK,cAAc,CAAC,CAAC,EAAE,SAAS,CAACiM,EAAYC,EAAgBC,KAAyBpO,EAAKgM,EAAU,CAAC,SAASkC,GAAa,IAAI,CAAC,CAAC,GAAGvH,EAAY,UAAU0H,EAAY,UAAUlI,CAAkB,EAAEmI,KAAUnI,IAAqB,GAAuBnG,EAAK+L,EAAY,CAAC,GAAG,aAAapF,CAAW,GAAG,SAAsB3G,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU5G,CAAkB,EAAE,SAAsBnG,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAASiK,IAAuB6B,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,qBAAqB,SAAS,CAAc9L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,mDAAmD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,mDAAmD,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKkG,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAelG,EAAK,MAAM,CAAC,UAAU,gBAAgB,GAAG,GAAGmG,CAAkB,IAAI+D,EAAU,GAAG,IAAIC,GAAW,GAAGhE,CAAkB,IAAI+D,EAAU,EAAE,EAAE,SAASmE,GAAa,IAAI,CAAC,CAAC,sBAAsB5H,EAA6B,UAAUF,EAAmB,GAAGG,EAAY,UAAUN,EAAmB,UAAUI,EAAmB,UAAUF,EAAmB,UAAUD,CAAkB,EAAEkI,MAAUlI,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,EAAEC,IAAqB,GAAuBxG,EAAK+L,EAAY,CAAC,GAAG,aAAarF,CAAW,GAAG,SAAsB1G,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAUvG,CAAkB,EAAE,SAAsBxG,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUhG,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUA,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASgI,IAA6BxO,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,WAAWxH,GAAmB,OAAO,OAAO,uBAAuB,CAAC,EAAE,SAAsBnB,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAW0D,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBmC,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU6F,GAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,GAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,GAAe,CAAC,CAAC,CAAC,EAAE,SAAsBxO,EAAK7E,GAAe,CAAC,UAAUoL,EAAmB,UAAUF,EAAmB,UAAU/I,EAAkB8I,CAAkB,EAAE,UAAUoI,GAAe,CAAC,EAAE,UAAU,GAAK,OAAO,OAAO,UAAUlI,EAAmB,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAUhJ,EAAkBmJ,CAA4B,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemF,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAc9L,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM9K,GAAmB,OAAO,QAAQ,SAAsBnB,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB0F,EAAK3E,GAAc,CAAC,UAAU,SAAS,UAAU,UAAU,OAAO,OAAO,GAAG,YAAY,UAAU4G,EAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,SAAsB8L,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,YAAY,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,SAAS,CAACzB,IAAuBrK,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBsJ,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0D,IAAuBtK,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB0E,CAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuI,IAAuBvK,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBuJ,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAuBxK,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBwJ,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAuBzK,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkByJ,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAuB1K,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB0J,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAuB3K,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB2J,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAuB5K,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB4J,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAwB7K,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB6J,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE2D,IAAwB9K,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB8J,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe0E,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,SAAS,CAACf,IAAwB/K,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,IAAI,GAAGoL,GAAW,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,IAAIxB,GAAK,kBAAkB,GAAK,QAAQ,YAAY,SAAsBxJ,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkB+J,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBjL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBgK,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBlL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBiK,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBnL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,IAAI,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,IAAI,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBkK,EAAS,EAAE,SAAS,YAAY,KAAK,IAAI,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBpL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBmK,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBrL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBoK,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBtL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBqK,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBvL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBsK,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBxL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBuK,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAwBzL,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK5F,EAAgB,CAAC,kBAAkB,CAAC,WAAWuF,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,mBAAmB,KAAK,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,KAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBI,EAAKzE,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAM+B,EAAkBwK,EAAS,EAAE,SAAS,YAAY,KAAK,KAAK,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegE,EAAMlQ,GAAoB,CAAC,kBAAkB,CAAC,WAAW+D,CAAW,EAAE,sBAAsB,GAAK,gBAAgBD,EAAW,eAAeE,EAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,GAAG8L,GAAW,IAAIC,GAAK,SAAS,CAAc3L,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB3I,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC,EAAE,SAAsBA,EAAKnF,EAAS,CAAC,sBAAsB,GAAK,SAAsBmF,EAAWqM,EAAS,CAAC,SAAsBrM,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kBAAkB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAsBA,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB0F,EAAKrE,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAcqE,EAAKnE,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAsBmE,EAAK0M,GAAmB,CAAC,SAAsB1M,EAAKZ,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKoC,GAAY,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,SAAS,MAAM,KAAK,iBAAiB,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM6G,EAAS,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,IAAI,EAAE,KAAK,iBAAiB,EAAE,SAAS,MAAM,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACoG,EAAYC,EAAgBC,KAAyB3O,EAAKgM,EAAU,CAAC,SAASyC,GAAa,IAAI,CAAC,CAAC,UAAUxG,EAAmB,UAAUF,EAAmB,UAAUI,EAAmB,UAAUD,EAAmB,GAAGE,EAAY,UAAUJ,CAAkB,EAAE4G,KAAU7G,IAAqB,GAAGE,IAAqB,GAAuBjI,EAAK+L,EAAY,CAAC,GAAG,aAAa3D,CAAW,GAAG,SAAsBpI,EAAK+M,GAAqB,SAAS,CAAC,MAAM,CAAC,UAAU9E,CAAkB,EAAE,SAAsBjI,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUvE,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS4G,GAA6B7O,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,SAAsBjM,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,qBAAqB,SAAS,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB0F,EAAKvE,GAAQ,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUoE,GAAkBsI,EAAmBhK,CAAY,EAAE,SAAS,YAAY,UAAU4J,EAAmB,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAUzK,EAAkB0K,CAAkB,EAAE,MAAM,OAAO,UAAUnI,GAAkBqI,EAAmB/J,CAAY,EAAE,UAAU0Q,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEzG,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAepI,EAAKwM,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASsC,GAA6B9O,EAAKiM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,SAAsBjM,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB0F,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,UAAUmG,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAe,CAAC,CAAC,CAAC,EAAE,SAAsB9O,EAAKjF,GAAO,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,kBAAkB,SAAS,YAAY,UAAU+T,EAAe,CAAC,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9O,EAAKiM,EAA0B,CAAC,OAAO,IAAI,MAAM9K,GAAmB,OAAO,QAAQ,SAAsBnB,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsB0F,EAAKkM,EAAkB,CAAC,WAAWvD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB3I,EAAKjE,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,UAAUsM,GAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerI,EAAKiM,EAA0B,CAAC,SAAsBjM,EAAK1F,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB0F,EAAK/D,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+D,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ+O,GAAI,CAAC,kFAAkF,gFAAgF,sVAAsV,6IAA6I,qIAAqI,oaAAoa,yGAAyG,oKAAoK,gRAAgR,0SAA0S,kOAAkO,0bAA0b,2XAA2X,qTAAqT,wZAAwZ,2dAA2d,+lBAA+lB,kqBAAkqB,ooBAAooB,miBAAmiB,kpBAAkpB,2kBAA2kB,m9BAAm9B,0YAA0Y,oYAAoY,+WAA+W,yTAAyT,mOAAmO,ycAAyc,8PAA8P,+YAA+Y,ujCAAujC,ubAAub,kaAAka,uTAAuT,6HAA6H,4PAA4P,6TAA6T,2XAA2X,kPAAkP,6PAA6P,0GAA0G,+QAA+Q,4SAA4S,8UAA8U,yUAAyU,qSAAqS,kPAAkP,0SAA0S,0GAA0G,mQAAmQ,2GAA2G,0GAA0G,qHAAqH,k/eAAk/e,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,gcAAgc,wwFAAwwF,mzJAAmzJ,+hCAA+hC,EAYrn1KC,GAAgBC,GAAQxO,GAAUsO,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,SAASA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,WAAW,OAAO,SAAS,MAAM,SAAS,IAAI,gGAAgG,OAAO,KAAK,EAAE,CAAC,OAAO,UAAU,OAAO,SAAS,MAAM,SAAS,IAAI,gFAAgF,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGjV,GAAoC,GAAGG,GAAgB,GAAGK,GAAY,GAAGO,GAAY,GAAGE,GAAiB,GAAGE,GAAoB,GAAGE,GAAmB,GAAGE,GAAY,GAAGE,GAAa,GAAGE,GAAY,GAAGI,GAAc,GAAGE,GAAkB,GAAGE,GAAY,GAAGkT,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAoBA,IAAQ,UAAaC,GAA6CD,IAAQ,SAAY,EAAE,CAAC,EAAE,GAAoBA,IAAQ,UAAaC,GAA6CD,IAAQ,SAAY,EAAE,CAAC,EAAE,GAAoBA,IAAQ,UAAaC,GAA6CD,IAAQ,SAAY,EAAE,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACl3G,IAAME,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,sBAAwB,OAAO,4BAA8B,OAAO,sBAAwB,IAAI,uBAAyB,GAAG,oCAAsC,oMAA0O,6BAA+B,OAAO,yBAA2B,QAAQ,yBAA2B,OAAO,qBAAuB,iVAAqY,qBAAuB,OAAO,kBAAoB,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "borderOptions", "shadowOptions", "wrapperStyle", "borderAndShadow", "imageStyle", "shadowStyle", "imageSource", "u", "p", "addPropertyControls", "ControlType", "MotionDivWithFX", "withFX", "motion", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Overlay", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Variants", "motion", "x", "humanReadableEnumMap", "getProps", "distribute", "height", "id", "postText", "preText", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "izADRfKuO", "FUeo3npzB", "d0exdherN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterupml6a", "overlay", "loadMore", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "LayoutGroup", "l", "u", "RichText", "AnimatePresence", "Floating", "MotionDivWithFX", "css", "FramerCmyScR0k1", "withCSS", "CmyScR0k1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ConsultationCTAPopupSideButtonFonts", "getFonts", "MQT6Tp_5S_default", "BottomFormFonts", "rC5HEdsAw_default", "ContainerWithFX", "withFX", "Container", "TopbarFonts", "MEfngGPVR_default", "ImageWithFX", "Image2", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText", "ButtonFonts", "GulOZoMnJ_default", "ProcessCardFonts", "PCgd3WvOA_default", "OffplanCardNewFonts", "oOsaZcy6Y_default", "CombinedTitleFonts", "CmyScR0k1_default", "Image1Fonts", "Image", "ProjectFonts", "VvgCSmuri_default", "TickerFonts", "Ticker", "MotionSectionWithFX", "motion", "Footer01Fonts", "TWlCA1Uhf_default", "SmoothScrollFonts", "SmoothScroll", "CursorFonts", "t3kQNA4Z8_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition1", "animation", "transformTemplate2", "toResponsiveImage", "value", "transition2", "animation1", "animation2", "contains", "b", "animation3", "transition3", "animation4", "transition4", "numberToString", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toString", "QueryData", "query", "pageSize", "data", "useQueryData", "isSet", "animation5", "transition5", "animation6", "enumToDisplayName", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition6", "cursor", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Qiwj4Sxj4_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "vKXD8iKpJ", "F5JM_atFV", "Wwn3GC3IC", "PIVbeIt1h", "LgriKdP_J", "uxh_nj3lB", "Ytkv7QIHG", "u11_ibnpz", "EYdo0B6LH", "eiIqNXO2p", "e3VP6pjad", "ZYVeBLqG3", "w9rlK1eOZ", "fSXCSrFSj", "mtSAvkMux", "Yo7Ie5ErL", "Gq9DHGGHV", "QLctUZ02A", "I0lwfi4aV", "xMoZitZIU", "b89Nm6zLnhaYQ1xvCr", "fovXL8TyEhaYQ1xvCr", "LIgomMNCRhaYQ1xvCr", "riI1kOXpYhaYQ1xvCr", "V_8Vv4AkyhaYQ1xvCr", "kv6I7Y0A2haYQ1xvCr", "DZujJi4uUhaYQ1xvCr", "vJThjf2f1haYQ1xvCr", "WTi9F9bsuhaYQ1xvCr", "SgNqcmdV7haYQ1xvCr", "idhaYQ1xvCr", "b89Nm6zLnl1NRAy1yF", "fovXL8TyEl1NRAy1yF", "LIgomMNCRl1NRAy1yF", "riI1kOXpYl1NRAy1yF", "V_8Vv4Akyl1NRAy1yF", "kv6I7Y0A2l1NRAy1yF", "DZujJi4uUl1NRAy1yF", "vJThjf2f1l1NRAy1yF", "WTi9F9bsul1NRAy1yF", "SgNqcmdV7l1NRAy1yF", "idl1NRAy1yF", "BGoNtvFqg", "b89Nm6zLnJF08DueMl", "fovXL8TyEJF08DueMl", "LIgomMNCRJF08DueMl", "riI1kOXpYJF08DueMl", "V_8Vv4AkyJF08DueMl", "kv6I7Y0A2JF08DueMl", "DZujJi4uUJF08DueMl", "vJThjf2f1JF08DueMl", "WTi9F9bsuJF08DueMl", "SgNqcmdV7JF08DueMl", "idJF08DueMl", "TYuiCgXFJ", "b89Nm6zLnuy45kKUGE", "fovXL8TyEuy45kKUGE", "LIgomMNCRuy45kKUGE", "riI1kOXpYuy45kKUGE", "V_8Vv4Akyuy45kKUGE", "kv6I7Y0A2uy45kKUGE", "DZujJi4uUuy45kKUGE", "vJThjf2f1uy45kKUGE", "WTi9F9bsuuy45kKUGE", "SgNqcmdV7uy45kKUGE", "iduy45kKUGE", "G1Z6hRir7", "RixmfYvqDoPP8AP56R", "paoABVbHVKI_0r0Xa8", "YPCLwDr8bKI_0r0Xa8", "XVgWFZbuxKI_0r0Xa8", "GHci4ngIJKI_0r0Xa8", "RixmfYvqDKI_0r0Xa8", "apXs8FZ4k_vHj266Qm6KI_0r0Xa8", "idKI_0r0Xa8", "idoPP8AP56R", "aTI9KHriu", "fWJ74q7xr", "oHTkeZJ15", "ILkpQcNvi", "i8axNsxJW", "DTdUoV3vO", "x3QduU9gk", "PP4i7ZJUK", "i2shV2MAl", "Uc0EKW689", "o54wwUXoX", "b_X5KNYN7", "Ak_tmyHDL", "gBkoe0Lt_", "OzGGYAMO7", "NOK98R40_", "OnX0sZkMW", "SQP2GMQE0", "BAh5FEar5", "F5JM_atFVk8vhOIAaT", "vKXD8iKpJk8vhOIAaT", "abCVizEmik8vhOIAaT", "H8wcwixxok8vhOIAaT", "FgTryvasck8vhOIAaT", "idk8vhOIAaT", "abCVizEmi", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "xOJ8ZE2Tn3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "isDisplayed", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "elementId", "useRouteElementId", "ref2", "visible1", "elementId1", "dynamicRef", "useDynamicRefs", "visible2", "visible3", "visible4", "visible5", "visible6", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "elementId2", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "visible21", "elementId3", "ref3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "l", "ComponentViewportProvider", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "ComponentPresetsProvider", "SVG", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "sfD52ERFp_default", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "resolvedLinks1", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks2", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks3", "collection3", "paginationInfo3", "loadMore3", "index3", "n5ZK3z7XP_default", "ecYIdMwYc_default", "collection5", "paginationInfo4", "loadMore4", "collection4", "index5", "index4", "resolvedLinks4", "collection6", "paginationInfo5", "loadMore5", "index6", "resolvedLinks5", "resolvedLinks6", "css", "FramerJl2zKoCF7", "withCSS", "Jl2zKoCF7_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
