{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/yRS8v76DQsVBykJjVr29/hsudGOQukY2Feye7IjhM/UKdwgIpyC.js"],
  "sourcesContent": ["// Generated by Framer (48da836)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/G8FZBIufdcxDme09PKPy/SmoothScroll_Prod.js\";import ButtonButtonFixedToast from\"#framer/local/canvasComponent/Ae8JDIbpO/Ae8JDIbpO.js\";import ButtonButton from\"#framer/local/canvasComponent/bfFy6UW0C/bfFy6UW0C.js\";import ComponentBadge from\"#framer/local/canvasComponent/eUOyALH4k/eUOyALH4k.js\";import HeroHeroCheckBullets from\"#framer/local/canvasComponent/hL9NKNe1e/hL9NKNe1e.js\";import NavigationNavigationBar from\"#framer/local/canvasComponent/LDekglqvl/LDekglqvl.js\";import ComponentAccordionFAQ from\"#framer/local/canvasComponent/lxHQab_4K/lxHQab_4K.js\";import ComponentPricing from\"#framer/local/canvasComponent/mdZf4Mudi/mdZf4Mudi.js\";import ComponentPricingPackageHeading from\"#framer/local/canvasComponent/np9Qb9JgB/np9Qb9JgB.js\";import ComponentTestimonial from\"#framer/local/canvasComponent/OPpb0kGr_/OPpb0kGr_.js\";import NavigationFooter from\"#framer/local/canvasComponent/XHbTl7SMK/XHbTl7SMK.js\";import ComponentPricingBulletPoint from\"#framer/local/canvasComponent/Z54EuIw97/Z54EuIw97.js\";import*as sharedStyle5 from\"#framer/local/css/dzIgV8dVn/dzIgV8dVn.js\";import*as sharedStyle1 from\"#framer/local/css/fjyVc4jD3/fjyVc4jD3.js\";import*as sharedStyle3 from\"#framer/local/css/pOjALZ8om/pOjALZ8om.js\";import*as sharedStyle4 from\"#framer/local/css/QMuEq11PS/QMuEq11PS.js\";import*as sharedStyle from\"#framer/local/css/RjDaW1sMO/RjDaW1sMO.js\";import*as sharedStyle2 from\"#framer/local/css/YlG7eJng5/YlG7eJng5.js\";import metadataProvider from\"#framer/local/webPageMetadata/UKdwgIpyC/UKdwgIpyC.js\";const NavigationNavigationBarFonts=getFonts(NavigationNavigationBar);const MotionSectionWithFX=withFX(motion.section);const HeroHeroCheckBulletsFonts=getFonts(HeroHeroCheckBullets);const ButtonButtonFonts=getFonts(ButtonButton);const ComponentBadgeFonts=getFonts(ComponentBadge);const ComponentPricingPackageHeadingFonts=getFonts(ComponentPricingPackageHeading);const ComponentPricingFonts=getFonts(ComponentPricing);const ComponentPricingBulletPointFonts=getFonts(ComponentPricingBulletPoint);const MotionDivWithFX=withFX(motion.div);const ComponentTestimonialFonts=getFonts(ComponentTestimonial);const ComponentAccordionFAQFonts=getFonts(ComponentAccordionFAQ);const SmoothScrollFonts=getFonts(SmoothScroll);const NavigationFooterFonts=getFonts(NavigationFooter);const ButtonButtonFixedToastFonts=getFonts(ButtonButtonFixedToast);const breakpoints={NhQ3nZFUH:\"(max-width: 809px)\",sVAkmxIWB:\"(min-width: 810px) and (max-width: 1199px)\",VB0o_lXX3:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-OHsa8\";const variantClassNames={NhQ3nZFUH:\"framer-v-15ur3ms\",sVAkmxIWB:\"framer-v-1mh0atg\",VB0o_lXX3:\"framer-v-cieuy1\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:170};const transition1={damping:100,delay:0,mass:1,stiffness:362,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:170};const transition2={damping:100,delay:.1,mass:1,stiffness:362,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:170};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value}});};const humanReadableVariantMap={Desktop:\"VB0o_lXX3\",Phone:\"NhQ3nZFUH\",Tablet:\"sVAkmxIWB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"VB0o_lXX3\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"NhQ3nZFUH\")return false;return true;};const elementId=useRouteElementId(\"w9HkRCbsT\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"XSmhbDdku\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"uSlppig_x\");const ref4=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"VB0o_lXX3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-cieuy1\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:77,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-204gu4-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{variant:\"uI65Kuiar\"},sVAkmxIWB:{variant:\"uI65Kuiar\"}},children:/*#__PURE__*/_jsx(NavigationNavigationBar,{gGSU0bs4G:\"AljqF7WF7\",height:\"100%\",id:\"oATOWFQ_R\",layoutId:\"oATOWFQ_R\",style:{width:\"100%\"},variant:\"Y6Muk5gpv\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-pxg3an\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-127xj6m\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19e9jr2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(MotionSectionWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-ert26y\",\"data-framer-name\":\"Heading Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1w5p931\",\"data-styles-preset\":\"RjDaW1sMO\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(213, 233, 147))\"},children:\"Meeting Room\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1w5p931\",\"data-styles-preset\":\"RjDaW1sMO\",style:{\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(213, 233, 147))\"},children:\"Meeting Room\"})}),className:\"framer-rsiu0y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cbfjek\",\"data-framer-name\":\"Image and Text Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+0+279+0+501),pixelHeight:1875,pixelWidth:2500,sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,src:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg\",srcSet:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg 2500w\"}},sVAkmxIWB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+311+0+516),pixelHeight:1875,pixelWidth:2500,sizes:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px)`,src:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg\",srcSet:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg 2500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+311+0),pixelHeight:1875,pixelWidth:2500,sizes:`max((max(${componentViewport?.width||\"100vw\"}, 1px) - 100px) / 2, 1px)`,src:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg\",srcSet:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg 2500w\"},className:\"framer-a3hwwv\",\"data-framer-name\":\"Image Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hh22m7\",\"data-framer-name\":\"Text Content Wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1v525k0\",\"data-styles-preset\":\"fjyVc4jD3\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:\"Perfect for quick, impromptu meetings. Our fully equipped meeting rooms include all the technology you need to make your meetings productive and seamless.\"})}),className:\"framer-1fmzp2z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o3lwjw\",\"data-framer-name\":\"Text Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1byznop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:\"Professional spaces with AV equipment, bookable by the hour or day.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:\"Professional spaces with AV equipment, bookable by the hour or day.\"})}),className:\"framer-w36xa4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dj9q04\",\"data-framer-name\":\"Bullet Points\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+0+279+0+0+0+0+0+256+0+0},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+0+0+0+0+256+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((max(${componentViewport?.width||\"100vw\"}, 1px) - 100px) / 2, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+40+51.5+0+256+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17207x3-container\",children:/*#__PURE__*/_jsx(HeroHeroCheckBullets,{height:\"100%\",id:\"OpV0LMOdJ\",layoutId:\"OpV0LMOdJ\",ReD9PipIa:\"Flexible Membership Plans\",style:{width:\"100%\"},variant:\"MItfsUwgF\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+0+279+0+0+0+0+0+256+0+34},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+0+0+0+0+256+0+34}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((max(${componentViewport?.width||\"100vw\"}, 1px) - 100px) / 2, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+40+51.5+0+256+0+34,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c1pj00-container\",children:/*#__PURE__*/_jsx(HeroHeroCheckBullets,{height:\"100%\",id:\"WsUm2GaaB\",layoutId:\"WsUm2GaaB\",ReD9PipIa:\"Fully Equipped Workspace\",style:{width:\"100%\"},variant:\"MItfsUwgF\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+0+279+0+0+0+0+0+256+0+68},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+0+0+0+0+256+0+68}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((max(${componentViewport?.width||\"100vw\"}, 1px) - 100px) / 2, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+40+51.5+0+256+0+68,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2mwfwa-container\",children:/*#__PURE__*/_jsx(HeroHeroCheckBullets,{height:\"100%\",id:\"e13oElIxj\",layoutId:\"e13oElIxj\",ReD9PipIa:\"Networking Opportunities\",style:{width:\"100%\"},variant:\"MItfsUwgF\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(${componentViewport?.width||\"100vw\"} - 24px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+0+279+0+0+0+0+0+256+0+102},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+0+0+0+0+256+0+102}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:26,width:`min(max((max(${componentViewport?.width||\"100vw\"}, 1px) - 100px) / 2, 1px) - 80px, 560px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+40+51.5+0+256+0+102,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7y7l4j-container\",children:/*#__PURE__*/_jsx(HeroHeroCheckBullets,{height:\"100%\",id:\"cYppRm_vF\",layoutId:\"cYppRm_vF\",ReD9PipIa:\"24/7 Access\",style:{width:\"100%\"},variant:\"MItfsUwgF\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+0+0+0+0+279+0+0+0+0+0+412},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+0+0+0+0+412}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+0+0+0+0+0+311+0+40+51.5+0+412,children:/*#__PURE__*/_jsx(Container,{className:\"framer-clch8u-container\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",id:\"JtjzfCyou\",layoutId:\"JtjzfCyou\",QPXgBsk7h:\"Book A Tour\",variant:\"qafDGgH_d\",width:\"100%\"})})})})]})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1npjumb\",\"data-framer-name\":\"Section - About Space or Service\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x4llfb\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+1284+80+0+0+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+1346+80+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+0+0+1e3+80+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nhdzo0-container\",children:/*#__PURE__*/_jsx(ComponentBadge,{GJCZVxUA4:\"What is hot desk\",height:\"100%\",id:\"B2eq51wp_\",layoutId:\"B2eq51wp_\",style:{height:\"100%\"},variant:\"eBfteg97R\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",children:\"Looking for a professional meeting room in Dubai? Whether you\u2019re hosting client presentations, team meetings, or video conferences, our fully equipped meeting rooms provide the perfect setting. At Oh My Desk, you\u2019ll have access to state-of-the-art technology, including Smart Touch Screens, AI-powered cameras, wireless screen sharing, and HD video conferencing, ensuring a seamless and productive experience.  With ultra-fast WiFi, soundproofing, and ergonomic seating, our meeting spaces in Dubai are designed to enhance collaboration and professionalism. Plus, enjoy complimentary coffee and a premium business environment that keeps your meetings efficient and engaging. Whether you need a conference room for an hour or a full day, our flexible booking options make it easy to secure the perfect space.\"})}),className:\"framer-1wqcjxu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9w49tq\",\"data-framer-name\":\"Section - Pricing\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c17wff\",\"data-framer-name\":\"Heading Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+1706+80+0+0+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+1788+100+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+0+0+1442+100+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oernwq-container\",children:/*#__PURE__*/_jsx(ComponentBadge,{GJCZVxUA4:\"Pricing Plans\",height:\"100%\",id:\"Egd7H4h7F\",layoutId:\"Egd7H4h7F\",style:{height:\"100%\"},variant:\"nuAUhhcBz\",width:\"100%\"})})})}),/*#__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-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Packages\"})}),className:\"framer-1n9tuy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kzxatw\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b778pz\",\"data-framer-name\":\"Pricing Card - Light\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xucwr1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hf4dp1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+0+0+0},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oz3210-container\",children:/*#__PURE__*/_jsx(ComponentPricingPackageHeading,{height:\"100%\",id:\"CL_iKmVMB\",ifK674dVs:\"Clock\",layoutId:\"CL_iKmVMB\",nZC7ekgJH:\"Meeting Room 6 people\",style:{width:\"100%\"},variant:\"A3cSDwQUz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vcau2\",\"data-styles-preset\":\"QMuEq11PS\",style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(29, 50, 45))\"},children:\"Book a meeting room by the hour in Dubai at Oh My Desk, offering high-tech facilities, ultra-fast WiFi, and flexible scheduling, perfect for professionals needing a fully equipped space without long-term commitment.\"})}),className:\"framer-1pv9ws7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+307},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+307}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+307,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z8xqnw-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{a7YiV2Uvq:\"0px 0px 3px 0px\"},sVAkmxIWB:{a7YiV2Uvq:\"0px 0px 5px 0px\"}},children:/*#__PURE__*/_jsx(ComponentPricing,{a7YiV2Uvq:\"0px 0px 9px 0px\",height:\"100%\",id:\"tHxV6sZle\",layoutId:\"tHxV6sZle\",m2lrcxPCh:120,MzB53v0by:\"\",sv0TnkiZ5:\"/hour\",variant:\"ofRAm_TKn\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-znes1l\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3085hf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1v525k0\",\"data-styles-preset\":\"fjyVc4jD3\",style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(29, 50, 45))\"},children:\"Plan Included:\"})}),className:\"framer-144i52j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+425+0+176},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+176,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xoywfk-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Flexible Seating\",height:\"100%\",id:\"eQezO_Q_z\",layoutId:\"eQezO_Q_z\",style:{width:\"100%\"},variant:\"TfhNIc7xN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+425+0+218},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+218}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+218,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xbdbxk-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"High-Speed WiFi\",height:\"100%\",id:\"Rkl6rwD_I\",layoutId:\"Rkl6rwD_I\",style:{width:\"100%\"},variant:\"TfhNIc7xN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+425+0+260},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+260}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+260,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ygm9pe-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Limited Access Hours\",height:\"100%\",id:\"yvKLJfErh\",layoutId:\"yvKLJfErh\",style:{width:\"100%\"},variant:\"TfhNIc7xN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+425+0+302},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+302}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+302,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bae85n-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Communal Areas\",height:\"100%\",id:\"I9OwubZa_\",layoutId:\"I9OwubZa_\",style:{width:\"100%\"},variant:\"TfhNIc7xN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+0+0+425+0+344},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11ysafc-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Networking Opportunities\",height:\"100%\",id:\"Pn2mHX7xd\",layoutId:\"Pn2mHX7xd\",style:{width:\"100%\"},variant:\"TfhNIc7xN\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+0+20+911},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+975}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+975,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nsqcha-container\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",id:\"hlKeLNsRU\",layoutId:\"hlKeLNsRU\",QPXgBsk7h:\"Book your meeting room\",variant:\"mOlvOFMPI\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{__framer__styleAppearEffectEnabled:undefined},sVAkmxIWB:{__framer__animate:{transition:transition1},__framer__exit:animation1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-r71dco\",\"data-framer-name\":\"Pricing Card - Dark\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rujhhw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-crw3zy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+0+0+0},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:112,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xg2020-container\",children:/*#__PURE__*/_jsx(ComponentPricingPackageHeading,{height:\"100%\",id:\"VmeWGWIfN\",ifK674dVs:\"Calendar\",layoutId:\"VmeWGWIfN\",nZC7ekgJH:\"Meeting Room 15 people\",style:{width:\"100%\"},variant:\"m5GrWwdJN\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vcau2\",\"data-styles-preset\":\"QMuEq11PS\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:\"Book a meeting room by the hour in Dubai at Oh My Desk, offering high-tech facilities, ultra-fast WiFi, and flexible scheduling, perfect for professionals needing a fully equipped space without long-term commitment.\"})}),className:\"framer-sgmhea\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+307},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+307}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+307,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7055gu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{a7YiV2Uvq:\"0px 0px 3px 0px\"},sVAkmxIWB:{a7YiV2Uvq:\"0px 0px 5px 0px\"}},children:/*#__PURE__*/_jsx(ComponentPricing,{a7YiV2Uvq:\"0px 0px 9px 0px\",height:\"100%\",id:\"lJLFlg8jQ\",layoutId:\"lJLFlg8jQ\",m2lrcxPCh:420,MzB53v0by:\"\",sv0TnkiZ5:\"/hour\",variant:\"JC6zQmgrM\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mq1u5y\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-98v1zy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1v525k0\",\"data-styles-preset\":\"fjyVc4jD3\",style:{\"--framer-text-color\":\"var(--token-ee524d9d-de64-451e-a22a-dec6a11245ce, rgb(253, 252, 238))\"},children:\"Plan Included:\"})}),className:\"framer-1vo1oe6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+176},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+176}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+176,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ghgcfu-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Flexible Seating\",height:\"100%\",id:\"FQJBTjj3q\",layoutId:\"FQJBTjj3q\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+218},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+218}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+218,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12ft2uu-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"High-Speed WiFi\",height:\"100%\",id:\"TJc4d4FRn\",layoutId:\"TJc4d4FRn\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+260},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+260}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+260,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t3yxtg-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"24/7 Access\",height:\"100%\",id:\"tcY_cHHaM\",layoutId:\"tcY_cHHaM\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+302},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+302}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+302,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vvp5y1-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Communal Areas\",height:\"100%\",id:\"aekJqTdfi\",layoutId:\"aekJqTdfi\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+344},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+344}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+344,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pogdue-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Networking Opportunities\",height:\"100%\",id:\"TLZsGWFzJ\",layoutId:\"TLZsGWFzJ\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+386},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+386}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+386,children:/*#__PURE__*/_jsx(Container,{className:\"framer-158h45o-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Complimentary Refreshments\",height:\"100%\",id:\"GScNsqs4v\",layoutId:\"GScNsqs4v\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 24px, 1680px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+0+0+425+0+428},sVAkmxIWB:{width:`calc(max((${componentViewport?.width||\"100vw\"} - 90px) / 2, 50px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+0+0+425+0+428}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`calc(max(max((min(${componentViewport?.width||\"100vw\"} - 80px, 1680px) - 10px) / 2, 50px), 370px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+0+0+425+0+428,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sprgss-container\",children:/*#__PURE__*/_jsx(ComponentPricingBulletPoint,{EQMX6mAT1:\"Printing Services\",height:\"100%\",id:\"NrmM68gqY\",layoutId:\"NrmM68gqY\",style:{width:\"100%\"},variant:\"oD2hRg_tR\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+1706+80+116.80000000000001+0+1015+20+975},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+1788+100+116.80000000000001+0+0+20+975}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+0+0+1442+100+116.80000000000001+0+0+20+975,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1icz9cw-container\",children:/*#__PURE__*/_jsx(ButtonButton,{height:\"100%\",id:\"ha4wOG9jZ\",layoutId:\"ha4wOG9jZ\",QPXgBsk7h:\"Book your meeting room\",variant:\"qafDGgH_d\",width:\"100%\"})})})})]})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-naafto\",\"data-framer-name\":\"Section - Benefits\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-771opb hidden-15ur3ms\",\"data-framer-name\":\"Container - Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sVAkmxIWB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3173.8+0+0+0),pixelHeight:5459,pixelWidth:3639,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg\",srcSet:\"https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg 3639w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2827.8+0+0+0),pixelHeight:5459,pixelWidth:3639,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg\",srcSet:\"https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/1fmxFAkgXvbLhsM5LJ2jC1cj5Y.jpg 3639w\"},className:\"framer-1ex7a06\",\"data-framer-name\":\"1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jaz7xh\",\"data-styles-preset\":\"dzIgV8dVn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(213, 233, 147))\"},children:\"Flexibility\"})}),className:\"framer-17ax8x9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xxht8m\",\"data-framer-name\":\"Color Overlay\"})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sVAkmxIWB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3173.8+0+0+1e3),pixelHeight:2592,pixelWidth:3872,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg\",srcSet:\"https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg 3872w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2827.8+0+0+1e3),pixelHeight:2592,pixelWidth:3872,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg\",srcSet:\"https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XjJr34P7N8HZ2mul6ZoxUvGY0Fw.jpg 3872w\"},className:\"framer-ggdeqh\",\"data-framer-name\":\"2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jaz7xh\",\"data-styles-preset\":\"dzIgV8dVn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(213, 233, 147))\"},children:\"Networking Opportunities\"})}),className:\"framer-khg9tz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1axqhtz\",\"data-framer-name\":\"Color Overlay\"})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sVAkmxIWB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3173.8+0+0+2e3),pixelHeight:5184,pixelWidth:3456,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg\",srcSet:\"https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg 3456w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2827.8+0+0+2e3),pixelHeight:5184,pixelWidth:3456,sizes:`max(${componentViewport?.width||\"100vw\"} / 2, 1px)`,src:\"https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg\",srcSet:\"https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/JTfPx27CvSb9Uw7pqbsLJE84w.jpg 3456w\"},className:\"framer-173557n\",\"data-framer-name\":\"3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jaz7xh\",\"data-styles-preset\":\"dzIgV8dVn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(213, 233, 147))\"},children:\"Cost-Effective\"})}),className:\"framer-1u46qc6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kkvga\",\"data-framer-name\":\"Color Overlay\"})]})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1t8qgld\",\"data-framer-name\":\"Container - Text Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nie9cl\",\"data-framer-name\":\"1\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+4066.8+0+0+0+0+40+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+3173.8+0+0+0+30+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+0+0+2827.8+0+0+0+30+339,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1221pnk-container\",children:/*#__PURE__*/_jsx(ComponentBadge,{GJCZVxUA4:\"The flexibility to customize\",height:\"100%\",id:\"CXetP55D_\",layoutId:\"CXetP55D_\",style:{height:\"100%\"},variant:\"nuAUhhcBz\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",style:{\"--framer-text-alignment\":\"left\"},children:\"Enjoy the freedom to choose any available seat each day. This flexibility allows you to work in different areas of the co-working space, helping to keep your work environment fresh and stimulating.\"})}),className:\"framer-6zawsn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jk5xoq\",\"data-framer-name\":\"2\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+4066.8+0+0+0+342+40+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+3173.8+0+0+1e3+30+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+0+0+2827.8+0+0+1e3+30+339,children:/*#__PURE__*/_jsx(Container,{className:\"framer-733mc2-container\",children:/*#__PURE__*/_jsx(ComponentBadge,{GJCZVxUA4:\"Network with the experts\",height:\"100%\",id:\"bzZKEWvYa\",layoutId:\"bzZKEWvYa\",style:{height:\"100%\"},variant:\"eBfteg97R\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",style:{\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(33, 38, 37))\"},children:\"Hot desking encourages interaction with a diverse community of professionals. This setup fosters spontaneous conversations, collaborations, and networking, providing valuable opportunities to connect with like-minded individuals.\"})}),className:\"framer-4rx5mz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bvgiod\",\"data-framer-name\":\"3\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+4066.8+0+0+0+684+40+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+3173.8+0+0+2e3+30+339}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+0+0+2827.8+0+0+2e3+30+339,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3y0v4e-container\",children:/*#__PURE__*/_jsx(ComponentBadge,{GJCZVxUA4:\"budget-friendly option\",height:\"100%\",id:\"OMOS6wG2Z\",layoutId:\"OMOS6wG2Z\",style:{height:\"100%\"},variant:\"nuAUhhcBz\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",children:\"Hot desking is a budget-friendly option that offers all the benefits of a professional workspace without the expense of a dedicated desk. It\u2019s ideal for freelancers, startups, and remote workers looking for a professional environment without a long-term commitment.\"})}),className:\"framer-47z1h8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2xffh2\",\"data-framer-name\":\"Section - Testimonials\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{height:630,width:`min(${componentViewport?.width||\"100vw\"} - 24px, 1680px)`,y:(componentViewport?.y||0)+0+0+0+5092.8+40+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+6173.8+100+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:`min(${componentViewport?.width||\"100vw\"} - 80px, 1680px)`,y:(componentViewport?.y||0)+0+0+0+5827.8+100+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x5ajmf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{BbLDu7UiJ:\"12px\",nGYwor9_X:\"column\",style:{maxWidth:\"100%\",width:\"100%\"},TuB1K8A8J:addImageAlt({positionX:\"83.1%\",positionY:\"33.7%\",src:\"https://framerusercontent.com/images/RRJlQ3zwAOuUBckG2E6P8xE.jpg\",srcSet:\"https://framerusercontent.com/images/RRJlQ3zwAOuUBckG2E6P8xE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RRJlQ3zwAOuUBckG2E6P8xE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RRJlQ3zwAOuUBckG2E6P8xE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/RRJlQ3zwAOuUBckG2E6P8xE.jpg 3200w\"},\"\"),variant:\"LgxfdqrW3\"}},children:/*#__PURE__*/_jsx(ComponentTestimonial,{BbLDu7UiJ:\"20px\",byZQ7PW9C:\"Our 9-person meeting room at Oh My Desk offers a private, soundproof space equipped with a Smart Touch Screen, AI-powered camera, wireless screen sharing, and HD video conferencing. Designed for seamless collaboration and productivity, it\u2019s the ideal setting for team discussions, client meetings, and presentations in a prime Dubai business location.\",height:\"100%\",hwHq3GU1F:\"Executive Meeting room\",id:\"gqIssY0Dy\",layoutId:\"gqIssY0Dy\",nGYwor9_X:\"row\",OJW3u3Mdg:\"Experience a premium meeting room in Dubai at Oh My Desk, designed for 15-18 people. Equipped with a Smart Touch Screen, AI-powered camera, wireless screen sharing, and HD video conferencing, this spacious and modern setup ensures a seamless and professional meeting experience in a prime business location.\",Otqc6VvLk:\"Meeting Room 9 people\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},svx6Jm1Uv:\"Discover our AI-powered meeting room in Bay Square, featuring cutting-edge technology for a seamless experience. With a Smart Touch Screen, AI-driven camera that tracks speakers, wireless screen sharing, and HD video conferencing, this high-tech space is designed to enhance productivity and collaboration in a professional setting.\",TuB1K8A8J:addImageAlt({src:\"https://framerusercontent.com/images/Jlql2AvHmt1WMciyDBM5lcVyQl0.jpeg\",srcSet:\"https://framerusercontent.com/images/Jlql2AvHmt1WMciyDBM5lcVyQl0.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/Jlql2AvHmt1WMciyDBM5lcVyQl0.jpeg 1066w\"},\"\"),variant:\"rNQd3GEAG\",width:\"100%\",WTQ009EQk:\"Meeting Room 8 people baysquare\",wWMai9Qcg:addImageAlt({src:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg\",srcSet:\"https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/siBAwYEXzWl6W61QJjut5cHiM.jpg 2500w\"},\"\"),YpeJU44jM:addImageAlt({src:\"https://framerusercontent.com/images/oOTAzV4q89DIq8TY8jK47lPlGuQ.jpg\",srcSet:\"https://framerusercontent.com/images/oOTAzV4q89DIq8TY8jK47lPlGuQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oOTAzV4q89DIq8TY8jK47lPlGuQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oOTAzV4q89DIq8TY8jK47lPlGuQ.jpg 1920w\"},\"\"),ypkYIVQ_C:addImageAlt({src:\"https://framerusercontent.com/images/TMUauMem6p7FuO1lz1cxnn9as.jpeg\",srcSet:\"https://framerusercontent.com/images/TMUauMem6p7FuO1lz1cxnn9as.jpeg?scale-down-to=1024 682w,https://framerusercontent.com/images/TMUauMem6p7FuO1lz1cxnn9as.jpeg 1066w\"},\"\"),Yq402O6GA:\"Meeting Room 10 people baysquare\",zhsSJcL_G:\"Our soundproof meeting room at Oh My Desk Bay Square ensures distraction-free discussions with advanced acoustic insulation, allowing for clear communication, privacy, and a professional meeting experience in a high-tech environment.\"})})})})})}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gf943b\",\"data-framer-name\":\"Section - FAQ\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s0y4ai\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hd69ht\",\"data-framer-name\":\"Heading Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+0+0+0},sVAkmxIWB:{y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:20,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ulatr1-container\",children:/*#__PURE__*/_jsx(ComponentBadge,{GJCZVxUA4:\"FREQUENTLY ASKED QUESTIONS\",height:\"100%\",id:\"eALdGaqF6\",layoutId:\"eALdGaqF6\",style:{height:\"100%\"},variant:\"nuAUhhcBz\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zxf4xn\",\"data-styles-preset\":\"pOjALZ8om\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Your questions, our answers\"})})}},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-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},children:\"Your questions, our answers\"})}),className:\"framer-tlbp4j\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vv9frt\",\"data-framer-name\":\"FAQ Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6d2no2\",\"data-framer-name\":\"FAQ List 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+0+0+0},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15o2tc-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"EyttIJ4gb\",layoutId:\"EyttIJ4gb\",style:{width:\"100%\"},UkcAZJv33:\"If you\u2019re looking for a meeting room in Dubai, Oh My Desk offers fully equipped, high-tech spaces in Business Bay and Downtown Dubai, featuring Smart Touch Screens, AI-powered cameras, and HD video conferencing for a seamless experience.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Where can I find the best meeting room in Dubai?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+0+0+205},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+0+0+205}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+205,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vouvbp-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"gmG2T6ElK\",layoutId:\"gmG2T6ElK\",style:{width:\"100%\"},UkcAZJv33:\"The price for renting a meeting room in Dubai depends on the size and features. At Oh My Desk, rates are flexible, allowing you to book by the hour or day, with prices starting at affordable rates for fully serviced spaces.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"How much does it cost to rent a meeting room in Dubai?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+0+0+410},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+0+0+410}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+410,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jbdaia-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"LP6DQQSUH\",layoutId:\"LP6DQQSUH\",style:{width:\"100%\"},UkcAZJv33:\"A high-quality meeting room in Dubai should include high-speed WiFi, soundproofing, video conferencing, ergonomic seating, and presentation tools. Oh My Desk provides all these amenities to ensure a professional and productive meeting environment.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"What features should I look for in a meeting room in Dubai?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+0+0+615},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+0+0+615}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+615,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mftng5-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"fHb2FL8ZN\",layoutId:\"fHb2FL8ZN\",style:{width:\"100%\"},UkcAZJv33:\"Yes! Oh My Desk offers hourly meeting room rentals for professionals needing a flexible workspace without long-term commitments. Whether it\u2019s for a quick team huddle or a full presentation, you only pay for the time you need.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Can I book a meeting room in Dubai by the hour?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+0+0+820},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+0+0+820}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+820,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rb4f83-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"hYi1EIplF\",layoutId:\"hYi1EIplF\",style:{width:\"100%\"},UkcAZJv33:\"Not all meeting rooms in Dubai offer proper soundproofing, but at Oh My Desk, our rooms are designed with advanced acoustic insulation, ensuring private and distraction-free discussions.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Are meeting rooms in Dubai fully soundproof?\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-175b8lm\",\"data-framer-name\":\"FAQ List 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+1025+0+0},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+1025+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s1e1vf-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"l6ZzQMy45\",layoutId:\"l6ZzQMy45\",style:{width:\"100%\"},UkcAZJv33:\"For convenience, a meeting room in Dubai should be in a central business district like Business Bay or Downtown Dubai. Oh My Desk offers prime locations with easy access to transport, restaurants, and business hubs.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"What is the best location to rent a meeting room in Dubai?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+1025+0+205},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+1025+0+205}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+205,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tcbfxs-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"WbbgrOriv\",layoutId:\"WbbgrOriv\",style:{width:\"100%\"},UkcAZJv33:\"Yes! Oh My Desk\u2019s meeting rooms in Dubai include HD video conferencing, wireless screen sharing, and AI-powered cameras, ensuring seamless virtual meetings with crystal-clear audio and visuals.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Do meeting rooms in Dubai have video conferencing capabilities?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+1025+0+410},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+1025+0+410}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+410,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rvu16o-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"l692i0QM2\",layoutId:\"l692i0QM2\",style:{width:\"100%\"},UkcAZJv33:\"Absolutely! Oh My Desk provides spacious meeting rooms for up to 18 people, featuring high-tech equipment, comfortable seating, and premium services, making it ideal for team meetings, workshops, and corporate presentations.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Can I book a large meeting room for 15-18 people in Dubai?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+1025+0+615},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+1025+0+615}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+615,children:/*#__PURE__*/_jsx(Container,{className:\"framer-i36ymc-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"rLF9cokWf\",layoutId:\"rLF9cokWf\",style:{width:\"100%\"},UkcAZJv33:\"At Oh My Desk, we offer 24/7 access to select meeting rooms in Dubai, allowing businesses to operate on their schedule with complete flexibility.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"Are meeting rooms in Dubai available 24/7?\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{width:`min(max(${componentViewport?.width||\"100vw\"} - 24px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+5802.8+80+0+116.80000000000001+0+1025+0+820},sVAkmxIWB:{width:`min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px)`,y:(componentViewport?.y||0)+0+0+0+7173.8+100+0+106.80000000000001+0+1025+0+820}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:195,width:`max((min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1680px) - 10px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+6827.8+100+0+116.80000000000001+0+0+820,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mvk8pk-container\",children:/*#__PURE__*/_jsx(ComponentAccordionFAQ,{height:\"100%\",id:\"ZI4l13mQB\",layoutId:\"ZI4l13mQB\",style:{width:\"100%\"},UkcAZJv33:\"Booking a meeting room in Dubai is simple\u2014contact Oh My Desk via WhatsApp, email, or phone, or visit our website to schedule your preferred time.\",variant:\"K1f6Ir67W\",width:\"100%\",zNMII1rLe:\"How do I book a meeting room in Dubai?\"})})})})]})]})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pb87xe-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"FD8nbyh2U\",intensity:15,layoutId:\"FD8nbyh2U\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{y:(componentViewport?.y||0)+0+8079.6},sVAkmxIWB:{y:(componentViewport?.y||0)+0+9470.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1363,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+8109.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tw3urs-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NhQ3nZFUH:{variant:\"k6vGwQYnH\"},sVAkmxIWB:{variant:\"fKBiJQKlN\"}},children:/*#__PURE__*/_jsx(NavigationFooter,{height:\"100%\",id:\"sg6ywYpYN\",layoutId:\"sg6ywYpYN\",style:{width:\"100%\"},variant:\"u0GGoXVaI\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:864,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tcr3p1-container\",\"data-framer-name\":\"Mail Button\",layoutScroll:true,name:\"Mail Button\",children:/*#__PURE__*/_jsx(ButtonButtonFixedToast,{height:\"100%\",id:\"fYHeoxFmB\",layoutId:\"fYHeoxFmB\",name:\"Mail Button\",variant:\"v7mjGmugV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:904,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vehz1m-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(ButtonButtonFixedToast,{height:\"100%\",id:\"YhnQcPeD6\",layoutId:\"YhnQcPeD6\",variant:\"iZ3mQbdnK\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(245, 242, 237)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OHsa8.framer-aqo2et, .framer-OHsa8 .framer-aqo2et { display: block; }\",\".framer-OHsa8.framer-cieuy1 { align-content: center; align-items: center; background-color: var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, #f5f2ed); 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-OHsa8 .framer-204gu4-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-OHsa8 .framer-pxg3an { 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-OHsa8 .framer-127xj6m { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #0f2620); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-OHsa8 .framer-19e9jr2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-OHsa8 .framer-ert26y { 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-end; overflow: visible; padding: 160px 40px 34px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-OHsa8 .framer-rsiu0y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-OHsa8 .framer-1cbfjek { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: flex-end; overflow: visible; padding: 0px 40px 40px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-OHsa8 .framer-a3hwwv { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OHsa8 .framer-1hh22m7 { -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); background-color: var(--token-b7e61bf6-93c6-45ca-b0e7-ce895d683d69, rgba(0, 0, 0, 0.4)); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-end; overflow: visible; padding: 14px; position: relative; width: 1px; z-index: 1; }\",\".framer-OHsa8 .framer-1fmzp2z, .framer-OHsa8 .framer-w36xa4, .framer-OHsa8 .framer-1wqcjxu, .framer-OHsa8 .framer-1pv9ws7, .framer-OHsa8 .framer-sgmhea, .framer-OHsa8 .framer-tlbp4j { --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-OHsa8 .framer-o3lwjw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-OHsa8 .framer-1byznop { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: center; max-width: 560px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1dj9q04 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-17207x3-container, .framer-OHsa8 .framer-c1pj00-container, .framer-OHsa8 .framer-2mwfwa-container, .framer-OHsa8 .framer-7y7l4j-container, .framer-OHsa8 .framer-1oz3210-container, .framer-OHsa8 .framer-1xoywfk-container, .framer-OHsa8 .framer-xbdbxk-container, .framer-OHsa8 .framer-ygm9pe-container, .framer-OHsa8 .framer-1bae85n-container, .framer-OHsa8 .framer-11ysafc-container, .framer-OHsa8 .framer-1xg2020-container, .framer-OHsa8 .framer-ghgcfu-container, .framer-OHsa8 .framer-12ft2uu-container, .framer-OHsa8 .framer-t3yxtg-container, .framer-OHsa8 .framer-1vvp5y1-container, .framer-OHsa8 .framer-pogdue-container, .framer-OHsa8 .framer-158h45o-container, .framer-OHsa8 .framer-1sprgss-container, .framer-OHsa8 .framer-15o2tc-container, .framer-OHsa8 .framer-1vouvbp-container, .framer-OHsa8 .framer-jbdaia-container, .framer-OHsa8 .framer-1mftng5-container, .framer-OHsa8 .framer-rb4f83-container, .framer-OHsa8 .framer-1s1e1vf-container, .framer-OHsa8 .framer-1tcbfxs-container, .framer-OHsa8 .framer-1rvu16o-container, .framer-OHsa8 .framer-i36ymc-container, .framer-OHsa8 .framer-1mvk8pk-container, .framer-OHsa8 .framer-tw3urs-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-clch8u-container, .framer-OHsa8 .framer-z8xqnw-container, .framer-OHsa8 .framer-nsqcha-container, .framer-OHsa8 .framer-7055gu-container, .framer-OHsa8 .framer-1icz9cw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-OHsa8 .framer-1npjumb { align-content: center; align-items: center; background-color: var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, #d5e993); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1x4llfb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; max-width: 1680px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-nhdzo0-container, .framer-OHsa8 .framer-oernwq-container, .framer-OHsa8 .framer-1221pnk-container, .framer-OHsa8 .framer-733mc2-container, .framer-OHsa8 .framer-3y0v4e-container, .framer-OHsa8 .framer-ulatr1-container { flex: none; height: 20px; position: relative; width: auto; }\",\".framer-OHsa8 .framer-9w49tq { align-content: center; align-items: center; background-color: var(--token-6b19d04a-c8c7-46ac-8bc0-4380931dccd5, rgba(255, 255, 255, 0.5)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-c17wff { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-OHsa8 .framer-1n9tuy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OHsa8 .framer-1kzxatw { display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1b778pz { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, #f4f2e3); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; justify-self: start; min-width: 370px; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1xucwr1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 90px 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1hf4dp1, .framer-OHsa8 .framer-crw3zy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-znes1l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-3085hf, .framer-OHsa8 .framer-98v1zy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-144i52j, .framer-OHsa8 .framer-1vo1oe6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-OHsa8 .framer-r71dco { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #1f3630); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; justify-self: start; min-width: 370px; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1rujhhw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-mq1u5y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 90px 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-naafto { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-771opb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-OHsa8 .framer-1ex7a06, .framer-OHsa8 .framer-ggdeqh, .framer-OHsa8 .framer-173557n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 20px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-OHsa8 .framer-17ax8x9, .framer-OHsa8 .framer-khg9tz, .framer-OHsa8 .framer-1u46qc6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 2; }\",\".framer-OHsa8 .framer-xxht8m, .framer-OHsa8 .framer-1axqhtz, .framer-OHsa8 .framer-1kkvga { background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #0f2620); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.58; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-OHsa8 .framer-1t8qgld { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-OHsa8 .framer-nie9cl, .framer-OHsa8 .framer-bvgiod { align-content: flex-start; align-items: flex-start; background-color: var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, #f0ece3); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 100vh; justify-content: center; max-width: 1680px; overflow: hidden; padding: 30px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-6zawsn, .framer-OHsa8 .framer-4rx5mz, .framer-OHsa8 .framer-47z1h8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap-override: balance; flex: none; height: auto; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1jk5xoq { align-content: flex-start; align-items: flex-start; background-color: var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, #d7f09c); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 100vh; justify-content: center; max-width: 1680px; overflow: hidden; padding: 30px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-2xffh2 { align-content: center; align-items: center; background-color: var(--token-6b19d04a-c8c7-46ac-8bc0-4380931dccd5, rgba(255, 255, 255, 0.5)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1x5ajmf-container { flex: none; height: 80vh; max-width: 1680px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-gf943b { align-content: flex-start; align-items: flex-start; background-color: var(--token-6b19d04a-c8c7-46ac-8bc0-4380931dccd5, rgba(255, 255, 255, 0.5)); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 50px 40px; position: relative; width: 100%; }\",\".framer-OHsa8 .framer-1s0y4ai { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1680px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OHsa8 .framer-1hd69ht { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; max-width: 1680px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-OHsa8 .framer-vv9frt { 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-OHsa8 .framer-6d2no2, .framer-OHsa8 .framer-175b8lm { 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: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-OHsa8 .framer-1pb87xe-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: auto; }\",\".framer-OHsa8 .framer-tcr3p1-container { bottom: 100px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 8; }\",\".framer-OHsa8 .framer-1vehz1m-container { bottom: 60px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-OHsa8.framer-cieuy1, .framer-OHsa8 .framer-pxg3an, .framer-OHsa8 .framer-127xj6m, .framer-OHsa8 .framer-19e9jr2, .framer-OHsa8 .framer-ert26y, .framer-OHsa8 .framer-1cbfjek, .framer-OHsa8 .framer-a3hwwv, .framer-OHsa8 .framer-1hh22m7, .framer-OHsa8 .framer-o3lwjw, .framer-OHsa8 .framer-1byznop, .framer-OHsa8 .framer-1dj9q04, .framer-OHsa8 .framer-1npjumb, .framer-OHsa8 .framer-1x4llfb, .framer-OHsa8 .framer-9w49tq, .framer-OHsa8 .framer-c17wff, .framer-OHsa8 .framer-1xucwr1, .framer-OHsa8 .framer-1hf4dp1, .framer-OHsa8 .framer-znes1l, .framer-OHsa8 .framer-3085hf, .framer-OHsa8 .framer-1rujhhw, .framer-OHsa8 .framer-crw3zy, .framer-OHsa8 .framer-mq1u5y, .framer-OHsa8 .framer-98v1zy, .framer-OHsa8 .framer-naafto, .framer-OHsa8 .framer-771opb, .framer-OHsa8 .framer-1ex7a06, .framer-OHsa8 .framer-ggdeqh, .framer-OHsa8 .framer-173557n, .framer-OHsa8 .framer-1t8qgld, .framer-OHsa8 .framer-nie9cl, .framer-OHsa8 .framer-1jk5xoq, .framer-OHsa8 .framer-bvgiod, .framer-OHsa8 .framer-2xffh2, .framer-OHsa8 .framer-gf943b, .framer-OHsa8 .framer-1s0y4ai, .framer-OHsa8 .framer-1hd69ht, .framer-OHsa8 .framer-vv9frt, .framer-OHsa8 .framer-6d2no2, .framer-OHsa8 .framer-175b8lm { gap: 0px; } .framer-OHsa8.framer-cieuy1 > *, .framer-OHsa8 .framer-pxg3an > *, .framer-OHsa8 .framer-19e9jr2 > *, .framer-OHsa8 .framer-771opb > *, .framer-OHsa8 .framer-1t8qgld > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OHsa8.framer-cieuy1 > :first-child, .framer-OHsa8 .framer-pxg3an > :first-child, .framer-OHsa8 .framer-19e9jr2 > :first-child, .framer-OHsa8 .framer-ert26y > :first-child, .framer-OHsa8 .framer-1hh22m7 > :first-child, .framer-OHsa8 .framer-o3lwjw > :first-child, .framer-OHsa8 .framer-1byznop > :first-child, .framer-OHsa8 .framer-1dj9q04 > :first-child, .framer-OHsa8 .framer-1npjumb > :first-child, .framer-OHsa8 .framer-1x4llfb > :first-child, .framer-OHsa8 .framer-9w49tq > :first-child, .framer-OHsa8 .framer-c17wff > :first-child, .framer-OHsa8 .framer-1xucwr1 > :first-child, .framer-OHsa8 .framer-1hf4dp1 > :first-child, .framer-OHsa8 .framer-znes1l > :first-child, .framer-OHsa8 .framer-1rujhhw > :first-child, .framer-OHsa8 .framer-crw3zy > :first-child, .framer-OHsa8 .framer-mq1u5y > :first-child, .framer-OHsa8 .framer-771opb > :first-child, .framer-OHsa8 .framer-1ex7a06 > :first-child, .framer-OHsa8 .framer-ggdeqh > :first-child, .framer-OHsa8 .framer-173557n > :first-child, .framer-OHsa8 .framer-1t8qgld > :first-child, .framer-OHsa8 .framer-nie9cl > :first-child, .framer-OHsa8 .framer-1jk5xoq > :first-child, .framer-OHsa8 .framer-bvgiod > :first-child, .framer-OHsa8 .framer-2xffh2 > :first-child, .framer-OHsa8 .framer-1s0y4ai > :first-child, .framer-OHsa8 .framer-1hd69ht > :first-child, .framer-OHsa8 .framer-6d2no2 > :first-child, .framer-OHsa8 .framer-175b8lm > :first-child { margin-top: 0px; } .framer-OHsa8.framer-cieuy1 > :last-child, .framer-OHsa8 .framer-pxg3an > :last-child, .framer-OHsa8 .framer-19e9jr2 > :last-child, .framer-OHsa8 .framer-ert26y > :last-child, .framer-OHsa8 .framer-1hh22m7 > :last-child, .framer-OHsa8 .framer-o3lwjw > :last-child, .framer-OHsa8 .framer-1byznop > :last-child, .framer-OHsa8 .framer-1dj9q04 > :last-child, .framer-OHsa8 .framer-1npjumb > :last-child, .framer-OHsa8 .framer-1x4llfb > :last-child, .framer-OHsa8 .framer-9w49tq > :last-child, .framer-OHsa8 .framer-c17wff > :last-child, .framer-OHsa8 .framer-1xucwr1 > :last-child, .framer-OHsa8 .framer-1hf4dp1 > :last-child, .framer-OHsa8 .framer-znes1l > :last-child, .framer-OHsa8 .framer-1rujhhw > :last-child, .framer-OHsa8 .framer-crw3zy > :last-child, .framer-OHsa8 .framer-mq1u5y > :last-child, .framer-OHsa8 .framer-771opb > :last-child, .framer-OHsa8 .framer-1ex7a06 > :last-child, .framer-OHsa8 .framer-ggdeqh > :last-child, .framer-OHsa8 .framer-173557n > :last-child, .framer-OHsa8 .framer-1t8qgld > :last-child, .framer-OHsa8 .framer-nie9cl > :last-child, .framer-OHsa8 .framer-1jk5xoq > :last-child, .framer-OHsa8 .framer-bvgiod > :last-child, .framer-OHsa8 .framer-2xffh2 > :last-child, .framer-OHsa8 .framer-1s0y4ai > :last-child, .framer-OHsa8 .framer-1hd69ht > :last-child, .framer-OHsa8 .framer-6d2no2 > :last-child, .framer-OHsa8 .framer-175b8lm > :last-child { margin-bottom: 0px; } .framer-OHsa8 .framer-127xj6m > *, .framer-OHsa8 .framer-naafto > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OHsa8 .framer-127xj6m > :first-child, .framer-OHsa8 .framer-1cbfjek > :first-child, .framer-OHsa8 .framer-a3hwwv > :first-child, .framer-OHsa8 .framer-3085hf > :first-child, .framer-OHsa8 .framer-98v1zy > :first-child, .framer-OHsa8 .framer-naafto > :first-child, .framer-OHsa8 .framer-gf943b > :first-child, .framer-OHsa8 .framer-vv9frt > :first-child { margin-left: 0px; } .framer-OHsa8 .framer-127xj6m > :last-child, .framer-OHsa8 .framer-1cbfjek > :last-child, .framer-OHsa8 .framer-a3hwwv > :last-child, .framer-OHsa8 .framer-3085hf > :last-child, .framer-OHsa8 .framer-98v1zy > :last-child, .framer-OHsa8 .framer-naafto > :last-child, .framer-OHsa8 .framer-gf943b > :last-child, .framer-OHsa8 .framer-vv9frt > :last-child { margin-right: 0px; } .framer-OHsa8 .framer-ert26y > *, .framer-OHsa8 .framer-1npjumb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-OHsa8 .framer-1cbfjek > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-OHsa8 .framer-a3hwwv > *, .framer-OHsa8 .framer-3085hf > *, .framer-OHsa8 .framer-98v1zy > *, .framer-OHsa8 .framer-vv9frt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OHsa8 .framer-1hh22m7 > *, .framer-OHsa8 .framer-c17wff > *, .framer-OHsa8 .framer-1hd69ht > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-OHsa8 .framer-o3lwjw > *, .framer-OHsa8 .framer-znes1l > *, .framer-OHsa8 .framer-mq1u5y > *, .framer-OHsa8 .framer-1ex7a06 > *, .framer-OHsa8 .framer-ggdeqh > *, .framer-OHsa8 .framer-173557n > *, .framer-OHsa8 .framer-6d2no2 > *, .framer-OHsa8 .framer-175b8lm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OHsa8 .framer-1byznop > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-OHsa8 .framer-1dj9q04 > *, .framer-OHsa8 .framer-1hf4dp1 > *, .framer-OHsa8 .framer-crw3zy > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-OHsa8 .framer-1x4llfb > *, .framer-OHsa8 .framer-nie9cl > *, .framer-OHsa8 .framer-1jk5xoq > *, .framer-OHsa8 .framer-bvgiod > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-OHsa8 .framer-9w49tq > *, .framer-OHsa8 .framer-1s0y4ai > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-OHsa8 .framer-1xucwr1 > *, .framer-OHsa8 .framer-1rujhhw > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-OHsa8 .framer-2xffh2 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-OHsa8 .framer-gf943b > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-OHsa8.framer-cieuy1 { width: 810px; } .framer-OHsa8 .framer-19e9jr2 { height: min-content; } .framer-OHsa8 .framer-1cbfjek { flex: none; flex-direction: column; gap: 50px; height: min-content; } .framer-OHsa8 .framer-a3hwwv { flex: none; height: 479px; justify-content: flex-start; order: 1; width: 100%; } .framer-OHsa8 .framer-1hh22m7 { flex: none; width: min-content; } .framer-OHsa8 .framer-1fmzp2z { max-width: 400px; width: 400px; } .framer-OHsa8 .framer-o3lwjw { align-content: flex-start; align-items: flex-start; flex: none; height: min-content; justify-content: flex-start; order: 0; padding: 0px; width: 100%; } .framer-OHsa8 .framer-1kzxatw { max-width: unset; } .framer-OHsa8 .framer-1b778pz, .framer-OHsa8 .framer-r71dco { min-width: unset; } .framer-OHsa8 .framer-1s0y4ai { gap: 30px; } .framer-OHsa8 .framer-vv9frt { flex-direction: column; } .framer-OHsa8 .framer-6d2no2, .framer-OHsa8 .framer-175b8lm { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-OHsa8 .framer-1cbfjek, .framer-OHsa8 .framer-1s0y4ai, .framer-OHsa8 .framer-vv9frt { gap: 0px; } .framer-OHsa8 .framer-1cbfjek > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-OHsa8 .framer-1cbfjek > :first-child, .framer-OHsa8 .framer-1s0y4ai > :first-child, .framer-OHsa8 .framer-vv9frt > :first-child { margin-top: 0px; } .framer-OHsa8 .framer-1cbfjek > :last-child, .framer-OHsa8 .framer-1s0y4ai > :last-child, .framer-OHsa8 .framer-vv9frt > :last-child { margin-bottom: 0px; } .framer-OHsa8 .framer-1s0y4ai > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-OHsa8 .framer-vv9frt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\",\"@media (max-width: 809px) { .framer-OHsa8.framer-cieuy1 { width: 390px; } .framer-OHsa8 .framer-127xj6m, .framer-OHsa8 .framer-naafto, .framer-OHsa8 .framer-vv9frt { flex-direction: column; } .framer-OHsa8 .framer-19e9jr2 { flex: none; height: min-content; width: 100%; } .framer-OHsa8 .framer-ert26y { order: 0; padding: 142px 12px 20px 12px; } .framer-OHsa8 .framer-1cbfjek { flex: none; flex-direction: column; gap: 35px; height: min-content; order: 1; padding: 0px 12px 0px 12px; } .framer-OHsa8 .framer-a3hwwv { flex: none; height: 504px; order: 1; width: 100%; } .framer-OHsa8 .framer-o3lwjw { flex: none; height: min-content; order: 0; padding: 0px; width: 100%; } .framer-OHsa8 .framer-1npjumb, .framer-OHsa8 .framer-9w49tq { padding: 80px 12px 80px 12px; } .framer-OHsa8 .framer-c17wff { width: 100%; } .framer-OHsa8 .framer-1kzxatw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: wrap; } .framer-OHsa8 .framer-1b778pz, .framer-OHsa8 .framer-r71dco { align-self: unset; height: min-content; min-width: unset; } .framer-OHsa8 .framer-1t8qgld, .framer-OHsa8 .framer-6d2no2, .framer-OHsa8 .framer-175b8lm { flex: none; width: 100%; } .framer-OHsa8 .framer-nie9cl, .framer-OHsa8 .framer-1jk5xoq, .framer-OHsa8 .framer-bvgiod { height: min-content; justify-content: flex-start; padding: 40px 30px 40px 30px; } .framer-OHsa8 .framer-2xffh2 { padding: 40px 12px 40px 12px; } .framer-OHsa8 .framer-1x5ajmf-container { height: auto; } .framer-OHsa8 .framer-gf943b { padding: 80px 12px 40px 12px; } .framer-OHsa8 .framer-1hd69ht { align-content: center; align-items: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-OHsa8 .framer-127xj6m, .framer-OHsa8 .framer-1cbfjek, .framer-OHsa8 .framer-1kzxatw, .framer-OHsa8 .framer-naafto, .framer-OHsa8 .framer-vv9frt { gap: 0px; } .framer-OHsa8 .framer-127xj6m > *, .framer-OHsa8 .framer-naafto > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OHsa8 .framer-127xj6m > :first-child, .framer-OHsa8 .framer-1cbfjek > :first-child, .framer-OHsa8 .framer-1kzxatw > :first-child, .framer-OHsa8 .framer-naafto > :first-child, .framer-OHsa8 .framer-vv9frt > :first-child { margin-top: 0px; } .framer-OHsa8 .framer-127xj6m > :last-child, .framer-OHsa8 .framer-1cbfjek > :last-child, .framer-OHsa8 .framer-1kzxatw > :last-child, .framer-OHsa8 .framer-naafto > :last-child, .framer-OHsa8 .framer-vv9frt > :last-child { margin-bottom: 0px; } .framer-OHsa8 .framer-1cbfjek > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-OHsa8 .framer-1kzxatw > *, .framer-OHsa8 .framer-vv9frt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8265\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sVAkmxIWB\":{\"layout\":[\"fixed\",\"auto\"]},\"NhQ3nZFUH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerLayoutTemplateCompatible true\n * @framerResponsiveScreen\n */const FramerUKdwgIpyC=withCSS(Component,css,\"framer-OHsa8\");export default FramerUKdwgIpyC;FramerUKdwgIpyC.displayName=\"Private Offices\";FramerUKdwgIpyC.defaultProps={height:8265,width:1200};addFonts(FramerUKdwgIpyC,[{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\"}]},...NavigationNavigationBarFonts,...HeroHeroCheckBulletsFonts,...ButtonButtonFonts,...ComponentBadgeFonts,...ComponentPricingPackageHeadingFonts,...ComponentPricingFonts,...ComponentPricingBulletPointFonts,...ComponentTestimonialFonts,...ComponentAccordionFAQFonts,...SmoothScrollFonts,...NavigationFooterFonts,...ButtonButtonFixedToastFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUKdwgIpyC\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sVAkmxIWB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NhQ3nZFUH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerLayoutTemplateCompatible\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"8265\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NavigationNavigationBarFonts", "getFonts", "LDekglqvl_default", "MotionSectionWithFX", "withFX", "motion", "HeroHeroCheckBulletsFonts", "hL9NKNe1e_default", "ButtonButtonFonts", "bfFy6UW0C_default", "ComponentBadgeFonts", "eUOyALH4k_default", "ComponentPricingPackageHeadingFonts", "np9Qb9JgB_default", "ComponentPricingFonts", "mdZf4Mudi_default", "ComponentPricingBulletPointFonts", "Z54EuIw97_default", "MotionDivWithFX", "ComponentTestimonialFonts", "OPpb0kGr_default", "ComponentAccordionFAQFonts", "lxHQab_4K_default", "SmoothScrollFonts", "SmoothScroll", "NavigationFooterFonts", "XHbTl7SMK_default", "ButtonButtonFixedToastFonts", "Ae8JDIbpO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "RichText2", "getLoadingLazyAtYPosition", "Image2", "css", "FramerUKdwgIpyC", "withCSS", "UKdwgIpyC_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
