{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/XLifWq7WS0egZGhbTwq0/fPDBVMc2my5JEKjLdnsX/Floating_Stars.js", "ssg:https://framerusercontent.com/modules/FnTh1C2qeEMxlOAH3Qyv/y3FSJrJWH7s0EUMz0FLI/nKHx7Snly.js", "ssg:https://framerusercontent.com/modules/uzwRlHNhQXMOphMGGCTY/Yrq6SD1Zj2vEq9ZFJh1D/gywQbKq2s.js", "ssg:https://framerusercontent.com/modules/yOMHdDZGblWijp6d8oYh/FF0pA9zKmMhwXSH6pG3l/hfisuLKRr.js", "ssg:https://framerusercontent.com/modules/Jfqp0EeAiNO3RMceoS8B/L9Z3c5cSTDEnM5O8n8VF/bQP2xXHBV.js", "ssg:https://framerusercontent.com/modules/xzNsWidq4AsWTt6s7CnO/du0UO1IkXPJsVCvdf6zL/uClrg7vmm.js", "ssg:https://framerusercontent.com/modules/yqW2zCvzevOxxOOplcPc/AeatEv91YA49eTexs7G4/uQgFIjOQp.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import React from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export default function FloatingStars(props){const{size,color,speed,count,swayAmount,speedRandomness,sizeRandomness,swayRandomness}=props;const generateStar=index=>({id:`star-${index}`,left:`${Math.random()*100}%`,speed:speed*(1+(Math.random()-.5)*2*speedRandomness),size:size*(1+(Math.random()-.5)*2*sizeRandomness),sway:swayAmount*(1+(Math.random()-.5)*2*swayRandomness),startPosition:Math.random()*100,swayOffset:Math.random()*Math.PI*2});const stars=React.useMemo(()=>Array.from({length:count},(_,i)=>generateStar(i)),[count,size,speed,speedRandomness,sizeRandomness,swayAmount,swayRandomness]);return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",overflow:\"hidden\",position:\"relative\"},children:stars.map(star=>/*#__PURE__*/_jsx(motion.div,{style:{width:star.size,height:star.size,borderRadius:\"50%\",backgroundColor:color,position:\"absolute\",left:star.left,bottom:`${-star.size}px`},animate:{bottom:[\"0%\",\"100%\"],x:[`-${star.sway}px`,`${star.sway}px`,`-${star.sway}px`]},transition:{bottom:{repeat:Infinity,repeatType:\"loop\",duration:10/star.speed,ease:\"linear\",delay:-(10/star.speed*(star.startPosition/100))},x:{repeat:Infinity,duration:3+Math.random()*2,ease:\"easeInOut\"}}},star.id))});}FloatingStars.defaultProps={size:5,color:\"#FFFFFF\",speed:1,count:20,swayAmount:10,speedRandomness:.5,sizeRandomness:.5,swayRandomness:.5};addPropertyControls(FloatingStars,{size:{type:ControlType.Number,title:\"Size\",min:1,max:50,defaultValue:FloatingStars.defaultProps.size},color:{type:ControlType.Color,title:\"Color\",defaultValue:FloatingStars.defaultProps.color},speed:{type:ControlType.Number,title:\"Speed\",min:.1,max:5,step:.1,defaultValue:FloatingStars.defaultProps.speed},count:{type:ControlType.Number,title:\"Count\",min:1,max:100,step:1,defaultValue:FloatingStars.defaultProps.count},swayAmount:{type:ControlType.Number,title:\"Sway Amount\",min:0,max:50,step:1,defaultValue:FloatingStars.defaultProps.swayAmount},speedRandomness:{type:ControlType.Number,title:\"Speed Randomness\",min:0,max:1,step:.1,defaultValue:FloatingStars.defaultProps.speedRandomness},sizeRandomness:{type:ControlType.Number,title:\"Size Randomness\",min:0,max:1,step:.1,defaultValue:FloatingStars.defaultProps.sizeRandomness},swayRandomness:{type:ControlType.Number,title:\"Sway Randomness\",min:0,max:1,step:.1,defaultValue:FloatingStars.defaultProps.swayRandomness}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FloatingStars\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Floating_Stars.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/hCGZ0jaoQMYGpkAxVvo1/nxiE9O6l0dnaRVlArODf/iA2Yi3O9a.js\";const enabledGestures={Z1q67pET8:{hover:true},zyxE0v1d9:{hover:true}};const cycleOrder=[\"Z1q67pET8\",\"zyxE0v1d9\"];const serializationHash=\"framer-CcDHG\";const variantClassNames={Z1q67pET8:\"framer-v-1jir9wr\",zyxE0v1d9:\"framer-v-2pxbd7\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;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={Dark:\"Z1q67pET8\",Light:\"zyxE0v1d9\"};const getProps=({height,id,link,name1,portrait,profession,width,...props})=>{return{...props,EPi1SmRQp:name1??props.EPi1SmRQp??\"Ian\",eUknabKp2:profession??props.eUknabKp2??\"Creative Director\",mQDvvrlXQ:link??props.mQDvvrlXQ,variant:humanReadableVariantMap[props.variant]??props.variant??\"Z1q67pET8\",y43x5rbdx:portrait??props.y43x5rbdx??{alt:\"Ian Avatar\",src:\"https://framerusercontent.com/images/G8qz1llJvDPPkIo4pqwVzZf7Kxw.png\"}};};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,y43x5rbdx,EPi1SmRQp,eUknabKp2,mQDvvrlXQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Z1q67pET8\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:mQDvvrlXQ,motionChild:true,nodeId:\"Z1q67pET8\",scopeId:\"nKHx7Snly\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1jir9wr\",className,classNames)} framer-kgzeuo`,\"data-border\":true,\"data-framer-name\":\"Dark\",layoutDependency:layoutDependency,layoutId:\"Z1q67pET8\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4ee600e9-b261-4d58-ac71-46221076960e, rgba(255, 255, 255, 0.12))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",background:'linear-gradient(105deg, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)) /* {\"name\":\"Dark\"} */ -50%, rgb(0, 0, 0) 150%)',boxShadow:\"0px 0px 32px 0px rgba(0, 0, 0, 0.12)\",...style},variants:{\"Z1q67pET8-hover\":{\"--border-color\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},\"zyxE0v1d9-hover\":{\"--border-color\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},zyxE0v1d9:{background:'linear-gradient(105deg, var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ -50%, var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255)) /* {\"name\":\"Muted\"} */ 150%)'}},...addPropertyOverrides({\"Z1q67pET8-hover\":{\"data-framer-name\":undefined},\"zyxE0v1d9-hover\":{\"data-framer-name\":undefined},zyxE0v1d9:{\"data-framer-name\":\"Light\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cieecc\",\"data-framer-name\":\"Frame\",layoutDependency:layoutDependency,layoutId:\"Cp3FdnKQF\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76))\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},variants:{\"Z1q67pET8-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},zyxE0v1d9:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-4ee600e9-b261-4d58-ac71-46221076960e, rgba(255, 255, 255, 0.12))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"dashed\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-c2404f29-5d75-43ae-9091-9362defd9433, rgba(225, 217, 255, 0.6))\"}},...addPropertyOverrides({zyxE0v1d9:{\"data-border\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:128,intrinsicWidth:128,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(10+((componentViewport?.height||80)-20-60)/2)+-3),pixelHeight:128,pixelWidth:128,sizes:\"66px\",...toResponsiveImage(y43x5rbdx)},className:\"framer-aflkwl\",\"data-framer-name\":\"Portrait\",layoutDependency:layoutDependency,layoutId:\"QcEhErVwC\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nh2y32\",\"data-framer-name\":\"Nameplate\",layoutDependency:layoutDependency,layoutId:\"Tb6pmpzYa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, rgb(255, 255, 255)))\"},children:\"Ian\"})}),className:\"framer-i9hdrw\",\"data-framer-name\":\"Name\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"YN9O7z7wa\",style:{\"--extracted-r6o4lv\":\"var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, rgb(255, 255, 255))\"},text:EPi1SmRQp,variants:{\"Z1q67pET8-hover\":{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},\"zyxE0v1d9-hover\":{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},zyxE0v1d9:{\"--extracted-r6o4lv\":\"var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Z1q67pET8-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\"},children:\"Ian\"})})},\"zyxE0v1d9-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\"},children:\"Ian\"})})},zyxE0v1d9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18)))\"},children:\"Ian\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pho8ni\",\"data-styles-preset\":\"iA2Yi3O9a\",children:\"Creative Director\"})}),className:\"framer-1kd6dm9\",\"data-framer-name\":\"Profession\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F40l1IpBl\",text:eUknabKp2,variants:{zyxE0v1d9:{\"--extracted-r6o4lv\":\"var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zyxE0v1d9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1pho8ni\",\"data-styles-preset\":\"iA2Yi3O9a\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)))\"},children:\"Creative Director\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CcDHG.framer-kgzeuo, .framer-CcDHG .framer-kgzeuo { display: block; }\",\".framer-CcDHG.framer-1jir9wr { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 10px 15px 10px 15px; position: relative; text-decoration: none; width: 301px; }\",\".framer-CcDHG .framer-1cieecc { flex: none; height: 60px; overflow: hidden; position: relative; width: 60px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CcDHG .framer-aflkwl { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 66px); left: 50%; position: absolute; top: -3px; width: 66px; }\",\".framer-CcDHG .framer-1nh2y32 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CcDHG .framer-i9hdrw, .framer-CcDHG .framer-1kd6dm9 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CcDHG.framer-1jir9wr, .framer-CcDHG .framer-1nh2y32 { gap: 0px; } .framer-CcDHG.framer-1jir9wr > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-CcDHG.framer-1jir9wr > :first-child { margin-left: 0px; } .framer-CcDHG.framer-1jir9wr > :last-child { margin-right: 0px; } .framer-CcDHG .framer-1nh2y32 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-CcDHG .framer-1nh2y32 > :first-child { margin-top: 0px; } .framer-CcDHG .framer-1nh2y32 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,'.framer-CcDHG[data-border=\"true\"]::after, .framer-CcDHG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 301\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zyxE0v1d9\":{\"layout\":[\"fixed\",\"auto\"]},\"zDPIqPA6r\":{\"layout\":[\"fixed\",\"auto\"]},\"zgVaedU59\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"y43x5rbdx\":\"portrait\",\"EPi1SmRQp\":\"name1\",\"eUknabKp2\":\"profession\",\"mQDvvrlXQ\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernKHx7Snly=withCSS(Component,css,\"framer-CcDHG\");export default FramernKHx7Snly;FramernKHx7Snly.displayName=\"Agent: Card (Legacy)\";FramernKHx7Snly.defaultProps={height:80,width:301};addPropertyControls(FramernKHx7Snly,{variant:{options:[\"Z1q67pET8\",\"zyxE0v1d9\"],optionTitles:[\"Dark\",\"Light\"],title:\"Variant\",type:ControlType.Enum},y43x5rbdx:{__defaultAssetReference:\"data:framer/asset-reference,G8qz1llJvDPPkIo4pqwVzZf7Kxw.png?originalFilename=%3Furl%3D%252Fmedia%252Fcharacters.avatars%252Fagent-ian.png&preferredSize=auto\",__vekterDefault:{alt:\"Ian Avatar\",assetReference:\"data:framer/asset-reference,G8qz1llJvDPPkIo4pqwVzZf7Kxw.png?originalFilename=%3Furl%3D%252Fmedia%252Fcharacters.avatars%252Fagent-ian.png&preferredSize=auto\"},title:\"Portrait\",type:ControlType.ResponsiveImage},EPi1SmRQp:{defaultValue:\"Ian\",displayTextArea:false,title:\"Name\",type:ControlType.String},eUknabKp2:{defaultValue:\"Creative Director\",displayTextArea:false,title:\"Profession\",type:ControlType.String},mQDvvrlXQ:{title:\"Link\",type:ControlType.Link}});addFonts(FramernKHx7Snly,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernKHx7Snly\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"301\",\"framerVariables\":\"{\\\"y43x5rbdx\\\":\\\"portrait\\\",\\\"EPi1SmRQp\\\":\\\"name1\\\",\\\"eUknabKp2\\\":\\\"profession\\\",\\\"mQDvvrlXQ\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zyxE0v1d9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zDPIqPA6r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zgVaedU59\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nKHx7Snly.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,Link,PathVariablesContext,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CMSItemsTicker from\"https://framerusercontent.com/modules/MEwNH2Jtzb5hmutaeYr3/s0NAuQV3FXizgKMH3FKe/CMSItemsTicker.js\";import Agents from\"https://framerusercontent.com/modules/qcq9d3pvHYSpNWeclVmw/FK9H1Efd2U3wfV2ZytCX/M83ByV7Xa.js\";import AgentCard from\"https://framerusercontent.com/modules/FnTh1C2qeEMxlOAH3Qyv/y3FSJrJWH7s0EUMz0FLI/nKHx7Snly.js\";const AgentCardFonts=getFonts(AgentCard);const CMSItemsTickerFonts=getFonts(CMSItemsTicker);const cycleOrder=[\"kpdZlk7oY\",\"o0dZbTk0u\",\"smafcqv77\"];const serializationHash=\"framer-q4uiB\";const variantClassNames={kpdZlk7oY:\"framer-v-4qhi23\",o0dZbTk0u:\"framer-v-e5riup\",smafcqv77:\"framer-v-pftj1r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"Wl0DFundN\",data:Agents,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"Wl0DFundN\",name:\"fnJMmcwM1\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"kpMZIiQhD\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"eWQHlZcmv\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"EFCJo3Q0O\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"id\",type:\"Identifier\"}],where:{collection:\"Wl0DFundN\",name:\"jmHzVWEhE\",type:\"Identifier\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"CCSf0ymB1\",data:Agents,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},offset:{type:\"LiteralValue\",value:10},select:[{collection:\"CCSf0ymB1\",name:\"fnJMmcwM1\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"kpMZIiQhD\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"eWQHlZcmv\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"EFCJo3Q0O\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"id\",type:\"Identifier\"}],where:{collection:\"CCSf0ymB1\",name:\"jmHzVWEhE\",type:\"Identifier\"}});const query2=prequery=>prequery({from:{alias:\"PXv2BXsa4\",data:Agents,type:\"Collection\"},limit:{type:\"LiteralValue\",value:20},select:[{collection:\"PXv2BXsa4\",name:\"fnJMmcwM1\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"kpMZIiQhD\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"eWQHlZcmv\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"EFCJo3Q0O\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"id\",type:\"Identifier\"}],where:{collection:\"PXv2BXsa4\",name:\"jmHzVWEhE\",type:\"Identifier\"}});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:\"kpdZlk7oY\",Phone:\"smafcqv77\",Tablet:\"o0dZbTk0u\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"kpdZlk7oY\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fnJMmcwM1Wl0DFundN,kpMZIiQhDWl0DFundN,eWQHlZcmvWl0DFundN,EFCJo3Q0OWl0DFundN,idWl0DFundN,fnJMmcwM1CCSf0ymB1,kpMZIiQhDCCSf0ymB1,eWQHlZcmvCCSf0ymB1,EFCJo3Q0OCCSf0ymB1,idCCSf0ymB1,fnJMmcwM1PXv2BXsa4,kpMZIiQhDPXv2BXsa4,eWQHlZcmvPXv2BXsa4,EFCJo3Q0OPXv2BXsa4,idPXv2BXsa4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kpdZlk7oY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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.section,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4qhi23\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"kpdZlk7oY\",ref:ref??ref1,style:{...style},...addPropertyOverrides({o0dZbTk0u:{\"data-framer-name\":\"Tablet\"},smafcqv77:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xfo3gx-container\",layoutDependency:layoutDependency,layoutId:\"DGv41v8Bz-container\",children:/*#__PURE__*/_jsx(CMSItemsTicker,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8tqp31\",\"data-framer-name\":\"Row 1\",layoutDependency:layoutDependency,layoutId:\"Wl0DFundN\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Wl0DFundN\",data:Agents,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"Wl0DFundN\",name:\"fnJMmcwM1\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"kpMZIiQhD\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"eWQHlZcmv\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"EFCJo3Q0O\",type:\"Identifier\"},{collection:\"Wl0DFundN\",name:\"id\",type:\"Identifier\"}],where:{collection:\"Wl0DFundN\",name:\"jmHzVWEhE\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({EFCJo3Q0O:EFCJo3Q0OWl0DFundN,eWQHlZcmv:eWQHlZcmvWl0DFundN,fnJMmcwM1:fnJMmcwM1Wl0DFundN,id:idWl0DFundN,kpMZIiQhD:kpMZIiQhDWl0DFundN},index)=>{fnJMmcwM1Wl0DFundN??=\"\";eWQHlZcmvWl0DFundN??=\"\";EFCJo3Q0OWl0DFundN??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Wl0DFundN-${idWl0DFundN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fnJMmcwM1:fnJMmcwM1Wl0DFundN},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fnJMmcwM1:fnJMmcwM1Wl0DFundN},webPageId:\"L8FMESLQu\"},nodeId:\"PtfQou0cn\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1tx2hvg framer-ue566l\",layoutDependency:layoutDependency,layoutId:\"PtfQou0cn\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"301px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-98azec-container\",layoutDependency:layoutDependency,layoutId:\"bklxfcuaR-container\",children:/*#__PURE__*/_jsx(AgentCard,{EPi1SmRQp:eWQHlZcmvWl0DFundN,eUknabKp2:EFCJo3Q0OWl0DFundN,height:\"100%\",id:\"bklxfcuaR\",layoutId:\"bklxfcuaR\",style:{width:\"100%\"},variant:\"Z1q67pET8\",width:\"100%\",y43x5rbdx:toResponsiveImage(kpMZIiQhDWl0DFundN)})})})})})})},idWl0DFundN);})})})})})],direction:\"left\",draggable:false,fixedWidth:200,height:\"100%\",id:\"DGv41v8Bz\",itemSpacing:15,itemWidth:\"auto\",layoutId:\"DGv41v8Bz\",speed:.25,style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kshqrx-container\",layoutDependency:layoutDependency,layoutId:\"OjUa9n5f7-container\",children:/*#__PURE__*/_jsx(CMSItemsTicker,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1szeupo\",\"data-framer-name\":\"Row 2\",layoutDependency:layoutDependency,layoutId:\"CCSf0ymB1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"CCSf0ymB1\",data:Agents,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},offset:{type:\"LiteralValue\",value:10},select:[{collection:\"CCSf0ymB1\",name:\"fnJMmcwM1\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"kpMZIiQhD\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"eWQHlZcmv\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"EFCJo3Q0O\",type:\"Identifier\"},{collection:\"CCSf0ymB1\",name:\"id\",type:\"Identifier\"}],where:{collection:\"CCSf0ymB1\",name:\"jmHzVWEhE\",type:\"Identifier\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({EFCJo3Q0O:EFCJo3Q0OCCSf0ymB1,eWQHlZcmv:eWQHlZcmvCCSf0ymB1,fnJMmcwM1:fnJMmcwM1CCSf0ymB1,id:idCCSf0ymB1,kpMZIiQhD:kpMZIiQhDCCSf0ymB1},index1)=>{fnJMmcwM1CCSf0ymB1??=\"\";eWQHlZcmvCCSf0ymB1??=\"\";EFCJo3Q0OCCSf0ymB1??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`CCSf0ymB1-${idCCSf0ymB1}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fnJMmcwM1:fnJMmcwM1CCSf0ymB1},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fnJMmcwM1:fnJMmcwM1CCSf0ymB1},webPageId:\"L8FMESLQu\"},nodeId:\"TPsLVU2yH\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1d9sk58 framer-ue566l\",layoutDependency:layoutDependency,layoutId:\"TPsLVU2yH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"301px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-n3hrvv-container\",layoutDependency:layoutDependency,layoutId:\"ddzbUnMgM-container\",children:/*#__PURE__*/_jsx(AgentCard,{EPi1SmRQp:eWQHlZcmvCCSf0ymB1,eUknabKp2:EFCJo3Q0OCCSf0ymB1,height:\"100%\",id:\"ddzbUnMgM\",layoutId:\"ddzbUnMgM\",style:{width:\"100%\"},variant:\"Z1q67pET8\",width:\"100%\",y43x5rbdx:toResponsiveImage(kpMZIiQhDCCSf0ymB1)})})})})})})},idCCSf0ymB1);})})})})})],direction:\"right\",draggable:false,fixedWidth:200,height:\"100%\",id:\"OjUa9n5f7\",itemSpacing:15,itemWidth:\"auto\",layoutId:\"OjUa9n5f7\",speed:.25,style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-79t1ol-container\",layoutDependency:layoutDependency,layoutId:\"x5IuQjhi3-container\",children:/*#__PURE__*/_jsx(CMSItemsTicker,{collectionList:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gimyll\",\"data-framer-name\":\"Row 3\",layoutDependency:layoutDependency,layoutId:\"PXv2BXsa4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"PXv2BXsa4\",data:Agents,type:\"Collection\"},limit:{type:\"LiteralValue\",value:20},select:[{collection:\"PXv2BXsa4\",name:\"fnJMmcwM1\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"kpMZIiQhD\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"eWQHlZcmv\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"EFCJo3Q0O\",type:\"Identifier\"},{collection:\"PXv2BXsa4\",name:\"id\",type:\"Identifier\"}],where:{collection:\"PXv2BXsa4\",name:\"jmHzVWEhE\",type:\"Identifier\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({EFCJo3Q0O:EFCJo3Q0OPXv2BXsa4,eWQHlZcmv:eWQHlZcmvPXv2BXsa4,fnJMmcwM1:fnJMmcwM1PXv2BXsa4,id:idPXv2BXsa4,kpMZIiQhD:kpMZIiQhDPXv2BXsa4},index2)=>{fnJMmcwM1PXv2BXsa4??=\"\";eWQHlZcmvPXv2BXsa4??=\"\";EFCJo3Q0OPXv2BXsa4??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`PXv2BXsa4-${idPXv2BXsa4}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{fnJMmcwM1:fnJMmcwM1PXv2BXsa4},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{fnJMmcwM1:fnJMmcwM1PXv2BXsa4},webPageId:\"L8FMESLQu\"},nodeId:\"W5g58kWuX\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-12brkns framer-ue566l\",layoutDependency:layoutDependency,layoutId:\"W5g58kWuX\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"301px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b7rlsy-container\",layoutDependency:layoutDependency,layoutId:\"IkUIeQ0uc-container\",children:/*#__PURE__*/_jsx(AgentCard,{EPi1SmRQp:eWQHlZcmvPXv2BXsa4,eUknabKp2:EFCJo3Q0OPXv2BXsa4,height:\"100%\",id:\"IkUIeQ0uc\",layoutId:\"IkUIeQ0uc\",style:{width:\"100%\"},variant:\"Z1q67pET8\",width:\"100%\",y43x5rbdx:toResponsiveImage(kpMZIiQhDPXv2BXsa4)})})})})})})},idPXv2BXsa4);})})})})})],direction:\"left\",draggable:false,fixedWidth:200,height:\"100%\",id:\"x5IuQjhi3\",itemSpacing:15,itemWidth:\"auto\",layoutId:\"x5IuQjhi3\",speed:.25,style:{width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-q4uiB.framer-ue566l, .framer-q4uiB .framer-ue566l { display: block; }\",\".framer-q4uiB.framer-4qhi23 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: 1200px; }\",\".framer-q4uiB .framer-1xfo3gx-container, .framer-q4uiB .framer-kshqrx-container, .framer-q4uiB .framer-79t1ol-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-q4uiB .framer-8tqp31, .framer-q4uiB .framer-1szeupo, .framer-q4uiB .framer-1gimyll { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 0px 6px 0px; position: relative; width: min-content; }\",\".framer-q4uiB .framer-1tx2hvg, .framer-q4uiB .framer-1d9sk58, .framer-q4uiB .framer-12brkns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-q4uiB .framer-98azec-container, .framer-q4uiB .framer-n3hrvv-container, .framer-q4uiB .framer-b7rlsy-container { flex: none; height: auto; position: relative; width: 301px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-q4uiB.framer-4qhi23, .framer-q4uiB .framer-8tqp31, .framer-q4uiB .framer-1tx2hvg, .framer-q4uiB .framer-1szeupo, .framer-q4uiB .framer-1d9sk58, .framer-q4uiB .framer-1gimyll, .framer-q4uiB .framer-12brkns { gap: 0px; } .framer-q4uiB.framer-4qhi23 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-q4uiB.framer-4qhi23 > :first-child { margin-top: 0px; } .framer-q4uiB.framer-4qhi23 > :last-child { margin-bottom: 0px; } .framer-q4uiB .framer-8tqp31 > *, .framer-q4uiB .framer-1szeupo > *, .framer-q4uiB .framer-1gimyll > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-q4uiB .framer-8tqp31 > :first-child, .framer-q4uiB .framer-1tx2hvg > :first-child, .framer-q4uiB .framer-1szeupo > :first-child, .framer-q4uiB .framer-1d9sk58 > :first-child, .framer-q4uiB .framer-1gimyll > :first-child, .framer-q4uiB .framer-12brkns > :first-child { margin-left: 0px; } .framer-q4uiB .framer-8tqp31 > :last-child, .framer-q4uiB .framer-1tx2hvg > :last-child, .framer-q4uiB .framer-1szeupo > :last-child, .framer-q4uiB .framer-1d9sk58 > :last-child, .framer-q4uiB .framer-1gimyll > :last-child, .framer-q4uiB .framer-12brkns > :last-child { margin-right: 0px; } .framer-q4uiB .framer-1tx2hvg > *, .framer-q4uiB .framer-1d9sk58 > *, .framer-q4uiB .framer-12brkns > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-q4uiB.framer-v-e5riup.framer-4qhi23 { width: 768px; }\",\".framer-q4uiB.framer-v-pftj1r.framer-4qhi23 { width: 320px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 268\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"o0dZbTk0u\":{\"layout\":[\"fixed\",\"auto\"]},\"smafcqv77\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergywQbKq2s=withCSS(Component,css,\"framer-q4uiB\");export default FramergywQbKq2s;FramergywQbKq2s.displayName=\"Agents (Ticker)\";FramergywQbKq2s.defaultProps={height:268,width:1200};addPropertyControls(FramergywQbKq2s,{variant:{options:[\"kpdZlk7oY\",\"o0dZbTk0u\",\"smafcqv77\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergywQbKq2s,[{explicitInter:true,fonts:[]},...AgentCardFonts,...CMSItemsTickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergywQbKq2s\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"268\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"o0dZbTk0u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"smafcqv77\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c563d2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"c8wdJLq2A\",\"vCqlmjbi5\",\"M8oNQ_JH9\",\"iCXIj0fBY\",\"p5E3vsvxx\",\"prmBQthZE\",\"pfDlTl1JT\",\"X7jZWO0DM\",\"Om_CfTAi5\",\"PG6yW5xQB\",\"Dvqc37chG\",\"plTzV2O76\",\"c4p5QP6gm\",\"kOT7xen6q\",\"CObxCvD8G\",\"XLyX0qdKl\",\"OqaQY2LVA\",\"hFwpUBam6\",\"gzK3njTJk\",\"veidsjwZg\",\"l559uV6Hl\",\"WYX5QUGTQ\",\"MppkrCc52\",\"HlLXb1boT\",\"WhxjMfg0b\",\"sAJC1GXyh\",\"lSIdII8Nw\",\"M74gAddiP\",\"PQTU63cvz\",\"D9YXOmCk5\",\"UnwwmGXUi\",\"lYfM1gtWp\",\"jXupNkE5K\",\"UDTRoDdOI\",\"Dyf0rxqMm\",\"r34JrcHT7\",\"Q2T5plP4M\",\"rfWmtWKVE\",\"fXW_uFkxe\",\"dwzHsAun9\",\"GcncWR_2O\",\"KIVPOJiRQ\",\"xvGjtDPj9\",\"QRrsKfAz7\",\"Ci4jaXC7E\",\"TEXecHdwu\",\"gobft9fCp\",\"qyIxmmiFa\",\"kmyvS0EYl\",\"clhNc_hfd\",\"KT5VbsBQT\",\"uQwIb_aSi\",\"ZmXHVULDV\",\"O69Yo1p7_\",\"CHmYy4NId\",\"VCAZkytmB\",\"vqjyCh7m9\"];const serializationHash=\"framer-dMhGv\";const variantClassNames={c4p5QP6gm:\"framer-v-wz7bl4\",c8wdJLq2A:\"framer-v-155hsl0\",CHmYy4NId:\"framer-v-1cmx6rt\",Ci4jaXC7E:\"framer-v-1flbgyl\",clhNc_hfd:\"framer-v-i3qsau\",CObxCvD8G:\"framer-v-13kscsf\",D9YXOmCk5:\"framer-v-t15687\",Dvqc37chG:\"framer-v-11a622n\",dwzHsAun9:\"framer-v-84uh39\",Dyf0rxqMm:\"framer-v-xspu7a\",fXW_uFkxe:\"framer-v-1ummp9r\",GcncWR_2O:\"framer-v-14dwfr\",gobft9fCp:\"framer-v-1j9jzp5\",gzK3njTJk:\"framer-v-atf1b\",hFwpUBam6:\"framer-v-f6j5dj\",HlLXb1boT:\"framer-v-yl0ej9\",iCXIj0fBY:\"framer-v-1h296j0\",jXupNkE5K:\"framer-v-8id35o\",KIVPOJiRQ:\"framer-v-1vokofn\",kmyvS0EYl:\"framer-v-1mx9x33\",kOT7xen6q:\"framer-v-hrtddw\",KT5VbsBQT:\"framer-v-1gncuyx\",l559uV6Hl:\"framer-v-p1jh7q\",lSIdII8Nw:\"framer-v-1h1a1ww\",lYfM1gtWp:\"framer-v-15qmu8d\",M74gAddiP:\"framer-v-1d38ssb\",M8oNQ_JH9:\"framer-v-1fft3tj\",MppkrCc52:\"framer-v-10fo5co\",O69Yo1p7_:\"framer-v-1gnbeen\",Om_CfTAi5:\"framer-v-sq3s7q\",OqaQY2LVA:\"framer-v-1fvnwxv\",p5E3vsvxx:\"framer-v-8c7fav\",pfDlTl1JT:\"framer-v-1qkp7dm\",PG6yW5xQB:\"framer-v-iknwe7\",plTzV2O76:\"framer-v-14840ub\",PQTU63cvz:\"framer-v-nno3u8\",prmBQthZE:\"framer-v-zjufaa\",Q2T5plP4M:\"framer-v-ybz4k6\",QRrsKfAz7:\"framer-v-lewj5u\",qyIxmmiFa:\"framer-v-ygrz9s\",r34JrcHT7:\"framer-v-nrp601\",rfWmtWKVE:\"framer-v-u5k7l1\",sAJC1GXyh:\"framer-v-16rmms3\",TEXecHdwu:\"framer-v-1fjw768\",UDTRoDdOI:\"framer-v-1kuk6dp\",UnwwmGXUi:\"framer-v-1wofhq\",uQwIb_aSi:\"framer-v-1tb768v\",VCAZkytmB:\"framer-v-1drmmsp\",vCqlmjbi5:\"framer-v-uh5wub\",veidsjwZg:\"framer-v-k2hahd\",vqjyCh7m9:\"framer-v-axbkze\",WhxjMfg0b:\"framer-v-1mx8653\",WYX5QUGTQ:\"framer-v-1wmjfo3\",X7jZWO0DM:\"framer-v-nqg9fy\",XLyX0qdKl:\"framer-v-b3wdbq\",xvGjtDPj9:\"framer-v-1wqyj7y\",ZmXHVULDV:\"framer-v-yvckms\"};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={\"Apps Dark\":\"vqjyCh7m9\",\"Apps White\":\"lYfM1gtWp\",\"Apps-Dark\":\"pfDlTl1JT\",\"Brain Black\":\"ZmXHVULDV\",\"Brain White\":\"jXupNkE5K\",\"Brain-Dark\":\"X7jZWO0DM\",\"Code Circle\":\"GcncWR_2O\",\"Finger Black\":\"CHmYy4NId\",\"Finger White\":\"Q2T5plP4M\",\"Finger-Dark\":\"plTzV2O76\",\"Infinity Dark\":\"VCAZkytmB\",\"Infinity-Dark\":\"Dvqc37chG\",\"Inifity White\":\"r34JrcHT7\",\"Link Black\":\"O69Yo1p7_\",\"Link White\":\"Dyf0rxqMm\",\"Link-Dark\":\"PG6yW5xQB\",\"Mail Dark\":\"clhNc_hfd\",\"Message Question\":\"c4p5QP6gm\",\"Messages Black\":\"qyIxmmiFa\",\"Messages White\":\"UDTRoDdOI\",\"Messages-Dark\":\"Om_CfTAi5\",\"SEO Dark\":\"kmyvS0EYl\",\"Shopping Cart\":\"HlLXb1boT\",\"Source Code\":\"kOT7xen6q\",\"Touch Black\":\"gobft9fCp\",\"Transform Dark\":\"uQwIb_aSi\",\"User Plus\":\"QRrsKfAz7\",\"Wand Dark\":\"KT5VbsBQT\",Apps:\"c8wdJLq2A\",Barbell:\"fXW_uFkxe\",Brain:\"vCqlmjbi5\",Briefcase:\"M74gAddiP\",Bulb:\"KIVPOJiRQ\",Carousel:\"PQTU63cvz\",Certificate:\"MppkrCc52\",Coin:\"veidsjwZg\",File:\"D9YXOmCk5\",Finger:\"prmBQthZE\",Handshake:\"WYX5QUGTQ\",Heart:\"xvGjtDPj9\",Help:\"lSIdII8Nw\",Infinity:\"p5E3vsvxx\",Key:\"TEXecHdwu\",Lamp:\"UnwwmGXUi\",Link:\"iCXIj0fBY\",Map:\"CObxCvD8G\",Messages:\"M8oNQ_JH9\",Notebook:\"dwzHsAun9\",Seed:\"sAJC1GXyh\",Smile:\"XLyX0qdKl\",Tag:\"WhxjMfg0b\",Tools:\"gzK3njTJk\",Trophy:\"Ci4jaXC7E\",Users:\"rfWmtWKVE\",Wand:\"hFwpUBam6\",Writing:\"OqaQY2LVA\",X:\"l559uV6Hl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"c8wdJLq2A\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"c8wdJLq2A\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"vCqlmjbi5\",\"M8oNQ_JH9\",\"iCXIj0fBY\",\"p5E3vsvxx\",\"prmBQthZE\",\"X7jZWO0DM\",\"Om_CfTAi5\",\"PG6yW5xQB\",\"Dvqc37chG\",\"plTzV2O76\",\"c4p5QP6gm\",\"kOT7xen6q\",\"CObxCvD8G\",\"XLyX0qdKl\",\"OqaQY2LVA\",\"hFwpUBam6\",\"gzK3njTJk\",\"veidsjwZg\",\"l559uV6Hl\",\"WYX5QUGTQ\",\"MppkrCc52\",\"HlLXb1boT\",\"WhxjMfg0b\",\"sAJC1GXyh\",\"lSIdII8Nw\",\"M74gAddiP\",\"PQTU63cvz\",\"D9YXOmCk5\",\"UnwwmGXUi\",\"jXupNkE5K\",\"UDTRoDdOI\",\"Dyf0rxqMm\",\"r34JrcHT7\",\"Q2T5plP4M\",\"rfWmtWKVE\",\"fXW_uFkxe\",\"dwzHsAun9\",\"GcncWR_2O\",\"KIVPOJiRQ\",\"xvGjtDPj9\",\"QRrsKfAz7\",\"Ci4jaXC7E\",\"TEXecHdwu\",\"gobft9fCp\",\"qyIxmmiFa\",\"kmyvS0EYl\",\"clhNc_hfd\",\"KT5VbsBQT\",\"uQwIb_aSi\",\"ZmXHVULDV\",\"O69Yo1p7_\",\"CHmYy4NId\",\"VCAZkytmB\",\"vqjyCh7m9\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"vCqlmjbi5\",\"X7jZWO0DM\",\"jXupNkE5K\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"iCXIj0fBY\",\"PG6yW5xQB\",\"Dyf0rxqMm\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"M8oNQ_JH9\",\"Om_CfTAi5\",\"UDTRoDdOI\",\"qyIxmmiFa\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"p5E3vsvxx\",\"Dvqc37chG\",\"r34JrcHT7\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"prmBQthZE\",\"plTzV2O76\",\"Q2T5plP4M\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"c4p5QP6gm\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"kOT7xen6q\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"CObxCvD8G\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"XLyX0qdKl\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"OqaQY2LVA\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"hFwpUBam6\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"gzK3njTJk\")return true;return false;};const isDisplayed13=()=>{if(baseVariant===\"veidsjwZg\")return true;return false;};const isDisplayed14=()=>{if(baseVariant===\"l559uV6Hl\")return true;return false;};const isDisplayed15=()=>{if(baseVariant===\"WYX5QUGTQ\")return true;return false;};const isDisplayed16=()=>{if(baseVariant===\"MppkrCc52\")return true;return false;};const isDisplayed17=()=>{if(baseVariant===\"HlLXb1boT\")return true;return false;};const isDisplayed18=()=>{if(baseVariant===\"WhxjMfg0b\")return true;return false;};const isDisplayed19=()=>{if(baseVariant===\"sAJC1GXyh\")return true;return false;};const isDisplayed20=()=>{if(baseVariant===\"lSIdII8Nw\")return true;return false;};const isDisplayed21=()=>{if(baseVariant===\"M74gAddiP\")return true;return false;};const isDisplayed22=()=>{if(baseVariant===\"PQTU63cvz\")return true;return false;};const isDisplayed23=()=>{if(baseVariant===\"D9YXOmCk5\")return true;return false;};const isDisplayed24=()=>{if(baseVariant===\"UnwwmGXUi\")return true;return false;};const isDisplayed25=()=>{if(baseVariant===\"rfWmtWKVE\")return true;return false;};const isDisplayed26=()=>{if(baseVariant===\"fXW_uFkxe\")return true;return false;};const isDisplayed27=()=>{if(baseVariant===\"dwzHsAun9\")return true;return false;};const isDisplayed28=()=>{if(baseVariant===\"GcncWR_2O\")return true;return false;};const isDisplayed29=()=>{if(baseVariant===\"KIVPOJiRQ\")return true;return false;};const isDisplayed30=()=>{if(baseVariant===\"xvGjtDPj9\")return true;return false;};const isDisplayed31=()=>{if(baseVariant===\"QRrsKfAz7\")return true;return false;};const isDisplayed32=()=>{if(baseVariant===\"Ci4jaXC7E\")return true;return false;};const isDisplayed33=()=>{if(baseVariant===\"TEXecHdwu\")return true;return false;};const isDisplayed34=()=>{if(baseVariant===\"gobft9fCp\")return true;return false;};const isDisplayed35=()=>{if(baseVariant===\"kmyvS0EYl\")return true;return false;};const isDisplayed36=()=>{if(baseVariant===\"clhNc_hfd\")return true;return false;};const isDisplayed37=()=>{if(baseVariant===\"KT5VbsBQT\")return true;return false;};const isDisplayed38=()=>{if(baseVariant===\"uQwIb_aSi\")return true;return false;};const isDisplayed39=()=>{if(baseVariant===\"ZmXHVULDV\")return true;return false;};const isDisplayed40=()=>{if(baseVariant===\"O69Yo1p7_\")return true;return false;};const isDisplayed41=()=>{if(baseVariant===\"CHmYy4NId\")return true;return false;};const isDisplayed42=()=>{if(baseVariant===\"VCAZkytmB\")return true;return false;};const isDisplayed43=()=>{if(baseVariant===\"vqjyCh7m9\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-155hsl0\",className,classNames),\"data-framer-name\":\"Apps\",layoutDependency:layoutDependency,layoutId:\"c8wdJLq2A\",ref:ref??ref1,style:{...style},...addPropertyOverrides({c4p5QP6gm:{\"data-framer-name\":\"Message Question\"},CHmYy4NId:{\"data-framer-name\":\"Finger Black\"},Ci4jaXC7E:{\"data-framer-name\":\"Trophy\"},clhNc_hfd:{\"data-framer-name\":\"Mail Dark\"},CObxCvD8G:{\"data-framer-name\":\"Map\"},D9YXOmCk5:{\"data-framer-name\":\"File\"},Dvqc37chG:{\"data-framer-name\":\"Infinity-Dark\"},dwzHsAun9:{\"data-framer-name\":\"Notebook\"},Dyf0rxqMm:{\"data-framer-name\":\"Link White\"},fXW_uFkxe:{\"data-framer-name\":\"Barbell\"},GcncWR_2O:{\"data-framer-name\":\"Code Circle\"},gobft9fCp:{\"data-framer-name\":\"Touch Black\"},gzK3njTJk:{\"data-framer-name\":\"Tools\"},hFwpUBam6:{\"data-framer-name\":\"Wand\"},HlLXb1boT:{\"data-framer-name\":\"Shopping Cart\"},iCXIj0fBY:{\"data-framer-name\":\"Link\"},jXupNkE5K:{\"data-framer-name\":\"Brain White\"},KIVPOJiRQ:{\"data-framer-name\":\"Bulb\"},kmyvS0EYl:{\"data-framer-name\":\"SEO Dark\"},kOT7xen6q:{\"data-framer-name\":\"Source Code\"},KT5VbsBQT:{\"data-framer-name\":\"Wand Dark\"},l559uV6Hl:{\"data-framer-name\":\"X\"},lSIdII8Nw:{\"data-framer-name\":\"Help\"},lYfM1gtWp:{\"data-framer-name\":\"Apps White\"},M74gAddiP:{\"data-framer-name\":\"Briefcase\"},M8oNQ_JH9:{\"data-framer-name\":\"Messages\"},MppkrCc52:{\"data-framer-name\":\"Certificate\"},O69Yo1p7_:{\"data-framer-name\":\"Link Black\"},Om_CfTAi5:{\"data-framer-name\":\"Messages-Dark\"},OqaQY2LVA:{\"data-framer-name\":\"Writing\"},p5E3vsvxx:{\"data-framer-name\":\"Infinity\"},pfDlTl1JT:{\"data-framer-name\":\"Apps-Dark\"},PG6yW5xQB:{\"data-framer-name\":\"Link-Dark\"},plTzV2O76:{\"data-framer-name\":\"Finger-Dark\"},PQTU63cvz:{\"data-framer-name\":\"Carousel\"},prmBQthZE:{\"data-framer-name\":\"Finger\"},Q2T5plP4M:{\"data-framer-name\":\"Finger White\"},QRrsKfAz7:{\"data-framer-name\":\"User Plus\"},qyIxmmiFa:{\"data-framer-name\":\"Messages Black\"},r34JrcHT7:{\"data-framer-name\":\"Inifity White\"},rfWmtWKVE:{\"data-framer-name\":\"Users\"},sAJC1GXyh:{\"data-framer-name\":\"Seed\"},TEXecHdwu:{\"data-framer-name\":\"Key\"},UDTRoDdOI:{\"data-framer-name\":\"Messages White\"},UnwwmGXUi:{\"data-framer-name\":\"Lamp\"},uQwIb_aSi:{\"data-framer-name\":\"Transform Dark\"},VCAZkytmB:{\"data-framer-name\":\"Infinity Dark\"},vCqlmjbi5:{\"data-framer-name\":\"Brain\"},veidsjwZg:{\"data-framer-name\":\"Coin\"},vqjyCh7m9:{\"data-framer-name\":\"Apps Dark\"},WhxjMfg0b:{\"data-framer-name\":\"Tag\"},WYX5QUGTQ:{\"data-framer-name\":\"Handshake\"},X7jZWO0DM:{\"data-framer-name\":\"Brain-Dark\"},XLyX0qdKl:{\"data-framer-name\":\"Smile\"},xvGjtDPj9:{\"data-framer-name\":\"Heart\"},ZmXHVULDV:{\"data-framer-name\":\"Brain Black\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-yswlbt\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"XperZZzxR\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-apps\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M4 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm0 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0-8h6m-3-3v6\"/></svg>',withExternalLayout:true,...addPropertyOverrides({lYfM1gtWp:{fill:\"var(--token-f328e192-8554-4396-a6fe-f276225a965c, rgb(255, 255, 255))\"},pfDlTl1JT:{fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\"}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8xc4y8\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ZdXfnU8mY\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-brain\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M15.5 13a3.5 3.5 0 0 0-3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1-7 0v-1.8\"/><path d=\"M17.5 16a3.5 3.5 0 0 0 0-7H17\"/><path d=\"M19 9.3V6.5a3.5 3.5 0 0 0-7 0M6.5 16a3.5 3.5 0 0 1 0-7H7\"/><path d=\"M5 9.3V6.5a3.5 3.5 0 0 1 7 0v10\"/></svg>',withExternalLayout:true,...addPropertyOverrides({jXupNkE5K:{fill:\"var(--token-f328e192-8554-4396-a6fe-f276225a965c, rgb(255, 255, 255))\"},X7jZWO0DM:{fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\"}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-15n1v2o\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"XbP75d_nI\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-link\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m9 15 6-6m-4-3 .463-.536a5 5 0 0 1 7.071 7.072L18 13m-5 5-.397.534a5.068 5.068 0 0 1-7.127 0 4.972 4.972 0 0 1 0-7.071L6 11\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Dyf0rxqMm:{fill:\"var(--token-f328e192-8554-4396-a6fe-f276225a965c, rgb(255, 255, 255))\"},PG6yW5xQB:{fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\"}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-nidbul\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"xMXBETNrK\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-messages\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m21 14-3-3h-7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10m-7 1v2a1 1 0 0 1-1 1H6l-3 3V11a1 1 0 0 1 1-1h2\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Om_CfTAi5:{fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\"},qyIxmmiFa:{fill:\"rgb(0, 0, 0)\"},UDTRoDdOI:{fill:\"var(--token-f328e192-8554-4396-a6fe-f276225a965c, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-qljree\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"t5JcqD4Wt\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-infinity\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M9.828 9.172a4 4 0 1 0 0 5.656A10 10 0 0 0 12 12a10 10 0 0 1 2.172-2.828 4 4 0 1 1 0 5.656A10 10 0 0 1 12 12a10 10 0 0 0-2.172-2.828\"/></svg>',withExternalLayout:true,...addPropertyOverrides({Dvqc37chG:{fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\"},r34JrcHT7:{fill:\"var(--token-f328e192-8554-4396-a6fe-f276225a965c, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1pw06vk\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"yTkRsn4iE\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-fingerprint\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6\"/><path d=\"M12 11v2a14 14 0 0 0 2.5 8M8 15a18 18 0 0 0 1.8 6m-4.9-2a22 22 0 0 1-.9-7v-1a8 8 0 0 1 12-6.95\"/></svg>',withExternalLayout:true,...addPropertyOverrides({plTzV2O76:{fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\"},Q2T5plP4M:{fill:\"var(--token-f328e192-8554-4396-a6fe-f276225a965c, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2f0iy5\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"qcSGJIpbh\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-message-circle-question\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M15.02 19.52c-2.341.736-5 .606-7.32-.52L3 20l1.3-3.9C1.976 12.663 2.874 8.228 6.4 5.726c3.526-2.501 8.59-2.296 11.845.48 1.649 1.407 2.575 3.253 2.742 5.152M19 22v.01\"/><path d=\"M19 19a2.003 2.003 0 0 0 .914-3.782 1.98 1.98 0 0 0-2.414.483\"/></svg>',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-9t2mge\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"sFwFrt9hB\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-source-code\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M14.5 4H17a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-5m2-7L4 7l2 2\"/><path d=\"m10 9 2-2-2-2\"/></svg>',withExternalLayout:true}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8ylh0j\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"eyw9bw0qT\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-map\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m3 7 6-3 6 3 6-3v13l-6 3-6-3-6 3V7m6-3v13m6-10v13\"/></svg>',withExternalLayout:true}),isDisplayed9()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-3vo12o\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"WYiw160CN\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-mood-smile-beam\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M12 21a9 9 0 1 1 0-18 9 9 0 0 1 0 18z\"/><path d=\"M10 10c-.5-1-2.5-1-3 0m10 0c-.5-1-2.5-1-3 0m.5 5a3.5 3.5 0 0 1-5 0\"/></svg>',withExternalLayout:true}),isDisplayed10()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1dxviot\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"svohPq5Qx\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-writing\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M20 17V5c0-1.121-.879-2-2-2s-2 .879-2 2v12l2 2 2-2zM16 7h4m-2 12H5a2 2 0 1 1 0-4h4a2 2 0 1 0 0-4H6\"/></svg>',withExternalLayout:true}),isDisplayed11()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1137i4i\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"WeVHpqmHn\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-wand\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M6 21 21 6l-3-3L3 18l3 3m9-15 3 3M9 3a2 2 0 0 0 2 2 2 2 0 0 0-2 2 2 2 0 0 0-2-2 2 2 0 0 0 2-2m10 10a2 2 0 0 0 2 2 2 2 0 0 0-2 2 2 2 0 0 0-2-2 2 2 0 0 0 2-2\"/></svg>',withExternalLayout:true}),isDisplayed12()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-9hwovn\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"KkuBoWfuS\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-tools\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 21h4L20 8a1.5 1.5 0 0 0-4-4L3 17v4M14.5 5.5l4 4\"/><path d=\"M12 8 7 3 3 7l5 5M7 8 5.5 9.5M16 12l5 5-4 4-5-5m4 1-1.5 1.5\"/></svg>',withExternalLayout:true}),isDisplayed13()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ivdjmt\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"yCOottJu7\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-coin\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M14.8 9A2 2 0 0 0 13 8h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1-1.8-1M12 7v10\"/></svg>',withExternalLayout:true}),isDisplayed14()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-xixdgo\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"QMyYpRFMe\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-brand-x\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m4 4 11.733 16H20L8.267 4zm0 16 6.768-6.768m2.46-2.46L20 4\"/></svg>',withExternalLayout:true}),isDisplayed15()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1qigbi2\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"X8LHs_bQZ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-heart-handshake\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M19.5 12.572 12 20l-7.5-7.428A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572\"/><path d=\"M12 6 8.707 9.293a1 1 0 0 0 0 1.414l.543.543c.69.69 1.81.69 2.5 0l1-1a3.182 3.182 0 0 1 4.5 0l2.25 2.25m-7 3 2 2M15 13l2 2\"/></svg>',withExternalLayout:true}),isDisplayed16()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1dj0gd6\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"givom1Xtx\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-certificate\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M12 15a3 3 0 1 0 6 0 3 3 0 1 0-6 0\"/><path d=\"M13 17.5V22l2-1.5 2 1.5v-4.5\"/><path d=\"M10 19H5a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-1 1.73M6 9h12M6 12h3m-3 3h2\"/></svg>',withExternalLayout:true}),isDisplayed17()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1b8xcsr\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"upE52xvFI\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-shopping-cart\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M4 19a2 2 0 1 0 4 0 2 2 0 1 0-4 0m11 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0\"/><path d=\"M17 17H6V3H4\"/><path d=\"m6 5 14 1-1 7H6\"/></svg>',withExternalLayout:true}),isDisplayed18()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8tdudz\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"R6jda9ZJN\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-tags\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592-3.592a2.41 2.41 0 0 0 0-3.408l-5.71-5.71A2 2 0 0 0 9.172 6H5a2 2 0 0 0-2 2z\"/><path d=\"m18 19 1.592-1.592a4.82 4.82 0 0 0 0-6.816L15 6m-8 4h-.01\"/></svg>',withExternalLayout:true}),isDisplayed19()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-b48kse\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"QKBVKPPUB\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-seeding\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M12 10a6 6 0 0 0-6-6H3v2a6 6 0 0 0 6 6h3m0 2a6 6 0 0 1 6-6h3v1a6 6 0 0 1-6 6h-3m0 5V10\"/></svg>',withExternalLayout:true}),isDisplayed20()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1p74qp1\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"e1x8sSH_P\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-help-hexagon\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M19.875 6.27c.7.398 1.13 1.143 1.125 1.948v7.284c0 .809-.443 1.555-1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1-2.184 0l-6.75-4.27A2.225 2.225 0 0 1 3 15.502V8.217c0-.809.443-1.554 1.158-1.947l6.75-3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033zM12 16v.01\"/><path d=\"M12 13a2 2 0 0 0 .914-3.782 1.98 1.98 0 0 0-2.414.483\"/></svg>',withExternalLayout:true}),isDisplayed21()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1o3ocfy\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"yVq2P331f\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-briefcase\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm5-2V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-4 5v.01\"/><path d=\"M3 13a20 20 0 0 0 18 0\"/></svg>',withExternalLayout:true}),isDisplayed22()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1bfy9sb\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Tn2NGOiOb\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-building-carousel\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M6 12a6 6 0 1 0 12 0 6 6 0 1 0-12 0\"/><path d=\"M3 8a2 2 0 1 0 4 0 2 2 0 1 0-4 0m7-4a2 2 0 1 0 4 0 2 2 0 1 0-4 0m7 4a2 2 0 1 0 4 0 2 2 0 1 0-4 0M3 16a2 2 0 1 0 4 0 2 2 0 1 0-4 0m14 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0m-9 6 4-10 4 10\"/></svg>',withExternalLayout:true}),isDisplayed23()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-3he30k\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"p3tA6iVkY\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-file-description\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M14 3v4a1 1 0 0 0 1 1h4\"/><path d=\"M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2zm-8-4h6m-6-4h6\"/></svg>',withExternalLayout:true}),isDisplayed24()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1q8yukf\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"PRi6hMUDJ\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-lamp-2\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M5 21h9m-4 0-7-8 8.5-5.5\"/><path d=\"M13 14c-2.148-2.148-2.148-5.852 0-8 2.088-2.088 5.842-1.972 8 0l-8 8z\"/><path d=\"m11.742 7.574-1.156-1.156a2 2 0 0 1 2.828-2.829l1.144 1.144M15.5 12l.208.274a2.527 2.527 0 0 0 3.556 0c.939-.933.98-2.42.122-3.4l-.366-.369\"/></svg>',withExternalLayout:true}),isDisplayed25()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-caym52\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"LLb4k4GdW\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-users\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M5 7a4 4 0 1 0 8 0 4 4 0 1 0-8 0M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2m1-17.87a4 4 0 0 1 0 7.75M21 21v-2a4 4 0 0 0-3-3.85\"/></svg>',withExternalLayout:true}),isDisplayed26()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-d9vfwi\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Jqrida5jX\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-barbell\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M2 12h1m3-4H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2m0-9v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm3 5h6m0-5v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm3 1h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2m4-4h-1\"/></svg>',withExternalLayout:true}),isDisplayed27()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-11cgvgn\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Cf9UMMZqO\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-notebook\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m3 0v18m4-14h2m-2 4h2\"/></svg>',withExternalLayout:true}),isDisplayed28()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-xso853\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"V1IKPDbMz\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-code-circle\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m10 14-2-2 2-2m4 0 2 2-2 2\"/><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/></svg>',withExternalLayout:true}),isDisplayed29()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-2krihp\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"o1sQGS0Mo\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-bulb\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7-.7.7M9 16a5 5 0 1 1 6 0 3.5 3.5 0 0 0-1 3 2 2 0 0 1-4 0 3.5 3.5 0 0 0-1-3m.7 1h4.6\"/></svg>',withExternalLayout:true}),isDisplayed30()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1s700t1\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"VlPa74sVh\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-heart\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M19.5 12.572 12 20l-7.5-7.428A5 5 0 1 1 12 6.006a5 5 0 1 1 7.5 6.572\"/></svg>',withExternalLayout:true}),isDisplayed31()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-olstux\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"PkVhxilSM\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-user-plus\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M8 7a4 4 0 1 0 8 0 4 4 0 0 0-8 0m8 12h6m-3-3v6M6 21v-2a4 4 0 0 1 4-4h4\"/></svg>',withExternalLayout:true}),isDisplayed32()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1eun1t3\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"Xbaj12vyu\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-trophy\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M8 21h8m-4-4v4M7 4h10m0 0v8a5 5 0 0 1-10 0V4M3 9a2 2 0 1 0 4 0 2 2 0 1 0-4 0m14 0a2 2 0 1 0 4 0 2 2 0 1 0-4 0\"/></svg>',withExternalLayout:true}),isDisplayed33()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ok9q7s\",\"data-framer-name\":\"graphic\",fill:\"var(--token-c07b5e74-1236-4429-999b-2cbd30f906c3, rgb(134, 102, 255))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"CXwHIzVJP\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-key\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m16.555 3.843 3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1-4.069 0l-.301-.301-6.558 6.558a2 2 0 0 1-1.239.578L5.172 21H4a1 1 0 0 1-.993-.883L3 20v-1.172a2 2 0 0 1 .467-1.284l.119-.13L4 17h2v-2h2v-2l2.144-2.144-.301-.301a2.877 2.877 0 0 1 0-4.069l2.643-2.643a2.877 2.877 0 0 1 4.069 0zM15 9h.01\"/></svg>',withExternalLayout:true}),isDisplayed34()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17opd6o\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"zF05HYlxY\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-hand-click\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M8 13V4.5a1.5 1.5 0 0 1 3 0V12m0-.5v-2a1.5 1.5 0 0 1 3 0V12m0-1.5a1.5 1.5 0 0 1 3 0V12\"/><path d=\"M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2 .208a6 6 0 0 1-5.012-2.7L7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022 1.867 1.867 0 0 1 2.28.28L8 13M5 3 4 2m0 5H3m11-4 1-1m0 4h1\"/></svg>',withExternalLayout:true}),isDisplayed35()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-wi8h86\",\"data-framer-name\":\"graphic\",fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"PagmPSKhG\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-file-search\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M14 3v4a1 1 0 0 0 1 1h4\"/><path d=\"M12 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v4.5\"/><path d=\"M14 17.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 1 0-5 0m4.5 2L21 22\"/></svg>',withExternalLayout:true}),isDisplayed36()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-mvni1b\",\"data-framer-name\":\"graphic\",fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"QTSZ7BtAD\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-mail\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7z\"/><path d=\"m3 7 9 6 9-6\"/></svg>',withExternalLayout:true}),isDisplayed37()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-n3eq74\",\"data-framer-name\":\"graphic\",fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"d_rTYmEHO\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-wand\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M6 21 21 6l-3-3L3 18l3 3m9-15 3 3M9 3a2 2 0 0 0 2 2 2 2 0 0 0-2 2 2 2 0 0 0-2-2 2 2 0 0 0 2-2m10 10a2 2 0 0 0 2 2 2 2 0 0 0-2 2 2 2 0 0 0-2-2 2 2 0 0 0 2-2\"/></svg>',withExternalLayout:true}),isDisplayed38()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-19bo26m\",\"data-framer-name\":\"graphic\",fill:\"var(--token-5abc6ff3-a2ed-442c-be2f-f6839e8969a5, rgb(40, 31, 76))\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"uLDPYQyo3\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-transform\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M3 6a3 3 0 1 0 6 0 3 3 0 0 0-6 0m18 5V8a2 2 0 0 0-2-2h-6l3 3m0-6-3 3M3 13v3a2 2 0 0 0 2 2h6l-3-3m0 6 3-3m4 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0\"/></svg>',withExternalLayout:true}),isDisplayed39()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-o27c1u\",\"data-framer-name\":\"graphic\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"pIakIrlBf\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-brain\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M15.5 13a3.5 3.5 0 0 0-3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1-7 0v-1.8\"/><path d=\"M17.5 16a3.5 3.5 0 0 0 0-7H17\"/><path d=\"M19 9.3V6.5a3.5 3.5 0 0 0-7 0M6.5 16a3.5 3.5 0 0 1 0-7H7\"/><path d=\"M5 9.3V6.5a3.5 3.5 0 0 1 7 0v10\"/></svg>',withExternalLayout:true}),isDisplayed40()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1gpk12u\",\"data-framer-name\":\"graphic\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"r6Tont9rw\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-link\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"m9 15 6-6m-4-3 .463-.536a5 5 0 0 1 7.071 7.072L18 13m-5 5-.397.534a5.068 5.068 0 0 1-7.127 0 4.972 4.972 0 0 1 0-7.071L6 11\"/></svg>',withExternalLayout:true}),isDisplayed41()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-n4apgg\",\"data-framer-name\":\"graphic\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"GUInHow5c\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-fingerprint\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6\"/><path d=\"M12 11v2a14 14 0 0 0 2.5 8M8 15a18 18 0 0 0 1.8 6m-4.9-2a22 22 0 0 1-.9-7v-1a8 8 0 0 1 12-6.95\"/></svg>',withExternalLayout:true}),isDisplayed42()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-kcqf7d\",\"data-framer-name\":\"graphic\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"qjTTCL4vt\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-infinity\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M9.828 9.172a4 4 0 1 0 0 5.656A10 10 0 0 0 12 12a10 10 0 0 1 2.172-2.828 4 4 0 1 1 0 5.656A10 10 0 0 1 12 12a10 10 0 0 0-2.172-2.828\"/></svg>',withExternalLayout:true}),isDisplayed43()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-d8nvn4\",\"data-framer-name\":\"graphic\",fill:\"rgb(0, 0, 0)\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"f_gK47fvM\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon icon-tabler icons-tabler-outline icon-tabler-apps\"><path d=\"M0 0h24v24H0z\" stroke=\"none\"/><path d=\"M4 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm0 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm0-8h6m-3-3v6\"/></svg>',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dMhGv.framer-rwh6nt, .framer-dMhGv .framer-rwh6nt { display: block; }\",\".framer-dMhGv.framer-155hsl0 { height: 51px; overflow: visible; position: relative; width: 51px; }\",\".framer-dMhGv .framer-yswlbt, .framer-dMhGv .framer-8xc4y8, .framer-dMhGv .framer-15n1v2o, .framer-dMhGv .framer-nidbul, .framer-dMhGv .framer-qljree, .framer-dMhGv .framer-2f0iy5, .framer-dMhGv .framer-9t2mge, .framer-dMhGv .framer-3vo12o, .framer-dMhGv .framer-1dxviot, .framer-dMhGv .framer-1137i4i, .framer-dMhGv .framer-9hwovn, .framer-dMhGv .framer-ivdjmt, .framer-dMhGv .framer-1qigbi2, .framer-dMhGv .framer-1dj0gd6, .framer-dMhGv .framer-1b8xcsr, .framer-dMhGv .framer-8tdudz, .framer-dMhGv .framer-b48kse, .framer-dMhGv .framer-1p74qp1, .framer-dMhGv .framer-1o3ocfy, .framer-dMhGv .framer-1bfy9sb, .framer-dMhGv .framer-3he30k, .framer-dMhGv .framer-1q8yukf, .framer-dMhGv .framer-caym52, .framer-dMhGv .framer-d9vfwi, .framer-dMhGv .framer-11cgvgn, .framer-dMhGv .framer-xso853, .framer-dMhGv .framer-2krihp, .framer-dMhGv .framer-1s700t1, .framer-dMhGv .framer-1ok9q7s, .framer-dMhGv .framer-wi8h86, .framer-dMhGv .framer-mvni1b, .framer-dMhGv .framer-n3eq74, .framer-dMhGv .framer-19bo26m, .framer-dMhGv .framer-o27c1u, .framer-dMhGv .framer-1gpk12u, .framer-dMhGv .framer-kcqf7d, .framer-dMhGv .framer-d8nvn4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-dMhGv .framer-1pw06vk, .framer-dMhGv .framer-n4apgg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 0px; position: absolute; top: 0px; width: 51px; }\",\".framer-dMhGv .framer-8ylh0j { aspect-ratio: 1 / 1; bottom: -1px; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 0px; position: absolute; right: 0px; }\",\".framer-dMhGv .framer-xixdgo, .framer-dMhGv .framer-olstux, .framer-dMhGv .framer-1eun1t3 { aspect-ratio: 1 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 51px); left: 0px; position: absolute; right: 0px; }\",\".framer-dMhGv .framer-17opd6o { aspect-ratio: 1 / 1; bottom: 0px; flex: none; position: absolute; right: 0px; top: 0px; width: var(--framer-aspect-ratio-supported, 51px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 51\n * @framerIntrinsicWidth 51\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vCqlmjbi5\":{\"layout\":[\"fixed\",\"fixed\"]},\"M8oNQ_JH9\":{\"layout\":[\"fixed\",\"fixed\"]},\"iCXIj0fBY\":{\"layout\":[\"fixed\",\"fixed\"]},\"p5E3vsvxx\":{\"layout\":[\"fixed\",\"fixed\"]},\"prmBQthZE\":{\"layout\":[\"fixed\",\"fixed\"]},\"pfDlTl1JT\":{\"layout\":[\"fixed\",\"fixed\"]},\"X7jZWO0DM\":{\"layout\":[\"fixed\",\"fixed\"]},\"Om_CfTAi5\":{\"layout\":[\"fixed\",\"fixed\"]},\"PG6yW5xQB\":{\"layout\":[\"fixed\",\"fixed\"]},\"Dvqc37chG\":{\"layout\":[\"fixed\",\"fixed\"]},\"plTzV2O76\":{\"layout\":[\"fixed\",\"fixed\"]},\"c4p5QP6gm\":{\"layout\":[\"fixed\",\"fixed\"]},\"kOT7xen6q\":{\"layout\":[\"fixed\",\"fixed\"]},\"CObxCvD8G\":{\"layout\":[\"fixed\",\"fixed\"]},\"XLyX0qdKl\":{\"layout\":[\"fixed\",\"fixed\"]},\"OqaQY2LVA\":{\"layout\":[\"fixed\",\"fixed\"]},\"hFwpUBam6\":{\"layout\":[\"fixed\",\"fixed\"]},\"gzK3njTJk\":{\"layout\":[\"fixed\",\"fixed\"]},\"veidsjwZg\":{\"layout\":[\"fixed\",\"fixed\"]},\"l559uV6Hl\":{\"layout\":[\"fixed\",\"fixed\"]},\"WYX5QUGTQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"MppkrCc52\":{\"layout\":[\"fixed\",\"fixed\"]},\"HlLXb1boT\":{\"layout\":[\"fixed\",\"fixed\"]},\"WhxjMfg0b\":{\"layout\":[\"fixed\",\"fixed\"]},\"sAJC1GXyh\":{\"layout\":[\"fixed\",\"fixed\"]},\"lSIdII8Nw\":{\"layout\":[\"fixed\",\"fixed\"]},\"M74gAddiP\":{\"layout\":[\"fixed\",\"fixed\"]},\"PQTU63cvz\":{\"layout\":[\"fixed\",\"fixed\"]},\"D9YXOmCk5\":{\"layout\":[\"fixed\",\"fixed\"]},\"UnwwmGXUi\":{\"layout\":[\"fixed\",\"fixed\"]},\"lYfM1gtWp\":{\"layout\":[\"fixed\",\"fixed\"]},\"jXupNkE5K\":{\"layout\":[\"fixed\",\"fixed\"]},\"UDTRoDdOI\":{\"layout\":[\"fixed\",\"fixed\"]},\"Dyf0rxqMm\":{\"layout\":[\"fixed\",\"fixed\"]},\"r34JrcHT7\":{\"layout\":[\"fixed\",\"fixed\"]},\"Q2T5plP4M\":{\"layout\":[\"fixed\",\"fixed\"]},\"rfWmtWKVE\":{\"layout\":[\"fixed\",\"fixed\"]},\"fXW_uFkxe\":{\"layout\":[\"fixed\",\"fixed\"]},\"dwzHsAun9\":{\"layout\":[\"fixed\",\"fixed\"]},\"GcncWR_2O\":{\"layout\":[\"fixed\",\"fixed\"]},\"KIVPOJiRQ\":{\"layout\":[\"fixed\",\"fixed\"]},\"xvGjtDPj9\":{\"layout\":[\"fixed\",\"fixed\"]},\"QRrsKfAz7\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ci4jaXC7E\":{\"layout\":[\"fixed\",\"fixed\"]},\"TEXecHdwu\":{\"layout\":[\"fixed\",\"fixed\"]},\"gobft9fCp\":{\"layout\":[\"fixed\",\"fixed\"]},\"qyIxmmiFa\":{\"layout\":[\"fixed\",\"fixed\"]},\"kmyvS0EYl\":{\"layout\":[\"fixed\",\"fixed\"]},\"clhNc_hfd\":{\"layout\":[\"fixed\",\"fixed\"]},\"KT5VbsBQT\":{\"layout\":[\"fixed\",\"fixed\"]},\"uQwIb_aSi\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZmXHVULDV\":{\"layout\":[\"fixed\",\"fixed\"]},\"O69Yo1p7_\":{\"layout\":[\"fixed\",\"fixed\"]},\"CHmYy4NId\":{\"layout\":[\"fixed\",\"fixed\"]},\"VCAZkytmB\":{\"layout\":[\"fixed\",\"fixed\"]},\"vqjyCh7m9\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhfisuLKRr=withCSS(Component,css,\"framer-dMhGv\");export default FramerhfisuLKRr;FramerhfisuLKRr.displayName=\"Highlights (Tabs) -> Icon\";FramerhfisuLKRr.defaultProps={height:51,width:51};addPropertyControls(FramerhfisuLKRr,{variant:{options:[\"c8wdJLq2A\",\"vCqlmjbi5\",\"M8oNQ_JH9\",\"iCXIj0fBY\",\"p5E3vsvxx\",\"prmBQthZE\",\"pfDlTl1JT\",\"X7jZWO0DM\",\"Om_CfTAi5\",\"PG6yW5xQB\",\"Dvqc37chG\",\"plTzV2O76\",\"c4p5QP6gm\",\"kOT7xen6q\",\"CObxCvD8G\",\"XLyX0qdKl\",\"OqaQY2LVA\",\"hFwpUBam6\",\"gzK3njTJk\",\"veidsjwZg\",\"l559uV6Hl\",\"WYX5QUGTQ\",\"MppkrCc52\",\"HlLXb1boT\",\"WhxjMfg0b\",\"sAJC1GXyh\",\"lSIdII8Nw\",\"M74gAddiP\",\"PQTU63cvz\",\"D9YXOmCk5\",\"UnwwmGXUi\",\"lYfM1gtWp\",\"jXupNkE5K\",\"UDTRoDdOI\",\"Dyf0rxqMm\",\"r34JrcHT7\",\"Q2T5plP4M\",\"rfWmtWKVE\",\"fXW_uFkxe\",\"dwzHsAun9\",\"GcncWR_2O\",\"KIVPOJiRQ\",\"xvGjtDPj9\",\"QRrsKfAz7\",\"Ci4jaXC7E\",\"TEXecHdwu\",\"gobft9fCp\",\"qyIxmmiFa\",\"kmyvS0EYl\",\"clhNc_hfd\",\"KT5VbsBQT\",\"uQwIb_aSi\",\"ZmXHVULDV\",\"O69Yo1p7_\",\"CHmYy4NId\",\"VCAZkytmB\",\"vqjyCh7m9\"],optionTitles:[\"Apps\",\"Brain\",\"Messages\",\"Link\",\"Infinity\",\"Finger\",\"Apps-Dark\",\"Brain-Dark\",\"Messages-Dark\",\"Link-Dark\",\"Infinity-Dark\",\"Finger-Dark\",\"Message Question\",\"Source Code\",\"Map\",\"Smile\",\"Writing\",\"Wand\",\"Tools\",\"Coin\",\"X\",\"Handshake\",\"Certificate\",\"Shopping Cart\",\"Tag\",\"Seed\",\"Help\",\"Briefcase\",\"Carousel\",\"File\",\"Lamp\",\"Apps White\",\"Brain White\",\"Messages White\",\"Link White\",\"Inifity White\",\"Finger White\",\"Users\",\"Barbell\",\"Notebook\",\"Code Circle\",\"Bulb\",\"Heart\",\"User Plus\",\"Trophy\",\"Key\",\"Touch Black\",\"Messages Black\",\"SEO Dark\",\"Mail Dark\",\"Wand Dark\",\"Transform Dark\",\"Brain Black\",\"Link Black\",\"Finger Black\",\"Infinity Dark\",\"Apps Dark\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhfisuLKRr,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhfisuLKRr\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vCqlmjbi5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M8oNQ_JH9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iCXIj0fBY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p5E3vsvxx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"prmBQthZE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pfDlTl1JT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X7jZWO0DM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Om_CfTAi5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PG6yW5xQB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Dvqc37chG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"plTzV2O76\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"c4p5QP6gm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kOT7xen6q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CObxCvD8G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XLyX0qdKl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OqaQY2LVA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hFwpUBam6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gzK3njTJk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"veidsjwZg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"l559uV6Hl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WYX5QUGTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MppkrCc52\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HlLXb1boT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WhxjMfg0b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sAJC1GXyh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lSIdII8Nw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"M74gAddiP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PQTU63cvz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"D9YXOmCk5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UnwwmGXUi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lYfM1gtWp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jXupNkE5K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UDTRoDdOI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Dyf0rxqMm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r34JrcHT7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Q2T5plP4M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rfWmtWKVE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fXW_uFkxe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dwzHsAun9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GcncWR_2O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KIVPOJiRQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xvGjtDPj9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QRrsKfAz7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ci4jaXC7E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TEXecHdwu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gobft9fCp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qyIxmmiFa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kmyvS0EYl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"clhNc_hfd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KT5VbsBQT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uQwIb_aSi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZmXHVULDV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"O69Yo1p7_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CHmYy4NId\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VCAZkytmB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vqjyCh7m9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"51\",\"framerIntrinsicHeight\":\"51\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hfisuLKRr.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/lyQv1Bmn8Kxs1ljRk9w4/dOpNdd2NovD8Oe5EX8Xk/LFMfCz7Nq.js\";import HighlightsTabsIcon from\"https://framerusercontent.com/modules/yOMHdDZGblWijp6d8oYh/FF0pA9zKmMhwXSH6pG3l/hfisuLKRr.js\";const HighlightsTabsIconFonts=getFonts(HighlightsTabsIcon);const HighlightsTabsIconControls=getPropertyControls(HighlightsTabsIcon);const enabledGestures={doReIO3Ar:{hover:true},JCzT_oYHY:{hover:true}};const cycleOrder=[\"doReIO3Ar\",\"sRQim6rVG\",\"JCzT_oYHY\",\"ZWheNHGI9\"];const serializationHash=\"framer-1obh8\";const variantClassNames={doReIO3Ar:\"framer-v-4tfai4\",JCzT_oYHY:\"framer-v-4zoqk\",sRQim6rVG:\"framer-v-usc4sh\",ZWheNHGI9:\"framer-v-de4zyw\"};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 humanReadableEnumMap={\"Apps Dark\":\"vqjyCh7m9\",\"Apps White\":\"lYfM1gtWp\",\"Apps-Dark\":\"pfDlTl1JT\",\"Brain Black\":\"ZmXHVULDV\",\"Brain White\":\"jXupNkE5K\",\"Brain-Dark\":\"X7jZWO0DM\",\"Code Circle\":\"GcncWR_2O\",\"Finger Black\":\"CHmYy4NId\",\"Finger White\":\"Q2T5plP4M\",\"Finger-Dark\":\"plTzV2O76\",\"Infinity Dark\":\"VCAZkytmB\",\"Infinity-Dark\":\"Dvqc37chG\",\"Inifity White\":\"r34JrcHT7\",\"Link Black\":\"O69Yo1p7_\",\"Link White\":\"Dyf0rxqMm\",\"Link-Dark\":\"PG6yW5xQB\",\"Mail Dark\":\"clhNc_hfd\",\"Message Question\":\"c4p5QP6gm\",\"Messages Black\":\"qyIxmmiFa\",\"Messages White\":\"UDTRoDdOI\",\"Messages-Dark\":\"Om_CfTAi5\",\"SEO Dark\":\"kmyvS0EYl\",\"Shopping Cart\":\"HlLXb1boT\",\"Source Code\":\"kOT7xen6q\",\"Touch Black\":\"gobft9fCp\",\"Transform Dark\":\"uQwIb_aSi\",\"User Plus\":\"QRrsKfAz7\",\"Wand Dark\":\"KT5VbsBQT\",Apps:\"c8wdJLq2A\",Barbell:\"fXW_uFkxe\",Brain:\"vCqlmjbi5\",Briefcase:\"M74gAddiP\",Bulb:\"KIVPOJiRQ\",Carousel:\"PQTU63cvz\",Certificate:\"MppkrCc52\",Coin:\"veidsjwZg\",File:\"D9YXOmCk5\",Finger:\"prmBQthZE\",Handshake:\"WYX5QUGTQ\",Heart:\"xvGjtDPj9\",Help:\"lSIdII8Nw\",Infinity:\"p5E3vsvxx\",Key:\"TEXecHdwu\",Lamp:\"UnwwmGXUi\",Link:\"iCXIj0fBY\",Map:\"CObxCvD8G\",Messages:\"M8oNQ_JH9\",Notebook:\"dwzHsAun9\",Seed:\"sAJC1GXyh\",Smile:\"XLyX0qdKl\",Tag:\"WhxjMfg0b\",Tools:\"gzK3njTJk\",Trophy:\"Ci4jaXC7E\",Users:\"rfWmtWKVE\",Wand:\"hFwpUBam6\",Writing:\"OqaQY2LVA\",X:\"l559uV6Hl\"};const humanReadableVariantMap={\"Horizontal (Active)\":\"ZWheNHGI9\",Active:\"sRQim6rVG\",Horizontal:\"JCzT_oYHY\",Regular:\"doReIO3Ar\"};const getProps=({height,icon,iconActive,id,subtitle,tap,title,width,...props})=>{return{...props,b5yvraqgi:subtitle??props.b5yvraqgi??\"Ready-Made AI Apps\",fMruDDt0C:tap??props.fMruDDt0C,gaNQo55a9:humanReadableEnumMap[iconActive]??iconActive??props.gaNQo55a9??\"c8wdJLq2A\",mXLNmbjKh:title??props.mXLNmbjKh??\"AI\\xa0Apps Hub\",oxtCS7GWr:humanReadableEnumMap[icon]??icon??props.oxtCS7GWr??\"pfDlTl1JT\",variant:humanReadableVariantMap[props.variant]??props.variant??\"doReIO3Ar\"};};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,mXLNmbjKh,b5yvraqgi,fMruDDt0C,oxtCS7GWr,gaNQo55a9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"doReIO3Ar\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapb1ahvf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(fMruDDt0C){const res=await fMruDDt0C(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-4tfai4\",className,classNames),\"data-framer-name\":\"Regular\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"doReIO3Ar\",onTap:onTapb1ahvf,ref:refBinding,style:{...style},...addPropertyOverrides({\"doReIO3Ar-hover\":{\"data-framer-name\":undefined},\"JCzT_oYHY-hover\":{\"data-framer-name\":undefined},JCzT_oYHY:{\"data-framer-name\":\"Horizontal\"},sRQim6rVG:{\"data-framer-name\":\"Active\"},ZWheNHGI9:{\"data-framer-name\":\"Horizontal (Active)\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"51px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||200)-0-96.1952)/2+0+0),...addPropertyOverrides({JCzT_oYHY:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-51)/2)},ZWheNHGI9:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-51)/2)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-771jvm-container\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"h10pHVtxQ-container\",name:\"Icon\",nodeId:\"h10pHVtxQ\",rendersWithMotion:true,scopeId:\"bQP2xXHBV\",children:/*#__PURE__*/_jsx(HighlightsTabsIcon,{height:\"100%\",id:\"h10pHVtxQ\",layoutId:\"h10pHVtxQ\",name:\"Icon\",style:{height:\"100%\",width:\"100%\"},variant:oxtCS7GWr,width:\"100%\",...addPropertyOverrides({sRQim6rVG:{variant:gaNQo55a9}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-42fnak\",layoutDependency:layoutDependency,layoutId:\"VavFSLMt3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"19.1952px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18)))\"},children:\"AI\\xa0Apps Hub\"})}),className:\"framer-173a0ts\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"TadYYOMOp\",style:{\"--extracted-r6o4lv\":\"var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18))\",\"--framer-paragraph-spacing\":\"0px\"},text:mXLNmbjKh,variants:{\"doReIO3Ar-hover\":{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},\"JCzT_oYHY-hover\":{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},sRQim6rVG:{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},ZWheNHGI9:{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"doReIO3Ar-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"19.1952px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\"},children:\"AI\\xa0Apps Hub\"})})},\"JCzT_oYHY-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"19.1952px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\"},children:\"AI\\xa0Apps Hub\"})})},sRQim6rVG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"19.1952px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\"},children:\"AI\\xa0Apps Hub\"})})},ZWheNHGI9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"19.1952px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\"},children:\"AI\\xa0Apps Hub\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18)))\"},children:\"Ready-Made AI Apps\"})}),className:\"framer-1dcp69v\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eqcKgrpFq\",style:{\"--extracted-r6o4lv\":\"var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18))\",\"--framer-paragraph-spacing\":\"0px\"},text:b5yvraqgi,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1obh8.framer-ldbqs9, .framer-1obh8 .framer-ldbqs9 { display: block; }\",\".framer-1obh8.framer-4tfai4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: min-content; }\",\".framer-1obh8 .framer-771jvm-container { flex: none; height: 51px; position: relative; width: 51px; }\",\".framer-1obh8 .framer-42fnak { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-1obh8 .framer-173a0ts, .framer-1obh8 .framer-1dcp69v { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1obh8.framer-4tfai4, .framer-1obh8 .framer-42fnak { gap: 0px; } .framer-1obh8.framer-4tfai4 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-1obh8.framer-4tfai4 > :first-child, .framer-1obh8 .framer-42fnak > :first-child { margin-top: 0px; } .framer-1obh8.framer-4tfai4 > :last-child, .framer-1obh8 .framer-42fnak > :last-child { margin-bottom: 0px; } .framer-1obh8 .framer-42fnak > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-1obh8.framer-v-4zoqk.framer-4tfai4, .framer-1obh8.framer-v-de4zyw.framer-4tfai4 { flex-direction: row; }\",\".framer-1obh8.framer-v-4zoqk .framer-42fnak, .framer-1obh8.framer-v-de4zyw .framer-42fnak { align-content: flex-start; align-items: flex-start; align-self: unset; gap: 2px; padding: 10px 0px 10px 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1obh8.framer-v-4zoqk.framer-4tfai4, .framer-1obh8.framer-v-4zoqk .framer-42fnak { gap: 0px; } .framer-1obh8.framer-v-4zoqk.framer-4tfai4 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-1obh8.framer-v-4zoqk.framer-4tfai4 > :first-child { margin-left: 0px; } .framer-1obh8.framer-v-4zoqk.framer-4tfai4 > :last-child { margin-right: 0px; } .framer-1obh8.framer-v-4zoqk .framer-42fnak > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-1obh8.framer-v-4zoqk .framer-42fnak > :first-child { margin-top: 0px; } .framer-1obh8.framer-v-4zoqk .framer-42fnak > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1obh8.framer-v-de4zyw.framer-4tfai4, .framer-1obh8.framer-v-de4zyw .framer-42fnak { gap: 0px; } .framer-1obh8.framer-v-de4zyw.framer-4tfai4 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-1obh8.framer-v-de4zyw.framer-4tfai4 > :first-child { margin-left: 0px; } .framer-1obh8.framer-v-de4zyw.framer-4tfai4 > :last-child { margin-right: 0px; } .framer-1obh8.framer-v-de4zyw .framer-42fnak > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-1obh8.framer-v-de4zyw .framer-42fnak > :first-child { margin-top: 0px; } .framer-1obh8.framer-v-de4zyw .framer-42fnak > :last-child { margin-bottom: 0px; } }\",\".framer-1obh8.framer-v-4zoqk.hover .framer-42fnak { align-self: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 98\n * @framerIntrinsicWidth 169\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sRQim6rVG\":{\"layout\":[\"auto\",\"auto\"]},\"JCzT_oYHY\":{\"layout\":[\"auto\",\"auto\"]},\"ZWheNHGI9\":{\"layout\":[\"auto\",\"auto\"]},\"fwSMkHmYt\":{\"layout\":[\"auto\",\"auto\"]},\"IL1S2r_gv\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"mXLNmbjKh\":\"title\",\"b5yvraqgi\":\"subtitle\",\"fMruDDt0C\":\"tap\",\"oxtCS7GWr\":\"icon\",\"gaNQo55a9\":\"iconActive\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbQP2xXHBV=withCSS(Component,css,\"framer-1obh8\");export default FramerbQP2xXHBV;FramerbQP2xXHBV.displayName=\"Highlights (Tabs) -> Tab\";FramerbQP2xXHBV.defaultProps={height:98,width:169};addPropertyControls(FramerbQP2xXHBV,{variant:{options:[\"doReIO3Ar\",\"sRQim6rVG\",\"JCzT_oYHY\",\"ZWheNHGI9\"],optionTitles:[\"Regular\",\"Active\",\"Horizontal\",\"Horizontal (Active)\"],title:\"Variant\",type:ControlType.Enum},mXLNmbjKh:{defaultValue:\"AI\\xa0Apps Hub\",displayTextArea:false,title:\"Title\",type:ControlType.String},b5yvraqgi:{defaultValue:\"Ready-Made AI Apps\",displayTextArea:false,title:\"Subtitle\",type:ControlType.String},fMruDDt0C:{title:\"Tap\",type:ControlType.EventHandler},oxtCS7GWr:HighlightsTabsIconControls?.[\"variant\"]&&{...HighlightsTabsIconControls[\"variant\"],defaultValue:\"pfDlTl1JT\",description:undefined,hidden:undefined,title:\"Icon\"},gaNQo55a9:HighlightsTabsIconControls?.[\"variant\"]&&{...HighlightsTabsIconControls[\"variant\"],defaultValue:\"c8wdJLq2A\",description:undefined,hidden:undefined,title:\"Icon: Active\"}});addFonts(FramerbQP2xXHBV,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.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\"}]},...HighlightsTabsIconFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbQP2xXHBV\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sRQim6rVG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JCzT_oYHY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZWheNHGI9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fwSMkHmYt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IL1S2r_gv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"169\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"mXLNmbjKh\\\":\\\"title\\\",\\\"b5yvraqgi\\\":\\\"subtitle\\\",\\\"fMruDDt0C\\\":\\\"tap\\\",\\\"oxtCS7GWr\\\":\\\"icon\\\",\\\"gaNQo55a9\\\":\\\"iconActive\\\"}\",\"framerIntrinsicHeight\":\"98\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bQP2xXHBV.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5r0SIGwx5X7ZEfSA7b0s/iVKVSylsM6Wbmglm3sh3/wUsYJ1SZs.js\";import HighlightsTabsTab from\"https://framerusercontent.com/modules/Jfqp0EeAiNO3RMceoS8B/L9Z3c5cSTDEnM5O8n8VF/bQP2xXHBV.js\";const HighlightsTabsTabFonts=getFonts(HighlightsTabsTab);const RichTextWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(RichText));const HighlightsTabsTabControls=getPropertyControls(HighlightsTabsTab);const cycleOrder=[\"QfEejXBpC\",\"keqzGvFmZ\",\"itfLaItBc\",\"neo4r3LQK\",\"FbAdgryTf\"];const serializationHash=\"framer-sFXML\";const variantClassNames={FbAdgryTf:\"framer-v-lcqfrp\",itfLaItBc:\"framer-v-10kr9i2\",keqzGvFmZ:\"framer-v-5af08f\",neo4r3LQK:\"framer-v-f6jv15\",QfEejXBpC:\"framer-v-1gx6g1n\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Horizontal (Active)\":\"ZWheNHGI9\",Active:\"sRQim6rVG\",Horizontal:\"JCzT_oYHY\",Regular:\"doReIO3Ar\"};const humanReadableVariantMap={\"Tab 1\":\"QfEejXBpC\",\"Tab 2\":\"keqzGvFmZ\",\"Tab 3\":\"itfLaItBc\",\"Tab 4\":\"neo4r3LQK\",\"Tab 5\":\"FbAdgryTf\"};const getProps=({gap,height,id,padding,variantActive,variantRegular,width,...props})=>{return{...props,ccXrrjPyG:padding??props.ccXrrjPyG??\"40px\",fUiSYNKzY:humanReadableEnumMap[variantRegular]??variantRegular??props.fUiSYNKzY??\"doReIO3Ar\",jkcbkOIMN:gap??props.jkcbkOIMN??30,TDC_wRPxk:humanReadableEnumMap[variantActive]??variantActive??props.TDC_wRPxk??\"sRQim6rVG\",variant:humanReadableVariantMap[props.variant]??props.variant??\"QfEejXBpC\"};};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,ccXrrjPyG,fUiSYNKzY,TDC_wRPxk,jkcbkOIMN,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QfEejXBpC\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const fMruDDt0C8nkdkn=activeVariantCallback(async(...args)=>{setVariant(\"QfEejXBpC\");});const fMruDDt0C1nxknio=activeVariantCallback(async(...args)=>{setVariant(\"keqzGvFmZ\");});const fMruDDt0C1d4kzxm=activeVariantCallback(async(...args)=>{setVariant(\"itfLaItBc\");});const fMruDDt0C3zqbpb=activeVariantCallback(async(...args)=>{setVariant(\"neo4r3LQK\");});const fMruDDt0Caeb4np=activeVariantCallback(async(...args)=>{setVariant(\"FbAdgryTf\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gx6g1n\",className,classNames),\"data-framer-name\":\"Tab 1\",layoutDependency:layoutDependency,layoutId:\"QfEejXBpC\",ref:refBinding,style:{...style},...addPropertyOverrides({FbAdgryTf:{\"data-framer-name\":\"Tab 5\"},itfLaItBc:{\"data-framer-name\":\"Tab 3\"},keqzGvFmZ:{\"data-framer-name\":\"Tab 2\"},neo4r3LQK:{\"data-framer-name\":\"Tab 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-188pts0\",\"data-framer-name\":\"Tabs Bar\",layoutDependency:layoutDependency,layoutId:\"iLm3IuKHj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ctxcvy-container\",layoutDependency:layoutDependency,layoutId:\"BBryvozl5-container\",nodeId:\"BBryvozl5\",rendersWithMotion:true,scopeId:\"uClrg7vmm\",children:/*#__PURE__*/_jsx(HighlightsTabsTab,{b5yvraqgi:\"Ready-Made AI Apps\",gaNQo55a9:\"c8wdJLq2A\",height:\"100%\",id:\"BBryvozl5\",layoutId:\"BBryvozl5\",mXLNmbjKh:\"AI\\xa0Apps\",oxtCS7GWr:\"pfDlTl1JT\",variant:TDC_wRPxk,width:\"100%\",...addPropertyOverrides({FbAdgryTf:{fMruDDt0C:fMruDDt0C8nkdkn,variant:fUiSYNKzY},itfLaItBc:{fMruDDt0C:fMruDDt0C8nkdkn,variant:fUiSYNKzY},keqzGvFmZ:{fMruDDt0C:fMruDDt0C8nkdkn,variant:fUiSYNKzY},neo4r3LQK:{fMruDDt0C:fMruDDt0C8nkdkn,variant:fUiSYNKzY}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-uqnssk-container\",layoutDependency:layoutDependency,layoutId:\"PZqzjYyaK-container\",nodeId:\"PZqzjYyaK\",rendersWithMotion:true,scopeId:\"uClrg7vmm\",children:/*#__PURE__*/_jsx(HighlightsTabsTab,{b5yvraqgi:\"Files, Links, and More\",fMruDDt0C:fMruDDt0C1nxknio,gaNQo55a9:\"vCqlmjbi5\",height:\"100%\",id:\"PZqzjYyaK\",layoutId:\"PZqzjYyaK\",mXLNmbjKh:\"Train Your Agents\",oxtCS7GWr:\"X7jZWO0DM\",variant:fUiSYNKzY,width:\"100%\",...addPropertyOverrides({keqzGvFmZ:{variant:TDC_wRPxk}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cqerk0-container\",layoutDependency:layoutDependency,layoutId:\"gEauUKmkR-container\",nodeId:\"gEauUKmkR\",rendersWithMotion:true,scopeId:\"uClrg7vmm\",children:/*#__PURE__*/_jsx(HighlightsTabsTab,{b5yvraqgi:\"Free Forever, 24/7\",fMruDDt0C:fMruDDt0C1d4kzxm,gaNQo55a9:\"M8oNQ_JH9\",height:\"100%\",id:\"gEauUKmkR\",layoutId:\"gEauUKmkR\",mXLNmbjKh:\"Unlimited Chats\",oxtCS7GWr:\"Om_CfTAi5\",variant:fUiSYNKzY,width:\"100%\",...addPropertyOverrides({itfLaItBc:{variant:TDC_wRPxk}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-185sfy1-container\",layoutDependency:layoutDependency,layoutId:\"D4YYjV_q1-container\",nodeId:\"D4YYjV_q1\",rendersWithMotion:true,scopeId:\"uClrg7vmm\",children:/*#__PURE__*/_jsx(HighlightsTabsTab,{b5yvraqgi:\"Secure Instant Links\",fMruDDt0C:fMruDDt0C3zqbpb,gaNQo55a9:\"iCXIj0fBY\",height:\"100%\",id:\"D4YYjV_q1\",layoutId:\"D4YYjV_q1\",mXLNmbjKh:\"Share Conversations\",oxtCS7GWr:\"PG6yW5xQB\",variant:fUiSYNKzY,width:\"100%\",...addPropertyOverrides({neo4r3LQK:{variant:TDC_wRPxk}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:98,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m6tf4i-container\",layoutDependency:layoutDependency,layoutId:\"hGUBUrBoy-container\",nodeId:\"hGUBUrBoy\",rendersWithMotion:true,scopeId:\"uClrg7vmm\",children:/*#__PURE__*/_jsx(HighlightsTabsTab,{b5yvraqgi:\"Enterprise Ready\",fMruDDt0C:fMruDDt0Caeb4np,gaNQo55a9:\"prmBQthZE\",height:\"100%\",id:\"hGUBUrBoy\",layoutId:\"hGUBUrBoy\",mXLNmbjKh:\"Private by Design\",oxtCS7GWr:\"plTzV2O76\",variant:fUiSYNKzY,width:\"100%\",...addPropertyOverrides({FbAdgryTf:{variant:TDC_wRPxk}},baseVariant,gestureVariant)})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x82v3j\",\"data-border\":true,\"data-framer-name\":\"Tabs Content\",layoutDependency:layoutDependency,layoutId:\"QPHSEKl9A\",style:{\"--190qd1n\":numberToPixelString(ccXrrjPyG),\"--7cfsvy\":jkcbkOIMN,\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, rgb(255, 255, 255))\",boxShadow:\"0px 0px 48px 0px rgba(0, 0, 0, 0.2)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a77aq9\",layoutDependency:layoutDependency,layoutId:\"nfEwvPrAU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"4px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Enjoy Hundreds of AI Apps\"})}),className:\"framer-1h25b7v\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"PNYvvSoaw\",style:{\"--extracted-r6o4lv\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({keqzGvFmZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"4px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"Your Own Personal AI is Here, Trainable in Seconds\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFXWithOptimizedAppearEffect,{__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5k4eo3\",\"data-styles-preset\":\"wUsYJ1SZs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)))\"},children:\"Boost your productivity with unique tailor-made content done in seconds and ready to use.\"})}),className:\"framer-11uwnu8\",\"data-framer-appear-id\":\"11uwnu8\",fonts:[\"Inter\"],initial:animation1,layoutDependency:layoutDependency,layoutId:\"zTtbfsx6l\",optimized:true,style:{\"--extracted-a0htzi\":\"var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76))\",\"--framer-paragraph-spacing\":\"0px\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FbAdgryTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5k4eo3\",\"data-styles-preset\":\"wUsYJ1SZs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)))\"},children:\"Train your agents with confidence knowing that all content is encrypted at rest. Your data is your business.\"})})},itfLaItBc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5k4eo3\",\"data-styles-preset\":\"wUsYJ1SZs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)))\"},children:\"Whether you have one question, or 1,219,429 of them, you don't have to pay a dime to chat with agents.\"})})},keqzGvFmZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5k4eo3\",\"data-styles-preset\":\"wUsYJ1SZs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)))\"},children:\"Train your agent quickly and easily with just a few clicks by adding PDFs, sitemaps, and other files.\"})})},neo4r3LQK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-5k4eo3\",\"data-styles-preset\":\"wUsYJ1SZs\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)))\"},children:\"Share conversations with your friends or coworkers to learn, create, and explore together. Simple links, disable anytime.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"AI App Screenshot.\",fit:\"fill\",intrinsicHeight:734,intrinsicWidth:1438,pixelHeight:734,pixelWidth:1438,sizes:`calc(${componentViewport?.width||\"100vw\"} - ${ccXrrjPyG*2}px)`,src:\"https://framerusercontent.com/images/SRpWUIx85QwTW3aDgqIhS49SZBI.png\",srcSet:\"https://framerusercontent.com/images/SRpWUIx85QwTW3aDgqIhS49SZBI.png?scale-down-to=512 512w,https://framerusercontent.com/images/SRpWUIx85QwTW3aDgqIhS49SZBI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SRpWUIx85QwTW3aDgqIhS49SZBI.png 1438w\"},className:\"framer-ugc5wv\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"e3RjJ5DN1\",style:{borderBottomLeftRadius:6.75,borderBottomRightRadius:6.75,borderTopLeftRadius:6.75,borderTopRightRadius:6.75,boxShadow:\"0px 4px 9px 0px rgba(0, 0, 0, 0.2)\"},...addPropertyOverrides({FbAdgryTf:{background:{alt:\"AI App Screenshot.\",fit:\"fill\",intrinsicHeight:734,intrinsicWidth:1438,pixelHeight:523,pixelWidth:1080,sizes:`calc(${componentViewport?.width||\"100vw\"} - ${ccXrrjPyG*2}px)`,src:\"https://framerusercontent.com/images/a93zbMm8OiivixhCOzCA7F4Ht4.webp\",srcSet:\"https://framerusercontent.com/images/a93zbMm8OiivixhCOzCA7F4Ht4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/a93zbMm8OiivixhCOzCA7F4Ht4.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/a93zbMm8OiivixhCOzCA7F4Ht4.webp 1080w\"}},itfLaItBc:{background:{alt:\"AI App Screenshot.\",fit:\"fill\",intrinsicHeight:734,intrinsicWidth:1438,pixelHeight:534,pixelWidth:1080,sizes:`calc(${componentViewport?.width||\"100vw\"} - ${ccXrrjPyG*2}px)`,src:\"https://framerusercontent.com/images/pJt90Jk8ORixQoIV3ZhsmVlZBJ4.webp\",srcSet:\"https://framerusercontent.com/images/pJt90Jk8ORixQoIV3ZhsmVlZBJ4.webp?scale-down-to=512 512w,https://framerusercontent.com/images/pJt90Jk8ORixQoIV3ZhsmVlZBJ4.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/pJt90Jk8ORixQoIV3ZhsmVlZBJ4.webp 1080w\"}},keqzGvFmZ:{background:{alt:\"AI App Screenshot.\",fit:\"fill\",intrinsicHeight:734,intrinsicWidth:1438,pixelHeight:582,pixelWidth:1080,sizes:`calc(${componentViewport?.width||\"100vw\"} - ${ccXrrjPyG*2}px)`,src:\"https://framerusercontent.com/images/EWaHWh1djG2pn2AaSxBA1GMwMc.webp\",srcSet:\"https://framerusercontent.com/images/EWaHWh1djG2pn2AaSxBA1GMwMc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/EWaHWh1djG2pn2AaSxBA1GMwMc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/EWaHWh1djG2pn2AaSxBA1GMwMc.webp 1080w\"}},neo4r3LQK:{background:{alt:\"AI App Screenshot.\",fit:\"fill\",intrinsicHeight:734,intrinsicWidth:1438,pixelHeight:581,pixelWidth:1080,sizes:`calc(${componentViewport?.width||\"100vw\"} - ${ccXrrjPyG*2}px)`,src:\"https://framerusercontent.com/images/Ab7bB4GkV8nsHECA4M94d5c5BWk.webp\",srcSet:\"https://framerusercontent.com/images/Ab7bB4GkV8nsHECA4M94d5c5BWk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/Ab7bB4GkV8nsHECA4M94d5c5BWk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/Ab7bB4GkV8nsHECA4M94d5c5BWk.webp 1080w\"}}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sFXML.framer-1lxuh4d, .framer-sFXML .framer-1lxuh4d { display: block; }\",\".framer-sFXML.framer-1gx6g1n { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1074px; }\",\".framer-sFXML .framer-188pts0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-sFXML .framer-ctxcvy-container, .framer-sFXML .framer-uqnssk-container, .framer-sFXML .framer-cqerk0-container, .framer-sFXML .framer-185sfy1-container, .framer-sFXML .framer-m6tf4i-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-sFXML .framer-x82v3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--7cfsvy)) * 1px); height: min-content; justify-content: flex-start; overflow: hidden; padding: var(--190qd1n); position: relative; width: 100%; }\",\".framer-sFXML .framer-1a77aq9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-sFXML .framer-1h25b7v { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-sFXML .framer-11uwnu8 { --framer-text-wrap-override: balance; -webkit-user-select: none; flex: none; height: auto; max-width: 100%; pointer-events: auto; position: relative; user-select: none; width: 100%; }\",\".framer-sFXML .framer-ugc5wv { aspect-ratio: 1.9455252918287937 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 103px); position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sFXML.framer-1gx6g1n, .framer-sFXML .framer-188pts0, .framer-sFXML .framer-x82v3j, .framer-sFXML .framer-1a77aq9 { gap: 0px; } .framer-sFXML.framer-1gx6g1n > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-sFXML.framer-1gx6g1n > :first-child, .framer-sFXML .framer-x82v3j > :first-child, .framer-sFXML .framer-1a77aq9 > :first-child { margin-top: 0px; } .framer-sFXML.framer-1gx6g1n > :last-child, .framer-sFXML .framer-x82v3j > :last-child, .framer-sFXML .framer-1a77aq9 > :last-child { margin-bottom: 0px; } .framer-sFXML .framer-188pts0 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-sFXML .framer-188pts0 > :first-child { margin-left: 0px; } .framer-sFXML .framer-188pts0 > :last-child { margin-right: 0px; } .framer-sFXML .framer-x82v3j > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--7cfsvy)) * 1px) / 2); margin-top: calc(calc(max(0, var(--7cfsvy)) * 1px) / 2); } .framer-sFXML .framer-1a77aq9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,'.framer-sFXML[data-border=\"true\"]::after, .framer-sFXML [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 839\n * @framerIntrinsicWidth 1074\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"keqzGvFmZ\":{\"layout\":[\"fixed\",\"auto\"]},\"itfLaItBc\":{\"layout\":[\"fixed\",\"auto\"]},\"neo4r3LQK\":{\"layout\":[\"fixed\",\"auto\"]},\"FbAdgryTf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ccXrrjPyG\":\"padding\",\"fUiSYNKzY\":\"variantRegular\",\"TDC_wRPxk\":\"variantActive\",\"jkcbkOIMN\":\"gap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruClrg7vmm=withCSS(Component,css,\"framer-sFXML\");export default FrameruClrg7vmm;FrameruClrg7vmm.displayName=\"Highlights (Tabs)\";FrameruClrg7vmm.defaultProps={height:839,width:1074};addPropertyControls(FrameruClrg7vmm,{variant:{options:[\"QfEejXBpC\",\"keqzGvFmZ\",\"itfLaItBc\",\"neo4r3LQK\",\"FbAdgryTf\"],optionTitles:[\"Tab 1\",\"Tab 2\",\"Tab 3\",\"Tab 4\",\"Tab 5\"],title:\"Variant\",type:ControlType.Enum},ccXrrjPyG:{defaultValue:\"40px\",title:\"Padding\",type:ControlType.Padding},fUiSYNKzY:HighlightsTabsTabControls?.[\"variant\"]&&{...HighlightsTabsTabControls[\"variant\"],defaultValue:\"doReIO3Ar\",description:undefined,hidden:undefined,title:\"Variant (Regular)\"},TDC_wRPxk:HighlightsTabsTabControls?.[\"variant\"]&&{...HighlightsTabsTabControls[\"variant\"],defaultValue:\"sRQim6rVG\",description:undefined,hidden:undefined,title:\"Variant (Active)\"},jkcbkOIMN:{defaultValue:30,min:0,title:\"Gap\",type:ControlType.Number}});addFonts(FrameruClrg7vmm,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.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\"}]},...HighlightsTabsTabFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruClrg7vmm\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"839\",\"framerIntrinsicWidth\":\"1074\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"keqzGvFmZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"itfLaItBc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"neo4r3LQK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FbAdgryTf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ccXrrjPyG\\\":\\\"padding\\\",\\\"fUiSYNKzY\\\":\\\"variantRegular\\\",\\\"TDC_wRPxk\\\":\\\"variantActive\\\",\\\"jkcbkOIMN\\\":\\\"gap\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import FloatingStars from\"https://framerusercontent.com/modules/XLifWq7WS0egZGhbTwq0/fPDBVMc2my5JEKjLdnsX/Floating_Stars.js\";import AgentsTicker from\"#framer/local/canvasComponent/gywQbKq2s/gywQbKq2s.js\";import Announcement from\"#framer/local/canvasComponent/kcQTLfZUG/kcQTLfZUG.js\";import CTACard from\"#framer/local/canvasComponent/Keq4EZYr8/Keq4EZYr8.js\";import FeatureCard from\"#framer/local/canvasComponent/NkutEH7Zf/NkutEH7Zf.js\";import Button from\"#framer/local/canvasComponent/OMFDwYKVm/OMFDwYKVm.js\";import HighlightsTabs from\"#framer/local/canvasComponent/uClrg7vmm/uClrg7vmm.js\";import Divider from\"#framer/local/canvasComponent/w5exNccsr/w5exNccsr.js\";import Intro from\"#framer/local/canvasComponent/W6wYITlgt/W6wYITlgt.js\";import Articles,{enumToDisplayNameFunctions}from\"#framer/local/collection/eyM9_DVWi/eyM9_DVWi.js\";import Companies from\"#framer/local/collection/xhx49qngh/xhx49qngh.js\";import*as sharedStyle5 from\"#framer/local/css/gEpyVZImU/gEpyVZImU.js\";import*as sharedStyle2 from\"#framer/local/css/lARFdKBF3/lARFdKBF3.js\";import*as sharedStyle1 from\"#framer/local/css/LFMfCz7Nq/LFMfCz7Nq.js\";import*as sharedStyle3 from\"#framer/local/css/MrpdtHV5J/MrpdtHV5J.js\";import*as sharedStyle4 from\"#framer/local/css/pzTHN5fqi/pzTHN5fqi.js\";import*as sharedStyle from\"#framer/local/css/UoF26bCkV/UoF26bCkV.js\";import metadataProvider from\"#framer/local/webPageMetadata/uQgFIjOQp/uQgFIjOQp.js\";const ButtonFonts=getFonts(Button);const ImageWithFX=withFX(Image);const FloatingStarsFonts=getFonts(FloatingStars);const PhosphorFonts=getFonts(Phosphor);const IntroFonts=getFonts(Intro);const HighlightsTabsFonts=getFonts(HighlightsTabs);const FeatureCardFonts=getFonts(FeatureCard);const AgentsTickerFonts=getFonts(AgentsTicker);const CTACardFonts=getFonts(CTACard);const DividerFonts=getFonts(Divider);const AnnouncementFonts=getFonts(Announcement);const breakpoints={Dn2CQ8DTf:\"(max-width: 767px)\",EueH_4lAX:\"(min-width: 1200px)\",ZpiLdmlrR:\"(min-width: 768px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-AkEVG\";const variantClassNames={Dn2CQ8DTf:\"framer-v-vzshvd\",EueH_4lAX:\"framer-v-om7jaj\",ZpiLdmlrR:\"framer-v-xf2p3p\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"EueH_4lAX\",Phone:\"Dn2CQ8DTf\",Tablet:\"ZpiLdmlrR\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EueH_4lAX\"};};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,BXO8wiYZARriKDzul9,EUIgI93JXRriKDzul9,idRriKDzul9,BXO8wiYZAPnmTFHhs0,EUIgI93JXPnmTFHhs0,idPnmTFHhs0,BLc86qlq_y9rmF0TEP,FnVjaH22Xy9rmF0TEP,z8J1KlzG3y9rmF0TEP,lrZokUYH5y9rmF0TEP,rZ7I2kHkSy9rmF0TEP,yC0dnW0Y0y9rmF0TEP,P9OlulBb3y9rmF0TEP,idy9rmF0TEP,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"Dn2CQ8DTf\")return false;return true;};const router=useRouter();const elementId=useRouteElementId(\"uHv_4uV6d\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"mm8U5yThV\");const dynamicRef=useDynamicRefs();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"EueH_4lAX\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-56c871dd-80bc-4031-b41d-333705d1391c, rgb(9, 4, 18)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-om7jaj\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7b42a\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pe83bh\",\"data-framer-name\":\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1po3gyk\",\"data-framer-name\":\"Content\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yj3a2g hidden-vzshvd\",\"data-border\":true,\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yk9hsw\",\"data-framer-name\":\"Stars\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jsl0vk\",fill:\"rgb(255, 204, 0)\",intrinsicHeight:15,intrinsicWidth:15,svg:'<svg height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"><path d=\"M0 0h24v24H0z\"/><path d=\"m8.243 7.34-6.38.925-.113.023a1 1 0 0 0-.44 1.684l4.622 4.499-1.09 6.355-.013.11a1 1 0 0 0 1.464.944l5.706-3 5.693 3 .1.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5.078-.085a1 1 0 0 0-.633-1.62l-6.38-.926-2.852-5.78a1 1 0 0 0-1.794 0L8.243 7.34z\" fill=\"currentColor\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b7plnb\",fill:\"rgb(255, 204, 0)\",intrinsicHeight:15,intrinsicWidth:15,svg:'<svg height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"><path d=\"M0 0h24v24H0z\"/><path d=\"m8.243 7.34-6.38.925-.113.023a1 1 0 0 0-.44 1.684l4.622 4.499-1.09 6.355-.013.11a1 1 0 0 0 1.464.944l5.706-3 5.693 3 .1.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5.078-.085a1 1 0 0 0-.633-1.62l-6.38-.926-2.852-5.78a1 1 0 0 0-1.794 0L8.243 7.34z\" fill=\"currentColor\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ib02mx\",fill:\"rgb(255, 204, 0)\",intrinsicHeight:15,intrinsicWidth:15,svg:'<svg height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"><path d=\"M0 0h24v24H0z\"/><path d=\"m8.243 7.34-6.38.925-.113.023a1 1 0 0 0-.44 1.684l4.622 4.499-1.09 6.355-.013.11a1 1 0 0 0 1.464.944l5.706-3 5.693 3 .1.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5.078-.085a1 1 0 0 0-.633-1.62l-6.38-.926-2.852-5.78a1 1 0 0 0-1.794 0L8.243 7.34z\" fill=\"currentColor\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11zjd71\",fill:\"rgb(255, 204, 0)\",intrinsicHeight:15,intrinsicWidth:15,svg:'<svg height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"><path d=\"M0 0h24v24H0z\"/><path d=\"m8.243 7.34-6.38.925-.113.023a1 1 0 0 0-.44 1.684l4.622 4.499-1.09 6.355-.013.11a1 1 0 0 0 1.464.944l5.706-3 5.693 3 .1.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5.078-.085a1 1 0 0 0-.633-1.62l-6.38-.926-2.852-5.78a1 1 0 0 0-1.794 0L8.243 7.34z\" fill=\"currentColor\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1iydxum\",fill:\"rgb(255, 204, 0)\",intrinsicHeight:15,intrinsicWidth:15,svg:'<svg height=\"24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\"><path d=\"M0 0h24v24H0z\"/><path d=\"m8.243 7.34-6.38.925-.113.023a1 1 0 0 0-.44 1.684l4.622 4.499-1.09 6.355-.013.11a1 1 0 0 0 1.464.944l5.706-3 5.693 3 .1.046a1 1 0 0 0 1.352-1.1l-1.091-6.355 4.624-4.5.078-.085a1 1 0 0 0-.633-1.62l-6.38-.926-2.852-5.78a1 1 0 0 0-1.794 0L8.243 7.34z\" fill=\"currentColor\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZpiLdmlrR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u201CIt's like having my Own Jarvis from Iron Man!\u201D - Agent.so Member\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u201CIt's like having my Own Jarvis from Iron Man!\u201D - Agent.so Member\"})}),className:\"framer-1vnjfkp\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xeqhc0\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(rgb(215, 191, 255) 11%, rgb(214, 186, 255) 49.5672%, rgb(255, 255, 255) 100%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U2hhZG93cyBJbnRvIExpZ2h0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Shadows Into Light\", sans-serif',\"--framer-font-weight\":\"400\"},children:\"ChatGPT is the tip of the iceberg. Agent.so is \"}),\"the iceberg. The world's original & most powerful AI agents platform.\"]})})})},ZpiLdmlrR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(rgb(215, 191, 255) 11%, rgb(214, 186, 255) 49.5672%, rgb(255, 255, 255) 100%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U2hhZG93cyBJbnRvIExpZ2h0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Shadows Into Light\", sans-serif',\"--framer-font-weight\":\"400\"},children:\"ChatGPT is the tip of the iceberg. Agent.so is \"}),\"the iceberg. The world's original & most powerful AI agents platform.\"]})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(rgb(215, 191, 255) 11%, rgb(214, 186, 255) 49.5672%, rgb(255, 255, 255) 100%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7U2hhZG93cyBJbnRvIExpZ2h0LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Shadows Into Light\", sans-serif',\"--framer-font-weight\":\"400\"},children:\"ChatGPT is the tip of the iceberg. Agent.so is \"}),\"the iceberg. The world's original & most powerful AI agents platform.\"]})})}),className:\"framer-16e4jtw\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\",\"GF;Shadows Into Light-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-of0r53\",\"data-styles-preset\":\"UoF26bCkV\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Agent.so is Your Portal to AI\u2122\"}),\" - the world's most ambitious all-in-one ecosystem designed to help you \",/*#__PURE__*/_jsx(\"strong\",{children:\"build, optimize, and scale\"}),\" using AI agents.\"]}),/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-of0r53\",\"data-styles-preset\":\"UoF26bCkV\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Use multiple AI models, train AI with your data (privately), create custom AI agents\"}),\" with powerful skills, use AI apps to get work done faster, and \",/*#__PURE__*/_jsx(\"strong\",{children:\"a lot more\"}),\" starting at just $29/mo.\"]})]}),className:\"framer-6idjh3\",\"data-framer-name\":\"Description\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1slx3b\",\"data-framer-name\":\"Footer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4hqnl\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"izij027Qk\"},implicitPathVariables:undefined},{href:{webPageId:\"izij027Qk\"},implicitPathVariables:undefined},{href:{webPageId:\"izij027Qk\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+40+405+0+0+0+0},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+0+0+0+0+0+40+492.6+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"250px\",y:(componentViewport?.y||0)+0+0+0+0+0+0+80+514+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rye757-container\",nodeId:\"ISSmr3hDl\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{H8UI5DXUW:resolvedLinks[2]},ZpiLdmlrR:{H8UI5DXUW:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{ar0YQhBK8:false,H8UI5DXUW:resolvedLinks[0],height:\"100%\",id:\"ISSmr3hDl\",layoutId:\"ISSmr3hDl\",niUn1I3Zv:\"Create a Free Account\",NYPGZolVd:false,style:{width:\"100%\"},variant:\"uW5mt4DE6\",width:\"100%\",XNbbMDksq:\"House\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RivsWEteq\"},implicitPathVariables:undefined},{href:{webPageId:\"RivsWEteq\"},implicitPathVariables:undefined},{href:{webPageId:\"RivsWEteq\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+0+0+0+0+0+40+405+0+0+0+58},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+0+0+0+0+0+40+492.6+0+0+0+58}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"250px\",y:(componentViewport?.y||0)+0+0+0+0+0+0+80+514+0+0+0+58,children:/*#__PURE__*/_jsx(Container,{className:\"framer-j38css-container\",nodeId:\"dvwHNlUkY\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{H8UI5DXUW:resolvedLinks1[2]},ZpiLdmlrR:{H8UI5DXUW:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{ar0YQhBK8:false,H8UI5DXUW:resolvedLinks1[0],height:\"100%\",id:\"dvwHNlUkY\",layoutId:\"dvwHNlUkY\",niUn1I3Zv:\"Explore Pricing & Features\",NYPGZolVd:true,style:{width:\"100%\"},variant:\"Ulg7s6lFq\",width:\"100%\",XNbbMDksq:\"Hurricane\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wzam25\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",style:{\"--framer-text-alignment\":\"center\"},children:\"1-Minute Setup. No Credit Card. Private, Encrypted &\\xa0Secure.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",children:\"1-Minute Setup. No Credit Card. Private, Encrypted &\\xa0Secure.\"})}),className:\"framer-1qr06sl\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fktdnx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",children:\"Use models from leading AI labs:\"})}),className:\"framer-gtgjao\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ot275c\",\"data-framer-name\":\"Labs\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"RriKDzul9\",data:Companies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},orderBy:[{collection:\"RriKDzul9\",name:\"EaCheFpjr\",type:\"Identifier\"}],select:[{collection:\"RriKDzul9\",name:\"BXO8wiYZA\",type:\"Identifier\"},{collection:\"RriKDzul9\",name:\"EUIgI93JX\",type:\"Identifier\"},{collection:\"RriKDzul9\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"RriKDzul9\",name:\"ytpdyp_dZ\",type:\"Identifier\"},operator:\"and\",right:{left:{collection:\"RriKDzul9\",name:\"zJEOydyt3\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"TYFzi1yy0\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BXO8wiYZA:BXO8wiYZARriKDzul9,EUIgI93JX:EUIgI93JXRriKDzul9,id:idRriKDzul9},index)=>{EUIgI93JXRriKDzul9??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`RriKDzul9-${idRriKDzul9}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EUIgI93JX:EUIgI93JXRriKDzul9},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17qhn67\",\"data-framer-name\":\"Lab\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+40+405+0+126+0+120+0+31+0+0),sizes:\"20px\",...toResponsiveImage(BXO8wiYZARriKDzul9),...{positionX:\"center\",positionY:\"center\"}}},ZpiLdmlrR:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+40+492.6+0+146+0+36+.5+0+0),sizes:\"20px\",...toResponsiveImage(BXO8wiYZARriKDzul9),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+80+514+0+146+0+36+.5+0+0),sizes:\"20px\",...toResponsiveImage(BXO8wiYZARriKDzul9),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-3u67gg\",\"data-framer-name\":\"Icon\"})})})})},idRriKDzul9);})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",children:\"+ more soon:\"})}),className:\"framer-1qd924x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rustv5\",\"data-framer-name\":\"Labs (Upcoming)\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"PnmTFHhs0\",data:Companies,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"PnmTFHhs0\",name:\"BXO8wiYZA\",type:\"Identifier\"},{collection:\"PnmTFHhs0\",name:\"EUIgI93JX\",type:\"Identifier\"},{collection:\"PnmTFHhs0\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{collection:\"PnmTFHhs0\",name:\"ytpdyp_dZ\",type:\"Identifier\"}},operator:\"and\",right:{left:{collection:\"PnmTFHhs0\",name:\"zJEOydyt3\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"TYFzi1yy0\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({BXO8wiYZA:BXO8wiYZAPnmTFHhs0,EUIgI93JX:EUIgI93JXPnmTFHhs0,id:idPnmTFHhs0},index1)=>{EUIgI93JXPnmTFHhs0??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`PnmTFHhs0-${idPnmTFHhs0}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{EUIgI93JX:EUIgI93JXPnmTFHhs0},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-eg7qdl\",\"data-framer-name\":\"Lab\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+40+405+0+126+0+120+0+92+0+0),sizes:\"20px\",...toResponsiveImage(BXO8wiYZAPnmTFHhs0),...{positionX:\"center\",positionY:\"center\"}}},ZpiLdmlrR:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+40+492.6+0+146+0+36+.5+0+0),sizes:\"20px\",...toResponsiveImage(BXO8wiYZAPnmTFHhs0),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+0+80+514+0+146+0+36+.5+0+0),sizes:\"20px\",...toResponsiveImage(BXO8wiYZAPnmTFHhs0),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-148qiz8\",\"data-framer-name\":\"Icon\"})})})})},idPnmTFHhs0);})})})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dism5z\",\"data-framer-name\":\"Agents\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ez0lk8\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cvbren\",\"data-framer-name\":\"Front\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"AI Agents Characters\",fit:\"fill\",intrinsicHeight:860,intrinsicWidth:3280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+843+0+0+0),pixelHeight:860,pixelWidth:3280,sizes:`min(330px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png\",srcSet:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png 3280w\"}},ZpiLdmlrR:{background:{alt:\"AI Agents Characters\",fit:\"fill\",intrinsicHeight:860,intrinsicWidth:3280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+795.6+0+0+0),pixelHeight:860,pixelWidth:3280,sizes:`min(1300px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png\",srcSet:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png 3280w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"AI Agents Characters\",fit:\"fill\",intrinsicHeight:860,intrinsicWidth:3280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+927+0+0+0),pixelHeight:860,pixelWidth:3280,sizes:`min(1300px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png\",srcSet:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png 3280w\"},className:\"framer-mty6u6\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"AI Experts Characters\\n\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:3840,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+843+73-86),pixelHeight:858,pixelWidth:3840,sizes:`min(321px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png\",srcSet:\"https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=512 512w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png 3840w\"}},ZpiLdmlrR:{background:{alt:\"AI Experts Characters\\n\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:3840,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+795.6+298-306),pixelHeight:858,pixelWidth:3840,sizes:`min(1300px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png\",srcSet:\"https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=512 512w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png 3840w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:95,__perspectiveFX:false,__targetOpacity:.75,background:{alt:\"AI Experts Characters\\n\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:3840,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+927+298-306),pixelHeight:858,pixelWidth:3840,sizes:`min(1300px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png\",srcSet:\"https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=512 512w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/nQD7EohPHEPchu72iz8OEyfGtDs.png 3840w\"},className:\"framer-y74kjt\",\"data-framer-name\":\"Middle\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"AI Agents Characters\",fit:\"fill\",intrinsicHeight:860,intrinsicWidth:3280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+843+73-114),pixelHeight:860,pixelWidth:3280,sizes:`min(321px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png\",srcSet:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png 3280w\"}},ZpiLdmlrR:{background:{alt:\"AI Agents Characters\",fit:\"fill\",intrinsicHeight:860,intrinsicWidth:3280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+795.6+298-371),pixelHeight:860,pixelWidth:3280,sizes:`min(1300px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png\",srcSet:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png 3280w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:90,__perspectiveFX:false,__targetOpacity:.5,background:{alt:\"AI Agents Characters\",fit:\"fill\",intrinsicHeight:860,intrinsicWidth:3280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+0+927+298-371),pixelHeight:860,pixelWidth:3280,sizes:`min(1300px, ${componentViewport?.width||\"100vw\"})`,src:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png\",srcSet:\"https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MvYD7upBJc4boWVYa6tv2v30w.png 3280w\"},className:\"framer-14l11lh\",\"data-framer-name\":\"Image\",transformTemplate:transformTemplate1})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ai8lo-container hidden-vzshvd\",\"data-framer-name\":\"Stars\",isAuthoredByUser:true,isModuleExternal:true,name:\"Stars\",nodeId:\"reQRdFnYO\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(FloatingStars,{color:\"var(--token-4ed96c69-b73a-4721-be25-59addcb9c5d7, rgb(128, 133, 143))\",count:100,height:\"100%\",id:\"reQRdFnYO\",layoutId:\"reQRdFnYO\",name:\"Stars\",size:1,sizeRandomness:1,speed:1,speedRandomness:1,style:{height:\"100%\",width:\"100%\"},swayAmount:15,swayRandomness:.3,width:\"100%\"})})}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:85,__perspectiveFX:false,__targetOpacity:.25,background:{alt:\"\",fit:\"fill\",intrinsicHeight:636,intrinsicWidth:1130.6666666666667,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:2340,pixelWidth:4096,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/JMg0xD0mcj1EOpSGaYBBwCym9LM.jpeg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/JMg0xD0mcj1EOpSGaYBBwCym9LM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/JMg0xD0mcj1EOpSGaYBBwCym9LM.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/JMg0xD0mcj1EOpSGaYBBwCym9LM.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/JMg0xD0mcj1EOpSGaYBBwCym9LM.jpeg 4096w\"},className:\"framer-1n2ofm7\",\"data-framer-name\":\"Background\",style:{scale:1.1}})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-upxu7y\",\"data-framer-name\":\"Glances\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m1lyqt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-imv30z-container\",isModuleExternal:true,nodeId:\"IQBoRlvfV\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-660bb9b2-0910-4d1f-bb43-d8dcd62d2d28, rgb(68, 250, 161))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"IQBoRlvfV\",layoutId:\"IQBoRlvfV\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",children:\"We Protect Your Privacy. No Data Sharing.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"22.7456px\",\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"We Protect Your Privacy. No Data Sharing.\"})}),className:\"framer-n3hcfw\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15alhak\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p80dht-container\",isModuleExternal:true,nodeId:\"WolbEfx4q\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-660bb9b2-0910-4d1f-bb43-d8dcd62d2d28, rgb(68, 250, 161))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"WolbEfx4q\",layoutId:\"WolbEfx4q\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",children:\"AI Models Trusted by Millions of Humans.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"22.7456px\",\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"AI Models Trusted by Millions of Humans.\"})}),className:\"framer-glnsmx\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rm2u13\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bbdkty-container\",isModuleExternal:true,nodeId:\"qcOODL5KT\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-660bb9b2-0910-4d1f-bb43-d8dcd62d2d28, rgb(68, 250, 161))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Check\",id:\"qcOODL5KT\",layoutId:\"qcOODL5KT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",children:\"Proven Results, Battle-Tested at Scale for Years.\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"22.7456px\",\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"Proven Results, Battle-Tested at Scale for Years.\"})}),className:\"framer-11w92jc\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-yz29bf\",\"data-framer-name\":\"Highlights\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mzaxev\",\"data-framer-name\":\"Mask\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9r4edv\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{y:(componentViewport?.y||0)+0+1281+20+0+0+0},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+1237.328+40+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:`min(800px, min(1200px, ${componentViewport?.width||\"100vw\"}))`,y:(componentViewport?.y||0)+0+1368.728+60+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-141aj2t-container\",nodeId:\"i0BXGATg_\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"t0BCIkTM7\"}},children:/*#__PURE__*/_jsx(Intro,{BZ8ySCk7r:\"\",E5Bms7HzZ:\"Planet\",height:\"100%\",id:\"i0BXGATg_\",layoutId:\"i0BXGATg_\",Q9NWlk9PP:\"An ambitious plan to create a place that maximizes value between people.\",QUXhcstPL:\"The Entire History of Human Knowledge is Yours\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"O76i3APwc\",width:\"100%\",y6Wj2wwZY:true})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{y:(componentViewport?.y||0)+0+1281+20+0+0+71},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+1237.328+40+0+0+51}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:839,width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+1368.728+60+0+0+71,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r9kni3-container\",nodeId:\"kMcRzpbEH\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{ccXrrjPyG:\"20px\",fUiSYNKzY:\"JCzT_oYHY\",jkcbkOIMN:20,TDC_wRPxk:\"ZWheNHGI9\"},ZpiLdmlrR:{ccXrrjPyG:\"30px\",fUiSYNKzY:\"JCzT_oYHY\",TDC_wRPxk:\"ZWheNHGI9\"}},children:/*#__PURE__*/_jsx(HighlightsTabs,{ccXrrjPyG:\"40px\",fUiSYNKzY:\"doReIO3Ar\",height:\"100%\",id:\"kMcRzpbEH\",jkcbkOIMN:30,layoutId:\"kMcRzpbEH\",style:{width:\"100%\"},TDC_wRPxk:\"sRQim6rVG\",variant:\"QfEejXBpC\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1i5yy2c\",\"data-framer-name\":\"Features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f97xbh\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:316.5,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2231+20+0+0+0),pixelHeight:633,pixelWidth:600,sizes:\"125px\",src:\"https://framerusercontent.com/images/RG5D2AeZbfeiEjf5CsEicmwY7kU.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RG5D2AeZbfeiEjf5CsEicmwY7kU.webp 600w\"}},ZpiLdmlrR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:316.5,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2177.328+10+0+0+0),pixelHeight:633,pixelWidth:600,sizes:\"125px\",src:\"https://framerusercontent.com/images/RG5D2AeZbfeiEjf5CsEicmwY7kU.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RG5D2AeZbfeiEjf5CsEicmwY7kU.webp 600w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:316.5,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2368.728+30+0+0+0),pixelHeight:633,pixelWidth:600,sizes:\"125px\",src:\"https://framerusercontent.com/images/RG5D2AeZbfeiEjf5CsEicmwY7kU.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/RG5D2AeZbfeiEjf5CsEicmwY7kU.webp 600w\"},className:\"framer-1m8pxuf\",\"data-framer-name\":\"Connect\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{y:(componentViewport?.y||0)+0+2231+20+0+0+162},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+152}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:`min(800px, min(1200px, ${componentViewport?.width||\"100vw\"}))`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+162,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1khpfk8-container\",nodeId:\"K2eUPjk6c\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(Intro,{BZ8ySCk7r:\"\",E5Bms7HzZ:\"Infinity\",height:\"100%\",id:\"K2eUPjk6c\",layoutId:\"K2eUPjk6c\",Q9NWlk9PP:\"The intelligence barrier is down. Your imagination is the last frontier.\",QUXhcstPL:\"One platform, Hundreds of Things to Do\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"mPVX2QN_b\",width:\"100%\",y6Wj2wwZY:false})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jtogsf\",\"data-framer-name\":\"Grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1izyb36\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+0},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yx44pl-container\",nodeId:\"gmPXiOnzg\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{areUoXzGl:\"30px\",fQ1slcYpO:undefined,variant:\"prMx01E7M\"},ZpiLdmlrR:{fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/IZGqln0v5nQ3FMQAF9ZiS8ozG4.png\",srcSet:\"https://framerusercontent.com/images/IZGqln0v5nQ3FMQAF9ZiS8ozG4.png?scale-down-to=512 512w,https://framerusercontent.com/images/IZGqln0v5nQ3FMQAF9ZiS8ozG4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IZGqln0v5nQ3FMQAF9ZiS8ozG4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IZGqln0v5nQ3FMQAF9ZiS8ozG4.png 2563w\"},\"\")}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"With an ever-growing pool of hundreds of experts, you can pick an agent in any industry and chat with them as if they were human.\"})}),areUoXzGl:\"30px 30px 0px 30px\",C6eQBDGt6:\"Ask an AI Agent Anything\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/1NuKe1YJw0WGwA3iG1b7EhtNHA.png\",srcSet:\"https://framerusercontent.com/images/1NuKe1YJw0WGwA3iG1b7EhtNHA.png?scale-down-to=512 512w,https://framerusercontent.com/images/1NuKe1YJw0WGwA3iG1b7EhtNHA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/1NuKe1YJw0WGwA3iG1b7EhtNHA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/1NuKe1YJw0WGwA3iG1b7EhtNHA.png 2630w\"},\"\"),height:\"100%\",id:\"gmPXiOnzg\",layoutId:\"gmPXiOnzg\",RFAjK5dKx:\"flex-end\",style:{width:\"100%\"},variant:\"Pan9pfODq\",width:\"100%\",xippmrNk9:\"ChatTeardrop\",xrIDQb10o:\"0px 0px 30px 0px\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h50z5p\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n1yg25\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+0},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-e1vrmv-container\",nodeId:\"vlPxcucS0\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Meet your new \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/software-developer\",motionChild:true,nodeId:\"vlPxcucS0\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"software developer \"})}),\"that can help you Write functions, find errors, refactor code, and a lot more!\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Get Help With Coding\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/mhEgg4aK8rHSRfFbdABdK0Pi1M.webp\",srcSet:\"https://framerusercontent.com/images/mhEgg4aK8rHSRfFbdABdK0Pi1M.webp 640w\"},\"\"),height:\"100%\",id:\"vlPxcucS0\",layoutId:\"vlPxcucS0\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"prMx01E7M\",width:\"100%\",xippmrNk9:\"Code\",xrIDQb10o:\"0px\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+185},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+195}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+195,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4u0xq-container\",nodeId:\"M_NRGU6wM\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Create irresistible marketing content with your own AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/internet-marketer\",motionChild:true,nodeId:\"M_NRGU6wM\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"internet marketer\"})}),\", from catchy product descriptions to share-worthy social media posts.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Create Unique Content\",height:\"100%\",id:\"M_NRGU6wM\",layoutId:\"M_NRGU6wM\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Paper\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+370},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+390}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+390,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13010wk-container\",nodeId:\"jLz5A5GMo\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Establish a consistent and authentic personal brand across multiple platforms with your own AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/brand-manager\",motionChild:true,nodeId:\"jLz5A5GMo\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"brand manager\"})}),\".\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Build Your Personal Brand\",height:\"100%\",id:\"jLz5A5GMo\",layoutId:\"jLz5A5GMo\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Perspective\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+555},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+585}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+585,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dvnaoa-container\",nodeId:\"mliF5BXFr\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Let the best AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/financial-advisor\",motionChild:true,nodeId:\"mliF5BXFr\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"financial advisor \"})}),\"give you financial guidance tailored to your needs and make informed decisions based on your income and expenses.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Achieve Financial Goals\",height:\"100%\",id:\"mliF5BXFr\",layoutId:\"mliF5BXFr\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Target\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+740},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+780}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+780,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16ltuzf-container\",nodeId:\"E_BoFn29j\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Your private \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/psychologist\",motionChild:true,nodeId:\"E_BoFn29j\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"psychologist\"})}),\" is here to give practical advice on mental health, personal development, and fitness.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Unlock Self-Help Secrets\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/7w49Rn5zZvfQgJjAZkEHspzaRY.png\",srcSet:\"https://framerusercontent.com/images/7w49Rn5zZvfQgJjAZkEHspzaRY.png?scale-down-to=1024 807w,https://framerusercontent.com/images/7w49Rn5zZvfQgJjAZkEHspzaRY.png 880w\"},\"\"),height:\"100%\",id:\"E_BoFn29j\",layoutId:\"E_BoFn29j\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"prMx01E7M\",width:\"100%\",xippmrNk9:\"Heart\",xrIDQb10o:\"0px\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+925},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+975}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+975,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j3g9dy-container\",nodeId:\"hFk7esjcD\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Enhance your shop with a AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/creative-strategist\",motionChild:true,nodeId:\"hFk7esjcD\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"creative strategist \"})}),\"creating an immersive shopping experience that will surely boost your sales.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Skyrocket Your E-commerce\",height:\"100%\",id:\"hFk7esjcD\",layoutId:\"hFk7esjcD\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Shop\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+1110},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1170}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1170,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vdg8l5-container\",nodeId:\"UAi3RSRXE\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Let your new personal AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/advertiser\",motionChild:true,nodeId:\"UAi3RSRXE\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"advertiser\"})}),\" craft impactful ads that will grab your audience's attention and let your sales skyrocket.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Create Compelling Ads\",height:\"100%\",id:\"UAi3RSRXE\",layoutId:\"UAi3RSRXE\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Click\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+1295},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1365}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1365,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17bqale-container\",nodeId:\"JHoNsXOjq\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Cultivate indispensable skills with your own personal \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/tutor\",motionChild:true,nodeId:\"JHoNsXOjq\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"AI tutor\"})}),\" and unlock your true potential for career success with ultimate AI-powered learning.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Learn & Grow\",height:\"100%\",id:\"JHoNsXOjq\",layoutId:\"JHoNsXOjq\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Leaf\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+0+0+1480},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1560}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1560,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18tfqbd-container\",nodeId:\"VHflwLP4d\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Take control of your time withe our ready-made AI apps & get things done faster than ever before.\"})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Explore the Apps Hub\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/3QwaJL86Gn7NczfzUsSra3Zfos.png\",srcSet:\"https://framerusercontent.com/images/3QwaJL86Gn7NczfzUsSra3Zfos.png?scale-down-to=1024 769w,https://framerusercontent.com/images/3QwaJL86Gn7NczfzUsSra3Zfos.png 876w\"},\"\"),height:\"100%\",id:\"VHflwLP4d\",layoutId:\"VHflwLP4d\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"prMx01E7M\",width:\"100%\",xippmrNk9:\"SquaresFour\",xrIDQb10o:\"0px\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nw4f6l\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+0},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uqdpbu-container\",nodeId:\"mzwuvuwJf\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Plan your itinerary, find hidden gems, and make new memories with your loved ones. Your personal AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/travel-advisor\",motionChild:true,nodeId:\"mzwuvuwJf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"travel advisor\"})}),\" and AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/tour-guide\",motionChild:true,nodeId:\"mzwuvuwJf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"tour guide\"})}),\" got you covered!\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Discover Places Where to Travel\",height:\"100%\",id:\"mzwuvuwJf\",layoutId:\"mzwuvuwJf\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Plane\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+190},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+190}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+190,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u6m4pk-container\",nodeId:\"S8AZRdx_j\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Crack a joke \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/standup-comedian\",motionChild:true,nodeId:\"S8AZRdx_j\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"with the AI standup comedian\"})}),\", or see how far you can go \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/lunatic\",motionChild:true,nodeId:\"S8AZRdx_j\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"with the lunatic\\xa0\"})}),\"before they drive you out of your mind! Or maybe \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/magician\",motionChild:true,nodeId:\"S8AZRdx_j\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"learn a few magic tricks\"})}),\"?\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Put a Smile On Your Face\",height:\"100%\",id:\"S8AZRdx_j\",layoutId:\"S8AZRdx_j\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Happy\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+380},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+380}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+380,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17ba17s-container\",nodeId:\"zJqAxHI4L\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Discover \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/bestie\",motionChild:true,nodeId:\"zJqAxHI4L\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"your personal digital bestie\"})}),\". Harness the power of AI to foster an immersive companionship, offering unparalleled virtual assistance tailored to your needs.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Replicate Humans\",height:\"100%\",id:\"zJqAxHI4L\",layoutId:\"zJqAxHI4L\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Download\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+570},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+570}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+570,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rjzr9m-container\",nodeId:\"ALq2_YOcC\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Trust an AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/copywriting-expert\",motionChild:true,nodeId:\"ALq2_YOcC\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"copywriting expert\"})}),\" to craft engaging blog posts and written content that will captivate your audience.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Master the Art of Copywriting\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/7w49Rn5zZvfQgJjAZkEHspzaRY.png\",srcSet:\"https://framerusercontent.com/images/7w49Rn5zZvfQgJjAZkEHspzaRY.png?scale-down-to=1024 807w,https://framerusercontent.com/images/7w49Rn5zZvfQgJjAZkEHspzaRY.png 880w\"},\"\"),height:\"100%\",id:\"ALq2_YOcC\",layoutId:\"ALq2_YOcC\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"prMx01E7M\",width:\"100%\",xippmrNk9:\"Pen\",xrIDQb10o:\"0px\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+760},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+760}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+760,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pqs06x-container\",nodeId:\"dow8JHnrX\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"From crafting compelling posts to optimizing posting schedules and delivering winning strategies, let the pro AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/influencer\",motionChild:true,nodeId:\"dow8JHnrX\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"influencer \"})}),\"get your name out there.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Elevate Your Social Media Game\",height:\"100%\",id:\"dow8JHnrX\",layoutId:\"dow8JHnrX\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"TikTok\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+950},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+950}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+950,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3z74sg-container\",nodeId:\"LHUyHd26D\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Available Soon\"}),\": Let the AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/support-specialist\",motionChild:true,nodeId:\"LHUyHd26D\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"support specialist\"})}),\" handle frequently asked questions and provide real-time support in live chats.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Be There for Your Customers\",height:\"100%\",id:\"LHUyHd26D\",layoutId:\"LHUyHd26D\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Bank\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+1140},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1140}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1140,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3gzwo9-container\",nodeId:\"rSffD4Ruz\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"An AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/teacher\",motionChild:true,nodeId:\"rSffD4Ruz\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"teacher\"})}),\" can help transform your knowledge into courses by planning lessons and crafting enticing course descriptions.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Create Stellar Courses\",height:\"100%\",id:\"rSffD4Ruz\",layoutId:\"rSffD4Ruz\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Books\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+1330},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1330}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1330,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gtk1zr-container\",nodeId:\"YQ2ZVDGWK\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Let the best AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/copywriting-expert\",motionChild:true,nodeId:\"YQ2ZVDGWK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"copywriter\"})}),\" enhance your communication with AI-generated emails, newsletters, and memos.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Simplify Communication\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/839K0yZv1nw6C2arN5CmJ25JcTs.png\",srcSet:\"https://framerusercontent.com/images/839K0yZv1nw6C2arN5CmJ25JcTs.png?scale-down-to=1024 808w,https://framerusercontent.com/images/839K0yZv1nw6C2arN5CmJ25JcTs.png 878w\"},\"\"),height:\"100%\",id:\"YQ2ZVDGWK\",layoutId:\"YQ2ZVDGWK\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"prMx01E7M\",width:\"100%\",xippmrNk9:\"Chat\",xrIDQb10o:\"0px\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+1520},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1520}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1520,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a67tpm-container\",nodeId:\"S4aEsuAnl\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Generate frequently asked questions, empowering your business to provide better support with the best \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/support-specialist\",motionChild:true,nodeId:\"S4aEsuAnl\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"AI support specialist\"})}),\" out there.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Turbocharge FAQs\",height:\"100%\",id:\"S4aEsuAnl\",layoutId:\"S4aEsuAnl\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Question\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+1710},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1710}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1710,children:/*#__PURE__*/_jsx(Container,{className:\"framer-atz8tm-container\",nodeId:\"n8aF0VB6f\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Get your own AI \",/*#__PURE__*/_jsx(Link,{href:\"https://www.agent.so/ask/job-interviewer\",motionChild:true,nodeId:\"n8aF0VB6f\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"job interviewer \"})}),\"to write compelling job descriptions, screen resumes and even generate interview questions.\"]})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Streamline Hiring\",height:\"100%\",id:\"n8aF0VB6f\",layoutId:\"n8aF0VB6f\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"Briefcase\",xrIDQb10o:\"0px\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+197+0+1670+0+1900},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+190+0+0+1900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`max((min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px) / 2, 1px)`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+197+0+0+1900,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hn3a9h-container\",nodeId:\"fY9Mj2VT_\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Let our AI help you connect with your team in a meaningful way by generating hundreds of ideas for activities to plan.\"})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Team Building\",height:\"100%\",id:\"fY9Mj2VT_\",layoutId:\"fY9Mj2VT_\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Ns09cKyEs\",width:\"100%\",xippmrNk9:\"UsersFour\",xrIDQb10o:\"0px\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{y:(componentViewport?.y||0)+0+2231+20+0+0+233+0+0+0+3964},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+2177.328+10+0+0+213+0+0+0+2280}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:170,width:`min(1200px, ${componentViewport?.width||\"100vw\"})`,y:(componentViewport?.y||0)+0+2368.728+30+0+0+233+0+0+0+2294,children:/*#__PURE__*/_jsx(Container,{className:\"framer-swqvuf-container\",nodeId:\"M1qikRzMu\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{fQ1slcYpO:undefined,variant:\"prMx01E7M\"}},children:/*#__PURE__*/_jsx(FeatureCard,{AGH7zUJ2p:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Simplify legal document creation with our AI assistance. It \\xa0can generate accurate and professional legal documents, contracts, and briefs, saving you time and effort.\"})}),areUoXzGl:\"30px\",C6eQBDGt6:\"Simplify Legal Writing\",fQ1slcYpO:addImageAlt({src:\"https://framerusercontent.com/images/rgpABFw1NVXWzlCnzkwEzI9D6Og.png\",srcSet:\"https://framerusercontent.com/images/rgpABFw1NVXWzlCnzkwEzI9D6Og.png?scale-down-to=512 512w,https://framerusercontent.com/images/rgpABFw1NVXWzlCnzkwEzI9D6Og.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rgpABFw1NVXWzlCnzkwEzI9D6Og.png 1409w\"},\"\"),height:\"100%\",id:\"M1qikRzMu\",layoutId:\"M1qikRzMu\",RFAjK5dKx:\"center\",style:{width:\"100%\"},variant:\"Pan9pfODq\",width:\"100%\",xippmrNk9:\"Gavel\",xrIDQb10o:\"0px\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q2bif8\",\"data-framer-name\":\"Note\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-yy6pgt\",\"data-styles-preset\":\"lARFdKBF3\",style:{\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"With an infinity of ways to use Agent.so you'll never run out of things to do.\"})}),className:\"framer-wfh7ox\",\"data-framer-name\":\"Note\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7n8hem\",\"data-border\":true,\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-yy6pgt\",\"data-styles-preset\":\"lARFdKBF3\",style:{\"--framer-text-color\":\"var(--token-887a062b-1950-4b53-8345-97084bbfd553, rgb(134, 102, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Start for Free\"})})}),className:\"framer-1y749fd\",\"data-framer-name\":\"Label\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{y:(componentViewport?.y||0)+0+6788},ZpiLdmlrR:{y:(componentViewport?.y||0)+0+4920.328}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:268,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5215.728,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nkhe6y-container\",\"data-framer-name\":\"Agents\",name:\"Agents\",nodeId:\"G8QdFVGts\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"smafcqv77\"},ZpiLdmlrR:{variant:\"o0dZbTk0u\"}},children:/*#__PURE__*/_jsx(AgentsTicker,{height:\"100%\",id:\"G8QdFVGts\",layoutId:\"G8QdFVGts\",name:\"Agents\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"kpdZlk7oY\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-9rsd6w\",\"data-framer-name\":\"Metrics\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v30b3o\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7056+20+0+0+0),pixelHeight:3e3,pixelWidth:3e3,sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png\",srcSet:\"https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png 3000w\"}},ZpiLdmlrR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5188.328+60+0+0+0),pixelHeight:3e3,pixelWidth:3e3,sizes:\"500px\",src:\"https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png\",srcSet:\"https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png 3000w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:3e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5483.728+60+0+117.89),pixelHeight:3e3,pixelWidth:3e3,sizes:\"500px\",src:\"https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png\",srcSet:\"https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=512 512w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/fHClvOKm4D3JiPHQypgPthnuw.png 3000w\"},className:\"framer-1n8j56y\",\"data-framer-name\":\"Graphics\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sjedzc\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oecm9h\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS03MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"3.816px\",\"--framer-line-height\":\"15.996px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(134, 102, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Over 250 AI\\xa0Agents to Chat With About Anything\"})}),className:\"framer-jlb2wl\",fonts:[\"GF;Figtree-700\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-zh6f1c\",\"data-styles-preset\":\"MrpdtHV5J\",children:\"Our ambitious\\xa0mission to build ASI starts with you.\"})}),className:\"framer-7rughx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xyoela\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0wbmo\",\"data-styles-preset\":\"pzTHN5fqi\",style:{\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"Our mission is to revolutionize the world with an all-in-one platform that lets you accomplish anything with unparalleled speed.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0wbmo\",\"data-styles-preset\":\"pzTHN5fqi\",style:{\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"As we step into an era where people and AI collaborate in all industries, we take it upon ourselves to ensure that AI is accessible to everyone, not just the privileged few.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0wbmo\",\"data-styles-preset\":\"pzTHN5fqi\",style:{\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"We are not just a software provider; we are a movement to give the overlooked the correct resources to strive for success.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-o0wbmo\",\"data-styles-preset\":\"pzTHN5fqi\",style:{\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:'Join us in a mission to surpass the limits of the human mind, to move from a place of \"I can\\'t\" to \"I will!\"'})]}),className:\"framer-fgsiuh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ktzg7v\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-127m8c1\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q96ze5\",\"data-border\":true,\"data-framer-name\":\"Blocks\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px, 1px)`,y:(componentViewport?.y||0)+0+8346.78+0+0+10+0+0},ZpiLdmlrR:{width:`calc(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px, 1px) - 40px)`,y:(componentViewport?.y||0)+0+6544.108+0+0+20+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:477,width:`calc(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 60px, 1px) - 60px)`,y:(componentViewport?.y||0)+0+6339.508+0+0+0+30+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8nt4kn-container\",\"data-framer-name\":\"Action\",id:elementId,name:\"Action\",nodeId:\"uHv_4uV6d\",ref:ref1,scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{variant:\"xn0S1IKId\"}},children:/*#__PURE__*/_jsx(CTACard,{height:\"100%\",id:\"uHv_4uV6d\",layoutId:\"uHv_4uV6d\",name:\"Action\",style:{width:\"100%\"},variant:\"JOQLSEyXz\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15bpzbk\",\"data-border\":true,\"data-framer-name\":\"Updates\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-n8i0ih\",\"data-styles-preset\":\"gEpyVZImU\",style:{\"--framer-text-alignment\":\"left\"},children:\"What's New on Agent.so?\"})}),className:\"framer-1nx7bko\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`calc(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px, 1px) - 40px)`,y:(componentViewport?.y||0)+0+8346.78+0+0+10+0+477+20+34.4},ZpiLdmlrR:{width:`calc(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px, 1px) - 100px)`,y:(componentViewport?.y||0)+0+6544.108+0+0+20+20+517+30+44.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:`calc(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 60px, 1px) - 120px)`,y:(componentViewport?.y||0)+0+6339.508+0+0+0+30+507+30+44.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mctsy4-container\",nodeId:\"puOIpg56A\",scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(Divider,{height:\"100%\",HmM_F049V:\"Divider\",id:\"puOIpg56A\",layoutId:\"puOIpg56A\",style:{height:\"100%\",width:\"100%\"},variant:\"nm391OTP1\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10f5j21\",\"data-framer-name\":\"Announcements\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"y9rmF0TEP\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},orderBy:[{collection:\"y9rmF0TEP\",direction:\"desc\",name:\"rZ7I2kHkS\",type:\"Identifier\"}],select:[{collection:\"y9rmF0TEP\",name:\"BLc86qlq_\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"FnVjaH22X\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"z8J1KlzG3\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"lrZokUYH5\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"rZ7I2kHkS\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"yC0dnW0Y0\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"P9OlulBb3\",type:\"Identifier\"},{collection:\"y9rmF0TEP\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"y9rmF0TEP\",name:\"FSnWsBIEH\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"HlsEog3Kp\"},type:\"BinaryOperation\"}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({BLc86qlq_:BLc86qlq_y9rmF0TEP,FnVjaH22X:FnVjaH22Xy9rmF0TEP,id:idy9rmF0TEP,lrZokUYH5:lrZokUYH5y9rmF0TEP,P9OlulBb3:P9OlulBb3y9rmF0TEP,rZ7I2kHkS:rZ7I2kHkSy9rmF0TEP,yC0dnW0Y0:yC0dnW0Y0y9rmF0TEP,z8J1KlzG3:z8J1KlzG3y9rmF0TEP},index2)=>{BLc86qlq_y9rmF0TEP??=\"\";FnVjaH22Xy9rmF0TEP??=\"\";lrZokUYH5y9rmF0TEP??=\"\";P9OlulBb3y9rmF0TEP??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`y9rmF0TEP-${idy9rmF0TEP}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{BLc86qlq_:BLc86qlq_y9rmF0TEP},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{BLc86qlq_:BLc86qlq_y9rmF0TEP},webPageId:\"P3ybywAYl\"},implicitPathVariables:undefined},{href:{pathVariables:{BLc86qlq_:BLc86qlq_y9rmF0TEP},webPageId:\"P3ybywAYl\"},implicitPathVariables:undefined},{href:{pathVariables:{BLc86qlq_:BLc86qlq_y9rmF0TEP},webPageId:\"P3ybywAYl\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{width:`max(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 20px, 1px) - 40px, 50px)`,y:(componentViewport?.y||0)+0+8346.78+0+0+10+0+477+20+55.4+0+0},ZpiLdmlrR:{width:`max(max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 40px, 1px) - 100px, 50px)`,y:(componentViewport?.y||0)+0+6544.108+0+0+20+20+517+30+75.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:338,width:`max((max(min(1200px, ${componentViewport?.width||\"100vw\"}) - 60px, 1px) - 180px) / 3, 50px)`,y:(componentViewport?.y||0)+0+6339.508+0+0+0+30+507+30+75.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qsi3xs-container\",id:`${BLc86qlq_y9rmF0TEP}-${elementId1}`,nodeId:\"mm8U5yThV\",ref:dynamicRef(`${BLc86qlq_y9rmF0TEP}-${elementId1}`),scopeId:\"uQgFIjOQp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Dn2CQ8DTf:{JqPRuKifH:resolvedLinks2[2]},ZpiLdmlrR:{JqPRuKifH:resolvedLinks2[1],variant:\"IdMZCjVPY\"}},children:/*#__PURE__*/_jsx(Announcement,{DkIG5YRu3:P9OlulBb3y9rmF0TEP,height:\"100%\",hIW4OyJ6D:rZ7I2kHkSy9rmF0TEP,id:\"mm8U5yThV\",JqPRuKifH:resolvedLinks2[0],layoutId:\"mm8U5yThV\",nN2s3n_5H:false,P_5kz5b7s:toResponsiveImage(yC0dnW0Y0y9rmF0TEP),pNdS6Uyzy:false,QEJOaF13Y:enumToDisplayNameFunctions[\"z8J1KlzG3\"]?.(z8J1KlzG3y9rmF0TEP,activeLocale),style:{width:\"100%\"},uP28o_k4R:lrZokUYH5y9rmF0TEP,variant:\"x8JZwrmjQ\",width:\"100%\",yejgmzZCw:false,ylBPmIiws:FnVjaH22Xy9rmF0TEP})})})})})})})},idy9rmF0TEP);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jljkov\",\"data-framer-name\":\"Diamond\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pia8nk\",\"data-framer-name\":\"Diamond\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11im341\",\"data-framer-name\":\"Diamond\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rsggay\",\"data-framer-name\":\"Diamond\",style:{rotate:45}})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bu755n\",\"data-framer-name\":\"Trademarks\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8l7dpd\",\"data-styles-preset\":\"LFMfCz7Nq\",style:{\"--framer-text-color\":\"var(--token-0a4f1509-ff06-48e1-89b7-b63338bae98d, rgb(225, 217, 255))\"},children:\"* All trademarks and logos displayed on this site, including but not limited to those of OpenAI, Microsoft, xAI, Google, Perplexity, Mistral, Meta, Anthropic, Hugging Face, Cohere, Fireworks, BuzzFeed, The Guardian, Business Insider, NASA, Quora, Reuters, The Verge, Time, United Nations, Vice, Associated Press, BBC, Bloomberg, The New York Times, CNN, CDC, CNBC, Forbes, National Geographic, Wired, and others, are the property of their respective owners and are used here for identification purposes only. Agent.so is not affiliated with, endorsed by, or associated with these entities. Usage of these marks does not imply endorsement.\"})}),className:\"framer-k2jzl1\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ve9ohj\",\"data-framer-name\":\"Diamond\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-p1dnji\",\"data-framer-name\":\"Diamond\",style:{rotate:45}})]})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AkEVG.framer-xu2l60, .framer-AkEVG .framer-xu2l60 { display: block; }\",\".framer-AkEVG.framer-om7jaj { align-content: center; align-items: center; background-color: var(--token-56c871dd-80bc-4031-b41d-333705d1391c, #090412); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-AkEVG .framer-z7b42a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",'.framer-AkEVG .framer-1pe83bh { align-content: center; align-items: center; background: linear-gradient(0deg, rgba(40, 31, 77, 0) 28.999999999999996%, rgba(41, 31, 77, 0.9) 90%, var(--token-5f2f9a1c-ae2c-4848-9a36-7aa5c05ca9f2, rgb(40, 31, 76)) /* {\"name\":\"Dark\"} */ 112.00000000000001%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }',\".framer-AkEVG .framer-1po3gyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 50px 80px 50px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1yj3a2g { --border-bottom-width: 1px; --border-color: var(--token-4ee600e9-b261-4d58-ac71-46221076960e, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(134, 102, 255, 0.23); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 5px 15px 5px 15px; position: relative; width: min-content; }\",\".framer-AkEVG .framer-yk9hsw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 15px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 88px; }\",\".framer-AkEVG .framer-1jsl0vk, .framer-AkEVG .framer-1b7plnb, .framer-AkEVG .framer-ib02mx, .framer-AkEVG .framer-11zjd71, .framer-AkEVG .framer-1iydxum { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 15px; }\",\".framer-AkEVG .framer-1vnjfkp, .framer-AkEVG .framer-1qr06sl, .framer-AkEVG .framer-gtgjao, .framer-AkEVG .framer-1qd924x, .framer-AkEVG .framer-wfh7ox, .framer-AkEVG .framer-1y749fd { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-AkEVG .framer-1xeqhc0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-16e4jtw { -webkit-user-select: none; flex: none; height: auto; max-width: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 900px; word-break: break-word; word-wrap: break-word; }\",\".framer-AkEVG .framer-6idjh3 { -webkit-user-select: none; flex: none; height: auto; max-width: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 850px; word-break: break-word; word-wrap: break-word; }\",\".framer-AkEVG .framer-1slx3b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-4hqnl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1rye757-container, .framer-AkEVG .framer-j38css-container { flex: none; height: auto; position: relative; width: 250px; }\",\".framer-AkEVG .framer-wzam25 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1fktdnx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; opacity: 0.66; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-AkEVG .framer-1ot275c, .framer-AkEVG .framer-rustv5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-AkEVG .framer-17qhn67, .framer-AkEVG .framer-eg7qdl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-AkEVG .framer-3u67gg, .framer-AkEVG .framer-148qiz8, .framer-AkEVG .framer-imv30z-container, .framer-AkEVG .framer-p80dht-container, .framer-AkEVG .framer-bbdkty-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-AkEVG .framer-dism5z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-ez0lk8 { align-content: center; align-items: center; background: linear-gradient(0deg, #281f4c 0%, rgba(30, 24, 20, 0) 80%); bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: flex-end; left: 0px; overflow: visible; padding: 40px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-AkEVG .framer-cvbren { aspect-ratio: 4.3624161073825505 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 275px); max-width: 100%; overflow: hidden; position: relative; width: 1300px; z-index: 1; }\",\".framer-AkEVG .framer-mty6u6 { aspect-ratio: 3.813953488372093 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 314px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-AkEVG .framer-y74kjt { -webkit-filter: blur(4px); aspect-ratio: 4.475524475524476 / 1; bottom: 15px; filter: blur(4px); flex: none; height: var(--framer-aspect-ratio-supported, 268px); left: 50%; max-width: 100%; opacity: 0.75; position: absolute; transform: translateX(-50%); width: 1300px; z-index: 0; }\",\".framer-AkEVG .framer-14l11lh { -webkit-filter: brightness(0.45) blur(7px); aspect-ratio: 3.813953488372093 / 1; bottom: 30px; filter: brightness(0.45) blur(7px); flex: none; height: var(--framer-aspect-ratio-supported, 315px); left: 50%; max-width: 100%; opacity: 0.5; position: absolute; transform: translateX(-50%); width: 1300px; z-index: -1; }\",\".framer-AkEVG .framer-9ai8lo-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-AkEVG .framer-1n2ofm7 { bottom: 0px; flex: none; left: 0px; opacity: 0.25; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-AkEVG .framer-upxu7y { align-content: center; align-items: center; background: linear-gradient(303deg, #4409d9 0%, rgb(134, 102, 255) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 15px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1m1lyqt, .framer-AkEVG .framer-15alhak, .framer-AkEVG .framer-rm2u13 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AkEVG .framer-n3hcfw, .framer-AkEVG .framer-glnsmx, .framer-AkEVG .framer-11w92jc { -webkit-user-select: none; flex: 1 0 0px; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-AkEVG .framer-yz29bf { align-content: center; align-items: center; background-color: var(--token-c5e7540f-fd3a-4db4-af5b-9f8aab4b1ed8, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 60px 60px 30px 60px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1mzaxev { background-color: #181230; bottom: 0px; flex: none; height: 150px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 0; }\",\".framer-AkEVG .framer-9r4edv, .framer-AkEVG .framer-f97xbh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-AkEVG .framer-141aj2t-container, .framer-AkEVG .framer-1khpfk8-container { flex: none; height: auto; max-width: 100%; position: relative; width: 800px; }\",\".framer-AkEVG .framer-1r9kni3-container, .framer-AkEVG .framer-1yx44pl-container, .framer-AkEVG .framer-e1vrmv-container, .framer-AkEVG .framer-4u0xq-container, .framer-AkEVG .framer-13010wk-container, .framer-AkEVG .framer-dvnaoa-container, .framer-AkEVG .framer-16ltuzf-container, .framer-AkEVG .framer-1j3g9dy-container, .framer-AkEVG .framer-vdg8l5-container, .framer-AkEVG .framer-17bqale-container, .framer-AkEVG .framer-18tfqbd-container, .framer-AkEVG .framer-uqdpbu-container, .framer-AkEVG .framer-u6m4pk-container, .framer-AkEVG .framer-17ba17s-container, .framer-AkEVG .framer-rjzr9m-container, .framer-AkEVG .framer-pqs06x-container, .framer-AkEVG .framer-3z74sg-container, .framer-AkEVG .framer-3gzwo9-container, .framer-AkEVG .framer-gtk1zr-container, .framer-AkEVG .framer-1a67tpm-container, .framer-AkEVG .framer-atz8tm-container, .framer-AkEVG .framer-1hn3a9h-container, .framer-AkEVG .framer-swqvuf-container, .framer-AkEVG .framer-8nt4kn-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1i5yy2c { align-content: center; align-items: center; background: linear-gradient(180deg, #181230 0%, rgb(0, 0, 0) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 30px 60px 60px 60px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1m8pxuf { aspect-ratio: 0.9478672985781991 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 132px); overflow: visible; position: relative; width: 125px; }\",\".framer-AkEVG .framer-jtogsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1izyb36 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1h50z5p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1n1yg25 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-AkEVG .framer-nw4f6l { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-AkEVG .framer-1q2bif8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-7n8hem { --border-bottom-width: 1px; --border-color: #8666ff; --border-left-width: 0px; --border-right-width: 0px; --border-style: dashed; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 30px; justify-content: space-between; padding: 0px; position: relative; width: min-content; }\",\".framer-AkEVG .framer-nkhe6y-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\".framer-AkEVG .framer-9rsd6w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 60px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-v30b3o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1096px; }\",\".framer-AkEVG .framer-1n8j56y { flex: none; height: 500px; position: relative; width: 500px; }\",\".framer-AkEVG .framer-1sjedzc { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-AkEVG .framer-oecm9h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-jlb2wl, .framer-AkEVG .framer-7rughx, .framer-AkEVG .framer-fgsiuh { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-AkEVG .framer-1xyoela { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1ktzg7v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-127m8c1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px 30px 30px 30px; position: relative; width: 1200px; z-index: 1; }\",\".framer-AkEVG .framer-q96ze5 { --border-bottom-width: 0px; --border-color: var(--token-4ee600e9-b261-4d58-ac71-46221076960e, rgba(255, 255, 255, 0.2)); --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 30px 30px 0px 30px; position: relative; width: 1px; }\",'.framer-AkEVG .framer-15bpzbk { --border-bottom-width: 1px; --border-color: var(--token-4ee600e9-b261-4d58-ac71-46221076960e, rgba(255, 255, 255, 0.12)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(130deg, var(--token-56c871dd-80bc-4031-b41d-333705d1391c, #090412) /* {\"name\":\"Eclipse (Darker)\"} */ 0%, var(--token-6a856be1-2d4b-4384-a169-6530cfae4f0f, rgba(18, 13, 38, 0.8)) /* {\"name\":\"Glass\"} */ 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: visible; padding: 30px; position: relative; width: 100%; z-index: 1; }',\".framer-AkEVG .framer-1nx7bko { -webkit-user-select: none; flex: none; height: auto; max-width: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-AkEVG .framer-1mctsy4-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-10f5j21 { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1qsi3xs-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-AkEVG .framer-1jljkov { aspect-ratio: 1 / 1; background-color: var(--token-887a062b-1950-4b53-8345-97084bbfd553, #8666ff); flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: -3px; overflow: hidden; position: absolute; top: -3px; width: 6px; z-index: 1; }\",\".framer-AkEVG .framer-1pia8nk, .framer-AkEVG .framer-1ve9ohj { aspect-ratio: 1 / 1; background-color: var(--token-887a062b-1950-4b53-8345-97084bbfd553, #8666ff); bottom: -3px; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: -3px; overflow: hidden; position: absolute; width: 6px; z-index: 1; }\",\".framer-AkEVG .framer-11im341 { aspect-ratio: 1 / 1; background-color: var(--token-887a062b-1950-4b53-8345-97084bbfd553, #8666ff); bottom: -3px; flex: none; height: var(--framer-aspect-ratio-supported, 6px); overflow: hidden; position: absolute; right: -3px; width: 6px; z-index: 1; }\",\".framer-AkEVG .framer-rsggay { aspect-ratio: 1 / 1; background-color: var(--token-887a062b-1950-4b53-8345-97084bbfd553, #8666ff); flex: none; height: var(--framer-aspect-ratio-supported, 6px); overflow: hidden; position: absolute; right: -3px; top: -3px; width: 6px; z-index: 1; }\",\".framer-AkEVG .framer-1bu755n { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-AkEVG .framer-k2jzl1 { -webkit-user-select: none; flex: none; height: auto; max-width: 100%; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1200px; word-break: break-word; word-wrap: break-word; }\",\".framer-AkEVG .framer-p1dnji { background-color: var(--token-887a062b-1950-4b53-8345-97084bbfd553, #8666ff); bottom: -3px; flex: none; height: 6px; overflow: hidden; position: absolute; right: -3px; width: 6px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-AkEVG.framer-om7jaj, .framer-AkEVG .framer-z7b42a, .framer-AkEVG .framer-1pe83bh, .framer-AkEVG .framer-1po3gyk, .framer-AkEVG .framer-1yj3a2g, .framer-AkEVG .framer-1xeqhc0, .framer-AkEVG .framer-1slx3b, .framer-AkEVG .framer-4hqnl, .framer-AkEVG .framer-wzam25, .framer-AkEVG .framer-1fktdnx, .framer-AkEVG .framer-1ot275c, .framer-AkEVG .framer-17qhn67, .framer-AkEVG .framer-rustv5, .framer-AkEVG .framer-eg7qdl, .framer-AkEVG .framer-dism5z, .framer-AkEVG .framer-ez0lk8, .framer-AkEVG .framer-upxu7y, .framer-AkEVG .framer-1m1lyqt, .framer-AkEVG .framer-15alhak, .framer-AkEVG .framer-rm2u13, .framer-AkEVG .framer-yz29bf, .framer-AkEVG .framer-9r4edv, .framer-AkEVG .framer-1i5yy2c, .framer-AkEVG .framer-f97xbh, .framer-AkEVG .framer-jtogsf, .framer-AkEVG .framer-1izyb36, .framer-AkEVG .framer-1h50z5p, .framer-AkEVG .framer-1n1yg25, .framer-AkEVG .framer-nw4f6l, .framer-AkEVG .framer-1q2bif8, .framer-AkEVG .framer-9rsd6w, .framer-AkEVG .framer-v30b3o, .framer-AkEVG .framer-1sjedzc, .framer-AkEVG .framer-oecm9h, .framer-AkEVG .framer-1xyoela, .framer-AkEVG .framer-1ktzg7v, .framer-AkEVG .framer-127m8c1, .framer-AkEVG .framer-q96ze5, .framer-AkEVG .framer-15bpzbk, .framer-AkEVG .framer-1bu755n { gap: 0px; } .framer-AkEVG.framer-om7jaj > *, .framer-AkEVG .framer-1ktzg7v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-AkEVG.framer-om7jaj > :first-child, .framer-AkEVG .framer-z7b42a > :first-child, .framer-AkEVG .framer-1pe83bh > :first-child, .framer-AkEVG .framer-1po3gyk > :first-child, .framer-AkEVG .framer-1xeqhc0 > :first-child, .framer-AkEVG .framer-1slx3b > :first-child, .framer-AkEVG .framer-4hqnl > :first-child, .framer-AkEVG .framer-wzam25 > :first-child, .framer-AkEVG .framer-dism5z > :first-child, .framer-AkEVG .framer-ez0lk8 > :first-child, .framer-AkEVG .framer-yz29bf > :first-child, .framer-AkEVG .framer-9r4edv > :first-child, .framer-AkEVG .framer-1i5yy2c > :first-child, .framer-AkEVG .framer-f97xbh > :first-child, .framer-AkEVG .framer-jtogsf > :first-child, .framer-AkEVG .framer-1izyb36 > :first-child, .framer-AkEVG .framer-1n1yg25 > :first-child, .framer-AkEVG .framer-nw4f6l > :first-child, .framer-AkEVG .framer-9rsd6w > :first-child, .framer-AkEVG .framer-1sjedzc > :first-child, .framer-AkEVG .framer-oecm9h > :first-child, .framer-AkEVG .framer-1xyoela > :first-child, .framer-AkEVG .framer-1ktzg7v > :first-child, .framer-AkEVG .framer-q96ze5 > :first-child, .framer-AkEVG .framer-15bpzbk > :first-child { margin-top: 0px; } .framer-AkEVG.framer-om7jaj > :last-child, .framer-AkEVG .framer-z7b42a > :last-child, .framer-AkEVG .framer-1pe83bh > :last-child, .framer-AkEVG .framer-1po3gyk > :last-child, .framer-AkEVG .framer-1xeqhc0 > :last-child, .framer-AkEVG .framer-1slx3b > :last-child, .framer-AkEVG .framer-4hqnl > :last-child, .framer-AkEVG .framer-wzam25 > :last-child, .framer-AkEVG .framer-dism5z > :last-child, .framer-AkEVG .framer-ez0lk8 > :last-child, .framer-AkEVG .framer-yz29bf > :last-child, .framer-AkEVG .framer-9r4edv > :last-child, .framer-AkEVG .framer-1i5yy2c > :last-child, .framer-AkEVG .framer-f97xbh > :last-child, .framer-AkEVG .framer-jtogsf > :last-child, .framer-AkEVG .framer-1izyb36 > :last-child, .framer-AkEVG .framer-1n1yg25 > :last-child, .framer-AkEVG .framer-nw4f6l > :last-child, .framer-AkEVG .framer-9rsd6w > :last-child, .framer-AkEVG .framer-1sjedzc > :last-child, .framer-AkEVG .framer-oecm9h > :last-child, .framer-AkEVG .framer-1xyoela > :last-child, .framer-AkEVG .framer-1ktzg7v > :last-child, .framer-AkEVG .framer-q96ze5 > :last-child, .framer-AkEVG .framer-15bpzbk > :last-child { margin-bottom: 0px; } .framer-AkEVG .framer-z7b42a > *, .framer-AkEVG .framer-4hqnl > *, .framer-AkEVG .framer-dism5z > *, .framer-AkEVG .framer-ez0lk8 > *, .framer-AkEVG .framer-oecm9h > *, .framer-AkEVG .framer-1xyoela > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-AkEVG .framer-1pe83bh > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-AkEVG .framer-1po3gyk > *, .framer-AkEVG .framer-1slx3b > *, .framer-AkEVG .framer-1i5yy2c > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-AkEVG .framer-1yj3a2g > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-AkEVG .framer-1yj3a2g > :first-child, .framer-AkEVG .framer-1fktdnx > :first-child, .framer-AkEVG .framer-1ot275c > :first-child, .framer-AkEVG .framer-17qhn67 > :first-child, .framer-AkEVG .framer-rustv5 > :first-child, .framer-AkEVG .framer-eg7qdl > :first-child, .framer-AkEVG .framer-upxu7y > :first-child, .framer-AkEVG .framer-1m1lyqt > :first-child, .framer-AkEVG .framer-15alhak > :first-child, .framer-AkEVG .framer-rm2u13 > :first-child, .framer-AkEVG .framer-1h50z5p > :first-child, .framer-AkEVG .framer-1q2bif8 > :first-child, .framer-AkEVG .framer-v30b3o > :first-child, .framer-AkEVG .framer-127m8c1 > :first-child, .framer-AkEVG .framer-1bu755n > :first-child { margin-left: 0px; } .framer-AkEVG .framer-1yj3a2g > :last-child, .framer-AkEVG .framer-1fktdnx > :last-child, .framer-AkEVG .framer-1ot275c > :last-child, .framer-AkEVG .framer-17qhn67 > :last-child, .framer-AkEVG .framer-rustv5 > :last-child, .framer-AkEVG .framer-eg7qdl > :last-child, .framer-AkEVG .framer-upxu7y > :last-child, .framer-AkEVG .framer-1m1lyqt > :last-child, .framer-AkEVG .framer-15alhak > :last-child, .framer-AkEVG .framer-rm2u13 > :last-child, .framer-AkEVG .framer-1h50z5p > :last-child, .framer-AkEVG .framer-1q2bif8 > :last-child, .framer-AkEVG .framer-v30b3o > :last-child, .framer-AkEVG .framer-127m8c1 > :last-child, .framer-AkEVG .framer-1bu755n > :last-child { margin-right: 0px; } .framer-AkEVG .framer-1xeqhc0 > *, .framer-AkEVG .framer-1n1yg25 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-AkEVG .framer-wzam25 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-AkEVG .framer-1fktdnx > *, .framer-AkEVG .framer-1ot275c > *, .framer-AkEVG .framer-17qhn67 > *, .framer-AkEVG .framer-rustv5 > *, .framer-AkEVG .framer-eg7qdl > *, .framer-AkEVG .framer-1m1lyqt > *, .framer-AkEVG .framer-15alhak > *, .framer-AkEVG .framer-rm2u13 > *, .framer-AkEVG .framer-1q2bif8 > *, .framer-AkEVG .framer-1bu755n > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AkEVG .framer-upxu7y > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-AkEVG .framer-yz29bf > *, .framer-AkEVG .framer-nw4f6l > *, .framer-AkEVG .framer-1sjedzc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-AkEVG .framer-9r4edv > *, .framer-AkEVG .framer-f97xbh > *, .framer-AkEVG .framer-jtogsf > *, .framer-AkEVG .framer-q96ze5 > *, .framer-AkEVG .framer-15bpzbk > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-AkEVG .framer-1izyb36 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-AkEVG .framer-1h50z5p > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-AkEVG .framer-9rsd6w > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-AkEVG .framer-v30b3o > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-AkEVG .framer-127m8c1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-AkEVG[data-border=\"true\"]::after, .framer-AkEVG [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 768px) and (max-width: 1199px) { .framer-AkEVG.framer-om7jaj { width: 768px; } .framer-AkEVG .framer-1pe83bh, .framer-AkEVG .framer-f97xbh, .framer-AkEVG .framer-jtogsf, .framer-AkEVG .framer-1izyb36 { gap: 20px; } .framer-AkEVG .framer-1po3gyk { padding: 40px 50px 40px 50px; } .framer-AkEVG .framer-cvbren { height: var(--framer-aspect-ratio-supported, 176px); } .framer-AkEVG .framer-mty6u6 { height: var(--framer-aspect-ratio-supported, 201px); } .framer-AkEVG .framer-y74kjt { height: var(--framer-aspect-ratio-supported, 172px); } .framer-AkEVG .framer-14l11lh { height: var(--framer-aspect-ratio-supported, 202px); } .framer-AkEVG .framer-yz29bf { padding: 40px 40px 10px 40px; } .framer-AkEVG .framer-9r4edv { gap: 10px; } .framer-AkEVG .framer-1i5yy2c { padding: 10px 20px 20px 20px; } .framer-AkEVG .framer-1m8pxuf { height: var(--framer-aspect-ratio-supported, 131px); } .framer-AkEVG .framer-v30b3o { flex-direction: column; gap: 0px; width: 100%; } .framer-AkEVG .framer-1sjedzc { flex: none; width: 100%; } .framer-AkEVG .framer-127m8c1 { padding: 20px 20px 40px 20px; } .framer-AkEVG .framer-q96ze5 { gap: 40px; padding: 20px 20px 0px 20px; } .framer-AkEVG .framer-10f5j21 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-AkEVG .framer-1pe83bh, .framer-AkEVG .framer-9r4edv, .framer-AkEVG .framer-f97xbh, .framer-AkEVG .framer-jtogsf, .framer-AkEVG .framer-1izyb36, .framer-AkEVG .framer-v30b3o, .framer-AkEVG .framer-q96ze5 { gap: 0px; } .framer-AkEVG .framer-1pe83bh > *, .framer-AkEVG .framer-f97xbh > *, .framer-AkEVG .framer-jtogsf > *, .framer-AkEVG .framer-1izyb36 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-AkEVG .framer-1pe83bh > :first-child, .framer-AkEVG .framer-9r4edv > :first-child, .framer-AkEVG .framer-f97xbh > :first-child, .framer-AkEVG .framer-jtogsf > :first-child, .framer-AkEVG .framer-1izyb36 > :first-child, .framer-AkEVG .framer-v30b3o > :first-child, .framer-AkEVG .framer-q96ze5 > :first-child { margin-top: 0px; } .framer-AkEVG .framer-1pe83bh > :last-child, .framer-AkEVG .framer-9r4edv > :last-child, .framer-AkEVG .framer-f97xbh > :last-child, .framer-AkEVG .framer-jtogsf > :last-child, .framer-AkEVG .framer-1izyb36 > :last-child, .framer-AkEVG .framer-v30b3o > :last-child, .framer-AkEVG .framer-q96ze5 > :last-child { margin-bottom: 0px; } .framer-AkEVG .framer-9r4edv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-AkEVG .framer-v30b3o > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-AkEVG .framer-q96ze5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 767px) { .framer-AkEVG.framer-om7jaj { width: 320px; } .framer-AkEVG .framer-1pe83bh { gap: 20px; } .framer-AkEVG .framer-1po3gyk { gap: 30px; padding: 40px 20px 20px 20px; } .framer-AkEVG .framer-1xeqhc0 { order: 0; } .framer-AkEVG .framer-1slx3b { gap: 20px; order: 1; } .framer-AkEVG .framer-1rye757-container, .framer-AkEVG .framer-j38css-container { width: 100%; } .framer-AkEVG .framer-1qr06sl { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-AkEVG .framer-1fktdnx { flex-direction: column; width: 100%; } .framer-AkEVG .framer-ez0lk8 { height: min-content; min-height: 140px; padding: 100px 40px 19px 40px; top: unset; } .framer-AkEVG .framer-cvbren { height: var(--framer-aspect-ratio-supported, 74px); width: 330px; } .framer-AkEVG .framer-mty6u6 { height: var(--framer-aspect-ratio-supported, 84px); } .framer-AkEVG .framer-y74kjt { height: var(--framer-aspect-ratio-supported, 72px); width: 321px; } .framer-AkEVG .framer-14l11lh { height: var(--framer-aspect-ratio-supported, 84px); width: 321px; } .framer-AkEVG .framer-upxu7y { flex-direction: column; gap: 10px; padding: 15px 10px 15px 10px; } .framer-AkEVG .framer-1m1lyqt, .framer-AkEVG .framer-15alhak, .framer-AkEVG .framer-rm2u13, .framer-AkEVG .framer-nw4f6l, .framer-AkEVG .framer-1sjedzc { flex: none; width: 100%; } .framer-AkEVG .framer-yz29bf, .framer-AkEVG .framer-1i5yy2c { padding: 20px; } .framer-AkEVG .framer-1h50z5p { flex-direction: column; } .framer-AkEVG .framer-1n1yg25 { flex: none; gap: 15px; width: 100%; } .framer-AkEVG .framer-1q2bif8 { align-content: center; align-items: center; } .framer-AkEVG .framer-wfh7ox { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-AkEVG .framer-9rsd6w, .framer-AkEVG .framer-15bpzbk { gap: 20px; padding: 20px; } .framer-AkEVG .framer-v30b3o { flex-direction: column; gap: 15px; width: 100%; } .framer-AkEVG .framer-1n8j56y { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 280px); width: 100%; } .framer-AkEVG .framer-127m8c1 { padding: 10px; } .framer-AkEVG .framer-q96ze5 { gap: 0px; padding: 0px; } .framer-AkEVG .framer-10f5j21 { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-AkEVG .framer-1bu755n { flex-direction: column; padding: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-AkEVG .framer-1pe83bh, .framer-AkEVG .framer-1po3gyk, .framer-AkEVG .framer-1slx3b, .framer-AkEVG .framer-1fktdnx, .framer-AkEVG .framer-upxu7y, .framer-AkEVG .framer-1h50z5p, .framer-AkEVG .framer-1n1yg25, .framer-AkEVG .framer-9rsd6w, .framer-AkEVG .framer-v30b3o, .framer-AkEVG .framer-q96ze5, .framer-AkEVG .framer-15bpzbk, .framer-AkEVG .framer-1bu755n { gap: 0px; } .framer-AkEVG .framer-1pe83bh > *, .framer-AkEVG .framer-1slx3b > *, .framer-AkEVG .framer-1h50z5p > *, .framer-AkEVG .framer-9rsd6w > *, .framer-AkEVG .framer-15bpzbk > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-AkEVG .framer-1pe83bh > :first-child, .framer-AkEVG .framer-1po3gyk > :first-child, .framer-AkEVG .framer-1slx3b > :first-child, .framer-AkEVG .framer-1fktdnx > :first-child, .framer-AkEVG .framer-upxu7y > :first-child, .framer-AkEVG .framer-1h50z5p > :first-child, .framer-AkEVG .framer-1n1yg25 > :first-child, .framer-AkEVG .framer-9rsd6w > :first-child, .framer-AkEVG .framer-v30b3o > :first-child, .framer-AkEVG .framer-q96ze5 > :first-child, .framer-AkEVG .framer-15bpzbk > :first-child, .framer-AkEVG .framer-1bu755n > :first-child { margin-top: 0px; } .framer-AkEVG .framer-1pe83bh > :last-child, .framer-AkEVG .framer-1po3gyk > :last-child, .framer-AkEVG .framer-1slx3b > :last-child, .framer-AkEVG .framer-1fktdnx > :last-child, .framer-AkEVG .framer-upxu7y > :last-child, .framer-AkEVG .framer-1h50z5p > :last-child, .framer-AkEVG .framer-1n1yg25 > :last-child, .framer-AkEVG .framer-9rsd6w > :last-child, .framer-AkEVG .framer-v30b3o > :last-child, .framer-AkEVG .framer-q96ze5 > :last-child, .framer-AkEVG .framer-15bpzbk > :last-child, .framer-AkEVG .framer-1bu755n > :last-child { margin-bottom: 0px; } .framer-AkEVG .framer-1po3gyk > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-AkEVG .framer-1fktdnx > *, .framer-AkEVG .framer-upxu7y > *, .framer-AkEVG .framer-1bu755n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-AkEVG .framer-1n1yg25 > *, .framer-AkEVG .framer-v30b3o > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-AkEVG .framer-q96ze5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10453\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZpiLdmlrR\":{\"layout\":[\"fixed\",\"auto\"]},\"Dn2CQ8DTf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"uHv_4uV6d\":{\"pattern\":\":uHv_4uV6d\",\"name\":\"action\"},\"mm8U5yThV\":{\"pattern\":\":BLc86qlq_-:mm8U5yThV\",\"name\":\"block@\",\"slugs\":{\"BLc86qlq_\":{\"identifier\":\"local-module:collection/eyM9_DVWi:default\",\"provider\":\"y9rmF0TEP\"}}}}\n * @framerResponsiveScreen\n */const FrameruQgFIjOQp=withCSS(Component,css,\"framer-AkEVG\");export default FrameruQgFIjOQp;FrameruQgFIjOQp.displayName=\"_labs / Imports / V2 / Site\";FrameruQgFIjOQp.defaultProps={height:10453,width:1200};addFonts(FrameruQgFIjOQp,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Shadows Into Light\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/shadowsintolight/v20/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDd8r4xzSMYA.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/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:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v7/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15bwkEU4HTy.woff2\",weight:\"700\"}]},...ButtonFonts,...FloatingStarsFonts,...PhosphorFonts,...IntroFonts,...HighlightsTabsFonts,...FeatureCardFonts,...AgentsTickerFonts,...CTACardFonts,...DividerFonts,...AnnouncementFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruQgFIjOQp\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZpiLdmlrR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Dn2CQ8DTf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"10453\",\"framerScrollSections\":\"{\\\"uHv_4uV6d\\\":{\\\"pattern\\\":\\\":uHv_4uV6d\\\",\\\"name\\\":\\\"action\\\"},\\\"mm8U5yThV\\\":{\\\"pattern\\\":\\\":BLc86qlq_-:mm8U5yThV\\\",\\\"name\\\":\\\"block@\\\",\\\"slugs\\\":{\\\"BLc86qlq_\\\":{\\\"identifier\\\":\\\"local-module:collection/eyM9_DVWi:default\\\",\\\"provider\\\":\\\"y9rmF0TEP\\\"}}}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["FloatingStars", "props", "size", "color", "speed", "count", "swayAmount", "speedRandomness", "sizeRandomness", "swayRandomness", "generateStar", "index", "stars", "e", "_", "i", "p", "star", "motion", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "name1", "portrait", "profession", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "y43x5rbdx", "EPi1SmRQp", "eUknabKp2", "mQDvvrlXQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramernKHx7Snly", "withCSS", "nKHx7Snly_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AgentCardFonts", "getFonts", "nKHx7Snly_default", "CMSItemsTickerFonts", "CMSItemsTicker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "fnJMmcwM1Wl0DFundN", "kpMZIiQhDWl0DFundN", "eWQHlZcmvWl0DFundN", "EFCJo3Q0OWl0DFundN", "idWl0DFundN", "fnJMmcwM1CCSf0ymB1", "kpMZIiQhDCCSf0ymB1", "eWQHlZcmvCCSf0ymB1", "EFCJo3Q0OCCSf0ymB1", "idCCSf0ymB1", "fnJMmcwM1PXv2BXsa4", "kpMZIiQhDPXv2BXsa4", "eWQHlZcmvPXv2BXsa4", "EFCJo3Q0OPXv2BXsa4", "idPXv2BXsa4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "u", "addPropertyOverrides", "ComponentViewportProvider", "CMSItemsTicker", "ChildrenCanSuspend", "QueryData", "M83ByV7Xa_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "nKHx7Snly_default", "toResponsiveImage", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "css", "FramergywQbKq2s", "withCSS", "gywQbKq2s_default", "addPropertyControls", "ControlType", "addFonts", "AgentCardFonts", "CMSItemsTickerFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "isDisplayed18", "isDisplayed19", "isDisplayed20", "isDisplayed21", "isDisplayed22", "isDisplayed23", "isDisplayed24", "isDisplayed25", "isDisplayed26", "isDisplayed27", "isDisplayed28", "isDisplayed29", "isDisplayed30", "isDisplayed31", "isDisplayed32", "isDisplayed33", "isDisplayed34", "isDisplayed35", "isDisplayed36", "isDisplayed37", "isDisplayed38", "isDisplayed39", "isDisplayed40", "isDisplayed41", "isDisplayed42", "isDisplayed43", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "css", "FramerhfisuLKRr", "withCSS", "hfisuLKRr_default", "addPropertyControls", "ControlType", "addFonts", "HighlightsTabsIconFonts", "getFonts", "hfisuLKRr_default", "HighlightsTabsIconControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "icon", "iconActive", "id", "subtitle", "tap", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "mXLNmbjKh", "b5yvraqgi", "fMruDDt0C", "oxtCS7GWr", "gaNQo55a9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapb1ahvf", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerbQP2xXHBV", "withCSS", "bQP2xXHBV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HighlightsTabsTabFonts", "getFonts", "bQP2xXHBV_default", "RichTextWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "RichText2", "HighlightsTabsTabControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "transition2", "animation", "animation1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "gap", "height", "id", "padding", "variantActive", "variantRegular", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ccXrrjPyG", "fUiSYNKzY", "TDC_wRPxk", "jkcbkOIMN", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "fMruDDt0C8nkdkn", "args", "fMruDDt0C1nxknio", "fMruDDt0C1d4kzxm", "fMruDDt0C3zqbpb", "fMruDDt0Caeb4np", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "css", "FrameruClrg7vmm", "withCSS", "uClrg7vmm_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "OMFDwYKVm_default", "ImageWithFX", "withFX", "Image2", "FloatingStarsFonts", "FloatingStars", "PhosphorFonts", "Icon", "IntroFonts", "W6wYITlgt_default", "HighlightsTabsFonts", "uClrg7vmm_default", "FeatureCardFonts", "NkutEH7Zf_default", "AgentsTickerFonts", "gywQbKq2s_default", "CTACardFonts", "Keq4EZYr8_default", "DividerFonts", "w5exNccsr_default", "AnnouncementFonts", "kcQTLfZUG_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transformTemplate1", "_", "t", "addImageAlt", "image", "alt", "HTMLStyle", "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", "BXO8wiYZARriKDzul9", "EUIgI93JXRriKDzul9", "idRriKDzul9", "BXO8wiYZAPnmTFHhs0", "EUIgI93JXPnmTFHhs0", "idPnmTFHhs0", "BLc86qlq_y9rmF0TEP", "FnVjaH22Xy9rmF0TEP", "z8J1KlzG3y9rmF0TEP", "lrZokUYH5y9rmF0TEP", "rZ7I2kHkSy9rmF0TEP", "yC0dnW0Y0y9rmF0TEP", "P9OlulBb3y9rmF0TEP", "idy9rmF0TEP", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "elementId1", "dynamicRef", "useDynamicRefs", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "SVG", "PropertyOverrides2", "x", "RichText2", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "resolvedLinks1", "ChildrenCanSuspend", "xhx49qngh_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "getLoadingLazyAtYPosition", "collection1", "paginationInfo1", "loadMore1", "index1", "Link", "eyM9_DVWi_default", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks2", "enumToDisplayNameFunctions", "css", "FrameruQgFIjOQp", "withCSS", "uQgFIjOQp_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
