{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Th3Oe2ENH6KO4vmzcTAI/l2XT1OcoP4nwVOWtyi3a/h9QiNBeoh.js"],
  "sourcesContent": ["// Generated by Framer (bc39543)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Category from\"https://framerusercontent.com/modules/48n7kzbvef0sAMiqHJcW/2eUDQOxU5ydQ69ZbqEqP/D5kgq9qnY.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/6YdWVZhgezRAHPsDckZo/Ticker.js\";import ArrowButtonActive from\"https://framerusercontent.com/modules/wxkaSBVW0R4TLg6LDSq9/2jrt70cweGHfFqDjXlN4/rVHvAro5Q.js\";import Sidebar2 from\"#framer/local/canvasComponent/dp45rgK1o/dp45rgK1o.js\";import ButtonV13 from\"#framer/local/canvasComponent/SUgvCMsTi/SUgvCMsTi.js\";import Footer2 from\"#framer/local/canvasComponent/Tgq_hFumh/Tgq_hFumh.js\";import Navigation3 from\"#framer/local/canvasComponent/Y12r8DL9s/Y12r8DL9s.js\";import*as sharedStyle2 from\"#framer/local/css/EH9cKwiPn/EH9cKwiPn.js\";import*as sharedStyle4 from\"#framer/local/css/fgILK6hCm/fgILK6hCm.js\";import*as sharedStyle1 from\"#framer/local/css/iKsZ9Lcbf/iKsZ9Lcbf.js\";import*as sharedStyle3 from\"#framer/local/css/ObTxQPqe7/ObTxQPqe7.js\";import*as sharedStyle from\"#framer/local/css/pqV05bewj/pqV05bewj.js\";import metadataProvider from\"#framer/local/webPageMetadata/h9QiNBeoh/h9QiNBeoh.js\";const Navigation3Fonts=getFonts(Navigation3);const Sidebar2Fonts=getFonts(Sidebar2);const RichTextWithFX=withFX(RichText);const ButtonV13Fonts=getFonts(ButtonV13);const TickerFonts=getFonts(Ticker);const CategoryFonts=getFonts(Category);const ArrowButtonActiveFonts=getFonts(ArrowButtonActive);const Footer2Fonts=getFonts(Footer2);const breakpoints={AgPUbRvxb:\"(min-width: 810px) and (max-width: 1439px)\",eYkBfQHqI:\"(min-width: 1440px)\",ORl6yZS2Q:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bULRs\";const variantClassNames={AgPUbRvxb:\"framer-v-1m3aeo3\",eYkBfQHqI:\"framer-v-1fl8ejp\",ORl6yZS2Q:\"framer-v-1mqs0jh\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation={opacity:.001,rotate:0,rotateX:0,rotateY:90,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={damping:40,delay:.09,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:60,delay:.4,mass:1.2,stiffness:200,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:100,y:0};const transition3={damping:60,delay:.5,mass:1.2,stiffness:200,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"eYkBfQHqI\",Phone:\"ORl6yZS2Q\",Tablet:\"AgPUbRvxb\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"eYkBfQHqI\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const V_bJWYH9I3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const uScDmgstD1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"AgPUbRvxb\",\"ORl6yZS2Q\"].includes(baseVariant))return true;return false;};const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"eYkBfQHqI\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(249, 251, 243); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1fl8ejp\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:2160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:630,pixelWidth:2160,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/iRsN4MuGGVBXIhlFjEdlPsusmU.png\",srcSet:\"https://framerusercontent.com/images/iRsN4MuGGVBXIhlFjEdlPsusmU.png?scale-down-to=512 512w,https://framerusercontent.com/images/iRsN4MuGGVBXIhlFjEdlPsusmU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iRsN4MuGGVBXIhlFjEdlPsusmU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iRsN4MuGGVBXIhlFjEdlPsusmU.png 2160w\"},className:\"framer-y048ea\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORl6yZS2Q:{background:{alt:\"skyline sunset\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:2160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:959,pixelWidth:1704,positionX:\"center\",positionY:\"bottom\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1920px)`,src:\"https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png\",srcSet:\"https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png 1704w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"skyline sunset\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:2160,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:959,pixelWidth:1704,positionX:\"center\",positionY:\"center\",sizes:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1920px)`,src:\"https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png\",srcSet:\"https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/YSZTAiIrGpgmDoUOgHWWu8hPQaE.png 1704w\"},className:\"framer-db9uxf\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1920px) - 100px)`},ORl6yZS2Q:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:62,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1920px) - 160px)`,y:(componentViewport?.y||0)+0+0+0+40+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-67adwh-container\",id:\"67adwh\",nodeId:\"Z9Tc6Ol3f\",scopeId:\"h9QiNBeoh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{variant:\"VaxjdGkQA\"},ORl6yZS2Q:{variant:\"VaxjdGkQA\"}},children:/*#__PURE__*/_jsx(Navigation3,{height:\"100%\",id:\"Z9Tc6Ol3f\",layoutId:\"Z9Tc6Ol3f\",style:{width:\"100%\"},V_bJWYH9I:V_bJWYH9I3bnx0g({overlay}),variant:\"o8AU4M9fU\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-wer1yg\"),\"data-framer-portal-id\":\"67adwh\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"dvYwABIAV\"),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{width:\"100vw\"},ORl6yZS2Q:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:`${cx(scopingClassNames,\"framer-12757pv-container\")} hidden-1fl8ejp`,\"data-framer-portal-id\":\"67adwh\",inComponentSlot:true,nodeId:\"ywhWmcFKU\",rendersWithMotion:true,scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{uScDmgstD:uScDmgstD1wnntms({overlay})},ORl6yZS2Q:{uScDmgstD:uScDmgstD1wnntms({overlay})}},children:/*#__PURE__*/_jsx(Sidebar2,{height:\"100%\",id:\"ywhWmcFKU\",layoutId:\"ywhWmcFKU\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f1juzp\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-za5ssu\",\"data-framer-name\":\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(249, 250, 243)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"QDbVvwUlg\",openInNewTab:false,scopeId:\"h9QiNBeoh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-cooem\",\"data-styles-preset\":\"pqV05bewj\",children:\"home\"})})})}),className:\"framer-16vdveb\",\"data-framer-name\":\"Home\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fkbfai\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(249, 250, 243)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"C4JS89iDE\"},motionChild:true,nodeId:\"mxlVwREOJ\",openInNewTab:false,scopeId:\"h9QiNBeoh\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-18l3c65\",\"data-styles-preset\":\"iKsZ9Lcbf\",children:\"news\"})})})}),className:\"framer-sqhoar\",\"data-framer-name\":\"About\",fonts:[\"GF;DM Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"74px\",\"--framer-text-color\":\"var(--token-2cea0ecc-9836-4375-a80c-26247641252f, rgb(249, 251, 243))\"},children:\"what role do recruitment agencies play in securing you a job?\"})})},ORl6yZS2Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"var(--token-2cea0ecc-9836-4375-a80c-26247641252f, rgb(249, 251, 243))\"},children:\"what role do recruitment agencies play in securing you a job?\"})}),effect:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"88px\",\"--framer-text-color\":\"var(--token-2cea0ecc-9836-4375-a80c-26247641252f, rgb(249, 251, 243))\"},children:\"what role do recruitment agencies play in securing you a job?\"})}),className:\"framer-6gewyj\",\"data-framer-name\":\"ABOUT US\",effect:textEffect,fonts:[\"GF;Plus Jakarta Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-6zm1yp\",\"data-framer-name\":\"About\",children:/*#__PURE__*/_jsx(\"section\",{className:\"framer-ojlizs\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rcvc5a\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+444+0+50+0+188.5),pixelHeight:240,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OIP9cEUofMmLc4HnL55vh0SZ0.svg\"}},ORl6yZS2Q:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+430+0+0+30+0+188.5),pixelHeight:240,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OIP9cEUofMmLc4HnL55vh0SZ0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+458+0+50+0+188.5),pixelHeight:240,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/OIP9cEUofMmLc4HnL55vh0SZ0.svg\"},className:\"framer-xfq7s4\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h6\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"var(--token-e1803149-d8de-4456-9922-9330e1218518, rgb(127, 143, 128))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u270D\uD83C\uDFFC rhys sachett\"})}),/*#__PURE__*/_jsx(\"br\",{}),\"\uD83D\uDDD3\uFE0F march 26, 2025\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e1803149-d8de-4456-9922-9330e1218518, rgb(127, 143, 128))\"},children:\"7 min read\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(Link,{href:\"mailto:rhys@randbglobalconsultants.co.uk\",motionChild:true,nodeId:\"eJidItDyC\",openInNewTab:true,scopeId:\"h9QiNBeoh\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1o6drd7\",\"data-styles-preset\":\"EH9cKwiPn\",children:[\"rhys@randbglobalconsultants.co.uk\",/*#__PURE__*/_jsx(\"br\",{})]})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\" \"})]})})},ORl6yZS2Q:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h6\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"var(--token-e1803149-d8de-4456-9922-9330e1218518, rgb(127, 143, 128))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u270D\uD83C\uDFFC rhys sachett\"})}),/*#__PURE__*/_jsx(\"br\",{}),\"\uD83D\uDDD3\uFE0F march 26, 2025\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e1803149-d8de-4456-9922-9330e1218518, rgb(127, 143, 128))\"},children:\"7 min read\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(Link,{href:\"mailto:rhys@randbglobalconsultants.co.uk\",motionChild:true,nodeId:\"eJidItDyC\",openInNewTab:true,scopeId:\"h9QiNBeoh\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1o6drd7\",\"data-styles-preset\":\"EH9cKwiPn\",children:[\"rhys@randbglobalconsultants.co.uk\",/*#__PURE__*/_jsx(\"br\",{})]})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\" \"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h6\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\",\"--framer-text-color\":\"var(--token-e1803149-d8de-4456-9922-9330e1218518, rgb(127, 143, 128))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u270D\uD83C\uDFFC rhys sachett\"})}),/*#__PURE__*/_jsx(\"br\",{}),\"\uD83D\uDDD3\uFE0F march 26, 2025\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e1803149-d8de-4456-9922-9330e1218518, rgb(127, 143, 128))\"},children:\"7 min read\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(Link,{href:\"mailto:rhys@randbglobalconsultants.co.uk\",motionChild:true,nodeId:\"eJidItDyC\",openInNewTab:true,scopeId:\"h9QiNBeoh\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-styles-preset-1o6drd7\",\"data-styles-preset\":\"EH9cKwiPn\",children:[\"rhys@randbglobalconsultants.co.uk\",/*#__PURE__*/_jsx(\"br\",{})]})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"32px\"},children:\" \"})]})}),className:\"framer-11dbq2x\",\"data-framer-name\":\"CRAFTING DREAM GARDENS INTO REALITY\",fonts:[\"GF;Plus Jakarta Sans-600\",\"GF;Plus Jakarta Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{height:202,y:(componentViewport?.y||0)+0+444+0+50+0+250},ORl6yZS2Q:{y:(componentViewport?.y||0)+0+430+0+0+30+0+252}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+458+0+50+0+250,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s39i9e-container\",nodeId:\"IC0_nBg2x\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORl6yZS2Q:{style:{height:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonV13,{height:\"100%\",id:\"IC0_nBg2x\",layoutId:\"IC0_nBg2x\",mK6wiv2lr:\"contact rhys\",variant:\"SjVWeonih\",width:\"100%\",ztpZWwpew:\"mailto:rhys@randbglobalconsultants.co.uk\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/rhyssachett/\",motionChild:true,nodeId:\"Q51JCsUKJ\",openInNewTab:true,scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+444+0+50+0+187),pixelHeight:240,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0yyouxsf3XeJvcXd0W85dFac4Ko.svg\"}},ORl6yZS2Q:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+430+0+0+30+0+187),pixelHeight:240,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0yyouxsf3XeJvcXd0W85dFac4Ko.svg\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+458+0+50+0+187),pixelHeight:240,pixelWidth:240,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0yyouxsf3XeJvcXd0W85dFac4Ko.svg\"},className:\"framer-en09v2 framer-1htdoz9\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fnqrqu\",\"data-framer-name\":\"Texts\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"what role do recruitment agencies really play in landing your dream job?\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"navigating the job market on your own can feel like a full-time job in itself. endless scrolling, tweaking your cv for every role, and firing off applications into the void \u2014 it\u2019s exhausting. but what if you had someone in your corner who knew the game inside out? someone who could match you with the right opportunity, open doors that aren\u2019t even visible yet, and help you shine every step of the way?\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"welcome to the world of recruitment agencies and headhunters \u2014 the real job matchmakers.\"})]}),className:\"framer-15tr2vy\",\"data-framer-name\":\"At LeafLife, we are passionate about transforming outdoor spaces into breathtaking gardens that tell a unique story. Our journey began over a decade ago, driven by a shared love for nature\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-uy02as\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dgx4dj\",\"data-framer-name\":\"Contents\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-e2tvfk\",\"data-framer-name\":\"Texts\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ORl6yZS2Q:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",children:/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:[\"job matchmakers: finding the \",/*#__PURE__*/_jsx(\"em\",{children:\"right\"}),\" job for you\",/*#__PURE__*/_jsx(\"br\",{})]})}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"recruiters don\u2019t just find \",/*#__PURE__*/_jsx(\"em\",{children:\"any\"}),\" job \u2014 they find \",/*#__PURE__*/_jsx(\"em\",{children:\"your\"}),\" job. the one that aligns with your skills, experience, values, and long-term career goals. think of them as professional matchmakers who know what law firms (and other top-tier businesses) are really looking for \u2014 and where your experience can make an impact.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"whether you're looking for legal roles, in-house positions, or something more niche, recruiters are skilled at aligning your profile with the roles that matter.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"insider access: recruiters open doors before they\u2019re even public\"}),\"  \"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"here\u2019s a little secret \u2014 some of the best roles never make it to job boards.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"many top-tier law firms and corporate employers use recruitment agencies as their first port of call. by working with a recruiter, your cv can land on the desk of a hiring manager before the position is even advertised.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"translation: less competition, faster feedback, and a head start on the rest.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"cv polish & interview prep: making your first impression count\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"recruiters don\u2019t just send your cv off and hope for the best \u2014 they work with you to refine it, tailoring your experience and achievements to stand out in a competitive market.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"plus, when the interviews start rolling in, they\u2019ve got your back with prep questions, tips, and the inside scoop on what hiring managers are really looking for.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"think of them as your career hype squad.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"time-savers: skip the scroll, let recruiters do the digging\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"tired of searching \u201Claw jobs near me\u201D or \u201Clegal roles london\u201D for the hundredth time? recruiters take that weight off your shoulders. they actively search, filter, and present roles that match your skillset \u2014 so you can focus on preparing, not panicking.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"negotiation pros: getting the best deal, without the awkward chats\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"talking money, contract clauses, or bonus packages can feel awkward \u2014 especially when you\u2019re just trying to land the role.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"but recruiters? they\u2019re seasoned negotiators. they know what you're worth, what firms are offering, and how to secure the package you deserve \u2014 salary, benefits, perks and all.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"career boosters: planning your next big move\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"whether you're stepping into your first role or looking to climb the legal ladder, recruiters are there for the long game. they help you identify not just your next job, but your next move \u2014 strategically guiding your path to partnership, in-house counsel, or wherever your ambitions lie.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"final word: a recruiter or headhunter isn\u2019t just a middleman\"}),\" \u2014 \",/*#__PURE__*/_jsx(\"strong\",{children:\"they\u2019re your advocate\"})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"when you work with the right recruitment agency, you're not just applying for jobs \u2014 you're stepping into a partnership. one built on understanding your goals, highlighting your strengths, and opening up opportunities you might never find on your own.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"so if you\u2019re serious about landing your next role \u2014 or even if you\u2019re just curious about what\u2019s out there \u2014 connecting with a recruiter might just be the smartest move you make.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"\u2014-\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"looking for a legal recruiter who \",/*#__PURE__*/_jsx(\"em\",{children:\"gets it\"}),\"?\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"whether you\u2019re a solicitor ready for your next challenge or just starting out and unsure of your next move, working with the right \",/*#__PURE__*/_jsx(\"strong\",{children:\"legal recruiter for solicitors\"}),\" can make all the difference. our team doesn't just fill vacancies \u2014 we provide \",/*#__PURE__*/_jsx(\"strong\",{children:\"job matchmaker services\"}),\" that support your long-term career progression.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"at our agency, we offer more than job alerts. we provide:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"recruitment agencies with exclusive job access\"}),\" \u2014 getting you in before roles are public\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"headhunting firms with private listings\"}),\" \u2014 tailored to your niche skills and ambitions\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"expert \",/*#__PURE__*/_jsx(\"strong\",{children:\"cv help from legal recruitment agency\"}),\" professionals\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"personalised \",/*#__PURE__*/_jsx(\"strong\",{children:\"interview coaching for lawyers\"}),\" to help you show up confident and ready\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"a time-saving, stress-free search process \u2014 because \",/*#__PURE__*/_jsx(\"strong\",{children:\"recruitment agency saves time job search\"}),\" isn't just a buzzword, it\u2019s our promise\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"strategic \",/*#__PURE__*/_jsx(\"strong\",{children:\"salary negotiation with recruiter\"}),\" support to secure the right offer and \",/*#__PURE__*/_jsx(\"strong\",{children:\"benefits package\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"one-on-one \",/*#__PURE__*/_jsx(\"strong\",{children:\"career planning with recruitment agency\"}),\" advisors for long-term success and \",/*#__PURE__*/_jsx(\"strong\",{children:\"legal career growth recruiter advice\"})]})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"if you\u2019re ready to stop job hunting and start career building, it\u2019s time to talk to a recruiter who\u2019s in your corner.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:[\"job matchmakers: finding the \",/*#__PURE__*/_jsx(\"em\",{children:\"right\"}),\" job for you  \"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"recruiters don\u2019t just find \",/*#__PURE__*/_jsx(\"em\",{children:\"any\"}),\" job \u2014 they find \",/*#__PURE__*/_jsx(\"em\",{children:\"your\"}),\" job. the one that aligns with your skills, experience, values, and long-term career goals. think of them as professional matchmakers who know what law firms (and other top-tier businesses) are really looking for \u2014 and where your experience can make an impact.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"whether you're looking for legal roles, in-house positions, or something more niche, recruiters are skilled at aligning your profile with the roles that matter.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"insider access: recruiters open doors before they\u2019re even public\"}),\"  \"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"here\u2019s a little secret \u2014 some of the best roles never make it to job boards.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"many top-tier law firms and corporate employers use recruitment agencies as their first port of call. by working with a recruiter, your cv can land on the desk of a hiring manager before the position is even advertised.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"translation: less competition, faster feedback, and a head start on the rest.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"cv polish & interview prep: making your first impression count\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"recruiters don\u2019t just send your cv off and hope for the best \u2014 they work with you to refine it, tailoring your experience and achievements to stand out in a competitive market.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"plus, when the interviews start rolling in, they\u2019ve got your back with prep questions, tips, and the inside scoop on what hiring managers are really looking for.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"think of them as your career hype squad.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"time-savers: skip the scroll, let recruiters do the digging\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"tired of searching \u201Claw jobs near me\u201D or \u201Clegal roles london\u201D for the hundredth time? recruiters take that weight off your shoulders. they actively search, filter, and present roles that match your skillset \u2014 so you can focus on preparing, not panicking.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"negotiation pros: getting the best deal, without the awkward chats\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"talking money, contract clauses, or bonus packages can feel awkward \u2014 especially when you\u2019re just trying to land the role.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"but recruiters? they\u2019re seasoned negotiators. they know what you're worth, what firms are offering, and how to secure the package you deserve \u2014 salary, benefits, perks and all.\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1yolaeb\",\"data-styles-preset\":\"ObTxQPqe7\",style:{\"--framer-text-color\":\"var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, rgb(55, 72, 54))\"},children:\"career boosters: planning your next big move\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"whether you're stepping into your first role or looking to climb the legal ladder, recruiters are there for the long game. they help you identify not just your next job, but your next move \u2014 strategically guiding your path to partnership, in-house counsel, or wherever your ambitions lie.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"em\",{children:\"final word: a recruiter or headhunter isn\u2019t just a middleman\"}),\" \u2014 \",/*#__PURE__*/_jsx(\"strong\",{children:\"they\u2019re your advocate\"})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"when you work with the right recruitment agency, you're not just applying for jobs \u2014 you're stepping into a partnership. one built on understanding your goals, highlighting your strengths, and opening up opportunities you might never find on your own.\"}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"so if you\u2019re serious about landing your next role \u2014 or even if you\u2019re just curious about what\u2019s out there \u2014 connecting with a recruiter might just be the smartest move you make.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"\u2014-\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"looking for a legal recruiter who \",/*#__PURE__*/_jsx(\"em\",{children:\"gets it\"}),\"?\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[\"whether you\u2019re a solicitor ready for your next challenge or just starting out and unsure of your next move, working with the right \",/*#__PURE__*/_jsx(\"strong\",{children:\"legal recruiter for solicitors\"}),\" can make all the difference. our team doesn't just fill vacancies \u2014 we provide \",/*#__PURE__*/_jsx(\"strong\",{children:\"job matchmaker services\"}),\" that support your long-term career progression.\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"at our agency, we offer more than job alerts. we provide:\"}),/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"recruitment agencies with exclusive job access\"}),\" \u2014 getting you in before roles are public\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"headhunting firms with private listings\"}),\" \u2014 tailored to your niche skills and ambitions\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"expert \",/*#__PURE__*/_jsx(\"strong\",{children:\"cv help from legal recruitment agency\"}),\" professionals\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"personalised \",/*#__PURE__*/_jsx(\"strong\",{children:\"interview coaching for lawyers\"}),\" to help you show up confident and ready\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"a time-saving, stress-free search process \u2014 because \",/*#__PURE__*/_jsx(\"strong\",{children:\"recruitment agency saves time job search\"}),\" isn't just a buzzword, it\u2019s our promise\"]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"strategic \",/*#__PURE__*/_jsx(\"strong\",{children:\"salary negotiation with recruiter\"}),\" support to secure the right offer and \",/*#__PURE__*/_jsx(\"strong\",{children:\"benefits package\"})]})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"one-on-one \",/*#__PURE__*/_jsx(\"strong\",{children:\"career planning with recruitment agency\"}),\" advisors for long-term success and \",/*#__PURE__*/_jsx(\"strong\",{children:\"legal career growth recruiter advice\"})]})})]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ziilzj\",\"data-styles-preset\":\"fgILK6hCm\",children:\"if you\u2019re ready to stop job hunting and start career building, it\u2019s time to talk to a recruiter who\u2019s in your corner.\"})]}),className:\"framer-1xtlsj3\",\"data-framer-name\":\"At LeafLife, we are passionate about transforming outdoor spaces into breathtaking gardens that tell a unique story. Our journey began over a decade ago, driven by a shared love for nature\",fonts:[\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-12gm2t6\",\"data-framer-name\":\"Partners\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-r5w6f5\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t4dst5-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xG5JoQiyf\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:1,id:\"xG5JoQiyf\",layoutId:\"xG5JoQiyf\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aziezv\",\"data-framer-name\":\"Logo 1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qxp0xo\",\"data-framer-name\":\"R & B Global Consultants Brand Strategy\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:428,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"428\" viewBox=\"0 0 321 129\" height=\"172\" version=\"1.0\"><path d=\"M58.288 62.79V35.241h6.719v4.094l.531.11c.656-1.532 1.523-2.657 2.61-3.375 1.081-.72 2.398-1.079 3.953-1.079 1.562 0 2.75.266 3.562.797l-1.172 5.97-.515.108a7.132 7.132 0 0 0-1.297-.406 8.095 8.095 0 0 0-1.532-.125c-1.93 0-3.402.684-4.421 2.047-1.012 1.356-1.516 3.527-1.516 6.516v12.89Zm29.756.53c-2.648 0-4.965-.449-6.953-1.343-1.98-.906-3.508-2.192-4.578-3.86-1.074-1.675-1.61-3.628-1.61-5.859 0-2.406.598-4.398 1.798-5.984 1.195-1.594 3.003-2.895 5.421-3.907l.047-.53c-1.093-1.345-1.886-2.583-2.375-3.72-.48-1.144-.718-2.398-.718-3.765 0-1.688.394-3.176 1.187-4.469.8-1.3 1.961-2.312 3.484-3.031 1.532-.727 3.344-1.094 5.438-1.094 2 0 3.707.336 5.125 1 1.426.668 2.516 1.594 3.266 2.781.75 1.18 1.125 2.54 1.125 4.078 0 2.086-.622 3.891-1.86 5.422-1.242 1.532-3.168 2.797-5.781 3.797l-.047.531 6.734 8.907c.407-.864.688-1.86.844-2.985.156-1.125.235-2.394.235-3.812l-.032-1.266h5.844c0 5.125-1.008 9.274-3.016 12.438.414.336.774.57 1.079.703a2.7 2.7 0 0 0 1.015.187c.352 0 .633-.015.844-.047.219-.03.46-.086.734-.171l.375.093.875 5.032c-.312.21-.761.367-1.343.484a9.365 9.365 0 0 1-1.954.187c-1.218 0-2.293-.199-3.218-.593-.918-.407-1.793-1.024-2.625-1.86h-.532c-2.062 1.774-5.007 2.657-8.828 2.657Zm-.031-23.92c1.55-.77 2.676-1.551 3.375-2.344.695-.79 1.047-1.774 1.047-2.953 0-1.031-.305-1.82-.906-2.375-.594-.563-1.403-.844-2.422-.844-1.031 0-1.86.305-2.485.906-.625.594-.937 1.414-.937 2.453 0 .805.164 1.559.5 2.266.332.711.941 1.672 1.828 2.89Zm.906 17.968c1.594 0 2.957-.304 4.094-.921l-8.125-10.344c-.96.637-1.668 1.387-2.125 2.25-.46.855-.687 1.867-.687 3.031 0 1.2.273 2.25.828 3.156.562.907 1.359 1.606 2.39 2.094 1.032.492 2.239.734 3.625.734Zm34.736 5.952c-3.511 0-6.125-1.316-7.844-3.953l-.515.094v3.328h-6.922V24.18h6.922v14.313l.515.094c.946-1.312 2.067-2.281 3.36-2.906 1.289-.633 2.836-.953 4.64-.953 2.227 0 4.176.527 5.844 1.578 1.664 1.043 2.961 2.637 3.89 4.781.938 2.137 1.407 4.781 1.407 7.938 0 3.136-.484 5.777-1.453 7.922-.969 2.136-2.305 3.734-4 4.796-1.7 1.051-3.648 1.579-5.844 1.579Zm-2.094-5.874c2.032 0 3.579-.676 4.641-2.032 1.063-1.363 1.594-3.492 1.594-6.39 0-2.907-.531-5.035-1.594-6.39-1.062-1.364-2.61-2.048-4.64-2.048-1.95 0-3.497.703-4.641 2.11-1.137 1.398-1.703 3.507-1.703 6.328 0 2.836.566 4.949 1.703 6.343 1.144 1.387 2.691 2.079 4.64 2.079Zm-78.814 46.915c-2.668 0-5.028-.55-7.078-1.656-2.043-1.113-3.64-2.742-4.797-4.89-1.149-2.145-1.719-4.727-1.719-7.75 0-3.02.57-5.602 1.719-7.75 1.156-2.157 2.75-3.786 4.781-4.891 2.031-1.102 4.352-1.656 6.969-1.656 5.8 0 9.52 2.105 11.156 6.312l-4.75 3.39h-.516c-.574-1.288-1.312-2.253-2.218-2.89-.907-.633-2.133-.953-3.672-.953-2 0-3.559.695-4.672 2.078-1.117 1.387-1.672 3.508-1.672 6.36 0 2.835.563 4.949 1.688 6.343 1.132 1.387 2.726 2.078 4.78 2.078 1.49 0 2.755-.398 3.798-1.203 1.039-.812 1.785-1.972 2.234-3.484l.531-.063 4.922 2.703c-.699 2.336-1.996 4.243-3.89 5.72-1.887 1.468-4.418 2.202-7.594 2.202Zm25.517 0c-2.687 0-5.054-.55-7.094-1.656-2.043-1.113-3.625-2.738-4.75-4.875-1.125-2.144-1.687-4.734-1.687-7.766 0-3.02.562-5.601 1.687-7.75 1.125-2.156 2.707-3.785 4.75-4.89 2.04-1.102 4.407-1.656 7.094-1.656 2.696 0 5.067.554 7.11 1.656 2.039 1.105 3.625 2.734 4.75 4.89 1.132 2.149 1.703 4.73 1.703 7.75 0 3.032-.57 5.622-1.703 7.766-1.125 2.137-2.711 3.762-4.75 4.875-2.043 1.106-4.414 1.656-7.11 1.656Zm0-5.875c4.281 0 6.422-2.804 6.422-8.422 0-2.906-.555-5.035-1.656-6.39-1.094-1.363-2.684-2.047-4.766-2.047-4.273 0-6.406 2.812-6.406 8.437 0 5.618 2.133 8.422 6.406 8.422Zm17.17 5.344V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.343-4.687 3.176 0 5.508.867 7 2.593 1.489 1.73 2.235 4.25 2.235 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.094-3.938-.73-.812-1.902-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.656 3.293-1.656 6.031v14.266Zm38.372.531c-1.887 0-3.61-.218-5.172-.656-1.562-.445-2.902-1.055-4.015-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.843-4.14h.532c.906 1.23 1.984 2.156 3.234 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.031-.72.688-.487 1.032-1.179 1.032-2.077 0-.707-.247-1.297-.735-1.766-.492-.476-1.281-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.727-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.593-.664 3.445-1 5.562-1 2.477 0 4.531.359 6.156 1.078 1.633.71 2.91 1.664 3.828 2.86l-3.687 4h-.5c-.774-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.094.852-4.094 2.547 0 .719.25 1.305.75 1.75.508.45 1.407.812 2.688 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.868 1.336-2.118 2.368-3.75 3.094-1.637.719-3.575 1.078-5.813 1.078Zm22.302 0c-3.094 0-5.383-.843-6.86-2.53-1.468-1.696-2.202-4.13-2.202-7.298v-18.25h6.922v17.39c0 1.68.359 2.907 1.078 3.688.726.774 1.847 1.157 3.359 1.157 1.914 0 3.406-.63 4.469-1.891 1.062-1.258 1.594-3.238 1.594-5.938V76.283h6.921v27.547h-6.64v-4.047l-.531-.125c-.875 1.586-1.954 2.766-3.235 3.547-1.273.77-2.898 1.156-4.875 1.156Zm27.879 0c-2.48 0-4.375-.672-5.687-2.015-1.305-1.344-1.953-3.38-1.953-6.11V65.221h6.921v30.75c0 1.68.696 2.515 2.094 2.515a4.35 4.35 0 0 0 1.266-.203l.36.11.624 5.312c-.386.195-.898.352-1.531.469a10.9 10.9 0 0 1-2.094.187Zm20.582-7.093 1.797 5.109c-.75.617-1.696 1.102-2.829 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.261-.812-6.812-2.437-1.543-1.625-2.313-3.985-2.313-7.078V81.752h-4.187v-5.484h4.187v-5.375l6.922-1.125v6.5h7.813v5.484h-7.813v12.594c0 1.367.281 2.36.844 2.984.57.625 1.394.938 2.469.938 1.238 0 2.316-.332 3.234-1Zm10.321 7.093c-1.76 0-3.292-.324-4.593-.968-1.305-.657-2.305-1.61-3-2.86-.7-1.258-1.047-2.773-1.047-4.547 0-1.625.348-2.988 1.047-4.093.695-1.114 1.781-2.024 3.25-2.735 1.469-.707 3.383-1.254 5.75-1.64 1.645-.258 2.895-.547 3.75-.86.863-.32 1.441-.68 1.734-1.078.301-.406.454-.914.454-1.531 0-.875-.31-1.547-.922-2.016-.618-.469-1.641-.703-3.078-.703a9.709 9.709 0 0 0-4.375 1.031 11.874 11.874 0 0 0-3.579 2.688h-.5l-2.906-4.36c1.395-1.55 3.098-2.757 5.11-3.625 2.02-.863 4.222-1.296 6.609-1.296 3.644 0 6.281.777 7.906 2.328 1.633 1.543 2.453 3.734 2.453 6.578v11.969c0 1.23.54 1.843 1.625 1.843.414 0 .82-.07 1.219-.218l.36.093.484 4.813c-.375.25-.906.46-1.594.625-.68.156-1.43.234-2.25.234-1.648 0-2.934-.316-3.86-.953-.917-.633-1.577-1.625-1.984-2.969l-.515-.047c-1.356 2.868-3.871 4.297-7.547 4.297Zm2.204-5.172c1.594 0 2.867-.535 3.828-1.609.957-1.07 1.438-2.566 1.438-4.484v-2.797l-.47-.11c-.417.336-.964.618-1.64.844-.68.23-1.648.45-2.906.656-1.5.25-2.578.684-3.234 1.297-.657.606-.985 1.465-.985 2.578 0 1.18.348 2.079 1.047 2.704.695.617 1.672.921 2.922.921Zm17.26 4.641V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.344-4.687 3.176 0 5.508.867 7 2.593 1.488 1.73 2.234 4.25 2.234 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.093-3.938-.73-.812-1.903-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.657 3.293-1.657 6.031v14.266Zm44.482-6.562 1.797 5.109c-.75.617-1.695 1.102-2.828 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.262-.812-6.813-2.437-1.543-1.625-2.312-3.985-2.312-7.078V81.752h-4.188v-5.484h4.188v-5.375l6.922-1.125v6.5h7.812v5.484h-7.812v12.594c0 1.367.28 2.36.843 2.984.57.625 1.395.938 2.47.938 1.237 0 2.316-.332 3.233-1Zm0 0\" fill=\"#3a5b44\"/><path d=\"M281.314 104.361c-1.886 0-3.609-.218-5.171-.656-1.563-.445-2.903-1.055-4.016-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.844-4.14h.53c.907 1.23 1.985 2.156 3.235 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.032-.72.687-.487 1.03-1.179 1.03-2.077 0-.707-.245-1.297-.734-1.766-.492-.476-1.28-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.726-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.594-.664 3.445-1 5.562-1 2.477 0 4.532.359 6.157 1.078 1.632.71 2.91 1.664 3.828 2.86l-3.688 4h-.5c-.773-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.093.852-4.093 2.547 0 .719.25 1.305.75 1.75.507.45 1.406.812 2.687 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.867 1.336-2.117 2.368-3.75 3.094-1.637.719-3.574 1.078-5.813 1.078Zm-125.94-29.888c-4.343 0-7.515-.726-9.515-2.172-2-1.449-3-3.37-3-5.765 0-1.555.46-2.79 1.39-3.703.938-.914 2.297-1.57 4.079-1.97v-.53c-.844-.477-1.48-1.04-1.907-1.688-.43-.656-.64-1.43-.64-2.328 0-1.063.336-1.926 1.015-2.594.676-.664 1.676-1.176 3-1.531v-.516c-2.992-1.582-4.484-4.156-4.484-7.718 0-1.801.406-3.399 1.219-4.797.812-1.395 1.972-2.485 3.484-3.266 1.52-.781 3.29-1.172 5.313-1.172 2.312 0 4.238.508 5.78 1.516a6.843 6.843 0 0 0 1.313-2.078c.29-.739.477-1.578.563-2.516l.531-.328 3.344.797c-.168 1.406-.59 2.594-1.266 3.562-.68.961-1.633 1.758-2.86 2.391v.516c.884.71 1.536 1.53 1.954 2.468.426.938.64 2.032.64 3.282 0 1.73-.417 3.289-1.25 4.671-.824 1.375-1.996 2.461-3.515 3.25-1.512.793-3.258 1.188-5.234 1.188-.243 0-.657-.016-1.25-.047a35.166 35.166 0 0 0-1.485-.047c-.867 0-1.558.227-2.078.672-.512.45-.766 1.024-.766 1.719 0 .867.274 1.508.829 1.922.562.406 1.484.636 2.765.687l6.516.219c2.812.105 4.894.762 6.25 1.969 1.363 1.199 2.047 2.906 2.047 5.125 0 1.644-.446 3.129-1.328 4.453-.875 1.32-2.274 2.379-4.188 3.172-1.918.789-4.34 1.187-7.266 1.187Zm-.046-24.515c1.945 0 3.453-.504 4.515-1.516 1.063-1.02 1.594-2.445 1.594-4.281 0-1.895-.531-3.36-1.594-4.39-1.055-1.04-2.558-1.563-4.515-1.563-1.97 0-3.47.515-4.5 1.546-1.032 1.024-1.547 2.493-1.547 4.407 0 1.843.515 3.273 1.547 4.281 1.03 1.012 2.53 1.516 4.5 1.516Zm.046 21.015c2.032 0 3.688-.226 4.97-.672 1.288-.449 2.218-1.043 2.78-1.78.57-.743.86-1.571.86-2.485 0-.825-.156-1.485-.469-1.985-.305-.492-.797-.859-1.484-1.109-.68-.25-1.61-.41-2.797-.484l-6.156-.297h-.875c-3.45.054-5.172 1.39-5.172 4.015 0 3.196 2.78 4.797 8.343 4.797Zm22.186-7.656c-1.948 0-3.484-.55-4.609-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.079v32.235c0 1.156.218 1.992.656 2.5.445.5 1.133.75 2.062.75.563 0 1.133-.086 1.72-.266l.358.094.47 3.203c-.305.195-.735.348-1.298.453a8.79 8.79 0 0 1-1.765.172Zm17.014 0c-2.605 0-4.87-.547-6.796-1.64-1.918-1.102-3.399-2.723-4.438-4.86-1.043-2.145-1.562-4.742-1.562-7.797 0-3.039.52-5.633 1.562-7.781 1.04-2.145 2.52-3.766 4.438-4.86 1.925-1.101 4.19-1.656 6.796-1.656 2.594 0 4.848.555 6.766 1.656 1.926 1.094 3.41 2.715 4.453 4.86 1.04 2.148 1.563 4.742 1.563 7.781 0 3.055-.524 5.652-1.563 7.797-1.043 2.137-2.527 3.758-4.453 4.86-1.918 1.093-4.172 1.64-6.766 1.64Zm0-3.656c2.739 0 4.836-.864 6.297-2.594 1.457-1.727 2.188-4.41 2.188-8.047 0-3.644-.73-6.332-2.188-8.062-1.46-1.727-3.558-2.594-6.297-2.594-2.75 0-4.859.87-6.328 2.61-1.46 1.741-2.187 4.421-2.187 8.046 0 3.637.726 6.32 2.187 8.047 1.469 1.73 3.578 2.594 6.328 2.594Zm31.286 3.656c-2.043 0-3.82-.398-5.328-1.188-1.5-.789-2.695-1.835-3.578-3.14l-.531.094v3.703h-4.063v-38.61h4.063v15.188l.53.094c2.095-3.157 5.141-4.735 9.141-4.735 2.258 0 4.239.528 5.938 1.578 1.695 1.043 3.016 2.637 3.953 4.782.945 2.136 1.422 4.78 1.422 7.937 0 3.137-.496 5.777-1.484 7.922-.993 2.137-2.356 3.734-4.094 4.797-1.73 1.05-3.719 1.578-5.969 1.578Zm-.969-3.656c5.5 0 8.25-3.547 8.25-10.64 0-3.677-.718-6.368-2.156-8.079-1.43-1.719-3.46-2.578-6.094-2.578-2.586 0-4.64.883-6.172 2.64-1.53 1.75-2.296 4.422-2.296 8.016 0 3.586.765 6.258 2.296 8.016 1.532 1.75 3.586 2.625 6.172 2.625Zm24.081 3.656c-2.71 0-4.828-.707-6.359-2.125-1.523-1.414-2.281-3.441-2.281-6.078 0-1.625.336-3 1.015-4.125.676-1.125 1.72-2.04 3.125-2.75 1.414-.707 3.266-1.254 5.547-1.64 2-.333 3.52-.704 4.563-1.11 1.039-.414 1.738-.883 2.094-1.406.363-.52.546-1.172.546-1.954 0-1.25-.433-2.203-1.296-2.859-.856-.664-2.23-1-4.125-1-1.782 0-3.313.344-4.594 1.031-1.274.688-2.438 1.715-3.5 3.078h-.5l-2-2.812c1.164-1.488 2.644-2.664 4.437-3.531 1.801-.875 3.852-1.313 6.157-1.313 3.238 0 5.628.715 7.171 2.14 1.54 1.419 2.313 3.384 2.313 5.891v14.61c0 1.531.648 2.297 1.953 2.297.426 0 .844-.07 1.25-.219l.344.094.469 2.828c-.293.2-.688.351-1.188.453a6.668 6.668 0 0 1-1.5.172c-1.523 0-2.668-.332-3.437-1-.774-.664-1.266-1.649-1.485-2.953l-.531-.047c-.781 1.45-1.84 2.531-3.172 3.25-1.324.719-2.996 1.078-5.016 1.078Zm.907-3.25c1.53 0 2.851-.352 3.968-1.063 1.125-.707 1.989-1.703 2.594-2.984.602-1.281.906-2.766.906-4.453v-3.484l-.484-.11c-.617.438-1.367.805-2.25 1.094-.875.293-2.105.555-3.687.781-1.606.219-2.875.555-3.813 1-.937.45-1.61 1.024-2.016 1.719-.398.687-.593 1.539-.593 2.547 0 1.617.472 2.844 1.422 3.687.945.844 2.265 1.266 3.953 1.266Zm24.383 3.25c-1.95 0-3.485-.55-4.61-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.078v32.235c0 1.156.22 1.992.657 2.5.445.5 1.132.75 2.062.75.563 0 1.133-.086 1.719-.266l.36.094.468 3.203c-.305.195-.734.348-1.297.453a8.79 8.79 0 0 1-1.765.172Zm0 0\" fill=\"#3a5b44\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s127e4\",\"data-framer-name\":\"Logo 3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bpiz04\",\"data-framer-name\":\"R & B Global Consultants Brand Strategy\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:428,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"428\" viewBox=\"0 0 321 129\" height=\"172\" version=\"1.0\"><path d=\"M58.288 62.79V35.241h6.719v4.094l.531.11c.656-1.532 1.523-2.657 2.61-3.375 1.081-.72 2.398-1.079 3.953-1.079 1.562 0 2.75.266 3.562.797l-1.172 5.97-.515.108a7.132 7.132 0 0 0-1.297-.406 8.095 8.095 0 0 0-1.532-.125c-1.93 0-3.402.684-4.421 2.047-1.012 1.356-1.516 3.527-1.516 6.516v12.89Zm29.756.53c-2.648 0-4.965-.449-6.953-1.343-1.98-.906-3.508-2.192-4.578-3.86-1.074-1.675-1.61-3.628-1.61-5.859 0-2.406.598-4.398 1.798-5.984 1.195-1.594 3.003-2.895 5.421-3.907l.047-.53c-1.093-1.345-1.886-2.583-2.375-3.72-.48-1.144-.718-2.398-.718-3.765 0-1.688.394-3.176 1.187-4.469.8-1.3 1.961-2.312 3.484-3.031 1.532-.727 3.344-1.094 5.438-1.094 2 0 3.707.336 5.125 1 1.426.668 2.516 1.594 3.266 2.781.75 1.18 1.125 2.54 1.125 4.078 0 2.086-.622 3.891-1.86 5.422-1.242 1.532-3.168 2.797-5.781 3.797l-.047.531 6.734 8.907c.407-.864.688-1.86.844-2.985.156-1.125.235-2.394.235-3.812l-.032-1.266h5.844c0 5.125-1.008 9.274-3.016 12.438.414.336.774.57 1.079.703a2.7 2.7 0 0 0 1.015.187c.352 0 .633-.015.844-.047.219-.03.46-.086.734-.171l.375.093.875 5.032c-.312.21-.761.367-1.343.484a9.365 9.365 0 0 1-1.954.187c-1.218 0-2.293-.199-3.218-.593-.918-.407-1.793-1.024-2.625-1.86h-.532c-2.062 1.774-5.007 2.657-8.828 2.657Zm-.031-23.92c1.55-.77 2.676-1.551 3.375-2.344.695-.79 1.047-1.774 1.047-2.953 0-1.031-.305-1.82-.906-2.375-.594-.563-1.403-.844-2.422-.844-1.031 0-1.86.305-2.485.906-.625.594-.937 1.414-.937 2.453 0 .805.164 1.559.5 2.266.332.711.941 1.672 1.828 2.89Zm.906 17.968c1.594 0 2.957-.304 4.094-.921l-8.125-10.344c-.96.637-1.668 1.387-2.125 2.25-.46.855-.687 1.867-.687 3.031 0 1.2.273 2.25.828 3.156.562.907 1.359 1.606 2.39 2.094 1.032.492 2.239.734 3.625.734Zm34.736 5.952c-3.511 0-6.125-1.316-7.844-3.953l-.515.094v3.328h-6.922V24.18h6.922v14.313l.515.094c.946-1.312 2.067-2.281 3.36-2.906 1.289-.633 2.836-.953 4.64-.953 2.227 0 4.176.527 5.844 1.578 1.664 1.043 2.961 2.637 3.89 4.781.938 2.137 1.407 4.781 1.407 7.938 0 3.136-.484 5.777-1.453 7.922-.969 2.136-2.305 3.734-4 4.796-1.7 1.051-3.648 1.579-5.844 1.579Zm-2.094-5.874c2.032 0 3.579-.676 4.641-2.032 1.063-1.363 1.594-3.492 1.594-6.39 0-2.907-.531-5.035-1.594-6.39-1.062-1.364-2.61-2.048-4.64-2.048-1.95 0-3.497.703-4.641 2.11-1.137 1.398-1.703 3.507-1.703 6.328 0 2.836.566 4.949 1.703 6.343 1.144 1.387 2.691 2.079 4.64 2.079Zm-78.814 46.915c-2.668 0-5.028-.55-7.078-1.656-2.043-1.113-3.64-2.742-4.797-4.89-1.149-2.145-1.719-4.727-1.719-7.75 0-3.02.57-5.602 1.719-7.75 1.156-2.157 2.75-3.786 4.781-4.891 2.031-1.102 4.352-1.656 6.969-1.656 5.8 0 9.52 2.105 11.156 6.312l-4.75 3.39h-.516c-.574-1.288-1.312-2.253-2.218-2.89-.907-.633-2.133-.953-3.672-.953-2 0-3.559.695-4.672 2.078-1.117 1.387-1.672 3.508-1.672 6.36 0 2.835.563 4.949 1.688 6.343 1.132 1.387 2.726 2.078 4.78 2.078 1.49 0 2.755-.398 3.798-1.203 1.039-.812 1.785-1.972 2.234-3.484l.531-.063 4.922 2.703c-.699 2.336-1.996 4.243-3.89 5.72-1.887 1.468-4.418 2.202-7.594 2.202Zm25.517 0c-2.687 0-5.054-.55-7.094-1.656-2.043-1.113-3.625-2.738-4.75-4.875-1.125-2.144-1.687-4.734-1.687-7.766 0-3.02.562-5.601 1.687-7.75 1.125-2.156 2.707-3.785 4.75-4.89 2.04-1.102 4.407-1.656 7.094-1.656 2.696 0 5.067.554 7.11 1.656 2.039 1.105 3.625 2.734 4.75 4.89 1.132 2.149 1.703 4.73 1.703 7.75 0 3.032-.57 5.622-1.703 7.766-1.125 2.137-2.711 3.762-4.75 4.875-2.043 1.106-4.414 1.656-7.11 1.656Zm0-5.875c4.281 0 6.422-2.804 6.422-8.422 0-2.906-.555-5.035-1.656-6.39-1.094-1.363-2.684-2.047-4.766-2.047-4.273 0-6.406 2.812-6.406 8.437 0 5.618 2.133 8.422 6.406 8.422Zm17.17 5.344V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.343-4.687 3.176 0 5.508.867 7 2.593 1.489 1.73 2.235 4.25 2.235 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.094-3.938-.73-.812-1.902-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.656 3.293-1.656 6.031v14.266Zm38.372.531c-1.887 0-3.61-.218-5.172-.656-1.562-.445-2.902-1.055-4.015-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.843-4.14h.532c.906 1.23 1.984 2.156 3.234 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.031-.72.688-.487 1.032-1.179 1.032-2.077 0-.707-.247-1.297-.735-1.766-.492-.476-1.281-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.727-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.593-.664 3.445-1 5.562-1 2.477 0 4.531.359 6.156 1.078 1.633.71 2.91 1.664 3.828 2.86l-3.687 4h-.5c-.774-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.094.852-4.094 2.547 0 .719.25 1.305.75 1.75.508.45 1.407.812 2.688 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.868 1.336-2.118 2.368-3.75 3.094-1.637.719-3.575 1.078-5.813 1.078Zm22.302 0c-3.094 0-5.383-.843-6.86-2.53-1.468-1.696-2.202-4.13-2.202-7.298v-18.25h6.922v17.39c0 1.68.359 2.907 1.078 3.688.726.774 1.847 1.157 3.359 1.157 1.914 0 3.406-.63 4.469-1.891 1.062-1.258 1.594-3.238 1.594-5.938V76.283h6.921v27.547h-6.64v-4.047l-.531-.125c-.875 1.586-1.954 2.766-3.235 3.547-1.273.77-2.898 1.156-4.875 1.156Zm27.879 0c-2.48 0-4.375-.672-5.687-2.015-1.305-1.344-1.953-3.38-1.953-6.11V65.221h6.921v30.75c0 1.68.696 2.515 2.094 2.515a4.35 4.35 0 0 0 1.266-.203l.36.11.624 5.312c-.386.195-.898.352-1.531.469a10.9 10.9 0 0 1-2.094.187Zm20.582-7.093 1.797 5.109c-.75.617-1.696 1.102-2.829 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.261-.812-6.812-2.437-1.543-1.625-2.313-3.985-2.313-7.078V81.752h-4.187v-5.484h4.187v-5.375l6.922-1.125v6.5h7.813v5.484h-7.813v12.594c0 1.367.281 2.36.844 2.984.57.625 1.394.938 2.469.938 1.238 0 2.316-.332 3.234-1Zm10.321 7.093c-1.76 0-3.292-.324-4.593-.968-1.305-.657-2.305-1.61-3-2.86-.7-1.258-1.047-2.773-1.047-4.547 0-1.625.348-2.988 1.047-4.093.695-1.114 1.781-2.024 3.25-2.735 1.469-.707 3.383-1.254 5.75-1.64 1.645-.258 2.895-.547 3.75-.86.863-.32 1.441-.68 1.734-1.078.301-.406.454-.914.454-1.531 0-.875-.31-1.547-.922-2.016-.618-.469-1.641-.703-3.078-.703a9.709 9.709 0 0 0-4.375 1.031 11.874 11.874 0 0 0-3.579 2.688h-.5l-2.906-4.36c1.395-1.55 3.098-2.757 5.11-3.625 2.02-.863 4.222-1.296 6.609-1.296 3.644 0 6.281.777 7.906 2.328 1.633 1.543 2.453 3.734 2.453 6.578v11.969c0 1.23.54 1.843 1.625 1.843.414 0 .82-.07 1.219-.218l.36.093.484 4.813c-.375.25-.906.46-1.594.625-.68.156-1.43.234-2.25.234-1.648 0-2.934-.316-3.86-.953-.917-.633-1.577-1.625-1.984-2.969l-.515-.047c-1.356 2.868-3.871 4.297-7.547 4.297Zm2.204-5.172c1.594 0 2.867-.535 3.828-1.609.957-1.07 1.438-2.566 1.438-4.484v-2.797l-.47-.11c-.417.336-.964.618-1.64.844-.68.23-1.648.45-2.906.656-1.5.25-2.578.684-3.234 1.297-.657.606-.985 1.465-.985 2.578 0 1.18.348 2.079 1.047 2.704.695.617 1.672.921 2.922.921Zm17.26 4.641V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.344-4.687 3.176 0 5.508.867 7 2.593 1.488 1.73 2.234 4.25 2.234 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.093-3.938-.73-.812-1.903-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.657 3.293-1.657 6.031v14.266Zm44.482-6.562 1.797 5.109c-.75.617-1.695 1.102-2.828 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.262-.812-6.813-2.437-1.543-1.625-2.312-3.985-2.312-7.078V81.752h-4.188v-5.484h4.188v-5.375l6.922-1.125v6.5h7.812v5.484h-7.812v12.594c0 1.367.28 2.36.843 2.984.57.625 1.395.938 2.47.938 1.237 0 2.316-.332 3.233-1Zm0 0\" fill=\"#3a5b44\"/><path d=\"M281.314 104.361c-1.886 0-3.609-.218-5.171-.656-1.563-.445-2.903-1.055-4.016-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.844-4.14h.53c.907 1.23 1.985 2.156 3.235 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.032-.72.687-.487 1.03-1.179 1.03-2.077 0-.707-.245-1.297-.734-1.766-.492-.476-1.28-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.726-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.594-.664 3.445-1 5.562-1 2.477 0 4.532.359 6.157 1.078 1.632.71 2.91 1.664 3.828 2.86l-3.688 4h-.5c-.773-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.093.852-4.093 2.547 0 .719.25 1.305.75 1.75.507.45 1.406.812 2.687 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.867 1.336-2.117 2.368-3.75 3.094-1.637.719-3.574 1.078-5.813 1.078Zm-125.94-29.888c-4.343 0-7.515-.726-9.515-2.172-2-1.449-3-3.37-3-5.765 0-1.555.46-2.79 1.39-3.703.938-.914 2.297-1.57 4.079-1.97v-.53c-.844-.477-1.48-1.04-1.907-1.688-.43-.656-.64-1.43-.64-2.328 0-1.063.336-1.926 1.015-2.594.676-.664 1.676-1.176 3-1.531v-.516c-2.992-1.582-4.484-4.156-4.484-7.718 0-1.801.406-3.399 1.219-4.797.812-1.395 1.972-2.485 3.484-3.266 1.52-.781 3.29-1.172 5.313-1.172 2.312 0 4.238.508 5.78 1.516a6.843 6.843 0 0 0 1.313-2.078c.29-.739.477-1.578.563-2.516l.531-.328 3.344.797c-.168 1.406-.59 2.594-1.266 3.562-.68.961-1.633 1.758-2.86 2.391v.516c.884.71 1.536 1.53 1.954 2.468.426.938.64 2.032.64 3.282 0 1.73-.417 3.289-1.25 4.671-.824 1.375-1.996 2.461-3.515 3.25-1.512.793-3.258 1.188-5.234 1.188-.243 0-.657-.016-1.25-.047a35.166 35.166 0 0 0-1.485-.047c-.867 0-1.558.227-2.078.672-.512.45-.766 1.024-.766 1.719 0 .867.274 1.508.829 1.922.562.406 1.484.636 2.765.687l6.516.219c2.812.105 4.894.762 6.25 1.969 1.363 1.199 2.047 2.906 2.047 5.125 0 1.644-.446 3.129-1.328 4.453-.875 1.32-2.274 2.379-4.188 3.172-1.918.789-4.34 1.187-7.266 1.187Zm-.046-24.515c1.945 0 3.453-.504 4.515-1.516 1.063-1.02 1.594-2.445 1.594-4.281 0-1.895-.531-3.36-1.594-4.39-1.055-1.04-2.558-1.563-4.515-1.563-1.97 0-3.47.515-4.5 1.546-1.032 1.024-1.547 2.493-1.547 4.407 0 1.843.515 3.273 1.547 4.281 1.03 1.012 2.53 1.516 4.5 1.516Zm.046 21.015c2.032 0 3.688-.226 4.97-.672 1.288-.449 2.218-1.043 2.78-1.78.57-.743.86-1.571.86-2.485 0-.825-.156-1.485-.469-1.985-.305-.492-.797-.859-1.484-1.109-.68-.25-1.61-.41-2.797-.484l-6.156-.297h-.875c-3.45.054-5.172 1.39-5.172 4.015 0 3.196 2.78 4.797 8.343 4.797Zm22.186-7.656c-1.948 0-3.484-.55-4.609-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.079v32.235c0 1.156.218 1.992.656 2.5.445.5 1.133.75 2.062.75.563 0 1.133-.086 1.72-.266l.358.094.47 3.203c-.305.195-.735.348-1.298.453a8.79 8.79 0 0 1-1.765.172Zm17.014 0c-2.605 0-4.87-.547-6.796-1.64-1.918-1.102-3.399-2.723-4.438-4.86-1.043-2.145-1.562-4.742-1.562-7.797 0-3.039.52-5.633 1.562-7.781 1.04-2.145 2.52-3.766 4.438-4.86 1.925-1.101 4.19-1.656 6.796-1.656 2.594 0 4.848.555 6.766 1.656 1.926 1.094 3.41 2.715 4.453 4.86 1.04 2.148 1.563 4.742 1.563 7.781 0 3.055-.524 5.652-1.563 7.797-1.043 2.137-2.527 3.758-4.453 4.86-1.918 1.093-4.172 1.64-6.766 1.64Zm0-3.656c2.739 0 4.836-.864 6.297-2.594 1.457-1.727 2.188-4.41 2.188-8.047 0-3.644-.73-6.332-2.188-8.062-1.46-1.727-3.558-2.594-6.297-2.594-2.75 0-4.859.87-6.328 2.61-1.46 1.741-2.187 4.421-2.187 8.046 0 3.637.726 6.32 2.187 8.047 1.469 1.73 3.578 2.594 6.328 2.594Zm31.286 3.656c-2.043 0-3.82-.398-5.328-1.188-1.5-.789-2.695-1.835-3.578-3.14l-.531.094v3.703h-4.063v-38.61h4.063v15.188l.53.094c2.095-3.157 5.141-4.735 9.141-4.735 2.258 0 4.239.528 5.938 1.578 1.695 1.043 3.016 2.637 3.953 4.782.945 2.136 1.422 4.78 1.422 7.937 0 3.137-.496 5.777-1.484 7.922-.993 2.137-2.356 3.734-4.094 4.797-1.73 1.05-3.719 1.578-5.969 1.578Zm-.969-3.656c5.5 0 8.25-3.547 8.25-10.64 0-3.677-.718-6.368-2.156-8.079-1.43-1.719-3.46-2.578-6.094-2.578-2.586 0-4.64.883-6.172 2.64-1.53 1.75-2.296 4.422-2.296 8.016 0 3.586.765 6.258 2.296 8.016 1.532 1.75 3.586 2.625 6.172 2.625Zm24.081 3.656c-2.71 0-4.828-.707-6.359-2.125-1.523-1.414-2.281-3.441-2.281-6.078 0-1.625.336-3 1.015-4.125.676-1.125 1.72-2.04 3.125-2.75 1.414-.707 3.266-1.254 5.547-1.64 2-.333 3.52-.704 4.563-1.11 1.039-.414 1.738-.883 2.094-1.406.363-.52.546-1.172.546-1.954 0-1.25-.433-2.203-1.296-2.859-.856-.664-2.23-1-4.125-1-1.782 0-3.313.344-4.594 1.031-1.274.688-2.438 1.715-3.5 3.078h-.5l-2-2.812c1.164-1.488 2.644-2.664 4.437-3.531 1.801-.875 3.852-1.313 6.157-1.313 3.238 0 5.628.715 7.171 2.14 1.54 1.419 2.313 3.384 2.313 5.891v14.61c0 1.531.648 2.297 1.953 2.297.426 0 .844-.07 1.25-.219l.344.094.469 2.828c-.293.2-.688.351-1.188.453a6.668 6.668 0 0 1-1.5.172c-1.523 0-2.668-.332-3.437-1-.774-.664-1.266-1.649-1.485-2.953l-.531-.047c-.781 1.45-1.84 2.531-3.172 3.25-1.324.719-2.996 1.078-5.016 1.078Zm.907-3.25c1.53 0 2.851-.352 3.968-1.063 1.125-.707 1.989-1.703 2.594-2.984.602-1.281.906-2.766.906-4.453v-3.484l-.484-.11c-.617.438-1.367.805-2.25 1.094-.875.293-2.105.555-3.687.781-1.606.219-2.875.555-3.813 1-.937.45-1.61 1.024-2.016 1.719-.398.687-.593 1.539-.593 2.547 0 1.617.472 2.844 1.422 3.687.945.844 2.265 1.266 3.953 1.266Zm24.383 3.25c-1.95 0-3.485-.55-4.61-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.078v32.235c0 1.156.22 1.992.657 2.5.445.5 1.132.75 2.062.75.563 0 1.133-.086 1.719-.266l.36.094.468 3.203c-.305.195-.734.348-1.297.453a8.79 8.79 0 0 1-1.765.172Zm0 0\" fill=\"#3a5b44\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r8r568\",\"data-framer-name\":\"Logo 2\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1853x2k\",\"data-framer-name\":\"R & B Global Consultants Brand Strategy\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:428,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"428\" viewBox=\"0 0 321 129\" height=\"172\" version=\"1.0\"><path d=\"M58.288 62.79V35.241h6.719v4.094l.531.11c.656-1.532 1.523-2.657 2.61-3.375 1.081-.72 2.398-1.079 3.953-1.079 1.562 0 2.75.266 3.562.797l-1.172 5.97-.515.108a7.132 7.132 0 0 0-1.297-.406 8.095 8.095 0 0 0-1.532-.125c-1.93 0-3.402.684-4.421 2.047-1.012 1.356-1.516 3.527-1.516 6.516v12.89Zm29.756.53c-2.648 0-4.965-.449-6.953-1.343-1.98-.906-3.508-2.192-4.578-3.86-1.074-1.675-1.61-3.628-1.61-5.859 0-2.406.598-4.398 1.798-5.984 1.195-1.594 3.003-2.895 5.421-3.907l.047-.53c-1.093-1.345-1.886-2.583-2.375-3.72-.48-1.144-.718-2.398-.718-3.765 0-1.688.394-3.176 1.187-4.469.8-1.3 1.961-2.312 3.484-3.031 1.532-.727 3.344-1.094 5.438-1.094 2 0 3.707.336 5.125 1 1.426.668 2.516 1.594 3.266 2.781.75 1.18 1.125 2.54 1.125 4.078 0 2.086-.622 3.891-1.86 5.422-1.242 1.532-3.168 2.797-5.781 3.797l-.047.531 6.734 8.907c.407-.864.688-1.86.844-2.985.156-1.125.235-2.394.235-3.812l-.032-1.266h5.844c0 5.125-1.008 9.274-3.016 12.438.414.336.774.57 1.079.703a2.7 2.7 0 0 0 1.015.187c.352 0 .633-.015.844-.047.219-.03.46-.086.734-.171l.375.093.875 5.032c-.312.21-.761.367-1.343.484a9.365 9.365 0 0 1-1.954.187c-1.218 0-2.293-.199-3.218-.593-.918-.407-1.793-1.024-2.625-1.86h-.532c-2.062 1.774-5.007 2.657-8.828 2.657Zm-.031-23.92c1.55-.77 2.676-1.551 3.375-2.344.695-.79 1.047-1.774 1.047-2.953 0-1.031-.305-1.82-.906-2.375-.594-.563-1.403-.844-2.422-.844-1.031 0-1.86.305-2.485.906-.625.594-.937 1.414-.937 2.453 0 .805.164 1.559.5 2.266.332.711.941 1.672 1.828 2.89Zm.906 17.968c1.594 0 2.957-.304 4.094-.921l-8.125-10.344c-.96.637-1.668 1.387-2.125 2.25-.46.855-.687 1.867-.687 3.031 0 1.2.273 2.25.828 3.156.562.907 1.359 1.606 2.39 2.094 1.032.492 2.239.734 3.625.734Zm34.736 5.952c-3.511 0-6.125-1.316-7.844-3.953l-.515.094v3.328h-6.922V24.18h6.922v14.313l.515.094c.946-1.312 2.067-2.281 3.36-2.906 1.289-.633 2.836-.953 4.64-.953 2.227 0 4.176.527 5.844 1.578 1.664 1.043 2.961 2.637 3.89 4.781.938 2.137 1.407 4.781 1.407 7.938 0 3.136-.484 5.777-1.453 7.922-.969 2.136-2.305 3.734-4 4.796-1.7 1.051-3.648 1.579-5.844 1.579Zm-2.094-5.874c2.032 0 3.579-.676 4.641-2.032 1.063-1.363 1.594-3.492 1.594-6.39 0-2.907-.531-5.035-1.594-6.39-1.062-1.364-2.61-2.048-4.64-2.048-1.95 0-3.497.703-4.641 2.11-1.137 1.398-1.703 3.507-1.703 6.328 0 2.836.566 4.949 1.703 6.343 1.144 1.387 2.691 2.079 4.64 2.079Zm-78.814 46.915c-2.668 0-5.028-.55-7.078-1.656-2.043-1.113-3.64-2.742-4.797-4.89-1.149-2.145-1.719-4.727-1.719-7.75 0-3.02.57-5.602 1.719-7.75 1.156-2.157 2.75-3.786 4.781-4.891 2.031-1.102 4.352-1.656 6.969-1.656 5.8 0 9.52 2.105 11.156 6.312l-4.75 3.39h-.516c-.574-1.288-1.312-2.253-2.218-2.89-.907-.633-2.133-.953-3.672-.953-2 0-3.559.695-4.672 2.078-1.117 1.387-1.672 3.508-1.672 6.36 0 2.835.563 4.949 1.688 6.343 1.132 1.387 2.726 2.078 4.78 2.078 1.49 0 2.755-.398 3.798-1.203 1.039-.812 1.785-1.972 2.234-3.484l.531-.063 4.922 2.703c-.699 2.336-1.996 4.243-3.89 5.72-1.887 1.468-4.418 2.202-7.594 2.202Zm25.517 0c-2.687 0-5.054-.55-7.094-1.656-2.043-1.113-3.625-2.738-4.75-4.875-1.125-2.144-1.687-4.734-1.687-7.766 0-3.02.562-5.601 1.687-7.75 1.125-2.156 2.707-3.785 4.75-4.89 2.04-1.102 4.407-1.656 7.094-1.656 2.696 0 5.067.554 7.11 1.656 2.039 1.105 3.625 2.734 4.75 4.89 1.132 2.149 1.703 4.73 1.703 7.75 0 3.032-.57 5.622-1.703 7.766-1.125 2.137-2.711 3.762-4.75 4.875-2.043 1.106-4.414 1.656-7.11 1.656Zm0-5.875c4.281 0 6.422-2.804 6.422-8.422 0-2.906-.555-5.035-1.656-6.39-1.094-1.363-2.684-2.047-4.766-2.047-4.273 0-6.406 2.812-6.406 8.437 0 5.618 2.133 8.422 6.406 8.422Zm17.17 5.344V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.343-4.687 3.176 0 5.508.867 7 2.593 1.489 1.73 2.235 4.25 2.235 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.094-3.938-.73-.812-1.902-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.656 3.293-1.656 6.031v14.266Zm38.372.531c-1.887 0-3.61-.218-5.172-.656-1.562-.445-2.902-1.055-4.015-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.843-4.14h.532c.906 1.23 1.984 2.156 3.234 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.031-.72.688-.487 1.032-1.179 1.032-2.077 0-.707-.247-1.297-.735-1.766-.492-.476-1.281-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.727-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.593-.664 3.445-1 5.562-1 2.477 0 4.531.359 6.156 1.078 1.633.71 2.91 1.664 3.828 2.86l-3.687 4h-.5c-.774-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.094.852-4.094 2.547 0 .719.25 1.305.75 1.75.508.45 1.407.812 2.688 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.868 1.336-2.118 2.368-3.75 3.094-1.637.719-3.575 1.078-5.813 1.078Zm22.302 0c-3.094 0-5.383-.843-6.86-2.53-1.468-1.696-2.202-4.13-2.202-7.298v-18.25h6.922v17.39c0 1.68.359 2.907 1.078 3.688.726.774 1.847 1.157 3.359 1.157 1.914 0 3.406-.63 4.469-1.891 1.062-1.258 1.594-3.238 1.594-5.938V76.283h6.921v27.547h-6.64v-4.047l-.531-.125c-.875 1.586-1.954 2.766-3.235 3.547-1.273.77-2.898 1.156-4.875 1.156Zm27.879 0c-2.48 0-4.375-.672-5.687-2.015-1.305-1.344-1.953-3.38-1.953-6.11V65.221h6.921v30.75c0 1.68.696 2.515 2.094 2.515a4.35 4.35 0 0 0 1.266-.203l.36.11.624 5.312c-.386.195-.898.352-1.531.469a10.9 10.9 0 0 1-2.094.187Zm20.582-7.093 1.797 5.109c-.75.617-1.696 1.102-2.829 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.261-.812-6.812-2.437-1.543-1.625-2.313-3.985-2.313-7.078V81.752h-4.187v-5.484h4.187v-5.375l6.922-1.125v6.5h7.813v5.484h-7.813v12.594c0 1.367.281 2.36.844 2.984.57.625 1.394.938 2.469.938 1.238 0 2.316-.332 3.234-1Zm10.321 7.093c-1.76 0-3.292-.324-4.593-.968-1.305-.657-2.305-1.61-3-2.86-.7-1.258-1.047-2.773-1.047-4.547 0-1.625.348-2.988 1.047-4.093.695-1.114 1.781-2.024 3.25-2.735 1.469-.707 3.383-1.254 5.75-1.64 1.645-.258 2.895-.547 3.75-.86.863-.32 1.441-.68 1.734-1.078.301-.406.454-.914.454-1.531 0-.875-.31-1.547-.922-2.016-.618-.469-1.641-.703-3.078-.703a9.709 9.709 0 0 0-4.375 1.031 11.874 11.874 0 0 0-3.579 2.688h-.5l-2.906-4.36c1.395-1.55 3.098-2.757 5.11-3.625 2.02-.863 4.222-1.296 6.609-1.296 3.644 0 6.281.777 7.906 2.328 1.633 1.543 2.453 3.734 2.453 6.578v11.969c0 1.23.54 1.843 1.625 1.843.414 0 .82-.07 1.219-.218l.36.093.484 4.813c-.375.25-.906.46-1.594.625-.68.156-1.43.234-2.25.234-1.648 0-2.934-.316-3.86-.953-.917-.633-1.577-1.625-1.984-2.969l-.515-.047c-1.356 2.868-3.871 4.297-7.547 4.297Zm2.204-5.172c1.594 0 2.867-.535 3.828-1.609.957-1.07 1.438-2.566 1.438-4.484v-2.797l-.47-.11c-.417.336-.964.618-1.64.844-.68.23-1.648.45-2.906.656-1.5.25-2.578.684-3.234 1.297-.657.606-.985 1.465-.985 2.578 0 1.18.348 2.079 1.047 2.704.695.617 1.672.921 2.922.921Zm17.26 4.641V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.344-4.687 3.176 0 5.508.867 7 2.593 1.488 1.73 2.234 4.25 2.234 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.093-3.938-.73-.812-1.903-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.657 3.293-1.657 6.031v14.266Zm44.482-6.562 1.797 5.109c-.75.617-1.695 1.102-2.828 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.262-.812-6.813-2.437-1.543-1.625-2.312-3.985-2.312-7.078V81.752h-4.188v-5.484h4.188v-5.375l6.922-1.125v6.5h7.812v5.484h-7.812v12.594c0 1.367.28 2.36.843 2.984.57.625 1.395.938 2.47.938 1.237 0 2.316-.332 3.233-1Zm0 0\" fill=\"#3a5b44\"/><path d=\"M281.314 104.361c-1.886 0-3.609-.218-5.171-.656-1.563-.445-2.903-1.055-4.016-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.844-4.14h.53c.907 1.23 1.985 2.156 3.235 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.032-.72.687-.487 1.03-1.179 1.03-2.077 0-.707-.245-1.297-.734-1.766-.492-.476-1.28-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.726-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.594-.664 3.445-1 5.562-1 2.477 0 4.532.359 6.157 1.078 1.632.71 2.91 1.664 3.828 2.86l-3.688 4h-.5c-.773-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.093.852-4.093 2.547 0 .719.25 1.305.75 1.75.507.45 1.406.812 2.687 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.867 1.336-2.117 2.368-3.75 3.094-1.637.719-3.574 1.078-5.813 1.078Zm-125.94-29.888c-4.343 0-7.515-.726-9.515-2.172-2-1.449-3-3.37-3-5.765 0-1.555.46-2.79 1.39-3.703.938-.914 2.297-1.57 4.079-1.97v-.53c-.844-.477-1.48-1.04-1.907-1.688-.43-.656-.64-1.43-.64-2.328 0-1.063.336-1.926 1.015-2.594.676-.664 1.676-1.176 3-1.531v-.516c-2.992-1.582-4.484-4.156-4.484-7.718 0-1.801.406-3.399 1.219-4.797.812-1.395 1.972-2.485 3.484-3.266 1.52-.781 3.29-1.172 5.313-1.172 2.312 0 4.238.508 5.78 1.516a6.843 6.843 0 0 0 1.313-2.078c.29-.739.477-1.578.563-2.516l.531-.328 3.344.797c-.168 1.406-.59 2.594-1.266 3.562-.68.961-1.633 1.758-2.86 2.391v.516c.884.71 1.536 1.53 1.954 2.468.426.938.64 2.032.64 3.282 0 1.73-.417 3.289-1.25 4.671-.824 1.375-1.996 2.461-3.515 3.25-1.512.793-3.258 1.188-5.234 1.188-.243 0-.657-.016-1.25-.047a35.166 35.166 0 0 0-1.485-.047c-.867 0-1.558.227-2.078.672-.512.45-.766 1.024-.766 1.719 0 .867.274 1.508.829 1.922.562.406 1.484.636 2.765.687l6.516.219c2.812.105 4.894.762 6.25 1.969 1.363 1.199 2.047 2.906 2.047 5.125 0 1.644-.446 3.129-1.328 4.453-.875 1.32-2.274 2.379-4.188 3.172-1.918.789-4.34 1.187-7.266 1.187Zm-.046-24.515c1.945 0 3.453-.504 4.515-1.516 1.063-1.02 1.594-2.445 1.594-4.281 0-1.895-.531-3.36-1.594-4.39-1.055-1.04-2.558-1.563-4.515-1.563-1.97 0-3.47.515-4.5 1.546-1.032 1.024-1.547 2.493-1.547 4.407 0 1.843.515 3.273 1.547 4.281 1.03 1.012 2.53 1.516 4.5 1.516Zm.046 21.015c2.032 0 3.688-.226 4.97-.672 1.288-.449 2.218-1.043 2.78-1.78.57-.743.86-1.571.86-2.485 0-.825-.156-1.485-.469-1.985-.305-.492-.797-.859-1.484-1.109-.68-.25-1.61-.41-2.797-.484l-6.156-.297h-.875c-3.45.054-5.172 1.39-5.172 4.015 0 3.196 2.78 4.797 8.343 4.797Zm22.186-7.656c-1.948 0-3.484-.55-4.609-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.079v32.235c0 1.156.218 1.992.656 2.5.445.5 1.133.75 2.062.75.563 0 1.133-.086 1.72-.266l.358.094.47 3.203c-.305.195-.735.348-1.298.453a8.79 8.79 0 0 1-1.765.172Zm17.014 0c-2.605 0-4.87-.547-6.796-1.64-1.918-1.102-3.399-2.723-4.438-4.86-1.043-2.145-1.562-4.742-1.562-7.797 0-3.039.52-5.633 1.562-7.781 1.04-2.145 2.52-3.766 4.438-4.86 1.925-1.101 4.19-1.656 6.796-1.656 2.594 0 4.848.555 6.766 1.656 1.926 1.094 3.41 2.715 4.453 4.86 1.04 2.148 1.563 4.742 1.563 7.781 0 3.055-.524 5.652-1.563 7.797-1.043 2.137-2.527 3.758-4.453 4.86-1.918 1.093-4.172 1.64-6.766 1.64Zm0-3.656c2.739 0 4.836-.864 6.297-2.594 1.457-1.727 2.188-4.41 2.188-8.047 0-3.644-.73-6.332-2.188-8.062-1.46-1.727-3.558-2.594-6.297-2.594-2.75 0-4.859.87-6.328 2.61-1.46 1.741-2.187 4.421-2.187 8.046 0 3.637.726 6.32 2.187 8.047 1.469 1.73 3.578 2.594 6.328 2.594Zm31.286 3.656c-2.043 0-3.82-.398-5.328-1.188-1.5-.789-2.695-1.835-3.578-3.14l-.531.094v3.703h-4.063v-38.61h4.063v15.188l.53.094c2.095-3.157 5.141-4.735 9.141-4.735 2.258 0 4.239.528 5.938 1.578 1.695 1.043 3.016 2.637 3.953 4.782.945 2.136 1.422 4.78 1.422 7.937 0 3.137-.496 5.777-1.484 7.922-.993 2.137-2.356 3.734-4.094 4.797-1.73 1.05-3.719 1.578-5.969 1.578Zm-.969-3.656c5.5 0 8.25-3.547 8.25-10.64 0-3.677-.718-6.368-2.156-8.079-1.43-1.719-3.46-2.578-6.094-2.578-2.586 0-4.64.883-6.172 2.64-1.53 1.75-2.296 4.422-2.296 8.016 0 3.586.765 6.258 2.296 8.016 1.532 1.75 3.586 2.625 6.172 2.625Zm24.081 3.656c-2.71 0-4.828-.707-6.359-2.125-1.523-1.414-2.281-3.441-2.281-6.078 0-1.625.336-3 1.015-4.125.676-1.125 1.72-2.04 3.125-2.75 1.414-.707 3.266-1.254 5.547-1.64 2-.333 3.52-.704 4.563-1.11 1.039-.414 1.738-.883 2.094-1.406.363-.52.546-1.172.546-1.954 0-1.25-.433-2.203-1.296-2.859-.856-.664-2.23-1-4.125-1-1.782 0-3.313.344-4.594 1.031-1.274.688-2.438 1.715-3.5 3.078h-.5l-2-2.812c1.164-1.488 2.644-2.664 4.437-3.531 1.801-.875 3.852-1.313 6.157-1.313 3.238 0 5.628.715 7.171 2.14 1.54 1.419 2.313 3.384 2.313 5.891v14.61c0 1.531.648 2.297 1.953 2.297.426 0 .844-.07 1.25-.219l.344.094.469 2.828c-.293.2-.688.351-1.188.453a6.668 6.668 0 0 1-1.5.172c-1.523 0-2.668-.332-3.437-1-.774-.664-1.266-1.649-1.485-2.953l-.531-.047c-.781 1.45-1.84 2.531-3.172 3.25-1.324.719-2.996 1.078-5.016 1.078Zm.907-3.25c1.53 0 2.851-.352 3.968-1.063 1.125-.707 1.989-1.703 2.594-2.984.602-1.281.906-2.766.906-4.453v-3.484l-.484-.11c-.617.438-1.367.805-2.25 1.094-.875.293-2.105.555-3.687.781-1.606.219-2.875.555-3.813 1-.937.45-1.61 1.024-2.016 1.719-.398.687-.593 1.539-.593 2.547 0 1.617.472 2.844 1.422 3.687.945.844 2.265 1.266 3.953 1.266Zm24.383 3.25c-1.95 0-3.485-.55-4.61-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.078v32.235c0 1.156.22 1.992.657 2.5.445.5 1.132.75 2.062.75.563 0 1.133-.086 1.719-.266l.36.094.468 3.203c-.305.195-.734.348-1.297.453a8.79 8.79 0 0 1-1.765.172Zm0 0\" fill=\"#3a5b44\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ry859g\",\"data-framer-name\":\"Logo 4\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8hh6w5\",\"data-framer-name\":\"R & B Global Consultants Brand Strategy\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:428,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"428\" viewBox=\"0 0 321 129\" height=\"172\" version=\"1.0\"><path d=\"M58.288 62.79V35.241h6.719v4.094l.531.11c.656-1.532 1.523-2.657 2.61-3.375 1.081-.72 2.398-1.079 3.953-1.079 1.562 0 2.75.266 3.562.797l-1.172 5.97-.515.108a7.132 7.132 0 0 0-1.297-.406 8.095 8.095 0 0 0-1.532-.125c-1.93 0-3.402.684-4.421 2.047-1.012 1.356-1.516 3.527-1.516 6.516v12.89Zm29.756.53c-2.648 0-4.965-.449-6.953-1.343-1.98-.906-3.508-2.192-4.578-3.86-1.074-1.675-1.61-3.628-1.61-5.859 0-2.406.598-4.398 1.798-5.984 1.195-1.594 3.003-2.895 5.421-3.907l.047-.53c-1.093-1.345-1.886-2.583-2.375-3.72-.48-1.144-.718-2.398-.718-3.765 0-1.688.394-3.176 1.187-4.469.8-1.3 1.961-2.312 3.484-3.031 1.532-.727 3.344-1.094 5.438-1.094 2 0 3.707.336 5.125 1 1.426.668 2.516 1.594 3.266 2.781.75 1.18 1.125 2.54 1.125 4.078 0 2.086-.622 3.891-1.86 5.422-1.242 1.532-3.168 2.797-5.781 3.797l-.047.531 6.734 8.907c.407-.864.688-1.86.844-2.985.156-1.125.235-2.394.235-3.812l-.032-1.266h5.844c0 5.125-1.008 9.274-3.016 12.438.414.336.774.57 1.079.703a2.7 2.7 0 0 0 1.015.187c.352 0 .633-.015.844-.047.219-.03.46-.086.734-.171l.375.093.875 5.032c-.312.21-.761.367-1.343.484a9.365 9.365 0 0 1-1.954.187c-1.218 0-2.293-.199-3.218-.593-.918-.407-1.793-1.024-2.625-1.86h-.532c-2.062 1.774-5.007 2.657-8.828 2.657Zm-.031-23.92c1.55-.77 2.676-1.551 3.375-2.344.695-.79 1.047-1.774 1.047-2.953 0-1.031-.305-1.82-.906-2.375-.594-.563-1.403-.844-2.422-.844-1.031 0-1.86.305-2.485.906-.625.594-.937 1.414-.937 2.453 0 .805.164 1.559.5 2.266.332.711.941 1.672 1.828 2.89Zm.906 17.968c1.594 0 2.957-.304 4.094-.921l-8.125-10.344c-.96.637-1.668 1.387-2.125 2.25-.46.855-.687 1.867-.687 3.031 0 1.2.273 2.25.828 3.156.562.907 1.359 1.606 2.39 2.094 1.032.492 2.239.734 3.625.734Zm34.736 5.952c-3.511 0-6.125-1.316-7.844-3.953l-.515.094v3.328h-6.922V24.18h6.922v14.313l.515.094c.946-1.312 2.067-2.281 3.36-2.906 1.289-.633 2.836-.953 4.64-.953 2.227 0 4.176.527 5.844 1.578 1.664 1.043 2.961 2.637 3.89 4.781.938 2.137 1.407 4.781 1.407 7.938 0 3.136-.484 5.777-1.453 7.922-.969 2.136-2.305 3.734-4 4.796-1.7 1.051-3.648 1.579-5.844 1.579Zm-2.094-5.874c2.032 0 3.579-.676 4.641-2.032 1.063-1.363 1.594-3.492 1.594-6.39 0-2.907-.531-5.035-1.594-6.39-1.062-1.364-2.61-2.048-4.64-2.048-1.95 0-3.497.703-4.641 2.11-1.137 1.398-1.703 3.507-1.703 6.328 0 2.836.566 4.949 1.703 6.343 1.144 1.387 2.691 2.079 4.64 2.079Zm-78.814 46.915c-2.668 0-5.028-.55-7.078-1.656-2.043-1.113-3.64-2.742-4.797-4.89-1.149-2.145-1.719-4.727-1.719-7.75 0-3.02.57-5.602 1.719-7.75 1.156-2.157 2.75-3.786 4.781-4.891 2.031-1.102 4.352-1.656 6.969-1.656 5.8 0 9.52 2.105 11.156 6.312l-4.75 3.39h-.516c-.574-1.288-1.312-2.253-2.218-2.89-.907-.633-2.133-.953-3.672-.953-2 0-3.559.695-4.672 2.078-1.117 1.387-1.672 3.508-1.672 6.36 0 2.835.563 4.949 1.688 6.343 1.132 1.387 2.726 2.078 4.78 2.078 1.49 0 2.755-.398 3.798-1.203 1.039-.812 1.785-1.972 2.234-3.484l.531-.063 4.922 2.703c-.699 2.336-1.996 4.243-3.89 5.72-1.887 1.468-4.418 2.202-7.594 2.202Zm25.517 0c-2.687 0-5.054-.55-7.094-1.656-2.043-1.113-3.625-2.738-4.75-4.875-1.125-2.144-1.687-4.734-1.687-7.766 0-3.02.562-5.601 1.687-7.75 1.125-2.156 2.707-3.785 4.75-4.89 2.04-1.102 4.407-1.656 7.094-1.656 2.696 0 5.067.554 7.11 1.656 2.039 1.105 3.625 2.734 4.75 4.89 1.132 2.149 1.703 4.73 1.703 7.75 0 3.032-.57 5.622-1.703 7.766-1.125 2.137-2.711 3.762-4.75 4.875-2.043 1.106-4.414 1.656-7.11 1.656Zm0-5.875c4.281 0 6.422-2.804 6.422-8.422 0-2.906-.555-5.035-1.656-6.39-1.094-1.363-2.684-2.047-4.766-2.047-4.273 0-6.406 2.812-6.406 8.437 0 5.618 2.133 8.422 6.406 8.422Zm17.17 5.344V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.343-4.687 3.176 0 5.508.867 7 2.593 1.489 1.73 2.235 4.25 2.235 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.094-3.938-.73-.812-1.902-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.656 3.293-1.656 6.031v14.266Zm38.372.531c-1.887 0-3.61-.218-5.172-.656-1.562-.445-2.902-1.055-4.015-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.843-4.14h.532c.906 1.23 1.984 2.156 3.234 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.031-.72.688-.487 1.032-1.179 1.032-2.077 0-.707-.247-1.297-.735-1.766-.492-.476-1.281-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.727-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.593-.664 3.445-1 5.562-1 2.477 0 4.531.359 6.156 1.078 1.633.71 2.91 1.664 3.828 2.86l-3.687 4h-.5c-.774-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.094.852-4.094 2.547 0 .719.25 1.305.75 1.75.508.45 1.407.812 2.688 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.868 1.336-2.118 2.368-3.75 3.094-1.637.719-3.575 1.078-5.813 1.078Zm22.302 0c-3.094 0-5.383-.843-6.86-2.53-1.468-1.696-2.202-4.13-2.202-7.298v-18.25h6.922v17.39c0 1.68.359 2.907 1.078 3.688.726.774 1.847 1.157 3.359 1.157 1.914 0 3.406-.63 4.469-1.891 1.062-1.258 1.594-3.238 1.594-5.938V76.283h6.921v27.547h-6.64v-4.047l-.531-.125c-.875 1.586-1.954 2.766-3.235 3.547-1.273.77-2.898 1.156-4.875 1.156Zm27.879 0c-2.48 0-4.375-.672-5.687-2.015-1.305-1.344-1.953-3.38-1.953-6.11V65.221h6.921v30.75c0 1.68.696 2.515 2.094 2.515a4.35 4.35 0 0 0 1.266-.203l.36.11.624 5.312c-.386.195-.898.352-1.531.469a10.9 10.9 0 0 1-2.094.187Zm20.582-7.093 1.797 5.109c-.75.617-1.696 1.102-2.829 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.261-.812-6.812-2.437-1.543-1.625-2.313-3.985-2.313-7.078V81.752h-4.187v-5.484h4.187v-5.375l6.922-1.125v6.5h7.813v5.484h-7.813v12.594c0 1.367.281 2.36.844 2.984.57.625 1.394.938 2.469.938 1.238 0 2.316-.332 3.234-1Zm10.321 7.093c-1.76 0-3.292-.324-4.593-.968-1.305-.657-2.305-1.61-3-2.86-.7-1.258-1.047-2.773-1.047-4.547 0-1.625.348-2.988 1.047-4.093.695-1.114 1.781-2.024 3.25-2.735 1.469-.707 3.383-1.254 5.75-1.64 1.645-.258 2.895-.547 3.75-.86.863-.32 1.441-.68 1.734-1.078.301-.406.454-.914.454-1.531 0-.875-.31-1.547-.922-2.016-.618-.469-1.641-.703-3.078-.703a9.709 9.709 0 0 0-4.375 1.031 11.874 11.874 0 0 0-3.579 2.688h-.5l-2.906-4.36c1.395-1.55 3.098-2.757 5.11-3.625 2.02-.863 4.222-1.296 6.609-1.296 3.644 0 6.281.777 7.906 2.328 1.633 1.543 2.453 3.734 2.453 6.578v11.969c0 1.23.54 1.843 1.625 1.843.414 0 .82-.07 1.219-.218l.36.093.484 4.813c-.375.25-.906.46-1.594.625-.68.156-1.43.234-2.25.234-1.648 0-2.934-.316-3.86-.953-.917-.633-1.577-1.625-1.984-2.969l-.515-.047c-1.356 2.868-3.871 4.297-7.547 4.297Zm2.204-5.172c1.594 0 2.867-.535 3.828-1.609.957-1.07 1.438-2.566 1.438-4.484v-2.797l-.47-.11c-.417.336-.964.618-1.64.844-.68.23-1.648.45-2.906.656-1.5.25-2.578.684-3.234 1.297-.657.606-.985 1.465-.985 2.578 0 1.18.348 2.079 1.047 2.704.695.617 1.672.921 2.922.921Zm17.26 4.641V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.344-4.687 3.176 0 5.508.867 7 2.593 1.488 1.73 2.234 4.25 2.234 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.093-3.938-.73-.812-1.903-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.657 3.293-1.657 6.031v14.266Zm44.482-6.562 1.797 5.109c-.75.617-1.695 1.102-2.828 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.262-.812-6.813-2.437-1.543-1.625-2.312-3.985-2.312-7.078V81.752h-4.188v-5.484h4.188v-5.375l6.922-1.125v6.5h7.812v5.484h-7.812v12.594c0 1.367.28 2.36.843 2.984.57.625 1.395.938 2.47.938 1.237 0 2.316-.332 3.233-1Zm0 0\" fill=\"#3a5b44\"/><path d=\"M281.314 104.361c-1.886 0-3.609-.218-5.171-.656-1.563-.445-2.903-1.055-4.016-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.844-4.14h.53c.907 1.23 1.985 2.156 3.235 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.032-.72.687-.487 1.03-1.179 1.03-2.077 0-.707-.245-1.297-.734-1.766-.492-.476-1.28-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.726-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.594-.664 3.445-1 5.562-1 2.477 0 4.532.359 6.157 1.078 1.632.71 2.91 1.664 3.828 2.86l-3.688 4h-.5c-.773-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.093.852-4.093 2.547 0 .719.25 1.305.75 1.75.507.45 1.406.812 2.687 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.867 1.336-2.117 2.368-3.75 3.094-1.637.719-3.574 1.078-5.813 1.078Zm-125.94-29.888c-4.343 0-7.515-.726-9.515-2.172-2-1.449-3-3.37-3-5.765 0-1.555.46-2.79 1.39-3.703.938-.914 2.297-1.57 4.079-1.97v-.53c-.844-.477-1.48-1.04-1.907-1.688-.43-.656-.64-1.43-.64-2.328 0-1.063.336-1.926 1.015-2.594.676-.664 1.676-1.176 3-1.531v-.516c-2.992-1.582-4.484-4.156-4.484-7.718 0-1.801.406-3.399 1.219-4.797.812-1.395 1.972-2.485 3.484-3.266 1.52-.781 3.29-1.172 5.313-1.172 2.312 0 4.238.508 5.78 1.516a6.843 6.843 0 0 0 1.313-2.078c.29-.739.477-1.578.563-2.516l.531-.328 3.344.797c-.168 1.406-.59 2.594-1.266 3.562-.68.961-1.633 1.758-2.86 2.391v.516c.884.71 1.536 1.53 1.954 2.468.426.938.64 2.032.64 3.282 0 1.73-.417 3.289-1.25 4.671-.824 1.375-1.996 2.461-3.515 3.25-1.512.793-3.258 1.188-5.234 1.188-.243 0-.657-.016-1.25-.047a35.166 35.166 0 0 0-1.485-.047c-.867 0-1.558.227-2.078.672-.512.45-.766 1.024-.766 1.719 0 .867.274 1.508.829 1.922.562.406 1.484.636 2.765.687l6.516.219c2.812.105 4.894.762 6.25 1.969 1.363 1.199 2.047 2.906 2.047 5.125 0 1.644-.446 3.129-1.328 4.453-.875 1.32-2.274 2.379-4.188 3.172-1.918.789-4.34 1.187-7.266 1.187Zm-.046-24.515c1.945 0 3.453-.504 4.515-1.516 1.063-1.02 1.594-2.445 1.594-4.281 0-1.895-.531-3.36-1.594-4.39-1.055-1.04-2.558-1.563-4.515-1.563-1.97 0-3.47.515-4.5 1.546-1.032 1.024-1.547 2.493-1.547 4.407 0 1.843.515 3.273 1.547 4.281 1.03 1.012 2.53 1.516 4.5 1.516Zm.046 21.015c2.032 0 3.688-.226 4.97-.672 1.288-.449 2.218-1.043 2.78-1.78.57-.743.86-1.571.86-2.485 0-.825-.156-1.485-.469-1.985-.305-.492-.797-.859-1.484-1.109-.68-.25-1.61-.41-2.797-.484l-6.156-.297h-.875c-3.45.054-5.172 1.39-5.172 4.015 0 3.196 2.78 4.797 8.343 4.797Zm22.186-7.656c-1.948 0-3.484-.55-4.609-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.079v32.235c0 1.156.218 1.992.656 2.5.445.5 1.133.75 2.062.75.563 0 1.133-.086 1.72-.266l.358.094.47 3.203c-.305.195-.735.348-1.298.453a8.79 8.79 0 0 1-1.765.172Zm17.014 0c-2.605 0-4.87-.547-6.796-1.64-1.918-1.102-3.399-2.723-4.438-4.86-1.043-2.145-1.562-4.742-1.562-7.797 0-3.039.52-5.633 1.562-7.781 1.04-2.145 2.52-3.766 4.438-4.86 1.925-1.101 4.19-1.656 6.796-1.656 2.594 0 4.848.555 6.766 1.656 1.926 1.094 3.41 2.715 4.453 4.86 1.04 2.148 1.563 4.742 1.563 7.781 0 3.055-.524 5.652-1.563 7.797-1.043 2.137-2.527 3.758-4.453 4.86-1.918 1.093-4.172 1.64-6.766 1.64Zm0-3.656c2.739 0 4.836-.864 6.297-2.594 1.457-1.727 2.188-4.41 2.188-8.047 0-3.644-.73-6.332-2.188-8.062-1.46-1.727-3.558-2.594-6.297-2.594-2.75 0-4.859.87-6.328 2.61-1.46 1.741-2.187 4.421-2.187 8.046 0 3.637.726 6.32 2.187 8.047 1.469 1.73 3.578 2.594 6.328 2.594Zm31.286 3.656c-2.043 0-3.82-.398-5.328-1.188-1.5-.789-2.695-1.835-3.578-3.14l-.531.094v3.703h-4.063v-38.61h4.063v15.188l.53.094c2.095-3.157 5.141-4.735 9.141-4.735 2.258 0 4.239.528 5.938 1.578 1.695 1.043 3.016 2.637 3.953 4.782.945 2.136 1.422 4.78 1.422 7.937 0 3.137-.496 5.777-1.484 7.922-.993 2.137-2.356 3.734-4.094 4.797-1.73 1.05-3.719 1.578-5.969 1.578Zm-.969-3.656c5.5 0 8.25-3.547 8.25-10.64 0-3.677-.718-6.368-2.156-8.079-1.43-1.719-3.46-2.578-6.094-2.578-2.586 0-4.64.883-6.172 2.64-1.53 1.75-2.296 4.422-2.296 8.016 0 3.586.765 6.258 2.296 8.016 1.532 1.75 3.586 2.625 6.172 2.625Zm24.081 3.656c-2.71 0-4.828-.707-6.359-2.125-1.523-1.414-2.281-3.441-2.281-6.078 0-1.625.336-3 1.015-4.125.676-1.125 1.72-2.04 3.125-2.75 1.414-.707 3.266-1.254 5.547-1.64 2-.333 3.52-.704 4.563-1.11 1.039-.414 1.738-.883 2.094-1.406.363-.52.546-1.172.546-1.954 0-1.25-.433-2.203-1.296-2.859-.856-.664-2.23-1-4.125-1-1.782 0-3.313.344-4.594 1.031-1.274.688-2.438 1.715-3.5 3.078h-.5l-2-2.812c1.164-1.488 2.644-2.664 4.437-3.531 1.801-.875 3.852-1.313 6.157-1.313 3.238 0 5.628.715 7.171 2.14 1.54 1.419 2.313 3.384 2.313 5.891v14.61c0 1.531.648 2.297 1.953 2.297.426 0 .844-.07 1.25-.219l.344.094.469 2.828c-.293.2-.688.351-1.188.453a6.668 6.668 0 0 1-1.5.172c-1.523 0-2.668-.332-3.437-1-.774-.664-1.266-1.649-1.485-2.953l-.531-.047c-.781 1.45-1.84 2.531-3.172 3.25-1.324.719-2.996 1.078-5.016 1.078Zm.907-3.25c1.53 0 2.851-.352 3.968-1.063 1.125-.707 1.989-1.703 2.594-2.984.602-1.281.906-2.766.906-4.453v-3.484l-.484-.11c-.617.438-1.367.805-2.25 1.094-.875.293-2.105.555-3.687.781-1.606.219-2.875.555-3.813 1-.937.45-1.61 1.024-2.016 1.719-.398.687-.593 1.539-.593 2.547 0 1.617.472 2.844 1.422 3.687.945.844 2.265 1.266 3.953 1.266Zm24.383 3.25c-1.95 0-3.485-.55-4.61-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.078v32.235c0 1.156.22 1.992.657 2.5.445.5 1.132.75 2.062.75.563 0 1.133-.086 1.719-.266l.36.094.468 3.203c-.305.195-.734.348-1.297.453a8.79 8.79 0 0 1-1.765.172Zm0 0\" fill=\"#3a5b44\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gtdyu1\",\"data-framer-name\":\"Logo 5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-n3urdc\",\"data-framer-name\":\"R & B Global Consultants Brand Strategy\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:428,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"428\" viewBox=\"0 0 321 129\" height=\"172\" version=\"1.0\"><path d=\"M58.288 62.79V35.241h6.719v4.094l.531.11c.656-1.532 1.523-2.657 2.61-3.375 1.081-.72 2.398-1.079 3.953-1.079 1.562 0 2.75.266 3.562.797l-1.172 5.97-.515.108a7.132 7.132 0 0 0-1.297-.406 8.095 8.095 0 0 0-1.532-.125c-1.93 0-3.402.684-4.421 2.047-1.012 1.356-1.516 3.527-1.516 6.516v12.89Zm29.756.53c-2.648 0-4.965-.449-6.953-1.343-1.98-.906-3.508-2.192-4.578-3.86-1.074-1.675-1.61-3.628-1.61-5.859 0-2.406.598-4.398 1.798-5.984 1.195-1.594 3.003-2.895 5.421-3.907l.047-.53c-1.093-1.345-1.886-2.583-2.375-3.72-.48-1.144-.718-2.398-.718-3.765 0-1.688.394-3.176 1.187-4.469.8-1.3 1.961-2.312 3.484-3.031 1.532-.727 3.344-1.094 5.438-1.094 2 0 3.707.336 5.125 1 1.426.668 2.516 1.594 3.266 2.781.75 1.18 1.125 2.54 1.125 4.078 0 2.086-.622 3.891-1.86 5.422-1.242 1.532-3.168 2.797-5.781 3.797l-.047.531 6.734 8.907c.407-.864.688-1.86.844-2.985.156-1.125.235-2.394.235-3.812l-.032-1.266h5.844c0 5.125-1.008 9.274-3.016 12.438.414.336.774.57 1.079.703a2.7 2.7 0 0 0 1.015.187c.352 0 .633-.015.844-.047.219-.03.46-.086.734-.171l.375.093.875 5.032c-.312.21-.761.367-1.343.484a9.365 9.365 0 0 1-1.954.187c-1.218 0-2.293-.199-3.218-.593-.918-.407-1.793-1.024-2.625-1.86h-.532c-2.062 1.774-5.007 2.657-8.828 2.657Zm-.031-23.92c1.55-.77 2.676-1.551 3.375-2.344.695-.79 1.047-1.774 1.047-2.953 0-1.031-.305-1.82-.906-2.375-.594-.563-1.403-.844-2.422-.844-1.031 0-1.86.305-2.485.906-.625.594-.937 1.414-.937 2.453 0 .805.164 1.559.5 2.266.332.711.941 1.672 1.828 2.89Zm.906 17.968c1.594 0 2.957-.304 4.094-.921l-8.125-10.344c-.96.637-1.668 1.387-2.125 2.25-.46.855-.687 1.867-.687 3.031 0 1.2.273 2.25.828 3.156.562.907 1.359 1.606 2.39 2.094 1.032.492 2.239.734 3.625.734Zm34.736 5.952c-3.511 0-6.125-1.316-7.844-3.953l-.515.094v3.328h-6.922V24.18h6.922v14.313l.515.094c.946-1.312 2.067-2.281 3.36-2.906 1.289-.633 2.836-.953 4.64-.953 2.227 0 4.176.527 5.844 1.578 1.664 1.043 2.961 2.637 3.89 4.781.938 2.137 1.407 4.781 1.407 7.938 0 3.136-.484 5.777-1.453 7.922-.969 2.136-2.305 3.734-4 4.796-1.7 1.051-3.648 1.579-5.844 1.579Zm-2.094-5.874c2.032 0 3.579-.676 4.641-2.032 1.063-1.363 1.594-3.492 1.594-6.39 0-2.907-.531-5.035-1.594-6.39-1.062-1.364-2.61-2.048-4.64-2.048-1.95 0-3.497.703-4.641 2.11-1.137 1.398-1.703 3.507-1.703 6.328 0 2.836.566 4.949 1.703 6.343 1.144 1.387 2.691 2.079 4.64 2.079Zm-78.814 46.915c-2.668 0-5.028-.55-7.078-1.656-2.043-1.113-3.64-2.742-4.797-4.89-1.149-2.145-1.719-4.727-1.719-7.75 0-3.02.57-5.602 1.719-7.75 1.156-2.157 2.75-3.786 4.781-4.891 2.031-1.102 4.352-1.656 6.969-1.656 5.8 0 9.52 2.105 11.156 6.312l-4.75 3.39h-.516c-.574-1.288-1.312-2.253-2.218-2.89-.907-.633-2.133-.953-3.672-.953-2 0-3.559.695-4.672 2.078-1.117 1.387-1.672 3.508-1.672 6.36 0 2.835.563 4.949 1.688 6.343 1.132 1.387 2.726 2.078 4.78 2.078 1.49 0 2.755-.398 3.798-1.203 1.039-.812 1.785-1.972 2.234-3.484l.531-.063 4.922 2.703c-.699 2.336-1.996 4.243-3.89 5.72-1.887 1.468-4.418 2.202-7.594 2.202Zm25.517 0c-2.687 0-5.054-.55-7.094-1.656-2.043-1.113-3.625-2.738-4.75-4.875-1.125-2.144-1.687-4.734-1.687-7.766 0-3.02.562-5.601 1.687-7.75 1.125-2.156 2.707-3.785 4.75-4.89 2.04-1.102 4.407-1.656 7.094-1.656 2.696 0 5.067.554 7.11 1.656 2.039 1.105 3.625 2.734 4.75 4.89 1.132 2.149 1.703 4.73 1.703 7.75 0 3.032-.57 5.622-1.703 7.766-1.125 2.137-2.711 3.762-4.75 4.875-2.043 1.106-4.414 1.656-7.11 1.656Zm0-5.875c4.281 0 6.422-2.804 6.422-8.422 0-2.906-.555-5.035-1.656-6.39-1.094-1.363-2.684-2.047-4.766-2.047-4.273 0-6.406 2.812-6.406 8.437 0 5.618 2.133 8.422 6.406 8.422Zm17.17 5.344V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.343-4.687 3.176 0 5.508.867 7 2.593 1.489 1.73 2.235 4.25 2.235 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.094-3.938-.73-.812-1.902-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.656 3.293-1.656 6.031v14.266Zm38.372.531c-1.887 0-3.61-.218-5.172-.656-1.562-.445-2.902-1.055-4.015-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.843-4.14h.532c.906 1.23 1.984 2.156 3.234 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.031-.72.688-.487 1.032-1.179 1.032-2.077 0-.707-.247-1.297-.735-1.766-.492-.476-1.281-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.727-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.593-.664 3.445-1 5.562-1 2.477 0 4.531.359 6.156 1.078 1.633.71 2.91 1.664 3.828 2.86l-3.687 4h-.5c-.774-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.094.852-4.094 2.547 0 .719.25 1.305.75 1.75.508.45 1.407.812 2.688 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.868 1.336-2.118 2.368-3.75 3.094-1.637.719-3.575 1.078-5.813 1.078Zm22.302 0c-3.094 0-5.383-.843-6.86-2.53-1.468-1.696-2.202-4.13-2.202-7.298v-18.25h6.922v17.39c0 1.68.359 2.907 1.078 3.688.726.774 1.847 1.157 3.359 1.157 1.914 0 3.406-.63 4.469-1.891 1.062-1.258 1.594-3.238 1.594-5.938V76.283h6.921v27.547h-6.64v-4.047l-.531-.125c-.875 1.586-1.954 2.766-3.235 3.547-1.273.77-2.898 1.156-4.875 1.156Zm27.879 0c-2.48 0-4.375-.672-5.687-2.015-1.305-1.344-1.953-3.38-1.953-6.11V65.221h6.921v30.75c0 1.68.696 2.515 2.094 2.515a4.35 4.35 0 0 0 1.266-.203l.36.11.624 5.312c-.386.195-.898.352-1.531.469a10.9 10.9 0 0 1-2.094.187Zm20.582-7.093 1.797 5.109c-.75.617-1.696 1.102-2.829 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.261-.812-6.812-2.437-1.543-1.625-2.313-3.985-2.313-7.078V81.752h-4.187v-5.484h4.187v-5.375l6.922-1.125v6.5h7.813v5.484h-7.813v12.594c0 1.367.281 2.36.844 2.984.57.625 1.394.938 2.469.938 1.238 0 2.316-.332 3.234-1Zm10.321 7.093c-1.76 0-3.292-.324-4.593-.968-1.305-.657-2.305-1.61-3-2.86-.7-1.258-1.047-2.773-1.047-4.547 0-1.625.348-2.988 1.047-4.093.695-1.114 1.781-2.024 3.25-2.735 1.469-.707 3.383-1.254 5.75-1.64 1.645-.258 2.895-.547 3.75-.86.863-.32 1.441-.68 1.734-1.078.301-.406.454-.914.454-1.531 0-.875-.31-1.547-.922-2.016-.618-.469-1.641-.703-3.078-.703a9.709 9.709 0 0 0-4.375 1.031 11.874 11.874 0 0 0-3.579 2.688h-.5l-2.906-4.36c1.395-1.55 3.098-2.757 5.11-3.625 2.02-.863 4.222-1.296 6.609-1.296 3.644 0 6.281.777 7.906 2.328 1.633 1.543 2.453 3.734 2.453 6.578v11.969c0 1.23.54 1.843 1.625 1.843.414 0 .82-.07 1.219-.218l.36.093.484 4.813c-.375.25-.906.46-1.594.625-.68.156-1.43.234-2.25.234-1.648 0-2.934-.316-3.86-.953-.917-.633-1.577-1.625-1.984-2.969l-.515-.047c-1.356 2.868-3.871 4.297-7.547 4.297Zm2.204-5.172c1.594 0 2.867-.535 3.828-1.609.957-1.07 1.438-2.566 1.438-4.484v-2.797l-.47-.11c-.417.336-.964.618-1.64.844-.68.23-1.648.45-2.906.656-1.5.25-2.578.684-3.234 1.297-.657.606-.985 1.465-.985 2.578 0 1.18.348 2.079 1.047 2.704.695.617 1.672.921 2.922.921Zm17.26 4.641V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.344-4.687 3.176 0 5.508.867 7 2.593 1.488 1.73 2.234 4.25 2.234 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.093-3.938-.73-.812-1.903-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.657 3.293-1.657 6.031v14.266Zm44.482-6.562 1.797 5.109c-.75.617-1.695 1.102-2.828 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.262-.812-6.813-2.437-1.543-1.625-2.312-3.985-2.312-7.078V81.752h-4.188v-5.484h4.188v-5.375l6.922-1.125v6.5h7.812v5.484h-7.812v12.594c0 1.367.28 2.36.843 2.984.57.625 1.395.938 2.47.938 1.237 0 2.316-.332 3.233-1Zm0 0\" fill=\"#3a5b44\"/><path d=\"M281.314 104.361c-1.886 0-3.609-.218-5.171-.656-1.563-.445-2.903-1.055-4.016-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.844-4.14h.53c.907 1.23 1.985 2.156 3.235 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.032-.72.687-.487 1.03-1.179 1.03-2.077 0-.707-.245-1.297-.734-1.766-.492-.476-1.28-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.726-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.594-.664 3.445-1 5.562-1 2.477 0 4.532.359 6.157 1.078 1.632.71 2.91 1.664 3.828 2.86l-3.688 4h-.5c-.773-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.093.852-4.093 2.547 0 .719.25 1.305.75 1.75.507.45 1.406.812 2.687 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.867 1.336-2.117 2.368-3.75 3.094-1.637.719-3.574 1.078-5.813 1.078Zm-125.94-29.888c-4.343 0-7.515-.726-9.515-2.172-2-1.449-3-3.37-3-5.765 0-1.555.46-2.79 1.39-3.703.938-.914 2.297-1.57 4.079-1.97v-.53c-.844-.477-1.48-1.04-1.907-1.688-.43-.656-.64-1.43-.64-2.328 0-1.063.336-1.926 1.015-2.594.676-.664 1.676-1.176 3-1.531v-.516c-2.992-1.582-4.484-4.156-4.484-7.718 0-1.801.406-3.399 1.219-4.797.812-1.395 1.972-2.485 3.484-3.266 1.52-.781 3.29-1.172 5.313-1.172 2.312 0 4.238.508 5.78 1.516a6.843 6.843 0 0 0 1.313-2.078c.29-.739.477-1.578.563-2.516l.531-.328 3.344.797c-.168 1.406-.59 2.594-1.266 3.562-.68.961-1.633 1.758-2.86 2.391v.516c.884.71 1.536 1.53 1.954 2.468.426.938.64 2.032.64 3.282 0 1.73-.417 3.289-1.25 4.671-.824 1.375-1.996 2.461-3.515 3.25-1.512.793-3.258 1.188-5.234 1.188-.243 0-.657-.016-1.25-.047a35.166 35.166 0 0 0-1.485-.047c-.867 0-1.558.227-2.078.672-.512.45-.766 1.024-.766 1.719 0 .867.274 1.508.829 1.922.562.406 1.484.636 2.765.687l6.516.219c2.812.105 4.894.762 6.25 1.969 1.363 1.199 2.047 2.906 2.047 5.125 0 1.644-.446 3.129-1.328 4.453-.875 1.32-2.274 2.379-4.188 3.172-1.918.789-4.34 1.187-7.266 1.187Zm-.046-24.515c1.945 0 3.453-.504 4.515-1.516 1.063-1.02 1.594-2.445 1.594-4.281 0-1.895-.531-3.36-1.594-4.39-1.055-1.04-2.558-1.563-4.515-1.563-1.97 0-3.47.515-4.5 1.546-1.032 1.024-1.547 2.493-1.547 4.407 0 1.843.515 3.273 1.547 4.281 1.03 1.012 2.53 1.516 4.5 1.516Zm.046 21.015c2.032 0 3.688-.226 4.97-.672 1.288-.449 2.218-1.043 2.78-1.78.57-.743.86-1.571.86-2.485 0-.825-.156-1.485-.469-1.985-.305-.492-.797-.859-1.484-1.109-.68-.25-1.61-.41-2.797-.484l-6.156-.297h-.875c-3.45.054-5.172 1.39-5.172 4.015 0 3.196 2.78 4.797 8.343 4.797Zm22.186-7.656c-1.948 0-3.484-.55-4.609-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.079v32.235c0 1.156.218 1.992.656 2.5.445.5 1.133.75 2.062.75.563 0 1.133-.086 1.72-.266l.358.094.47 3.203c-.305.195-.735.348-1.298.453a8.79 8.79 0 0 1-1.765.172Zm17.014 0c-2.605 0-4.87-.547-6.796-1.64-1.918-1.102-3.399-2.723-4.438-4.86-1.043-2.145-1.562-4.742-1.562-7.797 0-3.039.52-5.633 1.562-7.781 1.04-2.145 2.52-3.766 4.438-4.86 1.925-1.101 4.19-1.656 6.796-1.656 2.594 0 4.848.555 6.766 1.656 1.926 1.094 3.41 2.715 4.453 4.86 1.04 2.148 1.563 4.742 1.563 7.781 0 3.055-.524 5.652-1.563 7.797-1.043 2.137-2.527 3.758-4.453 4.86-1.918 1.093-4.172 1.64-6.766 1.64Zm0-3.656c2.739 0 4.836-.864 6.297-2.594 1.457-1.727 2.188-4.41 2.188-8.047 0-3.644-.73-6.332-2.188-8.062-1.46-1.727-3.558-2.594-6.297-2.594-2.75 0-4.859.87-6.328 2.61-1.46 1.741-2.187 4.421-2.187 8.046 0 3.637.726 6.32 2.187 8.047 1.469 1.73 3.578 2.594 6.328 2.594Zm31.286 3.656c-2.043 0-3.82-.398-5.328-1.188-1.5-.789-2.695-1.835-3.578-3.14l-.531.094v3.703h-4.063v-38.61h4.063v15.188l.53.094c2.095-3.157 5.141-4.735 9.141-4.735 2.258 0 4.239.528 5.938 1.578 1.695 1.043 3.016 2.637 3.953 4.782.945 2.136 1.422 4.78 1.422 7.937 0 3.137-.496 5.777-1.484 7.922-.993 2.137-2.356 3.734-4.094 4.797-1.73 1.05-3.719 1.578-5.969 1.578Zm-.969-3.656c5.5 0 8.25-3.547 8.25-10.64 0-3.677-.718-6.368-2.156-8.079-1.43-1.719-3.46-2.578-6.094-2.578-2.586 0-4.64.883-6.172 2.64-1.53 1.75-2.296 4.422-2.296 8.016 0 3.586.765 6.258 2.296 8.016 1.532 1.75 3.586 2.625 6.172 2.625Zm24.081 3.656c-2.71 0-4.828-.707-6.359-2.125-1.523-1.414-2.281-3.441-2.281-6.078 0-1.625.336-3 1.015-4.125.676-1.125 1.72-2.04 3.125-2.75 1.414-.707 3.266-1.254 5.547-1.64 2-.333 3.52-.704 4.563-1.11 1.039-.414 1.738-.883 2.094-1.406.363-.52.546-1.172.546-1.954 0-1.25-.433-2.203-1.296-2.859-.856-.664-2.23-1-4.125-1-1.782 0-3.313.344-4.594 1.031-1.274.688-2.438 1.715-3.5 3.078h-.5l-2-2.812c1.164-1.488 2.644-2.664 4.437-3.531 1.801-.875 3.852-1.313 6.157-1.313 3.238 0 5.628.715 7.171 2.14 1.54 1.419 2.313 3.384 2.313 5.891v14.61c0 1.531.648 2.297 1.953 2.297.426 0 .844-.07 1.25-.219l.344.094.469 2.828c-.293.2-.688.351-1.188.453a6.668 6.668 0 0 1-1.5.172c-1.523 0-2.668-.332-3.437-1-.774-.664-1.266-1.649-1.485-2.953l-.531-.047c-.781 1.45-1.84 2.531-3.172 3.25-1.324.719-2.996 1.078-5.016 1.078Zm.907-3.25c1.53 0 2.851-.352 3.968-1.063 1.125-.707 1.989-1.703 2.594-2.984.602-1.281.906-2.766.906-4.453v-3.484l-.484-.11c-.617.438-1.367.805-2.25 1.094-.875.293-2.105.555-3.687.781-1.606.219-2.875.555-3.813 1-.937.45-1.61 1.024-2.016 1.719-.398.687-.593 1.539-.593 2.547 0 1.617.472 2.844 1.422 3.687.945.844 2.265 1.266 3.953 1.266Zm24.383 3.25c-1.95 0-3.485-.55-4.61-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.078v32.235c0 1.156.22 1.992.657 2.5.445.5 1.132.75 2.062.75.563 0 1.133-.086 1.719-.266l.36.094.468 3.203c-.305.195-.734.348-1.297.453a8.79 8.79 0 0 1-1.765.172Zm0 0\" fill=\"#3a5b44\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5hd01l\",\"data-framer-name\":\"Logo 6\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1td51i4\",\"data-framer-name\":\"R & B Global Consultants Brand Strategy\",fill:\"black\",intrinsicHeight:172,intrinsicWidth:428,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"428\" viewBox=\"0 0 321 129\" height=\"172\" version=\"1.0\"><path d=\"M58.288 62.79V35.241h6.719v4.094l.531.11c.656-1.532 1.523-2.657 2.61-3.375 1.081-.72 2.398-1.079 3.953-1.079 1.562 0 2.75.266 3.562.797l-1.172 5.97-.515.108a7.132 7.132 0 0 0-1.297-.406 8.095 8.095 0 0 0-1.532-.125c-1.93 0-3.402.684-4.421 2.047-1.012 1.356-1.516 3.527-1.516 6.516v12.89Zm29.756.53c-2.648 0-4.965-.449-6.953-1.343-1.98-.906-3.508-2.192-4.578-3.86-1.074-1.675-1.61-3.628-1.61-5.859 0-2.406.598-4.398 1.798-5.984 1.195-1.594 3.003-2.895 5.421-3.907l.047-.53c-1.093-1.345-1.886-2.583-2.375-3.72-.48-1.144-.718-2.398-.718-3.765 0-1.688.394-3.176 1.187-4.469.8-1.3 1.961-2.312 3.484-3.031 1.532-.727 3.344-1.094 5.438-1.094 2 0 3.707.336 5.125 1 1.426.668 2.516 1.594 3.266 2.781.75 1.18 1.125 2.54 1.125 4.078 0 2.086-.622 3.891-1.86 5.422-1.242 1.532-3.168 2.797-5.781 3.797l-.047.531 6.734 8.907c.407-.864.688-1.86.844-2.985.156-1.125.235-2.394.235-3.812l-.032-1.266h5.844c0 5.125-1.008 9.274-3.016 12.438.414.336.774.57 1.079.703a2.7 2.7 0 0 0 1.015.187c.352 0 .633-.015.844-.047.219-.03.46-.086.734-.171l.375.093.875 5.032c-.312.21-.761.367-1.343.484a9.365 9.365 0 0 1-1.954.187c-1.218 0-2.293-.199-3.218-.593-.918-.407-1.793-1.024-2.625-1.86h-.532c-2.062 1.774-5.007 2.657-8.828 2.657Zm-.031-23.92c1.55-.77 2.676-1.551 3.375-2.344.695-.79 1.047-1.774 1.047-2.953 0-1.031-.305-1.82-.906-2.375-.594-.563-1.403-.844-2.422-.844-1.031 0-1.86.305-2.485.906-.625.594-.937 1.414-.937 2.453 0 .805.164 1.559.5 2.266.332.711.941 1.672 1.828 2.89Zm.906 17.968c1.594 0 2.957-.304 4.094-.921l-8.125-10.344c-.96.637-1.668 1.387-2.125 2.25-.46.855-.687 1.867-.687 3.031 0 1.2.273 2.25.828 3.156.562.907 1.359 1.606 2.39 2.094 1.032.492 2.239.734 3.625.734Zm34.736 5.952c-3.511 0-6.125-1.316-7.844-3.953l-.515.094v3.328h-6.922V24.18h6.922v14.313l.515.094c.946-1.312 2.067-2.281 3.36-2.906 1.289-.633 2.836-.953 4.64-.953 2.227 0 4.176.527 5.844 1.578 1.664 1.043 2.961 2.637 3.89 4.781.938 2.137 1.407 4.781 1.407 7.938 0 3.136-.484 5.777-1.453 7.922-.969 2.136-2.305 3.734-4 4.796-1.7 1.051-3.648 1.579-5.844 1.579Zm-2.094-5.874c2.032 0 3.579-.676 4.641-2.032 1.063-1.363 1.594-3.492 1.594-6.39 0-2.907-.531-5.035-1.594-6.39-1.062-1.364-2.61-2.048-4.64-2.048-1.95 0-3.497.703-4.641 2.11-1.137 1.398-1.703 3.507-1.703 6.328 0 2.836.566 4.949 1.703 6.343 1.144 1.387 2.691 2.079 4.64 2.079Zm-78.814 46.915c-2.668 0-5.028-.55-7.078-1.656-2.043-1.113-3.64-2.742-4.797-4.89-1.149-2.145-1.719-4.727-1.719-7.75 0-3.02.57-5.602 1.719-7.75 1.156-2.157 2.75-3.786 4.781-4.891 2.031-1.102 4.352-1.656 6.969-1.656 5.8 0 9.52 2.105 11.156 6.312l-4.75 3.39h-.516c-.574-1.288-1.312-2.253-2.218-2.89-.907-.633-2.133-.953-3.672-.953-2 0-3.559.695-4.672 2.078-1.117 1.387-1.672 3.508-1.672 6.36 0 2.835.563 4.949 1.688 6.343 1.132 1.387 2.726 2.078 4.78 2.078 1.49 0 2.755-.398 3.798-1.203 1.039-.812 1.785-1.972 2.234-3.484l.531-.063 4.922 2.703c-.699 2.336-1.996 4.243-3.89 5.72-1.887 1.468-4.418 2.202-7.594 2.202Zm25.517 0c-2.687 0-5.054-.55-7.094-1.656-2.043-1.113-3.625-2.738-4.75-4.875-1.125-2.144-1.687-4.734-1.687-7.766 0-3.02.562-5.601 1.687-7.75 1.125-2.156 2.707-3.785 4.75-4.89 2.04-1.102 4.407-1.656 7.094-1.656 2.696 0 5.067.554 7.11 1.656 2.039 1.105 3.625 2.734 4.75 4.89 1.132 2.149 1.703 4.73 1.703 7.75 0 3.032-.57 5.622-1.703 7.766-1.125 2.137-2.711 3.762-4.75 4.875-2.043 1.106-4.414 1.656-7.11 1.656Zm0-5.875c4.281 0 6.422-2.804 6.422-8.422 0-2.906-.555-5.035-1.656-6.39-1.094-1.363-2.684-2.047-4.766-2.047-4.273 0-6.406 2.812-6.406 8.437 0 5.618 2.133 8.422 6.406 8.422Zm17.17 5.344V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.343-4.687 3.176 0 5.508.867 7 2.593 1.489 1.73 2.235 4.25 2.235 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.094-3.938-.73-.812-1.902-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.656 3.293-1.656 6.031v14.266Zm38.372.531c-1.887 0-3.61-.218-5.172-.656-1.562-.445-2.902-1.055-4.015-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.843-4.14h.532c.906 1.23 1.984 2.156 3.234 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.031-.72.688-.487 1.032-1.179 1.032-2.077 0-.707-.247-1.297-.735-1.766-.492-.476-1.281-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.727-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.593-.664 3.445-1 5.562-1 2.477 0 4.531.359 6.156 1.078 1.633.71 2.91 1.664 3.828 2.86l-3.687 4h-.5c-.774-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.094.852-4.094 2.547 0 .719.25 1.305.75 1.75.508.45 1.407.812 2.688 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.868 1.336-2.118 2.368-3.75 3.094-1.637.719-3.575 1.078-5.813 1.078Zm22.302 0c-3.094 0-5.383-.843-6.86-2.53-1.468-1.696-2.202-4.13-2.202-7.298v-18.25h6.922v17.39c0 1.68.359 2.907 1.078 3.688.726.774 1.847 1.157 3.359 1.157 1.914 0 3.406-.63 4.469-1.891 1.062-1.258 1.594-3.238 1.594-5.938V76.283h6.921v27.547h-6.64v-4.047l-.531-.125c-.875 1.586-1.954 2.766-3.235 3.547-1.273.77-2.898 1.156-4.875 1.156Zm27.879 0c-2.48 0-4.375-.672-5.687-2.015-1.305-1.344-1.953-3.38-1.953-6.11V65.221h6.921v30.75c0 1.68.696 2.515 2.094 2.515a4.35 4.35 0 0 0 1.266-.203l.36.11.624 5.312c-.386.195-.898.352-1.531.469a10.9 10.9 0 0 1-2.094.187Zm20.582-7.093 1.797 5.109c-.75.617-1.696 1.102-2.829 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.261-.812-6.812-2.437-1.543-1.625-2.313-3.985-2.313-7.078V81.752h-4.187v-5.484h4.187v-5.375l6.922-1.125v6.5h7.813v5.484h-7.813v12.594c0 1.367.281 2.36.844 2.984.57.625 1.394.938 2.469.938 1.238 0 2.316-.332 3.234-1Zm10.321 7.093c-1.76 0-3.292-.324-4.593-.968-1.305-.657-2.305-1.61-3-2.86-.7-1.258-1.047-2.773-1.047-4.547 0-1.625.348-2.988 1.047-4.093.695-1.114 1.781-2.024 3.25-2.735 1.469-.707 3.383-1.254 5.75-1.64 1.645-.258 2.895-.547 3.75-.86.863-.32 1.441-.68 1.734-1.078.301-.406.454-.914.454-1.531 0-.875-.31-1.547-.922-2.016-.618-.469-1.641-.703-3.078-.703a9.709 9.709 0 0 0-4.375 1.031 11.874 11.874 0 0 0-3.579 2.688h-.5l-2.906-4.36c1.395-1.55 3.098-2.757 5.11-3.625 2.02-.863 4.222-1.296 6.609-1.296 3.644 0 6.281.777 7.906 2.328 1.633 1.543 2.453 3.734 2.453 6.578v11.969c0 1.23.54 1.843 1.625 1.843.414 0 .82-.07 1.219-.218l.36.093.484 4.813c-.375.25-.906.46-1.594.625-.68.156-1.43.234-2.25.234-1.648 0-2.934-.316-3.86-.953-.917-.633-1.577-1.625-1.984-2.969l-.515-.047c-1.356 2.868-3.871 4.297-7.547 4.297Zm2.204-5.172c1.594 0 2.867-.535 3.828-1.609.957-1.07 1.438-2.566 1.438-4.484v-2.797l-.47-.11c-.417.336-.964.618-1.64.844-.68.23-1.648.45-2.906.656-1.5.25-2.578.684-3.234 1.297-.657.606-.985 1.465-.985 2.578 0 1.18.348 2.079 1.047 2.704.695.617 1.672.921 2.922.921Zm17.26 4.641V76.283h6.64v4.047l.532.125c1.707-3.125 4.488-4.687 8.344-4.687 3.176 0 5.508.867 7 2.593 1.488 1.73 2.234 4.25 2.234 7.563v17.906h-6.922V86.768c0-1.82-.367-3.133-1.093-3.938-.73-.812-1.903-1.219-3.516-1.219-1.992 0-3.539.64-4.64 1.922-1.106 1.281-1.657 3.293-1.657 6.031v14.266Zm44.482-6.562 1.797 5.109c-.75.617-1.695 1.102-2.828 1.453-1.125.352-2.402.531-3.828.531-2.992 0-5.262-.812-6.813-2.437-1.543-1.625-2.312-3.985-2.312-7.078V81.752h-4.188v-5.484h4.188v-5.375l6.922-1.125v6.5h7.812v5.484h-7.812v12.594c0 1.367.28 2.36.843 2.984.57.625 1.395.938 2.47.938 1.237 0 2.316-.332 3.233-1Zm0 0\" fill=\"#3a5b44\"/><path d=\"M281.314 104.361c-1.886 0-3.609-.218-5.171-.656-1.563-.445-2.903-1.055-4.016-1.828-1.106-.781-1.922-1.672-2.453-2.672l3.844-4.14h.53c.907 1.23 1.985 2.156 3.235 2.78 1.25.618 2.61.923 4.078.923 1.344 0 2.352-.239 3.032-.72.687-.487 1.03-1.179 1.03-2.077 0-.707-.245-1.297-.734-1.766-.492-.476-1.28-.848-2.375-1.11l-3.656-.874c-2.73-.645-4.726-1.64-5.984-2.985-1.25-1.343-1.875-3.047-1.875-5.11 0-1.718.437-3.206 1.312-4.468.875-1.258 2.102-2.222 3.688-2.89 1.594-.664 3.445-1 5.562-1 2.477 0 4.532.359 6.157 1.078 1.632.71 2.91 1.664 3.828 2.86l-3.688 4h-.5c-.773-.864-1.637-1.493-2.594-1.892-.96-.406-2.027-.609-3.203-.609-2.73 0-4.093.852-4.093 2.547 0 .719.25 1.305.75 1.75.507.45 1.406.812 2.687 1.094l3.406.75c2.79.605 4.832 1.57 6.125 2.89 1.29 1.325 1.938 3.102 1.938 5.328 0 1.75-.434 3.293-1.297 4.625-.867 1.336-2.117 2.368-3.75 3.094-1.637.719-3.574 1.078-5.813 1.078Zm-125.94-29.888c-4.343 0-7.515-.726-9.515-2.172-2-1.449-3-3.37-3-5.765 0-1.555.46-2.79 1.39-3.703.938-.914 2.297-1.57 4.079-1.97v-.53c-.844-.477-1.48-1.04-1.907-1.688-.43-.656-.64-1.43-.64-2.328 0-1.063.336-1.926 1.015-2.594.676-.664 1.676-1.176 3-1.531v-.516c-2.992-1.582-4.484-4.156-4.484-7.718 0-1.801.406-3.399 1.219-4.797.812-1.395 1.972-2.485 3.484-3.266 1.52-.781 3.29-1.172 5.313-1.172 2.312 0 4.238.508 5.78 1.516a6.843 6.843 0 0 0 1.313-2.078c.29-.739.477-1.578.563-2.516l.531-.328 3.344.797c-.168 1.406-.59 2.594-1.266 3.562-.68.961-1.633 1.758-2.86 2.391v.516c.884.71 1.536 1.53 1.954 2.468.426.938.64 2.032.64 3.282 0 1.73-.417 3.289-1.25 4.671-.824 1.375-1.996 2.461-3.515 3.25-1.512.793-3.258 1.188-5.234 1.188-.243 0-.657-.016-1.25-.047a35.166 35.166 0 0 0-1.485-.047c-.867 0-1.558.227-2.078.672-.512.45-.766 1.024-.766 1.719 0 .867.274 1.508.829 1.922.562.406 1.484.636 2.765.687l6.516.219c2.812.105 4.894.762 6.25 1.969 1.363 1.199 2.047 2.906 2.047 5.125 0 1.644-.446 3.129-1.328 4.453-.875 1.32-2.274 2.379-4.188 3.172-1.918.789-4.34 1.187-7.266 1.187Zm-.046-24.515c1.945 0 3.453-.504 4.515-1.516 1.063-1.02 1.594-2.445 1.594-4.281 0-1.895-.531-3.36-1.594-4.39-1.055-1.04-2.558-1.563-4.515-1.563-1.97 0-3.47.515-4.5 1.546-1.032 1.024-1.547 2.493-1.547 4.407 0 1.843.515 3.273 1.547 4.281 1.03 1.012 2.53 1.516 4.5 1.516Zm.046 21.015c2.032 0 3.688-.226 4.97-.672 1.288-.449 2.218-1.043 2.78-1.78.57-.743.86-1.571.86-2.485 0-.825-.156-1.485-.469-1.985-.305-.492-.797-.859-1.484-1.109-.68-.25-1.61-.41-2.797-.484l-6.156-.297h-.875c-3.45.054-5.172 1.39-5.172 4.015 0 3.196 2.78 4.797 8.343 4.797Zm22.186-7.656c-1.948 0-3.484-.55-4.609-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.079v32.235c0 1.156.218 1.992.656 2.5.445.5 1.133.75 2.062.75.563 0 1.133-.086 1.72-.266l.358.094.47 3.203c-.305.195-.735.348-1.298.453a8.79 8.79 0 0 1-1.765.172Zm17.014 0c-2.605 0-4.87-.547-6.796-1.64-1.918-1.102-3.399-2.723-4.438-4.86-1.043-2.145-1.562-4.742-1.562-7.797 0-3.039.52-5.633 1.562-7.781 1.04-2.145 2.52-3.766 4.438-4.86 1.925-1.101 4.19-1.656 6.796-1.656 2.594 0 4.848.555 6.766 1.656 1.926 1.094 3.41 2.715 4.453 4.86 1.04 2.148 1.563 4.742 1.563 7.781 0 3.055-.524 5.652-1.563 7.797-1.043 2.137-2.527 3.758-4.453 4.86-1.918 1.093-4.172 1.64-6.766 1.64Zm0-3.656c2.739 0 4.836-.864 6.297-2.594 1.457-1.727 2.188-4.41 2.188-8.047 0-3.644-.73-6.332-2.188-8.062-1.46-1.727-3.558-2.594-6.297-2.594-2.75 0-4.859.87-6.328 2.61-1.46 1.741-2.187 4.421-2.187 8.046 0 3.637.726 6.32 2.187 8.047 1.469 1.73 3.578 2.594 6.328 2.594Zm31.286 3.656c-2.043 0-3.82-.398-5.328-1.188-1.5-.789-2.695-1.835-3.578-3.14l-.531.094v3.703h-4.063v-38.61h4.063v15.188l.53.094c2.095-3.157 5.141-4.735 9.141-4.735 2.258 0 4.239.528 5.938 1.578 1.695 1.043 3.016 2.637 3.953 4.782.945 2.136 1.422 4.78 1.422 7.937 0 3.137-.496 5.777-1.484 7.922-.993 2.137-2.356 3.734-4.094 4.797-1.73 1.05-3.719 1.578-5.969 1.578Zm-.969-3.656c5.5 0 8.25-3.547 8.25-10.64 0-3.677-.718-6.368-2.156-8.079-1.43-1.719-3.46-2.578-6.094-2.578-2.586 0-4.64.883-6.172 2.64-1.53 1.75-2.296 4.422-2.296 8.016 0 3.586.765 6.258 2.296 8.016 1.532 1.75 3.586 2.625 6.172 2.625Zm24.081 3.656c-2.71 0-4.828-.707-6.359-2.125-1.523-1.414-2.281-3.441-2.281-6.078 0-1.625.336-3 1.015-4.125.676-1.125 1.72-2.04 3.125-2.75 1.414-.707 3.266-1.254 5.547-1.64 2-.333 3.52-.704 4.563-1.11 1.039-.414 1.738-.883 2.094-1.406.363-.52.546-1.172.546-1.954 0-1.25-.433-2.203-1.296-2.859-.856-.664-2.23-1-4.125-1-1.782 0-3.313.344-4.594 1.031-1.274.688-2.438 1.715-3.5 3.078h-.5l-2-2.812c1.164-1.488 2.644-2.664 4.437-3.531 1.801-.875 3.852-1.313 6.157-1.313 3.238 0 5.628.715 7.171 2.14 1.54 1.419 2.313 3.384 2.313 5.891v14.61c0 1.531.648 2.297 1.953 2.297.426 0 .844-.07 1.25-.219l.344.094.469 2.828c-.293.2-.688.351-1.188.453a6.668 6.668 0 0 1-1.5.172c-1.523 0-2.668-.332-3.437-1-.774-.664-1.266-1.649-1.485-2.953l-.531-.047c-.781 1.45-1.84 2.531-3.172 3.25-1.324.719-2.996 1.078-5.016 1.078Zm.907-3.25c1.53 0 2.851-.352 3.968-1.063 1.125-.707 1.989-1.703 2.594-2.984.602-1.281.906-2.766.906-4.453v-3.484l-.484-.11c-.617.438-1.367.805-2.25 1.094-.875.293-2.105.555-3.687.781-1.606.219-2.875.555-3.813 1-.937.45-1.61 1.024-2.016 1.719-.398.687-.593 1.539-.593 2.547 0 1.617.472 2.844 1.422 3.687.945.844 2.265 1.266 3.953 1.266Zm24.383 3.25c-1.95 0-3.485-.55-4.61-1.656-1.117-1.114-1.672-2.77-1.672-4.969V24.176h4.078v32.235c0 1.156.22 1.992.657 2.5.445.5 1.132.75 2.062.75.563 0 1.133-.086 1.719-.266l.36.094.468 3.203c-.305.195-.734.348-1.297.453a8.79 8.79 0 0 1-1.765.172Zm0 0\" fill=\"#3a5b44\"/></svg>',withExternalLayout:true})})],speed:75,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-81pbjs\",\"data-framer-name\":\"CTA\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13bl8xm\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{background:{alt:\"Four young professionals having a disucssion at a coffee table\",fit:\"fill\",intrinsicHeight:762,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5648+0+0+80+0),pixelHeight:1493,pixelWidth:2700,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 100px)`,src:\"https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=512 512w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png 2700w\"}},ORl6yZS2Q:{background:{alt:\"Four young professionals having a disucssion at a coffee table\",fit:\"fill\",intrinsicHeight:762,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5694+0+0+80+0),pixelHeight:1493,pixelWidth:2700,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 40px)`,src:\"https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=512 512w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png 2700w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Four young professionals having a disucssion at a coffee table\",fit:\"fill\",intrinsicHeight:762,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5722+0+0+80+0),pixelHeight:1493,pixelWidth:2700,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1920px) - 160px)`,src:\"https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=512 512w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/M6ZRLQF3IwNa1qnuBiGGwbZA.png 2700w\"},className:\"framer-13h1kq8\",\"data-framer-name\":\"Photo\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13gql7n\",\"data-framer-name\":\"Contents\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16z9pra\",\"data-framer-name\":\"Tags + Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11obxna\",\"data-framer-name\":\"Tags\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-abigap-container\",isModuleExternal:true,nodeId:\"aSgRqwuW8\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(Category,{height:\"100%\",id:\"aSgRqwuW8\",layoutId:\"aSgRqwuW8\",U8au2vT09:\"recruitment\",variant:\"DhTu9cReG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u7ulyj-container\",isModuleExternal:true,nodeId:\"Z0YdfHirO\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(Category,{height:\"100%\",id:\"Z0YdfHirO\",layoutId:\"Z0YdfHirO\",U8au2vT09:\"legal search\",variant:\"DhTu9cReG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16qbcyz-container\",isModuleExternal:true,nodeId:\"LZ0r08dE_\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(Category,{height:\"100%\",id:\"LZ0r08dE_\",layoutId:\"LZ0r08dE_\",U8au2vT09:\"headhunting\",variant:\"DhTu9cReG\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1o2dcie-container\",isModuleExternal:true,nodeId:\"C60128CGt\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(Category,{height:\"100%\",id:\"C60128CGt\",layoutId:\"C60128CGt\",U8au2vT09:\"results-driven\",variant:\"DhTu9cReG\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"74px\",\"--framer-text-color\":\"var(--token-2cea0ecc-9836-4375-a80c-26247641252f, rgb(249, 251, 243))\"},children:[\"driven by passion,\",/*#__PURE__*/_jsx(\"br\",{}),\"powered by expertise.\"]})})},ORl6yZS2Q:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"60px\",\"--framer-text-color\":\"var(--token-2cea0ecc-9836-4375-a80c-26247641252f, rgb(249, 251, 243))\"},children:[\"driven by passion,\",/*#__PURE__*/_jsx(\"br\",{}),\"powered by expertise.\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"88px\",\"--framer-text-color\":\"var(--token-2cea0ecc-9836-4375-a80c-26247641252f, rgb(249, 251, 243))\"},children:[\"driven by passion,\",/*#__PURE__*/_jsx(\"br\",{}),\"powered by expertise.\"]})}),className:\"framer-1rc6d5m\",\"data-framer-name\":\"MAKE YOUR DREAM GARDEN INTO REALITY\",fonts:[\"GF;Plus Jakarta Sans-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lfb81\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"WCy79qsPu\"},implicitPathVariables:undefined},{href:{webPageId:\"WCy79qsPu\"},implicitPathVariables:undefined},{href:{webPageId:\"WCy79qsPu\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1izti6x-container\",isModuleExternal:true,nodeId:\"ia9ZeGMsh\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{EnxaUqNG8:resolvedLinks[1]},ORl6yZS2Q:{EnxaUqNG8:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ArrowButtonActive,{EnxaUqNG8:resolvedLinks[0],height:\"100%\",id:\"ia9ZeGMsh\",layoutId:\"ia9ZeGMsh\",style:{height:\"100%\",width:\"100%\"},variant:\"nNWgUdR7C\",width:\"100%\"})})})})})})]})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ml510d\",\"data-framer-name\":\"Green\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s3uwxf\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{y:(componentViewport?.y||0)+0+6236+0+0},ORl6yZS2Q:{y:(componentViewport?.y||0)+0+6174+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:356,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+6310+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ghbwvb-container\",nodeId:\"UIuOfRbcb\",scopeId:\"h9QiNBeoh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AgPUbRvxb:{variant:\"a6H6VZyUV\"},ORl6yZS2Q:{variant:\"NC_yDrEdC\"}},children:/*#__PURE__*/_jsx(Footer2,{height:\"100%\",id:\"UIuOfRbcb\",layoutId:\"UIuOfRbcb\",style:{width:\"100%\"},variant:\"Dd7bUqSFa\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bULRs.framer-1htdoz9, .framer-bULRs .framer-1htdoz9 { display: block; }\",\".framer-bULRs.framer-1fl8ejp { align-content: center; align-items: center; background-color: #f9fbf3; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-bULRs .framer-y048ea, .framer-bULRs .framer-6zm1yp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bULRs .framer-db9uxf { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 188px; height: min-content; justify-content: flex-start; max-width: 1920px; overflow: visible; padding: 40px 80px 40px 80px; position: relative; width: 1px; }\",\".framer-bULRs .framer-67adwh-container, .framer-bULRs .framer-1ghbwvb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bULRs.framer-wer1yg { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-bULRs.framer-12757pv-container { flex: none; height: 100vh; left: 0px; position: fixed; right: 0px; top: 0px; }\",\".framer-bULRs .framer-f1juzp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bULRs .framer-za5ssu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bULRs .framer-16vdveb, .framer-bULRs .framer-sqhoar { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.75; position: relative; white-space: pre; width: auto; }\",\".framer-bULRs .framer-fkbfai { align-content: center; align-items: center; background-color: var(--token-2cea0ecc-9836-4375-a80c-26247641252f, #f9fbf3); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 16px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bULRs .framer-6gewyj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bULRs .framer-ojlizs { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1920px; overflow: visible; padding: 50px 80px 50px 80px; position: relative; width: 1px; }\",\".framer-bULRs .framer-rcvc5a, .framer-bULRs .framer-1dgx4dj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1920px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bULRs .framer-xfq7s4 { flex: none; height: 30px; left: 0px; position: absolute; top: 189px; width: 30px; z-index: 1; }\",\".framer-bULRs .framer-11dbq2x { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 405px; word-break: break-word; word-wrap: break-word; }\",\".framer-bULRs .framer-1s39i9e-container { flex: none; height: auto; left: 0px; position: absolute; top: 250px; width: auto; z-index: 1; }\",\".framer-bULRs .framer-en09v2 { flex: none; height: 30px; left: 66px; position: absolute; text-decoration: none; top: 187px; width: 30px; z-index: 1; }\",\".framer-bULRs .framer-fnqrqu, .framer-bULRs .framer-e2tvfk { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.95 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 61px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bULRs .framer-15tr2vy, .framer-bULRs .framer-1xtlsj3 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; opacity: 0.75; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bULRs .framer-uy02as { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1920px; overflow: visible; padding: 80px; position: relative; width: 100%; }\",\".framer-bULRs .framer-12gm2t6 { align-content: center; align-items: center; background-color: var(--token-0dbc90f2-59b7-4066-9162-91184e9cc572, #e1ece3); 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-bULRs .framer-r5w6f5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 160px; justify-content: center; max-width: 1920px; overflow: hidden; padding: 64px 80px 64px 80px; position: relative; width: 1px; }\",\".framer-bULRs .framer-t4dst5-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-bULRs .framer-1aziezv, .framer-bULRs .framer-s127e4, .framer-bULRs .framer-1r8r568, .framer-bULRs .framer-ry859g, .framer-bULRs .framer-gtdyu1, .framer-bULRs .framer-5hd01l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bULRs .framer-qxp0xo, .framer-bULRs .framer-1853x2k, .framer-bULRs .framer-8hh6w5, .framer-bULRs .framer-n3urdc, .framer-bULRs .framer-1td51i4 { aspect-ratio: 2.488372093023256 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); position: relative; width: 133px; }\",\".framer-bULRs .framer-bpiz04 { aspect-ratio: 2.488372093023256 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); position: relative; width: 132px; }\",\".framer-bULRs .framer-81pbjs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bULRs .framer-13bl8xm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; max-width: 1920px; overflow: visible; padding: 80px 80px 0px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-bULRs .framer-13h1kq8 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 508px; justify-content: flex-end; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-bULRs .framer-13gql7n { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bULRs .framer-16z9pra { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 188px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bULRs .framer-11obxna { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 30%; }\",\".framer-bULRs .framer-abigap-container, .framer-bULRs .framer-1u7ulyj-container, .framer-bULRs .framer-16qbcyz-container, .framer-bULRs .framer-1o2dcie-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bULRs .framer-1rc6d5m { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bULRs .framer-lfb81 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 460px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bULRs .framer-1izti6x-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-bULRs .framer-1ml510d { align-content: center; align-items: center; background-color: var(--token-40b101e4-4bd7-49ca-8b91-7207c1239740, #374836); bottom: -8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 266px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-bULRs .framer-1s3uwxf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bULRs.framer-1fl8ejp, .framer-bULRs .framer-y048ea, .framer-bULRs .framer-db9uxf, .framer-bULRs .framer-f1juzp, .framer-bULRs .framer-za5ssu, .framer-bULRs .framer-fkbfai, .framer-bULRs .framer-6zm1yp, .framer-bULRs .framer-ojlizs, .framer-bULRs .framer-fnqrqu, .framer-bULRs .framer-uy02as, .framer-bULRs .framer-e2tvfk, .framer-bULRs .framer-12gm2t6, .framer-bULRs .framer-r5w6f5, .framer-bULRs .framer-1aziezv, .framer-bULRs .framer-s127e4, .framer-bULRs .framer-1r8r568, .framer-bULRs .framer-ry859g, .framer-bULRs .framer-gtdyu1, .framer-bULRs .framer-5hd01l, .framer-bULRs .framer-81pbjs, .framer-bULRs .framer-13bl8xm, .framer-bULRs .framer-13h1kq8, .framer-bULRs .framer-16z9pra, .framer-bULRs .framer-11obxna, .framer-bULRs .framer-lfb81, .framer-bULRs .framer-1ml510d, .framer-bULRs .framer-1s3uwxf { gap: 0px; } .framer-bULRs.framer-1fl8ejp > *, .framer-bULRs .framer-r5w6f5 > *, .framer-bULRs .framer-81pbjs > *, .framer-bULRs .framer-13bl8xm > *, .framer-bULRs .framer-1s3uwxf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bULRs.framer-1fl8ejp > :first-child, .framer-bULRs .framer-db9uxf > :first-child, .framer-bULRs .framer-f1juzp > :first-child, .framer-bULRs .framer-ojlizs > :first-child, .framer-bULRs .framer-uy02as > :first-child, .framer-bULRs .framer-r5w6f5 > :first-child, .framer-bULRs .framer-81pbjs > :first-child, .framer-bULRs .framer-13bl8xm > :first-child, .framer-bULRs .framer-13h1kq8 > :first-child, .framer-bULRs .framer-16z9pra > :first-child, .framer-bULRs .framer-1ml510d > :first-child, .framer-bULRs .framer-1s3uwxf > :first-child { margin-top: 0px; } .framer-bULRs.framer-1fl8ejp > :last-child, .framer-bULRs .framer-db9uxf > :last-child, .framer-bULRs .framer-f1juzp > :last-child, .framer-bULRs .framer-ojlizs > :last-child, .framer-bULRs .framer-uy02as > :last-child, .framer-bULRs .framer-r5w6f5 > :last-child, .framer-bULRs .framer-81pbjs > :last-child, .framer-bULRs .framer-13bl8xm > :last-child, .framer-bULRs .framer-13h1kq8 > :last-child, .framer-bULRs .framer-16z9pra > :last-child, .framer-bULRs .framer-1ml510d > :last-child, .framer-bULRs .framer-1s3uwxf > :last-child { margin-bottom: 0px; } .framer-bULRs .framer-y048ea > *, .framer-bULRs .framer-fkbfai > *, .framer-bULRs .framer-6zm1yp > *, .framer-bULRs .framer-12gm2t6 > *, .framer-bULRs .framer-1aziezv > *, .framer-bULRs .framer-s127e4 > *, .framer-bULRs .framer-1r8r568 > *, .framer-bULRs .framer-ry859g > *, .framer-bULRs .framer-gtdyu1 > *, .framer-bULRs .framer-5hd01l > *, .framer-bULRs .framer-lfb81 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bULRs .framer-y048ea > :first-child, .framer-bULRs .framer-za5ssu > :first-child, .framer-bULRs .framer-fkbfai > :first-child, .framer-bULRs .framer-6zm1yp > :first-child, .framer-bULRs .framer-fnqrqu > :first-child, .framer-bULRs .framer-e2tvfk > :first-child, .framer-bULRs .framer-12gm2t6 > :first-child, .framer-bULRs .framer-1aziezv > :first-child, .framer-bULRs .framer-s127e4 > :first-child, .framer-bULRs .framer-1r8r568 > :first-child, .framer-bULRs .framer-ry859g > :first-child, .framer-bULRs .framer-gtdyu1 > :first-child, .framer-bULRs .framer-5hd01l > :first-child, .framer-bULRs .framer-11obxna > :first-child, .framer-bULRs .framer-lfb81 > :first-child { margin-left: 0px; } .framer-bULRs .framer-y048ea > :last-child, .framer-bULRs .framer-za5ssu > :last-child, .framer-bULRs .framer-fkbfai > :last-child, .framer-bULRs .framer-6zm1yp > :last-child, .framer-bULRs .framer-fnqrqu > :last-child, .framer-bULRs .framer-e2tvfk > :last-child, .framer-bULRs .framer-12gm2t6 > :last-child, .framer-bULRs .framer-1aziezv > :last-child, .framer-bULRs .framer-s127e4 > :last-child, .framer-bULRs .framer-1r8r568 > :last-child, .framer-bULRs .framer-ry859g > :last-child, .framer-bULRs .framer-gtdyu1 > :last-child, .framer-bULRs .framer-5hd01l > :last-child, .framer-bULRs .framer-11obxna > :last-child, .framer-bULRs .framer-lfb81 > :last-child { margin-right: 0px; } .framer-bULRs .framer-db9uxf > *, .framer-bULRs .framer-16z9pra > * { margin: 0px; margin-bottom: calc(188px / 2); margin-top: calc(188px / 2); } .framer-bULRs .framer-f1juzp > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bULRs .framer-za5ssu > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-bULRs .framer-ojlizs > *, .framer-bULRs .framer-uy02as > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bULRs .framer-fnqrqu > *, .framer-bULRs .framer-e2tvfk > * { margin: 0px; margin-left: calc(61px / 2); margin-right: calc(61px / 2); } .framer-bULRs .framer-13h1kq8 > *, .framer-bULRs .framer-1ml510d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bULRs .framer-11obxna > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-bULRs.framer-1fl8ejp { width: 810px; } .framer-bULRs .framer-db9uxf { padding: 40px 50px 40px 50px; } .framer-bULRs.framer-12757pv-container { right: unset; width: 100%; } .framer-bULRs .framer-ojlizs { padding: 50px; } .framer-bULRs .framer-rcvc5a, .framer-bULRs .framer-1dgx4dj { gap: 40px; justify-content: flex-start; } .framer-bULRs .framer-11dbq2x { width: 285px; } .framer-bULRs .framer-1s39i9e-container { height: 44px; } .framer-bULRs .framer-fnqrqu, .framer-bULRs .framer-e2tvfk { flex-direction: column; gap: 0px; } .framer-bULRs .framer-15tr2vy, .framer-bULRs .framer-1xtlsj3 { flex: none; width: 100%; } .framer-bULRs .framer-uy02as { padding: 20px 50px 80px 50px; } .framer-bULRs .framer-r5w6f5 { padding: 64px 50px 64px 50px; } .framer-bULRs .framer-13bl8xm { padding: 80px 50px 0px 50px; } .framer-bULRs .framer-13h1kq8 { height: min-content; } .framer-bULRs .framer-13gql7n { flex: none; height: 460px; } .framer-bULRs .framer-16z9pra { gap: unset; height: 100%; justify-content: space-between; } .framer-bULRs .framer-11obxna { width: 90%; } .framer-bULRs .framer-1rc6d5m { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bULRs .framer-rcvc5a, .framer-bULRs .framer-fnqrqu, .framer-bULRs .framer-1dgx4dj, .framer-bULRs .framer-e2tvfk, .framer-bULRs .framer-16z9pra { gap: 0px; } .framer-bULRs .framer-rcvc5a > *, .framer-bULRs .framer-1dgx4dj > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-bULRs .framer-rcvc5a > :first-child, .framer-bULRs .framer-1dgx4dj > :first-child { margin-left: 0px; } .framer-bULRs .framer-rcvc5a > :last-child, .framer-bULRs .framer-1dgx4dj > :last-child { margin-right: 0px; } .framer-bULRs .framer-fnqrqu > *, .framer-bULRs .framer-e2tvfk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bULRs .framer-fnqrqu > :first-child, .framer-bULRs .framer-e2tvfk > :first-child { margin-top: 0px; } .framer-bULRs .framer-fnqrqu > :last-child, .framer-bULRs .framer-e2tvfk > :last-child { margin-bottom: 0px; } .framer-bULRs .framer-16z9pra > *, .framer-bULRs .framer-16z9pra > :first-child, .framer-bULRs .framer-16z9pra > :last-child { margin: 0px; } }}\",\"@media (max-width: 809px) { .framer-bULRs.framer-1fl8ejp { width: 390px; } .framer-bULRs .framer-y048ea, .framer-bULRs .framer-6zm1yp, .framer-bULRs .framer-12gm2t6 { flex-direction: column; } .framer-bULRs .framer-db9uxf { flex: none; padding: 40px 20px 40px 20px; width: 100%; } .framer-bULRs.framer-12757pv-container { right: unset; width: 100%; } .framer-bULRs .framer-ojlizs { flex: none; padding: 30px 20px 30px 20px; width: 100%; } .framer-bULRs .framer-rcvc5a { flex-direction: column; gap: 100px; justify-content: flex-start; } .framer-bULRs .framer-11dbq2x { width: 100%; } .framer-bULRs .framer-1s39i9e-container { height: 44px; left: 0px; top: 252px; } .framer-bULRs .framer-fnqrqu, .framer-bULRs .framer-e2tvfk { flex: none; flex-direction: column; width: 100%; } .framer-bULRs .framer-15tr2vy, .framer-bULRs .framer-1xtlsj3 { flex: none; width: 100%; } .framer-bULRs .framer-uy02as { padding: 20px 20px 80px 20px; } .framer-bULRs .framer-1dgx4dj { flex-direction: column; gap: 40px; justify-content: flex-start; } .framer-bULRs .framer-r5w6f5 { flex: none; height: min-content; padding: 10px 20px 10px 20px; width: 100%; } .framer-bULRs .framer-t4dst5-container { flex: none; height: 100px; } .framer-bULRs .framer-13bl8xm { padding: 80px 20px 0px 20px; } .framer-bULRs .framer-13h1kq8 { height: min-content; } .framer-bULRs .framer-13gql7n { flex: none; height: min-content; } .framer-bULRs .framer-16z9pra { gap: 80px; } .framer-bULRs .framer-11obxna { flex-direction: column; flex-wrap: nowrap; gap: 12px; width: 90%; } .framer-bULRs .framer-1rc6d5m { white-space: pre-wrap; width: 120%; word-break: break-word; word-wrap: break-word; } .framer-bULRs .framer-lfb81 { align-self: stretch; height: auto; } .framer-bULRs .framer-1ml510d { height: 327px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bULRs .framer-y048ea, .framer-bULRs .framer-6zm1yp, .framer-bULRs .framer-rcvc5a, .framer-bULRs .framer-fnqrqu, .framer-bULRs .framer-1dgx4dj, .framer-bULRs .framer-e2tvfk, .framer-bULRs .framer-12gm2t6, .framer-bULRs .framer-16z9pra, .framer-bULRs .framer-11obxna { gap: 0px; } .framer-bULRs .framer-y048ea > *, .framer-bULRs .framer-6zm1yp > *, .framer-bULRs .framer-12gm2t6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bULRs .framer-y048ea > :first-child, .framer-bULRs .framer-6zm1yp > :first-child, .framer-bULRs .framer-rcvc5a > :first-child, .framer-bULRs .framer-fnqrqu > :first-child, .framer-bULRs .framer-1dgx4dj > :first-child, .framer-bULRs .framer-e2tvfk > :first-child, .framer-bULRs .framer-12gm2t6 > :first-child, .framer-bULRs .framer-16z9pra > :first-child, .framer-bULRs .framer-11obxna > :first-child { margin-top: 0px; } .framer-bULRs .framer-y048ea > :last-child, .framer-bULRs .framer-6zm1yp > :last-child, .framer-bULRs .framer-rcvc5a > :last-child, .framer-bULRs .framer-fnqrqu > :last-child, .framer-bULRs .framer-1dgx4dj > :last-child, .framer-bULRs .framer-e2tvfk > :last-child, .framer-bULRs .framer-12gm2t6 > :last-child, .framer-bULRs .framer-16z9pra > :last-child, .framer-bULRs .framer-11obxna > :last-child { margin-bottom: 0px; } .framer-bULRs .framer-rcvc5a > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-bULRs .framer-fnqrqu > *, .framer-bULRs .framer-e2tvfk > * { margin: 0px; margin-bottom: calc(61px / 2); margin-top: calc(61px / 2); } .framer-bULRs .framer-1dgx4dj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bULRs .framer-16z9pra > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bULRs .framer-11obxna > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4544\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"AgPUbRvxb\":{\"layout\":[\"fixed\",\"auto\"]},\"ORl6yZS2Q\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerh9QiNBeoh=withCSS(Component,css,\"framer-bULRs\");export default Framerh9QiNBeoh;Framerh9QiNBeoh.displayName=\"Cv Tips Dos And Donts\";Framerh9QiNBeoh.defaultProps={height:4544,width:1440};addFonts(Framerh9QiNBeoh,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...Navigation3Fonts,...Sidebar2Fonts,...ButtonV13Fonts,...TickerFonts,...CategoryFonts,...ArrowButtonActiveFonts,...Footer2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerh9QiNBeoh\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4544\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AgPUbRvxb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ORl6yZS2Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Navigation3Fonts", "getFonts", "Y12r8DL9s_default", "Sidebar2Fonts", "dp45rgK1o_default", "RichTextWithFX", "withFX", "RichText2", "ButtonV13Fonts", "SUgvCMsTi_default", "TickerFonts", "Ticker", "CategoryFonts", "D5kgq9qnY_default", "ArrowButtonActiveFonts", "rVHvAro5Q_default", "Footer2Fonts", "Tgq_hFumh_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation", "transition1", "textEffect", "animation1", "transition2", "animation2", "transition3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "V_bJWYH9I3bnx0g", "overlay", "loadMore", "args", "uScDmgstD1wnntms", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "PropertyOverrides2", "l", "ComponentViewportProvider", "Container", "AnimatePresence", "Ga", "x", "Link", "SVG", "ResolveLinks", "resolvedLinks", "css", "Framerh9QiNBeoh", "withCSS", "h9QiNBeoh_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
