{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/lu9OW65FwHUIASszd66W/cEmAdfEn9TvxU9ZO1aS2/Rotating.js", "ssg:https://framerusercontent.com/modules/iUTGH0taH9Pvvz0NcARt/QhZMoq6eKolCBJVpE9Iv/nIhjzvsYj.js", "ssg:https://framerusercontent.com/modules/SocXOMUQ7JyQxKJ9sKgO/VVANuj8HLK2DqDIyDtnY/EnFfDuYXo.js", "ssg:https://framerusercontent.com/modules/EWg6vwWLtGTeW86sODBm/ldWaa8EXNS7TkK3WGEOH/TNYe58DIw.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/ _jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}export function Repeat(Component){return props=>{return /*#__PURE__*/ _jsx(Component,{...props,animate:{rotate:360},transition:{ease:\"linear\",duration:24,repeat:Infinity}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Repeat\":{\"type\":\"reactHoc\",\"name\":\"Repeat\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rotating.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"CJ_3dASda\",\"grattvkdt\",\"ESYqaO1VU\"];const serializationHash=\"framer-v8PV5\";const variantClassNames={CJ_3dASda:\"framer-v-1jbn9b1\",ESYqaO1VU:\"framer-v-7b0fm8\",grattvkdt:\"framer-v-1huigka\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Large:\"CJ_3dASda\",Medium:\"grattvkdt\",Small:\"ESYqaO1VU\"};const getProps=({height,id,logoSVG,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,ChRhZvvH6:logoSVG!==null&&logoSVG!==void 0?logoSVG:props.ChRhZvvH6,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"CJ_3dASda\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,ChRhZvvH6,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"CJ_3dASda\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1jbn9b1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Large\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"CJ_3dASda\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6950abf5-3bfc-4fe9-a7b2-0f809563f20c, rgb(231, 232, 238))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-3d971911-c57c-4f8e-b576-a461fe2fd3ab, rgb(255, 255, 255))\",borderBottomLeftRadius:120,borderBottomRightRadius:120,borderTopLeftRadius:120,borderTopRightRadius:120,boxShadow:\"0px 12px 24px 0px rgba(35, 44, 93, 0.06)\",...style},...addPropertyOverrides({ESYqaO1VU:{\"data-framer-name\":\"Small\"},grattvkdt:{\"data-framer-name\":\"Medium\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ylkczv\",layoutDependency:layoutDependency,layoutId:\"WY4EY6Phd\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:96,intrinsicWidth:96,pixelHeight:96,pixelWidth:96,sizes:\"64px\",...toResponsiveImage(ChRhZvvH6)},className:\"framer-giku1p\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"bRpqyYoMt\",...addPropertyOverrides({ESYqaO1VU:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:96,pixelHeight:96,pixelWidth:96,sizes:\"32px\",...toResponsiveImage(ChRhZvvH6),...{positionX:\"center\",positionY:\"center\"}}},grattvkdt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:96,intrinsicWidth:96,pixelHeight:96,pixelWidth:96,sizes:\"48px\",...toResponsiveImage(ChRhZvvH6),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})})})})});});const css=['.framer-v8PV5[data-border=\"true\"]::after, .framer-v8PV5 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v8PV5.framer-1fqlynm, .framer-v8PV5 .framer-1fqlynm { display: block; }\",\".framer-v8PV5.framer-1jbn9b1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 96px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 96px; will-change: var(--framer-will-change-override, transform); }\",\".framer-v8PV5 .framer-1ylkczv { flex: none; height: 96px; overflow: visible; position: relative; width: 96px; }\",\".framer-v8PV5 .framer-giku1p { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); left: 16px; overflow: hidden; position: absolute; right: 16px; top: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-v8PV5.framer-1jbn9b1 { gap: 0px; } .framer-v8PV5.framer-1jbn9b1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-v8PV5.framer-1jbn9b1 > :first-child { margin-left: 0px; } .framer-v8PV5.framer-1jbn9b1 > :last-child { margin-right: 0px; } }\",\".framer-v8PV5.framer-v-1huigka.framer-1jbn9b1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 80px); width: 80px; }\",\".framer-v8PV5.framer-v-1huigka .framer-1ylkczv { height: 80px; width: 80px; }\",\".framer-v8PV5.framer-v-1huigka .framer-giku1p { height: var(--framer-aspect-ratio-supported, 48px); }\",\".framer-v8PV5.framer-v-7b0fm8.framer-1jbn9b1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 48px); width: 48px; }\",\".framer-v8PV5.framer-v-7b0fm8 .framer-1ylkczv { height: 48px; width: 48px; }\",\".framer-v8PV5.framer-v-7b0fm8 .framer-giku1p { height: var(--framer-aspect-ratio-supported, 32px); left: 8px; right: 8px; top: 8px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 96\n * @framerIntrinsicWidth 96\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"grattvkdt\":{\"layout\":[\"fixed\",\"fixed\"]},\"ESYqaO1VU\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ChRhZvvH6\":\"logoSVG\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramernIhjzvsYj=withCSS(Component,css,\"framer-v8PV5\");export default FramernIhjzvsYj;FramernIhjzvsYj.displayName=\"Testimonials Logo\";FramernIhjzvsYj.defaultProps={height:96,width:96};addPropertyControls(FramernIhjzvsYj,{variant:{options:[\"CJ_3dASda\",\"grattvkdt\",\"ESYqaO1VU\"],optionTitles:[\"Large\",\"Medium\",\"Small\"],title:\"Variant\",type:ControlType.Enum},ChRhZvvH6:{title:\"Logo (SVG)\",type:ControlType.ResponsiveImage}});addFonts(FramernIhjzvsYj,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernIhjzvsYj\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"ChRhZvvH6\\\":\\\"logoSVG\\\"}\",\"framerIntrinsicWidth\":\"96\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"grattvkdt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ESYqaO1VU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"96\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nIhjzvsYj.map", "// Generated by Framer (f44ec39)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Repeat}from\"https://framerusercontent.com/modules/lu9OW65FwHUIASszd66W/cEmAdfEn9TvxU9ZO1aS2/Rotating.js\";import TestimonialsLogo from\"https://framerusercontent.com/modules/iUTGH0taH9Pvvz0NcARt/QhZMoq6eKolCBJVpE9Iv/nIhjzvsYj.js\";const TestimonialsLogoFonts=getFonts(TestimonialsLogo);const MotionDivRepeat=Repeat(motion.div);const cycleOrder=[\"Wwyeyk8h2\",\"HpJa849uH\",\"zLptIV4uw\"];const serializationHash=\"framer-pgrH4\";const variantClassNames={HpJa849uH:\"framer-v-qz5r9e\",Wwyeyk8h2:\"framer-v-124pgt1\",zLptIV4uw:\"framer-v-1i56m1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Desktop:\"Wwyeyk8h2\",Phone:\"zLptIV4uw\",Tablet:\"HpJa849uH\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Wwyeyk8h2\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Wwyeyk8h2\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"zLptIV4uw\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,background:{alt:\"\",fit:\"fit\",intrinsicHeight:274,intrinsicWidth:960,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LfWHO53TDi2DSpIKgHzrTJC1ybQ.svg\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-124pgt1\",className,classNames),\"data-framer-name\":\"Desktop\",initial:variant,layoutDependency:layoutDependency,layoutId:\"Wwyeyk8h2\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({HpJa849uH:{\"data-framer-name\":\"Tablet\"},zLptIV4uw:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nzqb7r\",layoutDependency:layoutDependency,layoutId:\"o7027hw1y\",children:[/*#__PURE__*/_jsxs(MotionDivRepeat,{className:\"framer-1gqhtzr\",layoutDependency:layoutDependency,layoutId:\"b3bRNtbBW\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vyga7i\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"VZnmt2hZV\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fbewxu\",\"data-framer-name\":\"$7\",fill:\"black\",intrinsicHeight:564,intrinsicWidth:564,layoutDependency:layoutDependency,layoutId:\"eO47zdT8y\",svg:'<svg width=\"564\" height=\"564\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M268.159.334a286.645 286.645 0 0 1 27.682 0 1.999 1.999 0 1 1-.193 3.995 282.674 282.674 0 0 0-27.296 0 2 2 0 1 1-.193-3.995Zm-25.28 4.37a2 2 0 0 1-1.688 2.27 276.612 276.612 0 0 0-26.765 5.295 2 2 0 1 1-.969-3.88 280.572 280.572 0 0 1 27.152-5.373 2 2 0 0 1 2.27 1.688Zm78.242 0a2 2 0 0 1 2.27-1.688 280.575 280.575 0 0 1 27.152 5.373 2 2 0 1 1-.969 3.88 276.579 276.579 0 0 0-26.765-5.295 2 2 0 0 1-1.688-2.27Zm-131.596 12.92a2 2 0 0 1-1.21 2.556 276.176 276.176 0 0 0-25.201 10.45 2 2 0 0 1-1.713-3.614 280.107 280.107 0 0 1 25.567-10.602 2 2 0 0 1 2.557 1.21Zm184.95 0a2 2 0 0 1 2.557-1.21 280.107 280.107 0 0 1 25.567 10.602 2 2 0 1 1-1.713 3.615 276.176 276.176 0 0 0-25.201-10.45 2 2 0 0 1-1.21-2.558ZM139.747 40.767a2 2 0 0 1-.684 2.744A278.33 278.33 0 0 0 116.39 58.69a2.001 2.001 0 0 1-2.386-3.211 282.473 282.473 0 0 1 22.999-15.397 2 2 0 0 1 2.744.685Zm284.506 0a2 2 0 0 1 2.744-.685 282.498 282.498 0 0 1 22.999 15.397 2.001 2.001 0 0 1-2.386 3.21 278.33 278.33 0 0 0-22.673-15.178 2 2 0 0 1-.684-2.744ZM95.445 73.188a2 2 0 0 1-.138 2.825 279.745 279.745 0 0 0-19.294 19.294 2 2 0 0 1-2.964-2.687 283.757 283.757 0 0 1 19.57-19.57 2 2 0 0 1 2.826.137Zm373.11 0a2 2 0 0 1 2.825-.139 283.7 283.7 0 0 1 19.571 19.57 2 2 0 0 1-2.963 2.688 279.932 279.932 0 0 0-19.295-19.294 2 2 0 0 1-.138-2.826ZM58.278 113.59a2.001 2.001 0 0 1 .413 2.799 278.33 278.33 0 0 0-15.179 22.673 2 2 0 1 1-3.429-2.06 282.498 282.498 0 0 1 15.397-22.999 2.001 2.001 0 0 1 2.798-.413Zm447.444 0a2.001 2.001 0 0 1 2.798.413 282.554 282.554 0 0 1 15.397 22.999 2 2 0 1 1-3.429 2.06 278.36 278.36 0 0 0-15.179-22.673 2 2 0 0 1 .413-2.799ZM29.68 160.45a2 2 0 0 1 .95 2.664 276.176 276.176 0 0 0-10.45 25.201 2 2 0 0 1-3.766-1.347 280.107 280.107 0 0 1 10.602-25.567 2 2 0 0 1 2.664-.951Zm504.64 0a2 2 0 0 1 2.664.951 280.138 280.138 0 0 1 10.602 25.567 2 2 0 1 1-3.766 1.347 276.067 276.067 0 0 0-10.451-25.201 2 2 0 0 1 .951-2.664ZM10.814 212.001a2 2 0 0 1 1.456 2.425 276.579 276.579 0 0 0-5.296 26.765 2 2 0 1 1-3.958-.582 280.575 280.575 0 0 1 5.373-27.152 2 2 0 0 1 2.425-1.456Zm542.372 0a2 2 0 0 1 2.425 1.456 280.46 280.46 0 0 1 5.373 27.152 2 2 0 0 1-3.958.582 276.625 276.625 0 0 0-5.295-26.765 2 2 0 0 1 1.455-2.425ZM2.428 266.258a2 2 0 0 1 1.901 2.094 282.674 282.674 0 0 0 0 27.296 2 2 0 1 1-3.995.193 286.645 286.645 0 0 1 0-27.682 1.999 1.999 0 0 1 2.094-1.901Zm559.144 0a1.999 1.999 0 0 1 2.094 1.901 286.228 286.228 0 0 1 0 27.682 1.999 1.999 0 1 1-3.995-.193 283.409 283.409 0 0 0 0-27.296 2 2 0 0 1 1.901-2.094ZM4.704 321.121a2 2 0 0 1 2.27 1.688 276.612 276.612 0 0 0 5.295 26.765 2 2 0 1 1-3.88.969 280.572 280.572 0 0 1-5.373-27.152 2 2 0 0 1 1.688-2.27Zm554.592 0a2 2 0 0 1 1.688 2.27 280.46 280.46 0 0 1-5.373 27.152 2 2 0 1 1-3.88-.969 276.625 276.625 0 0 0 5.295-26.765 2 2 0 0 1 2.27-1.688ZM17.623 374.475a2 2 0 0 1 2.557 1.21 276.176 276.176 0 0 0 10.45 25.201 2 2 0 0 1-3.614 1.713 280.107 280.107 0 0 1-10.602-25.567 2 2 0 0 1 1.21-2.557Zm528.754 0a2 2 0 0 1 1.209 2.557 280.138 280.138 0 0 1-10.602 25.567 2 2 0 0 1-3.615-1.713 276.067 276.067 0 0 0 10.451-25.201 2 2 0 0 1 2.557-1.21Zm-505.61 49.778a2 2 0 0 1 2.745.684 278.33 278.33 0 0 0 15.179 22.673 2.001 2.001 0 0 1-3.211 2.386 282.473 282.473 0 0 1-15.397-22.999 2 2 0 0 1 .685-2.744Zm482.465 0a2 2 0 0 1 .685 2.744 282.554 282.554 0 0 1-15.397 22.999 2.001 2.001 0 0 1-3.211-2.386 278.36 278.36 0 0 0 15.179-22.673 2 2 0 0 1 2.744-.684ZM73.187 468.555a2 2 0 0 1 2.826.138 279.65 279.65 0 0 0 19.294 19.294 2.001 2.001 0 0 1-2.687 2.964 283.678 283.678 0 0 1-19.57-19.571 2 2 0 0 1 .137-2.825Zm417.626 0a2 2 0 0 1 .138 2.825 283.621 283.621 0 0 1-19.571 19.571 2 2 0 0 1-2.687-2.963 279.837 279.837 0 0 0 19.294-19.295 2.001 2.001 0 0 1 2.826-.138Zm-377.222 37.167a2 2 0 0 1 2.799-.413 278.36 278.36 0 0 0 22.673 15.179 2 2 0 1 1-2.06 3.429 282.554 282.554 0 0 1-22.999-15.397 2.001 2.001 0 0 1-.413-2.798Zm336.818 0a2.001 2.001 0 0 1-.413 2.798 282.554 282.554 0 0 1-22.999 15.397 2 2 0 1 1-2.06-3.429 278.36 278.36 0 0 0 22.673-15.179 2 2 0 0 1 2.799.413ZM160.45 534.32a2 2 0 0 1 2.664-.951 276.067 276.067 0 0 0 25.201 10.451 2 2 0 0 1-1.347 3.766 280.138 280.138 0 0 1-25.567-10.602 2 2 0 0 1-.951-2.664Zm243.1 0a2 2 0 0 1-.951 2.664 280.138 280.138 0 0 1-25.567 10.602 2 2 0 1 1-1.347-3.766 276.067 276.067 0 0 0 25.201-10.451 2 2 0 0 1 2.664.951Zm-191.549 18.866a2 2 0 0 1 2.425-1.455 276.625 276.625 0 0 0 26.765 5.295 2 2 0 1 1-.582 3.958 280.46 280.46 0 0 1-27.152-5.373 2 2 0 0 1-1.456-2.425Zm139.998 0a2 2 0 0 1-1.456 2.425 280.46 280.46 0 0 1-27.152 5.373 2 2 0 0 1-.582-3.958 276.625 276.625 0 0 0 26.765-5.295 2 2 0 0 1 2.425 1.455Zm-85.741 8.386a2 2 0 0 1 2.094-1.901 283.409 283.409 0 0 0 27.296 0 2 2 0 0 1 .193 3.995 286.228 286.228 0 0 1-27.682 0 1.999 1.999 0 0 1-1.901-2.094Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h00d70\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"GejUpESdq\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1e81kdd\",\"data-framer-name\":\"$6\",fill:\"black\",intrinsicHeight:484,intrinsicWidth:484,layoutDependency:layoutDependency,layoutId:\"zugKMOPTJ\",svg:'<svg width=\"484\" height=\"484\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M230.122.286a246.038 246.038 0 0 1 23.756 0 2 2 0 0 1-.193 3.996 242.04 242.04 0 0 0-23.37 0 2 2 0 0 1-.193-3.996Zm45.128 3.99a2 2 0 0 1 2.27-1.687 240.884 240.884 0 0 1 23.301 4.61 2.001 2.001 0 0 1-.969 3.88 236.858 236.858 0 0 0-22.915-4.533 2 2 0 0 1-1.687-2.27Zm-66.5 0a2 2 0 0 1-1.687 2.27 236.858 236.858 0 0 0-22.915 4.534 2 2 0 0 1-.969-3.881 240.884 240.884 0 0 1 23.301-4.61 2 2 0 0 1 2.27 1.687Zm-45.746 11.02a2 2 0 0 1-1.209 2.556 236.43 236.43 0 0 0-21.575 8.947 2 2 0 0 1-1.713-3.615 240.516 240.516 0 0 1 21.94-9.098 2 2 0 0 1 2.557 1.21Zm157.992 0a2 2 0 0 1 2.557-1.21 240.516 240.516 0 0 1 21.94 9.098 2 2 0 1 1-1.713 3.615 236.486 236.486 0 0 0-21.575-8.947 2 2 0 0 1-1.209-2.557ZM120.314 35.082a2 2 0 0 1-.685 2.744 238.351 238.351 0 0 0-19.41 12.995 2 2 0 0 1-2.386-3.212 242.305 242.305 0 0 1 19.737-13.212 2 2 0 0 1 2.744.684Zm243.372 0a2 2 0 0 1 2.744-.685 242.338 242.338 0 0 1 19.737 13.213 2.001 2.001 0 0 1-2.386 3.21 238.377 238.377 0 0 0-19.41-12.994 2 2 0 0 1-.685-2.744ZM82.307 62.826a2 2 0 0 1-.138 2.825 239.492 239.492 0 0 0-16.518 16.518 2 2 0 1 1-2.963-2.687 243.481 243.481 0 0 1 16.794-16.794 2 2 0 0 1 2.825.138Zm319.386 0a2 2 0 0 1 2.825-.138 243.566 243.566 0 0 1 16.794 16.794 2 2 0 0 1-2.963 2.687 239.575 239.575 0 0 0-16.518-16.518 2 2 0 0 1-.138-2.825ZM50.409 97.42a2 2 0 0 1 .413 2.798 238.377 238.377 0 0 0-12.995 19.41 2 2 0 1 1-3.43-2.059 242.28 242.28 0 0 1 13.214-19.737 2 2 0 0 1 2.798-.412Zm383.182 0a2 2 0 0 1 2.798.412 242.127 242.127 0 0 1 13.213 19.737 2 2 0 1 1-3.429 2.059 238.147 238.147 0 0 0-12.995-19.41 2.002 2.002 0 0 1 .413-2.798ZM25.848 137.555a2 2 0 0 1 .95 2.664 236.486 236.486 0 0 0-8.946 21.575 2 2 0 1 1-3.766-1.348 240.516 240.516 0 0 1 9.098-21.94 2 2 0 0 1 2.664-.951Zm432.304 0a2 2 0 0 1 2.664.951 240.459 240.459 0 0 1 9.098 21.94 2 2 0 0 1-3.766 1.348 236.29 236.29 0 0 0-8.947-21.575 2 2 0 0 1 .951-2.664ZM9.624 181.723a2 2 0 0 1 1.456 2.425 236.858 236.858 0 0 0-4.534 22.915 2 2 0 0 1-3.957-.583 240.884 240.884 0 0 1 4.61-23.301 2.001 2.001 0 0 1 2.425-1.456Zm464.752 0a2 2 0 0 1 2.425 1.456 240.492 240.492 0 0 1 4.61 23.301 2 2 0 1 1-3.957.583 236.623 236.623 0 0 0-4.534-22.915 2.002 2.002 0 0 1 1.456-2.425Zm7.243 46.498a2.001 2.001 0 0 1 2.095 1.901 246.334 246.334 0 0 1 0 23.756 2.001 2.001 0 0 1-3.996-.193 242.194 242.194 0 0 0 0-23.37 2 2 0 0 1 1.901-2.094Zm-479.238 0a2 2 0 0 1 1.9 2.094 242.04 242.04 0 0 0 0 23.37 2 2 0 0 1-3.995.193 246.038 246.038 0 0 1 0-23.756 2 2 0 0 1 2.095-1.901Zm477.343 47.029a2 2 0 0 1 1.687 2.27 240.492 240.492 0 0 1-4.61 23.301 2 2 0 0 1-3.881-.969 236.623 236.623 0 0 0 4.534-22.915 2 2 0 0 1 2.27-1.687Zm-475.448 0a2 2 0 0 1 2.27 1.687 236.858 236.858 0 0 0 4.534 22.915 1.999 1.999 0 1 1-3.881.969 240.884 240.884 0 0 1-4.61-23.301 2 2 0 0 1 1.687-2.27Zm11.02 45.746a2 2 0 0 1 2.556 1.209 236.43 236.43 0 0 0 8.947 21.575 2 2 0 0 1-3.615 1.713 240.516 240.516 0 0 1-9.098-21.94 2 2 0 0 1 1.21-2.557Zm453.409 0a2 2 0 0 1 1.209 2.557 240.459 240.459 0 0 1-9.098 21.94 2 2 0 0 1-3.615-1.713 236.29 236.29 0 0 0 8.947-21.575 2 2 0 0 1 2.557-1.209Zm-433.623 42.69a2 2 0 0 1 2.745.685 238.351 238.351 0 0 0 12.995 19.41 2.001 2.001 0 0 1-3.212 2.386 242.362 242.362 0 0 1-13.212-19.737 2 2 0 0 1 .684-2.744Zm413.835 0a2 2 0 0 1 .685 2.744 242.185 242.185 0 0 1-13.213 19.737 2.001 2.001 0 0 1-3.211-2.386 238.147 238.147 0 0 0 12.995-19.41 2 2 0 0 1 2.744-.685ZM62.826 401.693a2 2 0 0 1 2.825.138 239.575 239.575 0 0 0 16.518 16.518 2 2 0 1 1-2.687 2.963 243.566 243.566 0 0 1-16.794-16.794 2 2 0 0 1 .138-2.825Zm358.348 0a2 2 0 0 1 .138 2.825 243.65 243.65 0 0 1-16.794 16.794 2 2 0 0 1-2.687-2.963 239.658 239.658 0 0 0 16.518-16.518 2 2 0 0 1 2.825-.138ZM97.421 433.591a2.002 2.002 0 0 1 2.798-.413 238.147 238.147 0 0 0 19.41 12.995 2 2 0 1 1-2.059 3.429 242.127 242.127 0 0 1-19.737-13.213 2 2 0 0 1-.412-2.798Zm289.159 0c.658.887.473 2.14-.413 2.798a242.185 242.185 0 0 1-19.737 13.213 2 2 0 1 1-2.059-3.429 238.147 238.147 0 0 0 19.41-12.995 2.002 2.002 0 0 1 2.799.413Zm-249.024 24.561a2 2 0 0 1 2.664-.951 236.29 236.29 0 0 0 21.575 8.947 2 2 0 1 1-1.348 3.766 240.459 240.459 0 0 1-21.94-9.098 2 2 0 0 1-.951-2.664Zm208.888 0a2 2 0 0 1-.951 2.664 240.459 240.459 0 0 1-21.94 9.098 2 2 0 0 1-1.348-3.766 236.29 236.29 0 0 0 21.575-8.947 2 2 0 0 1 2.664.951Zm-164.721 16.224a2.002 2.002 0 0 1 2.425-1.456 236.623 236.623 0 0 0 22.915 4.534 2 2 0 0 1-.583 3.957 240.492 240.492 0 0 1-23.301-4.61 2 2 0 0 1-1.456-2.425Zm120.553 0a2 2 0 0 1-1.455 2.425 240.492 240.492 0 0 1-23.301 4.61 2 2 0 1 1-.583-3.957 236.623 236.623 0 0 0 22.915-4.534 2 2 0 0 1 2.424 1.456Zm-74.055 7.243a2 2 0 0 1 2.094-1.901 242.194 242.194 0 0 0 23.37 0 2 2 0 0 1 .193 3.996 246.334 246.334 0 0 1-23.756 0 2.001 2.001 0 0 1-1.901-2.095Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ljka61\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"qmV4z9itN\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2wsq8d\",\"data-framer-name\":\"$5\",fill:\"black\",intrinsicHeight:404,intrinsicWidth:404,layoutDependency:layoutDependency,layoutId:\"cObH0umyE\",svg:'<svg width=\"404\" height=\"404\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M192.086.24a205.328 205.328 0 0 1 19.828 0 2 2 0 1 1-.193 3.994 201.322 201.322 0 0 0-19.442 0 2 2 0 1 1-.193-3.995Zm-17.464 3.608a2 2 0 0 1-1.688 2.27 197.03 197.03 0 0 0-19.063 3.772 2 2 0 1 1-.969-3.881 201.011 201.011 0 0 1 19.45-3.848 2 2 0 0 1 2.27 1.687Zm54.756 0a2 2 0 0 1 2.27-1.687 200.95 200.95 0 0 1 19.45 3.848 2 2 0 0 1-.969 3.88 197.03 197.03 0 0 0-19.063-3.77 2 2 0 0 1-1.688-2.27Zm-92.894 9.119a2 2 0 0 1-1.209 2.557 196.71 196.71 0 0 0-17.949 7.443 2 2 0 0 1-1.713-3.615 200.769 200.769 0 0 1 18.314-7.594 2 2 0 0 1 2.557 1.209Zm131.032 0a2 2 0 0 1 2.557-1.21 200.797 200.797 0 0 1 18.314 7.595 2 2 0 0 1-1.713 3.615 196.71 196.71 0 0 0-17.949-7.443 2 2 0 0 1-1.209-2.557Zm-166.635 16.43a2 2 0 0 1-.685 2.744 198.369 198.369 0 0 0-16.148 10.811 2 2 0 0 1-2.386-3.21 202.368 202.368 0 0 1 16.474-11.03 2 2 0 0 1 2.745.685Zm202.238 0a2 2 0 0 1 2.745-.685 202.558 202.558 0 0 1 16.474 11.03 2.001 2.001 0 0 1-2.386 3.21 198.39 198.39 0 0 0-16.148-10.81 2 2 0 0 1-.685-2.745ZM69.169 52.464a2 2 0 0 1-.137 2.825 199.28 199.28 0 0 0-13.743 13.743 2 2 0 1 1-2.963-2.688 203.247 203.247 0 0 1 14.019-14.018 2 2 0 0 1 2.825.138Zm265.661 0a2 2 0 0 1 2.825-.138 203.259 203.259 0 0 1 14.019 14.019 2 2 0 0 1-2.963 2.687 199.29 199.29 0 0 0-13.743-13.743 2 2 0 0 1-.138-2.825ZM42.54 81.25a2 2 0 0 1 .412 2.799 198.38 198.38 0 0 0-10.81 16.148 2 2 0 1 1-3.43-2.06 202.37 202.37 0 0 1 11.03-16.474 2 2 0 0 1 2.797-.413Zm318.921 0a2 2 0 0 1 2.798.413 202.474 202.474 0 0 1 11.029 16.474 2 2 0 0 1-3.429 2.06 198.475 198.475 0 0 0-10.811-16.148 2 2 0 0 1 .413-2.799ZM22.016 114.662a2 2 0 0 1 .95 2.664 196.71 196.71 0 0 0-7.442 17.949 2 2 0 0 1-3.766-1.348 200.797 200.797 0 0 1 7.594-18.314 2 2 0 0 1 2.664-.951Zm359.968 0a2 2 0 0 1 2.664.951 200.682 200.682 0 0 1 7.594 18.314 2 2 0 0 1-3.766 1.348 196.796 196.796 0 0 0-7.443-17.949 2 2 0 0 1 .951-2.664ZM8.434 151.446a2 2 0 0 1 1.456 2.425 197.03 197.03 0 0 0-3.772 19.063 2 2 0 0 1-3.957-.582 201.011 201.011 0 0 1 3.848-19.45 2 2 0 0 1 2.425-1.456Zm387.132 0a2 2 0 0 1 2.425 1.456 200.65 200.65 0 0 1 3.848 19.45 2 2 0 1 1-3.957.582 197.122 197.122 0 0 0-3.772-19.063 2 2 0 0 1 1.456-2.425ZM2.333 190.185a2 2 0 0 1 1.901 2.094 201.322 201.322 0 0 0 0 19.442 2 2 0 1 1-3.995.193 205.328 205.328 0 0 1 0-19.828 2 2 0 0 1 2.094-1.901Zm399.334 0a2 2 0 0 1 2.094 1.901 205.05 205.05 0 0 1 0 19.828 2 2 0 1 1-3.995-.193 202.201 202.201 0 0 0 0-19.442 1.999 1.999 0 0 1 1.901-2.094ZM3.848 229.378a2 2 0 0 1 2.27 1.688 197.03 197.03 0 0 0 3.772 19.063 2 2 0 1 1-3.881.969 201.011 201.011 0 0 1-3.848-19.45 2 2 0 0 1 1.687-2.27Zm396.304 0a2 2 0 0 1 1.687 2.27 200.65 200.65 0 0 1-3.848 19.45 2 2 0 0 1-3.881-.969 197.122 197.122 0 0 0 3.772-19.063 2 2 0 0 1 2.27-1.688ZM12.967 267.516a2 2 0 0 1 2.557 1.209 196.71 196.71 0 0 0 7.443 17.949 2 2 0 0 1-3.615 1.713 200.769 200.769 0 0 1-7.594-18.314 2 2 0 0 1 1.209-2.557Zm378.066 0a2 2 0 0 1 1.209 2.557 200.682 200.682 0 0 1-7.594 18.314 2 2 0 0 1-3.615-1.713 196.796 196.796 0 0 0 7.443-17.949 2 2 0 0 1 2.557-1.209ZM29.397 303.119a2 2 0 0 1 2.744.685 198.364 198.364 0 0 0 10.811 16.148 2 2 0 0 1-3.21 2.386 202.401 202.401 0 0 1-11.03-16.475 2 2 0 0 1 .685-2.744Zm345.206 0a2.001 2.001 0 0 1 .685 2.745 202.924 202.924 0 0 1-11.029 16.474 2.001 2.001 0 0 1-3.211-2.386 198.47 198.47 0 0 0 10.811-16.148 2 2 0 0 1 2.744-.685ZM52.464 334.83a2 2 0 0 1 2.825.138 199.29 199.29 0 0 0 13.743 13.743 2 2 0 1 1-2.688 2.963 203.28 203.28 0 0 1-14.018-14.019 2 2 0 0 1 .138-2.825Zm299.072 0a2 2 0 0 1 .138 2.825 203.293 203.293 0 0 1-14.019 14.019 2 2 0 0 1-2.687-2.963 199.3 199.3 0 0 0 13.743-13.743 2 2 0 0 1 2.825-.138ZM81.25 361.461a2 2 0 0 1 2.798-.413 198.46 198.46 0 0 0 16.148 10.811 2 2 0 1 1-2.06 3.429 202.736 202.736 0 0 1-16.474-11.029 2 2 0 0 1-.413-2.798Zm241.5 0a2 2 0 0 1-.412 2.798 202.507 202.507 0 0 1-16.475 11.029 2 2 0 0 1-2.059-3.429 198.47 198.47 0 0 0 16.148-10.811 2 2 0 0 1 2.798.413Zm-208.088 20.523a2 2 0 0 1 2.664-.951 196.796 196.796 0 0 0 17.949 7.443 2 2 0 0 1-1.348 3.766 200.682 200.682 0 0 1-18.314-7.594 2 2 0 0 1-.951-2.664Zm174.676 0a2 2 0 0 1-.951 2.664 200.682 200.682 0 0 1-18.314 7.594 2 2 0 0 1-1.348-3.766 196.796 196.796 0 0 0 17.949-7.443 2 2 0 0 1 2.664.951Zm-137.892 13.582a2 2 0 0 1 2.425-1.456 197.122 197.122 0 0 0 19.063 3.772 2 2 0 0 1-.582 3.957 200.65 200.65 0 0 1-19.45-3.848 2 2 0 0 1-1.456-2.425Zm101.108 0a2 2 0 0 1-1.456 2.425 200.65 200.65 0 0 1-19.45 3.848 2 2 0 1 1-.582-3.957 197.122 197.122 0 0 0 19.063-3.772 2 2 0 0 1 2.425 1.456Zm-62.369 6.101a1.999 1.999 0 0 1 2.094-1.901 202.201 202.201 0 0 0 19.442 0 1.999 1.999 0 1 1 .193 3.995 205.05 205.05 0 0 1-19.828 0 2 2 0 0 1-1.901-2.094Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z3nmy9\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"qq5mNbU1L\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yc34yy\",\"data-framer-name\":\"$4\",fill:\"black\",intrinsicHeight:324,intrinsicWidth:324,layoutDependency:layoutDependency,layoutId:\"DEEvFmfsv\",svg:'<svg width=\"324\" height=\"324\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.049.192a164.688 164.688 0 0 1 15.902 0 2 2 0 0 1-.193 3.995 160.72 160.72 0 0 0-15.516 0 2 2 0 0 1-.193-3.995Zm29.458 3.228a2 2 0 0 1 2.27-1.687c5.286.777 10.49 1.81 15.598 3.086a2 2 0 1 1-.969 3.88 157.2 157.2 0 0 0-15.211-3.009 2 2 0 0 1-1.688-2.27Zm-43.014 0a2 2 0 0 1-1.688 2.27 157.2 157.2 0 0 0-15.211 3.01 2 2 0 1 1-.969-3.881 161.241 161.241 0 0 1 15.598-3.086 2 2 0 0 1 2.27 1.687Zm73.543 7.219a2 2 0 0 1 2.557-1.21 161.055 161.055 0 0 1 14.688 6.091 2 2 0 0 1-1.713 3.615 157.02 157.02 0 0 0-14.323-5.94 2 2 0 0 1-1.209-2.556Zm-104.072 0a2 2 0 0 1-1.209 2.557c-4.89 1.75-9.67 3.734-14.323 5.939a2 2 0 1 1-1.713-3.615 160.964 160.964 0 0 1 14.688-6.09 2 2 0 0 1 2.557 1.209Zm132.588 13.073a2 2 0 0 1 2.745-.685 162.397 162.397 0 0 1 13.212 8.845 2.001 2.001 0 0 1-2.386 3.21 158.254 158.254 0 0 0-12.886-8.626 2 2 0 0 1-.685-2.744Zm-161.104 0a2 2 0 0 1-.685 2.744 158.284 158.284 0 0 0-12.886 8.627 2 2 0 0 1-2.386-3.211 162.29 162.29 0 0 1 13.212-8.845 2 2 0 0 1 2.745.685Zm186.52 18.39a2 2 0 0 1 2.825-.137 162.945 162.945 0 0 1 11.242 11.242 2 2 0 0 1-2.963 2.687 158.932 158.932 0 0 0-10.966-10.966 2 2 0 0 1-.138-2.825Zm-211.936 0a2 2 0 0 1-.138 2.826 158.98 158.98 0 0 0-10.966 10.966 2 2 0 0 1-2.963-2.687 162.992 162.992 0 0 1 11.242-11.242 2 2 0 0 1 2.825.138ZM289.33 65.08a2 2 0 0 1 2.798.412 162.448 162.448 0 0 1 8.845 13.212 2 2 0 1 1-3.429 2.06 158.156 158.156 0 0 0-8.627-12.886 2 2 0 0 1 .413-2.798Zm-254.66 0a2 2 0 0 1 .413 2.798 158.294 158.294 0 0 0-8.627 12.886 2 2 0 0 1-3.429-2.06 162.272 162.272 0 0 1 8.845-13.212 2 2 0 0 1 2.798-.412Zm271.146 26.69a2 2 0 0 1 2.664.95 160.817 160.817 0 0 1 6.09 14.688 2 2 0 1 1-3.766 1.348c-1.75-4.89-3.734-9.67-5.939-14.323a2 2 0 0 1 .951-2.664Zm-287.632 0a2 2 0 0 1 .95 2.663 157.008 157.008 0 0 0-5.938 14.323 2 2 0 0 1-3.766-1.348 160.967 160.967 0 0 1 6.09-14.688 2 2 0 0 1 2.664-.95Zm298.572 29.4a2 2 0 0 1 2.425 1.456 160.906 160.906 0 0 1 3.086 15.598 2 2 0 1 1-3.957.582 157.319 157.319 0 0 0-3.01-15.211 2 2 0 0 1 1.456-2.425Zm-309.512 0a2 2 0 0 1 1.456 2.425 157.2 157.2 0 0 0-3.01 15.211 2 2 0 1 1-3.957-.582c.777-5.286 1.81-10.49 3.086-15.598a2 2 0 0 1 2.425-1.456Zm-4.958 30.979a2 2 0 0 1 1.901 2.094 160.72 160.72 0 0 0 0 15.516 2 2 0 0 1-3.995.193 164.688 164.688 0 0 1 0-15.902 2 2 0 0 1 2.094-1.901Zm319.428 0a2 2 0 0 1 2.094 1.901 163.84 163.84 0 0 1 0 15.902 2 2 0 0 1-3.995-.193 161.016 161.016 0 0 0 0-15.516 2 2 0 0 1 1.901-2.094ZM3.42 183.507a2 2 0 0 1 2.27 1.688 157.2 157.2 0 0 0 3.01 15.211 2 2 0 1 1-3.881.969 161.241 161.241 0 0 1-3.086-15.598 2 2 0 0 1 1.687-2.27Zm317.16 0a2 2 0 0 1 1.687 2.27 160.906 160.906 0 0 1-3.086 15.598 2 2 0 1 1-3.881-.969 157.319 157.319 0 0 0 3.01-15.211 2 2 0 0 1 2.27-1.688Zm-7.219 30.529a2 2 0 0 1 1.209 2.557 160.904 160.904 0 0 1-6.09 14.688 2 2 0 0 1-3.615-1.713 157.019 157.019 0 0 0 5.939-14.323 2 2 0 0 1 2.557-1.209Zm-302.722 0a2 2 0 0 1 2.557 1.209 157.02 157.02 0 0 0 5.939 14.323 2 2 0 0 1-3.615 1.713 161.053 161.053 0 0 1-6.09-14.688 2 2 0 0 1 1.209-2.557Zm13.073 28.516a2 2 0 0 1 2.744.685 158.229 158.229 0 0 0 8.627 12.886 2.001 2.001 0 0 1-3.211 2.386 162.397 162.397 0 0 1-8.845-13.212 2 2 0 0 1 .685-2.745Zm276.576 0a2 2 0 0 1 .685 2.745 162.554 162.554 0 0 1-8.845 13.212 2.001 2.001 0 0 1-3.211-2.386 158.1 158.1 0 0 0 8.627-12.886 2 2 0 0 1 2.744-.685Zm-18.391 25.416a2 2 0 0 1 .138 2.825 162.877 162.877 0 0 1-11.242 11.242 2 2 0 0 1-2.687-2.963 158.884 158.884 0 0 0 10.966-10.966 2 2 0 0 1 2.825-.138Zm-239.794 0a2 2 0 0 1 2.825.138 158.933 158.933 0 0 0 10.966 10.966 2 2 0 0 1-2.687 2.963 162.924 162.924 0 0 1-11.242-11.242 2 2 0 0 1 .138-2.825Zm22.976 21.362a2 2 0 0 1 2.798-.413 158.14 158.14 0 0 0 12.886 8.627 2 2 0 1 1-2.06 3.429 162.428 162.428 0 0 1-13.212-8.845 2 2 0 0 1-.412-2.798Zm193.843 0a2.001 2.001 0 0 1-.413 2.798 162.554 162.554 0 0 1-13.212 8.845 2 2 0 0 1-2.06-3.429 158.1 158.1 0 0 0 12.886-8.627 2 2 0 0 1 2.799.413ZM91.768 305.816a2 2 0 0 1 2.664-.951 157.007 157.007 0 0 0 14.323 5.939 2 2 0 0 1-1.348 3.766 160.817 160.817 0 0 1-14.688-6.09 2 2 0 0 1-.95-2.664Zm140.464 0a2 2 0 0 1-.951 2.664 160.904 160.904 0 0 1-14.688 6.09 2 2 0 1 1-1.348-3.766c4.89-1.75 9.669-3.734 14.323-5.939a2 2 0 0 1 2.664.951Zm-111.063 10.94a2 2 0 0 1 2.425-1.456 157.319 157.319 0 0 0 15.211 3.01 2 2 0 1 1-.582 3.957 160.906 160.906 0 0 1-15.598-3.086 2 2 0 0 1-1.456-2.425Zm81.662 0a2 2 0 0 1-1.456 2.425 160.906 160.906 0 0 1-15.598 3.086 2 2 0 1 1-.582-3.957 157.319 157.319 0 0 0 15.211-3.01 2 2 0 0 1 2.425 1.456Zm-50.683 4.958a2 2 0 0 1 2.094-1.901 161.016 161.016 0 0 0 15.516 0 2 2 0 0 1 .193 3.995 163.84 163.84 0 0 1-15.902 0 2 2 0 0 1-1.901-2.094Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sdvx0t\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"WB5DxQuLQ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ytejpx\",\"data-framer-name\":\"$3\",fill:\"black\",intrinsicHeight:244,intrinsicWidth:244,layoutDependency:layoutDependency,layoutId:\"jzwLg52wM\",svg:'<svg width=\"244\" height=\"244\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.013.144a124.008 124.008 0 0 1 11.974 0 2 2 0 1 1-.193 3.996 120.014 120.014 0 0 0-11.588 0 2 2 0 1 1-.193-3.996Zm21.623 2.849a1.999 1.999 0 0 1 2.269-1.688c3.982.586 7.901 1.364 11.748 2.324a2 2 0 0 1-.969 3.881 117.41 117.41 0 0 0-11.361-2.248 2 2 0 0 1-1.687-2.27Zm-31.272 0a2 2 0 0 1-1.687 2.27c-3.851.566-7.64 1.318-11.36 2.247a2 2 0 1 1-.97-3.88 121.38 121.38 0 0 1 11.748-2.325 1.999 1.999 0 0 1 2.269 1.688ZM83.444 8.31a2 2 0 0 1-1.21 2.556 117.243 117.243 0 0 0-10.696 4.436 2 2 0 1 1-1.713-3.615A121.242 121.242 0 0 1 80.887 7.1a2 2 0 0 1 2.557 1.21Zm77.112 0a2 2 0 0 1 2.557-1.21 121.233 121.233 0 0 1 11.062 4.587 2 2 0 0 1-1.713 3.615 117.301 117.301 0 0 0-10.697-4.436 2 2 0 0 1-1.209-2.556Zm-98.542 9.715a2 2 0 0 1-.684 2.745 118.214 118.214 0 0 0-9.624 6.442 2 2 0 1 1-2.386-3.21 122.2 122.2 0 0 1 9.95-6.661 2 2 0 0 1 2.744.684Zm119.972 0a2 2 0 0 1 2.744-.684 122.26 122.26 0 0 1 9.95 6.66 2.001 2.001 0 0 1-2.386 3.212 117.99 117.99 0 0 0-9.624-6.443 2 2 0 0 1-.684-2.745ZM42.894 31.741a2 2 0 0 1-.138 2.825 118.77 118.77 0 0 0-8.19 8.19 2 2 0 0 1-2.963-2.687 122.76 122.76 0 0 1 8.466-8.466 2 2 0 0 1 2.825.138Zm158.212 0a2 2 0 0 1 2.825-.138 122.847 122.847 0 0 1 8.466 8.466 2 2 0 0 1-2.963 2.687 118.856 118.856 0 0 0-8.19-8.19 2 2 0 0 1-.138-2.825ZM26.801 48.907a2 2 0 0 1 .413 2.799 117.99 117.99 0 0 0-6.443 9.624 2 2 0 0 1-3.43-2.06 122.22 122.22 0 0 1 6.662-9.95 2 2 0 0 1 2.798-.413Zm190.398 0a2 2 0 0 1 2.798.413c2.377 3.2 4.601 6.52 6.661 9.95a2 2 0 1 1-3.429 2.06 117.854 117.854 0 0 0-6.443-9.624 2.001 2.001 0 0 1 .413-2.799ZM14.352 68.874a2 2 0 0 1 .951 2.664 117.257 117.257 0 0 0-4.436 10.697 2 2 0 1 1-3.766-1.348 121.245 121.245 0 0 1 4.587-11.062 2 2 0 0 1 2.664-.95Zm215.296 0a2 2 0 0 1 2.664.951 121.312 121.312 0 0 1 4.587 11.062 2 2 0 0 1-3.767 1.347 116.9 116.9 0 0 0-4.435-10.696 2 2 0 0 1 .951-2.664ZM6.054 90.891a2 2 0 0 1 1.456 2.425c-.929 3.72-1.681 7.51-2.248 11.361a2 2 0 1 1-3.957-.582 121.38 121.38 0 0 1 2.324-11.748 2 2 0 0 1 2.425-1.456Zm231.892 0a2 2 0 0 1 2.425 1.456c.96 3.847 1.738 7.766 2.324 11.748a1.999 1.999 0 0 1-1.688 2.269 1.999 1.999 0 0 1-2.269-1.687 117.534 117.534 0 0 0-2.248-11.36 2 2 0 0 1 1.456-2.425Zm3.815 23.221a2 2 0 0 1 2.095 1.901 123.87 123.87 0 0 1 0 11.974 2 2 0 0 1-3.996-.193 119.73 119.73 0 0 0 0-11.588 2 2 0 0 1 1.901-2.094Zm-239.522 0a2 2 0 0 1 1.9 2.094 120.014 120.014 0 0 0 0 11.588 2 2 0 1 1-3.995.193 124.008 124.008 0 0 1 0-11.974 2 2 0 0 1 2.095-1.901Zm.754 23.524a2 2 0 0 1 2.27 1.687 117.33 117.33 0 0 0 2.247 11.36 2 2 0 1 1-3.88.97 121.394 121.394 0 0 1-2.325-11.748 1.999 1.999 0 0 1 1.688-2.269Zm238.014 0a1.999 1.999 0 0 1 1.688 2.269 121.687 121.687 0 0 1-2.324 11.748 2 2 0 0 1-3.881-.969c.929-3.72 1.681-7.51 2.248-11.361a1.999 1.999 0 0 1 2.269-1.687ZM8.311 160.556a2 2 0 0 1 2.556 1.209 117.301 117.301 0 0 0 4.436 10.697 2 2 0 0 1-3.615 1.713 121.23 121.23 0 0 1-4.587-11.062 2 2 0 0 1 1.21-2.557Zm227.378 0a2 2 0 0 1 1.21 2.557 121.3 121.3 0 0 1-4.587 11.062 2 2 0 0 1-3.615-1.713 116.958 116.958 0 0 0 4.435-10.697 2.001 2.001 0 0 1 2.557-1.209Zm-217.663 21.43a2 2 0 0 1 2.745.684 118.093 118.093 0 0 0 6.442 9.624 2.001 2.001 0 0 1-3.21 2.386c-2.377-3.2-4.601-6.52-6.661-9.95a2 2 0 0 1 .684-2.744Zm207.948 0a1.999 1.999 0 0 1 .684 2.744c-2.06 3.43-4.284 6.75-6.661 9.95a2.001 2.001 0 0 1-3.211-2.386c2.3-3.095 4.451-6.306 6.443-9.624a2.001 2.001 0 0 1 2.745-.684Zm-194.233 19.12a2 2 0 0 1 2.825.138 118.856 118.856 0 0 0 8.19 8.19 2 2 0 1 1-2.687 2.963 122.847 122.847 0 0 1-8.466-8.466 2 2 0 0 1 .138-2.825Zm180.518 0a2 2 0 0 1 .138 2.825 122.935 122.935 0 0 1-8.466 8.466 2 2 0 0 1-2.687-2.963 118.943 118.943 0 0 0 8.19-8.19 2 2 0 0 1 2.825-.138ZM48.908 217.199a2.001 2.001 0 0 1 2.798-.413c3.095 2.3 6.306 4.451 9.624 6.443a2 2 0 0 1-2.06 3.429c-3.43-2.06-6.75-4.284-9.95-6.661a2 2 0 0 1-.413-2.798Zm146.185 0c.658.887.473 2.14-.413 2.798-3.2 2.377-6.52 4.601-9.95 6.661a1.999 1.999 0 1 1-2.06-3.429 117.733 117.733 0 0 0 9.624-6.443 2.002 2.002 0 0 1 2.799.413ZM68.874 229.648a2 2 0 0 1 2.664-.951 116.914 116.914 0 0 0 10.697 4.435 2 2 0 0 1-1.348 3.767 121.312 121.312 0 0 1-11.062-4.587 2 2 0 0 1-.95-2.664Zm106.252 0a2 2 0 0 1-.951 2.664 121.3 121.3 0 0 1-11.062 4.587 2 2 0 0 1-1.348-3.767 116.958 116.958 0 0 0 10.697-4.435 2 2 0 0 1 2.664.951Zm-84.235 8.298a2 2 0 0 1 2.425-1.456c3.72.929 7.51 1.681 11.361 2.248a1.999 1.999 0 0 1 1.687 2.269 1.999 1.999 0 0 1-2.269 1.688c-3.982-.586-7.9-1.364-11.748-2.324a2 2 0 0 1-1.456-2.425Zm62.217 0a2 2 0 0 1-1.455 2.425c-3.847.96-7.766 1.738-11.748 2.324a1.999 1.999 0 0 1-2.269-1.688 1.999 1.999 0 0 1 1.687-2.269 117.476 117.476 0 0 0 11.36-2.248 2 2 0 0 1 2.425 1.456Zm-38.996 3.815a2 2 0 0 1 2.094-1.901 119.73 119.73 0 0 0 11.588 0 2 2 0 0 1 .193 3.996 123.87 123.87 0 0 1-11.974 0 2 2 0 0 1-1.901-2.095Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dybeyj\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"POuaJUTqA\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y4vd1z\",\"data-framer-name\":\"$2\",fill:\"black\",intrinsicHeight:164,intrinsicWidth:164,layoutDependency:layoutDependency,layoutId:\"CaB_TT4zV\",svg:'<svg width=\"164\" height=\"164\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M73.962.39a82.967 82.967 0 0 1 16.076 0 2 2 0 1 1-.387 3.98 78.97 78.97 0 0 0-15.302 0 2 2 0 1 1-.387-3.98Zm29.355 4.455a2 2 0 0 1 2.494-1.334 81.513 81.513 0 0 1 14.852 6.158 2 2 0 0 1-1.889 3.526 77.5 77.5 0 0 0-14.123-5.856 2 2 0 0 1-1.334-2.494Zm-42.634 0A2 2 0 0 1 59.35 7.34a77.505 77.505 0 0 0-14.123 5.856 2 2 0 0 1-1.889-3.526A81.506 81.506 0 0 1 58.19 3.511a2 2 0 0 1 2.494 1.334Zm70.524 14.042a2 2 0 0 1 2.815-.276 82.548 82.548 0 0 1 11.367 11.367 2 2 0 0 1-3.091 2.54 78.548 78.548 0 0 0-10.815-10.816 2 2 0 0 1-.276-2.815Zm-98.414 0a2 2 0 0 1-.276 2.815 78.484 78.484 0 0 0-10.815 10.815 2 2 0 1 1-3.09-2.539 82.478 82.478 0 0 1 11.366-11.367 2 2 0 0 1 2.815.276ZM151.624 42.52a2 2 0 0 1 2.707.818 81.546 81.546 0 0 1 6.158 14.852 2 2 0 0 1-3.828 1.16 77.49 77.49 0 0 0-5.856-14.123 2 2 0 0 1 .819-2.707Zm-139.248 0a2 2 0 0 1 .82 2.707A77.505 77.505 0 0 0 7.339 59.35a2 2 0 1 1-3.828-1.16 81.506 81.506 0 0 1 6.158-14.852 2 2 0 0 1 2.707-.819Zm149.051 29.646a2 2 0 0 1 2.184 1.797 83.103 83.103 0 0 1 0 16.076 2 2 0 1 1-3.981-.387c.245-2.517.37-5.069.37-7.651s-.125-5.134-.37-7.65a2 2 0 0 1 1.797-2.185Zm-158.854 0A2 2 0 0 1 4.37 74.35a78.97 78.97 0 0 0 0 15.302 2 2 0 1 1-3.98.387 82.967 82.967 0 0 1 0-16.076 2 2 0 0 1 2.183-1.797Zm156.582 31.152a2 2 0 0 1 1.334 2.494 81.553 81.553 0 0 1-6.158 14.852 2 2 0 0 1-3.526-1.889 77.486 77.486 0 0 0 5.856-14.123 2 2 0 0 1 2.494-1.334Zm-154.31 0a2 2 0 0 1 2.494 1.334 77.501 77.501 0 0 0 5.856 14.123 2 2 0 1 1-3.526 1.889 81.513 81.513 0 0 1-6.158-14.852 2 2 0 0 1 1.334-2.494Zm140.268 27.89a2 2 0 0 1 .276 2.815 82.618 82.618 0 0 1-11.367 11.367 2 2 0 0 1-2.539-3.091 78.618 78.618 0 0 0 10.815-10.815 2 2 0 0 1 2.815-.276Zm-126.226 0a2 2 0 0 1 2.815.276 78.554 78.554 0 0 0 10.815 10.815 2 2 0 0 1-2.539 3.091 82.548 82.548 0 0 1-11.367-11.367 2 2 0 0 1 .276-2.815Zm23.632 20.417a2 2 0 0 1 2.707-.819 77.49 77.49 0 0 0 14.123 5.856 2 2 0 1 1-1.16 3.828 81.546 81.546 0 0 1-14.852-6.158 2 2 0 0 1-.819-2.707Zm78.962 0a2 2 0 0 1-.818 2.707 81.553 81.553 0 0 1-14.852 6.158 2 2 0 1 1-1.16-3.828 77.486 77.486 0 0 0 14.123-5.856 1.999 1.999 0 0 1 2.707.819Zm-49.316 9.803a2 2 0 0 1 2.184-1.797c2.517.245 5.069.37 7.651.37s5.134-.125 7.65-.37a2 2 0 1 1 .388 3.981 83.103 83.103 0 0 1-16.076 0 2 2 0 0 1-1.797-2.184Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r7lcz0\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"LP05XQSCt\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1loya33\",\"data-framer-name\":\"$1\",fill:\"black\",intrinsicHeight:84,intrinsicWidth:84,layoutDependency:layoutDependency,layoutId:\"lqHRy7P3W\",svg:'<svg width=\"84\" height=\"84\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M36.517.355A42.379 42.379 0 0 1 42 0c1.857 0 3.688.12 5.483.355a2 2 0 0 1-.517 3.966A38.376 38.376 0 0 0 42 4c-1.684 0-3.341.11-4.966.321a2 2 0 0 1-.517-3.966Zm18.947 3.914a2 2 0 0 1 2.614-1.081 41.958 41.958 0 0 1 9.492 5.49 2 2 0 0 1-2.437 3.172 37.957 37.957 0 0 0-8.588-4.967 2 2 0 0 1-1.08-2.614Zm-26.928 0a2 2 0 0 1-1.081 2.614 37.957 37.957 0 0 0-8.588 4.967 2 2 0 0 1-2.437-3.172 41.956 41.956 0 0 1 9.492-5.49 2 2 0 0 1 2.614 1.081Zm43.981 11.794a2 2 0 0 1 2.805.367 41.954 41.954 0 0 1 5.49 9.492 2 2 0 1 1-3.695 1.533 37.957 37.957 0 0 0-4.967-8.588 2 2 0 0 1 .367-2.804Zm-61.034 0a2 2 0 0 1 .367 2.804 37.957 37.957 0 0 0-4.967 8.588 2 2 0 1 1-3.695-1.533 41.958 41.958 0 0 1 5.49-9.492 2 2 0 0 1 2.805-.367Zm69.92 18.73a2 2 0 0 1 2.242 1.724 42.378 42.378 0 0 1 0 10.966 2 2 0 0 1-3.966-.517 38.558 38.558 0 0 0 0-9.932 2 2 0 0 1 1.724-2.242Zm-78.806 0a2 2 0 0 1 1.724 2.241A38.376 38.376 0 0 0 4 42c0 1.684.11 3.341.321 4.966a2 2 0 0 1-3.966.517A42.379 42.379 0 0 1 0 42c0-1.857.12-3.688.355-5.483a2 2 0 0 1 2.242-1.725Zm77.133 20.67a2 2 0 0 1 1.081 2.614 41.956 41.956 0 0 1-5.49 9.492 2 2 0 0 1-3.172-2.437 37.957 37.957 0 0 0 4.967-8.588 2 2 0 0 1 2.614-1.08Zm-75.462 0a2 2 0 0 1 2.614 1.081 37.957 37.957 0 0 0 4.967 8.588 2 2 0 0 1-3.172 2.437 41.956 41.956 0 0 1-5.49-9.492 2 2 0 0 1 1.081-2.614Zm63.668 17.053a2 2 0 0 1-.367 2.805 41.954 41.954 0 0 1-9.492 5.49 2 2 0 1 1-1.533-3.695 37.957 37.957 0 0 0 8.588-4.967 2 2 0 0 1 2.804.367Zm-51.874 0a2 2 0 0 1 2.804-.367 37.957 37.957 0 0 0 8.588 4.967 2 2 0 0 1-1.533 3.695 41.956 41.956 0 0 1-9.492-5.49 2 2 0 0 1-.367-2.805Zm18.73 8.886a2 2 0 0 1 2.241-1.724 38.406 38.406 0 0 0 9.933.001 2 2 0 1 1 .517 3.966A42.378 42.378 0 0 1 42 84c-1.857 0-3.688-.12-5.483-.355a2 2 0 0 1-1.725-2.242Z\" fill=\"#E7E8EE\"/></svg>',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jyq9vh-container\",layoutDependency:layoutDependency,layoutId:\"xJOWuPT17-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/hINttDhIWx9b13bfhZS96X5SI4.svg\"},\"Amazon S3 Glacier\"),height:\"100%\",id:\"xJOWuPT17\",layoutId:\"xJOWuPT17\",style:{height:\"100%\",width:\"100%\"},variant:\"CJ_3dASda\",width:\"100%\"})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fpq2dq\",layoutDependency:layoutDependency,layoutId:\"sOAWU19CM\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 88.84768681197744%)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-orj5ub\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"n4jCvnPoi\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qbte2o-container\",layoutDependency:layoutDependency,layoutId:\"R22h4meCQ-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/l5FnwSjlqlY99i3BMkKUmveiy8.svg\"},\"OpenStack Swift\"),height:\"100%\",id:\"R22h4meCQ\",layoutId:\"R22h4meCQ\",style:{height:\"100%\",width:\"100%\"},variant:\"grattvkdt\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"ESYqaO1VU\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jjc1wf-container\",layoutDependency:layoutDependency,layoutId:\"wUTl_kh0T-container\",transformTemplate:transformTemplate,children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/5qiIHWkyCAsTyo4tY9To347qjI.svg\"},\"Wasabi Cloud\"),height:\"100%\",id:\"wUTl_kh0T\",layoutId:\"wUTl_kh0T\",style:{height:\"100%\",width:\"100%\"},variant:\"grattvkdt\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"ESYqaO1VU\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b15gqg-container\",layoutDependency:layoutDependency,layoutId:\"Rn804oH_S-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/xGyrbUc27FSU1ZJgRV4NtEFo5CU.svg\"},\"Amazon S3 Bucket\"),height:\"100%\",id:\"Rn804oH_S\",layoutId:\"Rn804oH_S\",style:{height:\"100%\",width:\"100%\"},variant:\"grattvkdt\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"ESYqaO1VU\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1phcaak-container\",layoutDependency:layoutDependency,layoutId:\"pBwaCVOCk-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/vHwqyzBnie6SFDzn351qsazyN4M.svg\"},\"Google Cloud\"),height:\"100%\",id:\"pBwaCVOCk\",layoutId:\"pBwaCVOCk\",style:{height:\"100%\",width:\"100%\"},variant:\"CJ_3dASda\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"grattvkdt\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4n6b2c-container\",layoutDependency:layoutDependency,layoutId:\"eavzHIdVj-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/JzhP3V1DaCCTZ3Us30wq4qScYc.svg\"},\"Alibaba Cloud\"),height:\"100%\",id:\"eavzHIdVj\",layoutId:\"eavzHIdVj\",style:{height:\"100%\",width:\"100%\"},variant:\"CJ_3dASda\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"grattvkdt\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a0s8h2-container\",layoutDependency:layoutDependency,layoutId:\"gi0DuCBAv-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/hINttDhIWx9b13bfhZS96X5SI4.svg\"},\"Amazon S3 Glacier\"),height:\"100%\",id:\"gi0DuCBAv\",layoutId:\"gi0DuCBAv\",style:{height:\"100%\",width:\"100%\"},variant:\"grattvkdt\",width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bx9g0o-container\",layoutDependency:layoutDependency,layoutId:\"Vvcnxv8Di-container\",children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/B6EuyLA8VGVjrO9vQSE1807tE.svg\"},\"Azure Blob Container\"),height:\"100%\",id:\"Vvcnxv8Di\",layoutId:\"Vvcnxv8Di\",style:{height:\"100%\",width:\"100%\"},variant:\"CJ_3dASda\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"grattvkdt\"}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bvoi4s-container\",layoutDependency:layoutDependency,layoutId:\"RUU7AzhAa-container\",transformTemplate:transformTemplate,children:/*#__PURE__*/_jsx(TestimonialsLogo,{ChRhZvvH6:addImageAlt({src:\"https://framerusercontent.com/images/mtf5u6OKmkHbYZKj38nPNkeXLm4.svg\"},\"Microsoft OneDrive\"),height:\"100%\",id:\"RUU7AzhAa\",layoutId:\"RUU7AzhAa\",style:{height:\"100%\",width:\"100%\"},variant:\"CJ_3dASda\",width:\"100%\",...addPropertyOverrides({zLptIV4uw:{variant:\"grattvkdt\"}},baseVariant,gestureVariant)})})]})]})})});});const css=['.framer-pgrH4[data-border=\"true\"]::after, .framer-pgrH4 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pgrH4.framer-108ud9s, .framer-pgrH4 .framer-108ud9s { display: block; }\",\".framer-pgrH4.framer-124pgt1 { height: 300px; position: relative; width: 1080px; }\",\".framer-pgrH4 .framer-nzqb7r { bottom: 0px; flex: none; height: 270px; left: calc(50.00000000000002% - 564px / 2); overflow: hidden; position: absolute; width: 564px; }\",\".framer-pgrH4 .framer-1gqhtzr { bottom: -300px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-vyga7i { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-fbewxu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 564px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-1h00d70 { flex: none; height: 484px; left: calc(50.00000000000002% - 484px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 484px / 2); width: 484px; }\",\".framer-pgrH4 .framer-1e81kdd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 484px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-ljka61 { flex: none; height: 404px; left: calc(50.00000000000002% - 404px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 404px / 2); width: 404px; }\",\".framer-pgrH4 .framer-2wsq8d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 404px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-z3nmy9 { flex: none; height: 324px; left: calc(50.00000000000002% - 324px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 324px / 2); width: 324px; }\",\".framer-pgrH4 .framer-yc34yy { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 324px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-1sdvx0t { flex: none; height: 244px; left: calc(50.00000000000002% - 244px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 244px / 2); width: 244px; }\",\".framer-pgrH4 .framer-1ytejpx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 244px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-dybeyj { flex: none; height: 164px; left: calc(50.00000000000002% - 164px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 164px / 2); width: 164px; }\",\".framer-pgrH4 .framer-1y4vd1z { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 164px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-1r7lcz0 { flex: none; height: 84px; left: calc(50.00000000000002% - 84px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 84px / 2); width: 84px; }\",\".framer-pgrH4 .framer-1loya33 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 84px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-pgrH4 .framer-1jyq9vh-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); position: absolute; right: -149px; top: -225px; width: 96px; }\",\".framer-pgrH4 .framer-1fpq2dq { bottom: 0px; flex: none; height: 69px; left: 0px; overflow: hidden; position: absolute; right: 0px; }\",\".framer-pgrH4 .framer-orj5ub { flex: none; height: 255px; left: calc(50.00000000000002% - 558px / 2); overflow: visible; position: absolute; top: 0px; width: 558px; }\",\".framer-pgrH4 .framer-qbte2o-container { aspect-ratio: 1 / 1; bottom: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 80px); position: absolute; right: 129px; width: 80px; }\",\".framer-pgrH4 .framer-jjc1wf-container { aspect-ratio: 1 / 1; bottom: 56px; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 50%; position: absolute; width: 80px; }\",\".framer-pgrH4 .framer-1b15gqg-container { aspect-ratio: 1 / 1; bottom: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 80px); left: 129px; position: absolute; width: 80px; }\",\".framer-pgrH4 .framer-1phcaak-container { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); left: 0px; position: absolute; width: 96px; }\",\".framer-pgrH4 .framer-4n6b2c-container { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 96px); position: absolute; right: 0px; width: 96px; }\",\".framer-pgrH4 .framer-a0s8h2-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); position: absolute; right: 88px; top: 48px; width: 96px; }\",\".framer-pgrH4 .framer-bx9g0o-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); left: 88px; position: absolute; top: 48px; width: 96px; }\",\".framer-pgrH4 .framer-bvoi4s-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); left: 50%; position: absolute; top: 0px; width: 96px; }\",\".framer-pgrH4.framer-v-qz5r9e.framer-124pgt1 { width: 800px; }\",\".framer-pgrH4.framer-v-1i56m1.framer-124pgt1 { height: 250px; width: 300px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-nzqb7r { height: 250px; left: calc(50.00000000000002% - 300px / 2); width: 300px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1gqhtzr { bottom: -200px; top: -42px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1h00d70 { height: 300px; left: calc(50.00000000000002% - 300px / 2); overflow: visible; top: calc(50.00000000000002% - 300px / 2); width: 300px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1e81kdd { height: var(--framer-aspect-ratio-supported, 300px); }\",\".framer-pgrH4.framer-v-1i56m1 .framer-ljka61 { height: 250px; left: calc(50.00000000000002% - 250px / 2); overflow: visible; top: calc(50.00000000000002% - 250px / 2); width: 250px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-2wsq8d { height: var(--framer-aspect-ratio-supported, 250px); }\",\".framer-pgrH4.framer-v-1i56m1 .framer-z3nmy9 { height: 200px; left: calc(50.00000000000002% - 200px / 2); overflow: visible; top: calc(50.00000000000002% - 200px / 2); width: 200px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-yc34yy { height: var(--framer-aspect-ratio-supported, 200px); }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1sdvx0t { height: 150px; left: calc(50.00000000000002% - 150px / 2); overflow: visible; top: calc(50.00000000000002% - 150px / 2); width: 150px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1ytejpx { height: var(--framer-aspect-ratio-supported, 150px); }\",\".framer-pgrH4.framer-v-1i56m1 .framer-dybeyj { height: 100px; left: calc(50.00000000000002% - 100px / 2); overflow: visible; top: calc(50.00000000000002% - 100px / 2); width: 100px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1y4vd1z { height: var(--framer-aspect-ratio-supported, 100px); }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1r7lcz0 { height: 50px; left: calc(50.00000000000002% - 50px / 2); overflow: visible; top: calc(50.00000000000002% - 50px / 2); width: 50px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1loya33 { height: var(--framer-aspect-ratio-supported, 50px); }\",\".framer-pgrH4.framer-v-1i56m1 .framer-orj5ub { bottom: 30px; height: 200px; left: 0px; right: 0px; top: unset; width: unset; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-qbte2o-container { bottom: 0px; height: var(--framer-aspect-ratio-supported, 48px); left: 84px; right: unset; width: 48px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-jjc1wf-container { bottom: 52px; height: var(--framer-aspect-ratio-supported, 48px); width: 48px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1b15gqg-container { bottom: 0px; height: var(--framer-aspect-ratio-supported, 48px); left: unset; right: 84px; width: 48px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-1phcaak-container, .framer-pgrH4.framer-v-1i56m1 .framer-4n6b2c-container { height: var(--framer-aspect-ratio-supported, 64px); width: 64px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-a0s8h2-container { height: var(--framer-aspect-ratio-supported, 64px); right: 204px; top: 58px; width: 64px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-bx9g0o-container { height: var(--framer-aspect-ratio-supported, 64px); left: 204px; top: 58px; width: 64px; }\",\".framer-pgrH4.framer-v-1i56m1 .framer-bvoi4s-container { height: var(--framer-aspect-ratio-supported, 64px); top: 8px; width: 64px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"HpJa849uH\":{\"layout\":[\"fixed\",\"fixed\"]},\"zLptIV4uw\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerEnFfDuYXo=withCSS(Component,css,\"framer-pgrH4\");export default FramerEnFfDuYXo;FramerEnFfDuYXo.displayName=\"Integrations Circle\";FramerEnFfDuYXo.defaultProps={height:300,width:1080};addPropertyControls(FramerEnFfDuYXo,{variant:{options:[\"Wwyeyk8h2\",\"HpJa849uH\",\"zLptIV4uw\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerEnFfDuYXo,[...TestimonialsLogoFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEnFfDuYXo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1080\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"300\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HpJa849uH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zLptIV4uw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Button from\"https://framerusercontent.com/modules/jaiz3gHgyc9EZkfHY65T/72nDXTfEhARQvqptNrtZ/a6jwwISx6.js\";import IntegrationsCircle from\"https://framerusercontent.com/modules/SocXOMUQ7JyQxKJ9sKgO/VVANuj8HLK2DqDIyDtnY/EnFfDuYXo.js\";import SecondaryHeader from\"https://framerusercontent.com/modules/3ljarz6L2zyme2i007CJ/8jvD8viLRw57xIVs2BZQ/YHcXpuFxx.js\";const SecondaryHeaderFonts=getFonts(SecondaryHeader);const IntegrationsCircleFonts=getFonts(IntegrationsCircle);const ButtonFonts=getFonts(Button);const cycleOrder=[\"aWcikCmO_\",\"d2PkLebmO\",\"aPt_ykpnS\"];const serializationHash=\"framer-YmvVq\";const variantClassNames={aPt_ykpnS:\"framer-v-h6fr9\",aWcikCmO_:\"framer-v-lplz7h\",d2PkLebmO:\"framer-v-ghjp4o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"aWcikCmO_\",Phone:\"aPt_ykpnS\",Tablet:\"d2PkLebmO\"};const getProps=({buttonIsVisible,height,id,width,...props})=>{return{...props,mrQjH7clq:buttonIsVisible??props.mrQjH7clq??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"aWcikCmO_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,mrQjH7clq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aWcikCmO_\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lplz7h\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"aWcikCmO_\",ref:refBinding,style:{...style},...addPropertyOverrides({aPt_ykpnS:{\"data-framer-name\":\"Phone\"},d2PkLebmO:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ibbkp7\",\"data-framer-name\":\"Secondary Header\",layoutDependency:layoutDependency,layoutId:\"aLqVzQqMy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:134,width:`min(${componentViewport?.width||\"100vw\"}, ${componentViewport?.width||\"100vw\"} * 12)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||517)-0-529)/2+0+0)+0+0,...addPropertyOverrides({aPt_ykpnS:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, (${componentViewport?.width||\"100vw\"} - 32px) * 12)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-536)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e0qvzb-container\",layoutDependency:layoutDependency,layoutId:\"tP3f1l1qC-container\",nodeId:\"tP3f1l1qC\",rendersWithMotion:true,scopeId:\"TNYe58DIw\",children:/*#__PURE__*/_jsx(SecondaryHeader,{Bn5oA7vkk:\"Cloudback supports top cloud storage providers and the most popular messengers\",FgI1wb2OQ:\"Integration with storages and messengers\",height:\"100%\",id:\"tP3f1l1qC\",J9kq0624Q:\"INTEGRATIONS\",layoutId:\"tP3f1l1qC\",style:{width:\"100%\"},variant:\"tMdQp2CtL\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-181m8m3-container\",layoutDependency:layoutDependency,layoutId:\"pEJaLAgRD-container\",nodeId:\"pEJaLAgRD\",rendersWithMotion:true,scopeId:\"TNYe58DIw\",children:/*#__PURE__*/_jsx(IntegrationsCircle,{height:\"100%\",id:\"pEJaLAgRD\",layoutId:\"pEJaLAgRD\",style:{height:\"100%\",width:\"100%\"},variant:\"Wwyeyk8h2\",width:\"100%\",...addPropertyOverrides({aPt_ykpnS:{variant:\"zLptIV4uw\"},d2PkLebmO:{variant:\"HpJa849uH\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16tl6y9\",layoutDependency:layoutDependency,layoutId:\"fweF6sg6l\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"180px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||517)-0-529)/2+429+64)+0,...addPropertyOverrides({aPt_ykpnS:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-536)/2+384+64)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s5aaei-container\",layoutDependency:layoutDependency,layoutId:\"htQxUD9yF-container\",nodeId:\"htQxUD9yF\",rendersWithMotion:true,scopeId:\"TNYe58DIw\",children:/*#__PURE__*/_jsx(Button,{fDOqwHOez:\"Start for free\",GhtYfOfnL:\"https://app.cloudback.it/\",height:\"100%\",id:\"htQxUD9yF\",layoutId:\"htQxUD9yF\",o6h8Up7D_:true,style:{width:\"100%\"},variant:\"ebrqXdGoJ\",width:\"100%\",XLPgCrYd9:\"arrow-right\",ZCPC42K_Y:false,zGGb62oKO:true})})}),mrQjH7clq&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gsvU9nY0w\"},implicitPathVariables:undefined},{href:{webPageId:\"gsvU9nY0w\"},implicitPathVariables:undefined},{href:{webPageId:\"gsvU9nY0w\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,width:\"180px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||517)-0-529)/2+429+64)+0,...addPropertyOverrides({aPt_ykpnS:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-536)/2+384+64)+0+52}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e5iiqc-container\",layoutDependency:layoutDependency,layoutId:\"VAK6xajsz-container\",nodeId:\"VAK6xajsz\",rendersWithMotion:true,scopeId:\"TNYe58DIw\",children:/*#__PURE__*/_jsx(Button,{fDOqwHOez:\"All Integrations\",GhtYfOfnL:resolvedLinks[0],height:\"100%\",id:\"VAK6xajsz\",layoutId:\"VAK6xajsz\",o6h8Up7D_:true,style:{width:\"100%\"},variant:\"th83vpQYO\",width:\"100%\",XLPgCrYd9:\"chevron-right\",ZCPC42K_Y:false,zGGb62oKO:true,...addPropertyOverrides({aPt_ykpnS:{GhtYfOfnL:resolvedLinks[2]},d2PkLebmO:{GhtYfOfnL:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YmvVq.framer-17xfn27, .framer-YmvVq .framer-17xfn27 { display: block; }\",\".framer-YmvVq.framer-lplz7h { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1080px; }\",\".framer-YmvVq .framer-1ibbkp7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1200%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YmvVq .framer-1e0qvzb-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-YmvVq .framer-181m8m3-container { flex: none; height: 295px; position: relative; width: 1080px; }\",\".framer-YmvVq .framer-16tl6y9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YmvVq .framer-s5aaei-container, .framer-YmvVq .framer-1e5iiqc-container { flex: none; height: auto; position: relative; width: 180px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YmvVq.framer-lplz7h, .framer-YmvVq .framer-1ibbkp7, .framer-YmvVq .framer-16tl6y9 { gap: 0px; } .framer-YmvVq.framer-lplz7h > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YmvVq.framer-lplz7h > :first-child, .framer-YmvVq .framer-1ibbkp7 > :first-child { margin-top: 0px; } .framer-YmvVq.framer-lplz7h > :last-child, .framer-YmvVq .framer-1ibbkp7 > :last-child { margin-bottom: 0px; } .framer-YmvVq .framer-1ibbkp7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YmvVq .framer-16tl6y9 > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-YmvVq .framer-16tl6y9 > :first-child { margin-left: 0px; } .framer-YmvVq .framer-16tl6y9 > :last-child { margin-right: 0px; } }\",\".framer-YmvVq.framer-v-h6fr9.framer-lplz7h { padding: 0px 16px 0px 16px; width: 450px; }\",\".framer-YmvVq.framer-v-h6fr9 .framer-181m8m3-container { height: 250px; width: 300px; }\",\".framer-YmvVq.framer-v-h6fr9 .framer-16tl6y9 { flex-direction: column; gap: 16px; }\",\".framer-YmvVq.framer-v-h6fr9 .framer-s5aaei-container, .framer-YmvVq.framer-v-h6fr9 .framer-1e5iiqc-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-YmvVq.framer-v-h6fr9 .framer-16tl6y9 { gap: 0px; } .framer-YmvVq.framer-v-h6fr9 .framer-16tl6y9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YmvVq.framer-v-h6fr9 .framer-16tl6y9 > :first-child { margin-top: 0px; } .framer-YmvVq.framer-v-h6fr9 .framer-16tl6y9 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 517\n * @framerIntrinsicWidth 1080\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"d2PkLebmO\":{\"layout\":[\"fixed\",\"auto\"]},\"aPt_ykpnS\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"mrQjH7clq\":\"buttonIsVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTNYe58DIw=withCSS(Component,css,\"framer-YmvVq\");export default FramerTNYe58DIw;FramerTNYe58DIw.displayName=\"Block - Integrations\";FramerTNYe58DIw.defaultProps={height:517,width:1080};addPropertyControls(FramerTNYe58DIw,{variant:{options:[\"aWcikCmO_\",\"d2PkLebmO\",\"aPt_ykpnS\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},mrQjH7clq:{defaultValue:true,title:\"Button is Visible\",type:ControlType.Boolean}});addFonts(FramerTNYe58DIw,[{explicitInter:true,fonts:[]},...SecondaryHeaderFonts,...IntegrationsCircleFonts,...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTNYe58DIw\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"517\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1080\",\"framerVariables\":\"{\\\"mrQjH7clq\\\":\\\"buttonIsVisible\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d2PkLebmO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aPt_ykpnS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "Repeat", "Component", "props", "p", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "logoSVG", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ChRhZvvH6", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Image2", "css", "FramernIhjzvsYj", "withCSS", "nIhjzvsYj_default", "addPropertyControls", "ControlType", "addFonts", "TestimonialsLogoFonts", "getFonts", "nIhjzvsYj_default", "MotionDivRepeat", "Repeat", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "addImageAlt", "image", "alt", "transformTemplate", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "SVG", "css", "FramerEnFfDuYXo", "withCSS", "EnFfDuYXo_default", "addPropertyControls", "ControlType", "addFonts", "SecondaryHeaderFonts", "getFonts", "YHcXpuFxx_default", "IntegrationsCircleFonts", "EnFfDuYXo_default", "ButtonFonts", "a6jwwISx6_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "buttonIsVisible", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "mrQjH7clq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "css", "FramerTNYe58DIw", "withCSS", "TNYe58DIw_default", "addPropertyControls", "ControlType", "addFonts"]
}
