{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://boosters.flowbase.co/before-after-framer.js#Pi7ExYI4gXmQ", "ssg:https://framerusercontent.com/modules/hf67Y549HqC6KVG7gQCS/eSyOLv4kJFDU3HnHixJU/Before_After.js", "ssg:https://framerusercontent.com/modules/INLlypQ8xBZImvGIq6Cw/MzCLDiJtej3jYTgi4QSM/DotsOverride.js", "ssg:https://framerusercontent.com/modules/Qpj1a4lTXhT2s2MqsBnK/9RALIo7WCOPSfDZcqpli/tciwixBHP.js", "ssg:https://framerusercontent.com/modules/DgKHo4Qc8AV2p9RyKLEW/NOjsYdcVbx8lS1AM7PjZ/Slider.js", "ssg:https://framerusercontent.com/modules/hM1KD8M5cnZDdoimDBaK/lwy7ep6UTAJAMWTxxZ79/gzQrqDVu3.js", "ssg:https://framerusercontent.com/modules/hKfRPHLeJf0NbSn1q19j/4ZH5E0DKioIRa430kNFx/WieAHdw28.js", "ssg:https://framerusercontent.com/modules/SGVGAA1e4ZqWfyBY4c2z/IsbW92xJYbeTI9JHxthm/UfxtIwHAF.js", "ssg:https://framerusercontent.com/modules/rZUPKENkDNQKM87tgYXi/XlubTwImpaxPDbUZs8oU/mXJZwI31n.js", "ssg:https://framerusercontent.com/modules/Mqff4ThMulz0F3ysLASv/WA7TpzkObfAlW0LtTTiK/HeroSlider.js", "ssg:https://framerusercontent.com/modules/zMaPNXGYoAd4mQue6HU7/xYquqn4mSVB9GlydpT3f/KHhfGqeeO.js", "ssg:https://framerusercontent.com/modules/SfVhwSmkfyMKDgHldhS5/qJVaMVJo4kgy9TR1cEt9/b7QMj4b4k.js", "ssg:https://framerusercontent.com/modules/WYRWuIB9xggAkhhj0DU1/Rt9BmvKSLT63I1HqKLNj/NCrWirug0.js", "ssg:https://framerusercontent.com/modules/woWgTDQUuFvrsjPLliS1/ZRa136i3Qrd6xZL6Wfb7/iiDBxOxS2.js", "ssg:https://framerusercontent.com/modules/IdLKVWGIg3KAt2MvTkIF/DJv3700K4JMqu2Gd52pm/KnBJKt67f.js", "ssg:https://framerusercontent.com/modules/vd9AbSjtayLm0g6v04Ng/zzMJMHalSReWVX9gMIt1/N5gxyTbfa.js", "ssg:https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js", "ssg:https://framerusercontent.com/modules/smXs5pYuO2Uciu14tfMu/GVW5R4m05t5TuJk45LlW/NNZx9JoZM.js", "ssg:https://framerusercontent.com/modules/jBJa26C4KfXW3kHykGyv/wHYYo0sWBQwZu0K5b5WK/nobFXaPLP.js", "ssg:https://framerusercontent.com/modules/p8tzGWC39wwUA7DTrvwc/xIFJMPCUe6zBx5VwpD7t/VariantSwitcher.js", "ssg:https://framerusercontent.com/modules/Sgogu4XHlarOAufsdJU6/lDq8s7bnqo00KgADzpRW/FtU7GbMDJ.js", "ssg:https://framerusercontent.com/modules/4SwS4RQLwoY8LhzXFAiO/vaXaPQ8mEm2gKWufkT43/HoverFade.js", "ssg:https://framerusercontent.com/modules/5m7rKqffC6PBQ6f04r6O/2Lxd9TLvcFN6AYEvcwyA/sbYERKKLt.js", "ssg:https://framerusercontent.com/modules/xfNo8thPFVri0zDhzBra/CTNHpeiYbzF13FcrqU2k/HeroDots.js", "ssg:https://framerusercontent.com/modules/KtWxlKUSZwzTgYCL9IeI/V3BJ9RgheUGndqyF2lw3/Qw7myscjb.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import * as Sr from \"react\";\nimport Yr, { forwardRef as $t, useContext as Be, createContext as Ur, createElement as ne, Fragment as qr, useRef as te, useEffect as We, useState as Dt } from \"react\";\nvar Re = {}, jt = {\n  get exports() {\n    return Re;\n  },\n  set exports(e) {\n    Re = e;\n  }\n}, le = {};\n/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nvar Rr;\nfunction Lt() {\n  if (Rr)\n    return le;\n  Rr = 1;\n  var e = Yr, r = Symbol.for(\"react.element\"), n = Symbol.for(\"react.fragment\"), a = Object.prototype.hasOwnProperty, i = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };\n  function l(u, d, g) {\n    var f, v = {}, C = null, T = null;\n    g !== void 0 && (C = \"\" + g), d.key !== void 0 && (C = \"\" + d.key), d.ref !== void 0 && (T = d.ref);\n    for (f in d)\n      a.call(d, f) && !s.hasOwnProperty(f) && (v[f] = d[f]);\n    if (u && u.defaultProps)\n      for (f in d = u.defaultProps, d)\n        v[f] === void 0 && (v[f] = d[f]);\n    return { $$typeof: r, type: u, key: C, ref: T, props: v, _owner: i.current };\n  }\n  return le.Fragment = n, le.jsx = l, le.jsxs = l, le;\n}\nvar ue = {};\n/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nvar Or;\nfunction Vt() {\n  return Or || (Or = 1, process.env.NODE_ENV !== \"production\" && function() {\n    var e = Yr, r = Symbol.for(\"react.element\"), n = Symbol.for(\"react.portal\"), a = Symbol.for(\"react.fragment\"), i = Symbol.for(\"react.strict_mode\"), s = Symbol.for(\"react.profiler\"), l = Symbol.for(\"react.provider\"), u = Symbol.for(\"react.context\"), d = Symbol.for(\"react.forward_ref\"), g = Symbol.for(\"react.suspense\"), f = Symbol.for(\"react.suspense_list\"), v = Symbol.for(\"react.memo\"), C = Symbol.for(\"react.lazy\"), T = Symbol.for(\"react.offscreen\"), x = Symbol.iterator, h = \"@@iterator\";\n    function O(t) {\n      if (t === null || typeof t != \"object\")\n        return null;\n      var o = x && t[x] || t[h];\n      return typeof o == \"function\" ? o : null;\n    }\n    var E = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n    function p(t) {\n      {\n        for (var o = arguments.length, c = new Array(o > 1 ? o - 1 : 0), m = 1; m < o; m++)\n          c[m - 1] = arguments[m];\n        P(\"error\", t, c);\n      }\n    }\n    function P(t, o, c) {\n      {\n        var m = E.ReactDebugCurrentFrame, w = m.getStackAddendum();\n        w !== \"\" && (o += \"%s\", c = c.concat([w]));\n        var k = c.map(function(y) {\n          return String(y);\n        });\n        k.unshift(\"Warning: \" + o), Function.prototype.apply.call(console[t], console, k);\n      }\n    }\n    var q = !1, D = !1, V = !1, R = !1, Ne = !1, K;\n    K = Symbol.for(\"react.module.reference\");\n    function Q(t) {\n      return !!(typeof t == \"string\" || typeof t == \"function\" || t === a || t === s || Ne || t === i || t === g || t === f || R || t === T || q || D || V || typeof t == \"object\" && t !== null && (t.$$typeof === C || t.$$typeof === v || t.$$typeof === l || t.$$typeof === u || t.$$typeof === d || // This needs to include all possible module reference object\n      // types supported by any Flight configuration anywhere since\n      // we don't know which Flight build this will end up being used\n      // with.\n      t.$$typeof === K || t.getModuleId !== void 0));\n    }\n    function ct(t, o, c) {\n      var m = t.displayName;\n      if (m)\n        return m;\n      var w = o.displayName || o.name || \"\";\n      return w !== \"\" ? c + \"(\" + w + \")\" : c;\n    }\n    function rr(t) {\n      return t.displayName || \"Context\";\n    }\n    function G(t) {\n      if (t == null)\n        return null;\n      if (typeof t.tag == \"number\" && p(\"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue.\"), typeof t == \"function\")\n        return t.displayName || t.name || null;\n      if (typeof t == \"string\")\n        return t;\n      switch (t) {\n        case a:\n          return \"Fragment\";\n        case n:\n          return \"Portal\";\n        case s:\n          return \"Profiler\";\n        case i:\n          return \"StrictMode\";\n        case g:\n          return \"Suspense\";\n        case f:\n          return \"SuspenseList\";\n      }\n      if (typeof t == \"object\")\n        switch (t.$$typeof) {\n          case u:\n            var o = t;\n            return rr(o) + \".Consumer\";\n          case l:\n            var c = t;\n            return rr(c._context) + \".Provider\";\n          case d:\n            return ct(t, t.render, \"ForwardRef\");\n          case v:\n            var m = t.displayName || null;\n            return m !== null ? m : G(t.type) || \"Memo\";\n          case C: {\n            var w = t, k = w._payload, y = w._init;\n            try {\n              return G(y(k));\n            } catch {\n              return null;\n            }\n          }\n        }\n      return null;\n    }\n    var Z = Object.assign, se = 0, tr, nr, ar, ir, or, sr, cr;\n    function lr() {\n    }\n    lr.__reactDisabledLog = !0;\n    function lt() {\n      {\n        if (se === 0) {\n          tr = console.log, nr = console.info, ar = console.warn, ir = console.error, or = console.group, sr = console.groupCollapsed, cr = console.groupEnd;\n          var t = {\n            configurable: !0,\n            enumerable: !0,\n            value: lr,\n            writable: !0\n          };\n          Object.defineProperties(console, {\n            info: t,\n            log: t,\n            warn: t,\n            error: t,\n            group: t,\n            groupCollapsed: t,\n            groupEnd: t\n          });\n        }\n        se++;\n      }\n    }\n    function ut() {\n      {\n        if (se--, se === 0) {\n          var t = {\n            configurable: !0,\n            enumerable: !0,\n            writable: !0\n          };\n          Object.defineProperties(console, {\n            log: Z({}, t, {\n              value: tr\n            }),\n            info: Z({}, t, {\n              value: nr\n            }),\n            warn: Z({}, t, {\n              value: ar\n            }),\n            error: Z({}, t, {\n              value: ir\n            }),\n            group: Z({}, t, {\n              value: or\n            }),\n            groupCollapsed: Z({}, t, {\n              value: sr\n            }),\n            groupEnd: Z({}, t, {\n              value: cr\n            })\n          });\n        }\n        se < 0 && p(\"disabledDepth fell below zero. This is a bug in React. Please file an issue.\");\n      }\n    }\n    var Ae = E.ReactCurrentDispatcher, Ie;\n    function ve(t, o, c) {\n      {\n        if (Ie === void 0)\n          try {\n            throw Error();\n          } catch (w) {\n            var m = w.stack.trim().match(/\\n( *(at )?)/);\n            Ie = m && m[1] || \"\";\n          }\n        return `\n` + Ie + t;\n      }\n    }\n    var $e = !1, ge;\n    {\n      var ft = typeof WeakMap == \"function\" ? WeakMap : Map;\n      ge = new ft();\n    }\n    function ur(t, o) {\n      if (!t || $e)\n        return \"\";\n      {\n        var c = ge.get(t);\n        if (c !== void 0)\n          return c;\n      }\n      var m;\n      $e = !0;\n      var w = Error.prepareStackTrace;\n      Error.prepareStackTrace = void 0;\n      var k;\n      k = Ae.current, Ae.current = null, lt();\n      try {\n        if (o) {\n          var y = function() {\n            throw Error();\n          };\n          if (Object.defineProperty(y.prototype, \"props\", {\n            set: function() {\n              throw Error();\n            }\n          }), typeof Reflect == \"object\" && Reflect.construct) {\n            try {\n              Reflect.construct(y, []);\n            } catch (J) {\n              m = J;\n            }\n            Reflect.construct(t, [], y);\n          } else {\n            try {\n              y.call();\n            } catch (J) {\n              m = J;\n            }\n            t.call(y.prototype);\n          }\n        } else {\n          try {\n            throw Error();\n          } catch (J) {\n            m = J;\n          }\n          t();\n        }\n      } catch (J) {\n        if (J && m && typeof J.stack == \"string\") {\n          for (var b = J.stack.split(`\n`), F = m.stack.split(`\n`), N = b.length - 1, A = F.length - 1; N >= 1 && A >= 0 && b[N] !== F[A]; )\n            A--;\n          for (; N >= 1 && A >= 0; N--, A--)\n            if (b[N] !== F[A]) {\n              if (N !== 1 || A !== 1)\n                do\n                  if (N--, A--, A < 0 || b[N] !== F[A]) {\n                    var Y = `\n` + b[N].replace(\" at new \", \" at \");\n                    return t.displayName && Y.includes(\"<anonymous>\") && (Y = Y.replace(\"<anonymous>\", t.displayName)), typeof t == \"function\" && ge.set(t, Y), Y;\n                  }\n                while (N >= 1 && A >= 0);\n              break;\n            }\n        }\n      } finally {\n        $e = !1, Ae.current = k, ut(), Error.prepareStackTrace = w;\n      }\n      var re = t ? t.displayName || t.name : \"\", _r = re ? ve(re) : \"\";\n      return typeof t == \"function\" && ge.set(t, _r), _r;\n    }\n    function dt(t, o, c) {\n      return ur(t, !1);\n    }\n    function pt(t) {\n      var o = t.prototype;\n      return !!(o && o.isReactComponent);\n    }\n    function be(t, o, c) {\n      if (t == null)\n        return \"\";\n      if (typeof t == \"function\")\n        return ur(t, pt(t));\n      if (typeof t == \"string\")\n        return ve(t);\n      switch (t) {\n        case g:\n          return ve(\"Suspense\");\n        case f:\n          return ve(\"SuspenseList\");\n      }\n      if (typeof t == \"object\")\n        switch (t.$$typeof) {\n          case d:\n            return dt(t.render);\n          case v:\n            return be(t.type, o, c);\n          case C: {\n            var m = t, w = m._payload, k = m._init;\n            try {\n              return be(k(w), o, c);\n            } catch {\n            }\n          }\n        }\n      return \"\";\n    }\n    var ye = Object.prototype.hasOwnProperty, fr = {}, dr = E.ReactDebugCurrentFrame;\n    function Ee(t) {\n      if (t) {\n        var o = t._owner, c = be(t.type, t._source, o ? o.type : null);\n        dr.setExtraStackFrame(c);\n      } else\n        dr.setExtraStackFrame(null);\n    }\n    function ht(t, o, c, m, w) {\n      {\n        var k = Function.call.bind(ye);\n        for (var y in t)\n          if (k(t, y)) {\n            var b = void 0;\n            try {\n              if (typeof t[y] != \"function\") {\n                var F = Error((m || \"React class\") + \": \" + c + \" type `\" + y + \"` is invalid; it must be a function, usually from the `prop-types` package, but received `\" + typeof t[y] + \"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.\");\n                throw F.name = \"Invariant Violation\", F;\n              }\n              b = t[y](o, y, m, c, null, \"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED\");\n            } catch (N) {\n              b = N;\n            }\n            b && !(b instanceof Error) && (Ee(w), p(\"%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).\", m || \"React class\", c, y, typeof b), Ee(null)), b instanceof Error && !(b.message in fr) && (fr[b.message] = !0, Ee(w), p(\"Failed %s type: %s\", c, b.message), Ee(null));\n          }\n      }\n    }\n    var mt = Array.isArray;\n    function De(t) {\n      return mt(t);\n    }\n    function vt(t) {\n      {\n        var o = typeof Symbol == \"function\" && Symbol.toStringTag, c = o && t[Symbol.toStringTag] || t.constructor.name || \"Object\";\n        return c;\n      }\n    }\n    function gt(t) {\n      try {\n        return pr(t), !1;\n      } catch {\n        return !0;\n      }\n    }\n    function pr(t) {\n      return \"\" + t;\n    }\n    function hr(t) {\n      if (gt(t))\n        return p(\"The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.\", vt(t)), pr(t);\n    }\n    var ce = E.ReactCurrentOwner, bt = {\n      key: !0,\n      ref: !0,\n      __self: !0,\n      __source: !0\n    }, mr, vr, je;\n    je = {};\n    function yt(t) {\n      if (ye.call(t, \"ref\")) {\n        var o = Object.getOwnPropertyDescriptor(t, \"ref\").get;\n        if (o && o.isReactWarning)\n          return !1;\n      }\n      return t.ref !== void 0;\n    }\n    function Et(t) {\n      if (ye.call(t, \"key\")) {\n        var o = Object.getOwnPropertyDescriptor(t, \"key\").get;\n        if (o && o.isReactWarning)\n          return !1;\n      }\n      return t.key !== void 0;\n    }\n    function xt(t, o) {\n      if (typeof t.ref == \"string\" && ce.current && o && ce.current.stateNode !== o) {\n        var c = G(ce.current.type);\n        je[c] || (p('Component \"%s\" contains the string ref \"%s\". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', G(ce.current.type), t.ref), je[c] = !0);\n      }\n    }\n    function wt(t, o) {\n      {\n        var c = function() {\n          mr || (mr = !0, p(\"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)\", o));\n        };\n        c.isReactWarning = !0, Object.defineProperty(t, \"key\", {\n          get: c,\n          configurable: !0\n        });\n      }\n    }\n    function _t(t, o) {\n      {\n        var c = function() {\n          vr || (vr = !0, p(\"%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)\", o));\n        };\n        c.isReactWarning = !0, Object.defineProperty(t, \"ref\", {\n          get: c,\n          configurable: !0\n        });\n      }\n    }\n    var St = function(t, o, c, m, w, k, y) {\n      var b = {\n        // This tag allows us to uniquely identify this as a React Element\n        $$typeof: r,\n        // Built-in properties that belong on the element\n        type: t,\n        key: o,\n        ref: c,\n        props: y,\n        // Record the component responsible for creating this element.\n        _owner: k\n      };\n      return b._store = {}, Object.defineProperty(b._store, \"validated\", {\n        configurable: !1,\n        enumerable: !1,\n        writable: !0,\n        value: !1\n      }), Object.defineProperty(b, \"_self\", {\n        configurable: !1,\n        enumerable: !1,\n        writable: !1,\n        value: m\n      }), Object.defineProperty(b, \"_source\", {\n        configurable: !1,\n        enumerable: !1,\n        writable: !1,\n        value: w\n      }), Object.freeze && (Object.freeze(b.props), Object.freeze(b)), b;\n    };\n    function Rt(t, o, c, m, w) {\n      {\n        var k, y = {}, b = null, F = null;\n        c !== void 0 && (hr(c), b = \"\" + c), Et(o) && (hr(o.key), b = \"\" + o.key), yt(o) && (F = o.ref, xt(o, w));\n        for (k in o)\n          ye.call(o, k) && !bt.hasOwnProperty(k) && (y[k] = o[k]);\n        if (t && t.defaultProps) {\n          var N = t.defaultProps;\n          for (k in N)\n            y[k] === void 0 && (y[k] = N[k]);\n        }\n        if (b || F) {\n          var A = typeof t == \"function\" ? t.displayName || t.name || \"Unknown\" : t;\n          b && wt(y, A), F && _t(y, A);\n        }\n        return St(t, b, F, w, m, ce.current, y);\n      }\n    }\n    var Le = E.ReactCurrentOwner, gr = E.ReactDebugCurrentFrame;\n    function ee(t) {\n      if (t) {\n        var o = t._owner, c = be(t.type, t._source, o ? o.type : null);\n        gr.setExtraStackFrame(c);\n      } else\n        gr.setExtraStackFrame(null);\n    }\n    var Ve;\n    Ve = !1;\n    function Fe(t) {\n      return typeof t == \"object\" && t !== null && t.$$typeof === r;\n    }\n    function br() {\n      {\n        if (Le.current) {\n          var t = G(Le.current.type);\n          if (t)\n            return `\n\nCheck the render method of \\`` + t + \"`.\";\n        }\n        return \"\";\n      }\n    }\n    function Ot(t) {\n      {\n        if (t !== void 0) {\n          var o = t.fileName.replace(/^.*[\\\\\\/]/, \"\"), c = t.lineNumber;\n          return `\n\nCheck your code at ` + o + \":\" + c + \".\";\n        }\n        return \"\";\n      }\n    }\n    var yr = {};\n    function kt(t) {\n      {\n        var o = br();\n        if (!o) {\n          var c = typeof t == \"string\" ? t : t.displayName || t.name;\n          c && (o = `\n\nCheck the top-level render call using <` + c + \">.\");\n        }\n        return o;\n      }\n    }\n    function Er(t, o) {\n      {\n        if (!t._store || t._store.validated || t.key != null)\n          return;\n        t._store.validated = !0;\n        var c = kt(o);\n        if (yr[c])\n          return;\n        yr[c] = !0;\n        var m = \"\";\n        t && t._owner && t._owner !== Le.current && (m = \" It was passed a child from \" + G(t._owner.type) + \".\"), ee(t), p('Each child in a list should have a unique \"key\" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', c, m), ee(null);\n      }\n    }\n    function xr(t, o) {\n      {\n        if (typeof t != \"object\")\n          return;\n        if (De(t))\n          for (var c = 0; c < t.length; c++) {\n            var m = t[c];\n            Fe(m) && Er(m, o);\n          }\n        else if (Fe(t))\n          t._store && (t._store.validated = !0);\n        else if (t) {\n          var w = O(t);\n          if (typeof w == \"function\" && w !== t.entries)\n            for (var k = w.call(t), y; !(y = k.next()).done; )\n              Fe(y.value) && Er(y.value, o);\n        }\n      }\n    }\n    function Ct(t) {\n      {\n        var o = t.type;\n        if (o == null || typeof o == \"string\")\n          return;\n        var c;\n        if (typeof o == \"function\")\n          c = o.propTypes;\n        else if (typeof o == \"object\" && (o.$$typeof === d || // Note: Memo only checks outer props here.\n        // Inner props are checked in the reconciler.\n        o.$$typeof === v))\n          c = o.propTypes;\n        else\n          return;\n        if (c) {\n          var m = G(o);\n          ht(c, t.props, \"prop\", m, t);\n        } else if (o.PropTypes !== void 0 && !Ve) {\n          Ve = !0;\n          var w = G(o);\n          p(\"Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?\", w || \"Unknown\");\n        }\n        typeof o.getDefaultProps == \"function\" && !o.getDefaultProps.isReactClassApproved && p(\"getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.\");\n      }\n    }\n    function Tt(t) {\n      {\n        for (var o = Object.keys(t.props), c = 0; c < o.length; c++) {\n          var m = o[c];\n          if (m !== \"children\" && m !== \"key\") {\n            ee(t), p(\"Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.\", m), ee(null);\n            break;\n          }\n        }\n        t.ref !== null && (ee(t), p(\"Invalid attribute `ref` supplied to `React.Fragment`.\"), ee(null));\n      }\n    }\n    function wr(t, o, c, m, w, k) {\n      {\n        var y = Q(t);\n        if (!y) {\n          var b = \"\";\n          (t === void 0 || typeof t == \"object\" && t !== null && Object.keys(t).length === 0) && (b += \" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.\");\n          var F = Ot(w);\n          F ? b += F : b += br();\n          var N;\n          t === null ? N = \"null\" : De(t) ? N = \"array\" : t !== void 0 && t.$$typeof === r ? (N = \"<\" + (G(t.type) || \"Unknown\") + \" />\", b = \" Did you accidentally export a JSX literal instead of a component?\") : N = typeof t, p(\"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s\", N, b);\n        }\n        var A = Rt(t, o, c, w, k);\n        if (A == null)\n          return A;\n        if (y) {\n          var Y = o.children;\n          if (Y !== void 0)\n            if (m)\n              if (De(Y)) {\n                for (var re = 0; re < Y.length; re++)\n                  xr(Y[re], t);\n                Object.freeze && Object.freeze(Y);\n              } else\n                p(\"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.\");\n            else\n              xr(Y, t);\n        }\n        return t === a ? Tt(A) : Ct(A), A;\n      }\n    }\n    function Pt(t, o, c) {\n      return wr(t, o, c, !0);\n    }\n    function Nt(t, o, c) {\n      return wr(t, o, c, !1);\n    }\n    var At = Nt, It = Pt;\n    ue.Fragment = a, ue.jsx = At, ue.jsxs = It;\n  }()), ue;\n}\n(function(e) {\n  process.env.NODE_ENV === \"production\" ? e.exports = Lt() : e.exports = Vt();\n})(jt);\nconst L = Re.jsx, Br = Re.jsxs;\nfunction ze() {\n  return ze = Object.assign ? Object.assign.bind() : function(e) {\n    for (var r = 1; r < arguments.length; r++) {\n      var n = arguments[r];\n      for (var a in n)\n        Object.prototype.hasOwnProperty.call(n, a) && (e[a] = n[a]);\n    }\n    return e;\n  }, ze.apply(this, arguments);\n}\nfunction Hr(e) {\n  var r = /* @__PURE__ */ Object.create(null);\n  return function(n) {\n    return r[n] === void 0 && (r[n] = e(n)), r[n];\n  };\n}\nvar Ft = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Mt = /* @__PURE__ */ Hr(\n  function(e) {\n    return Ft.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;\n  }\n  /* Z+1 */\n);\nfunction Wt(e) {\n  if (e.sheet)\n    return e.sheet;\n  for (var r = 0; r < document.styleSheets.length; r++)\n    if (document.styleSheets[r].ownerNode === e)\n      return document.styleSheets[r];\n}\nfunction zt(e) {\n  var r = document.createElement(\"style\");\n  return r.setAttribute(\"data-emotion\", e.key), e.nonce !== void 0 && r.setAttribute(\"nonce\", e.nonce), r.appendChild(document.createTextNode(\"\")), r.setAttribute(\"data-s\", \"\"), r;\n}\nvar Yt = /* @__PURE__ */ function() {\n  function e(n) {\n    var a = this;\n    this._insertTag = function(i) {\n      var s;\n      a.tags.length === 0 ? a.insertionPoint ? s = a.insertionPoint.nextSibling : a.prepend ? s = a.container.firstChild : s = a.before : s = a.tags[a.tags.length - 1].nextSibling, a.container.insertBefore(i, s), a.tags.push(i);\n    }, this.isSpeedy = n.speedy === void 0 ? process.env.NODE_ENV === \"production\" : n.speedy, this.tags = [], this.ctr = 0, this.nonce = n.nonce, this.key = n.key, this.container = n.container, this.prepend = n.prepend, this.insertionPoint = n.insertionPoint, this.before = null;\n  }\n  var r = e.prototype;\n  return r.hydrate = function(a) {\n    a.forEach(this._insertTag);\n  }, r.insert = function(a) {\n    this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(zt(this));\n    var i = this.tags[this.tags.length - 1];\n    if (process.env.NODE_ENV !== \"production\") {\n      var s = a.charCodeAt(0) === 64 && a.charCodeAt(1) === 105;\n      s && this._alreadyInsertedOrderInsensitiveRule && console.error(`You're attempting to insert the following rule:\n` + a + \"\\n\\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules.\"), this._alreadyInsertedOrderInsensitiveRule = this._alreadyInsertedOrderInsensitiveRule || !s;\n    }\n    if (this.isSpeedy) {\n      var l = Wt(i);\n      try {\n        l.insertRule(a, l.cssRules.length);\n      } catch (u) {\n        process.env.NODE_ENV !== \"production\" && !/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(a) && console.error('There was a problem inserting the following rule: \"' + a + '\"', u);\n      }\n    } else\n      i.appendChild(document.createTextNode(a));\n    this.ctr++;\n  }, r.flush = function() {\n    this.tags.forEach(function(a) {\n      return a.parentNode && a.parentNode.removeChild(a);\n    }), this.tags = [], this.ctr = 0, process.env.NODE_ENV !== \"production\" && (this._alreadyInsertedOrderInsensitiveRule = !1);\n  }, e;\n}(), j = \"-ms-\", Oe = \"-moz-\", _ = \"-webkit-\", He = \"comm\", Ge = \"rule\", Je = \"decl\", Ut = \"@import\", Gr = \"@keyframes\", qt = Math.abs, Ce = String.fromCharCode, Bt = Object.assign;\nfunction Ht(e, r) {\n  return $(e, 0) ^ 45 ? (((r << 2 ^ $(e, 0)) << 2 ^ $(e, 1)) << 2 ^ $(e, 2)) << 2 ^ $(e, 3) : 0;\n}\nfunction Jr(e) {\n  return e.trim();\n}\nfunction Gt(e, r) {\n  return (e = r.exec(e)) ? e[0] : e;\n}\nfunction S(e, r, n) {\n  return e.replace(r, n);\n}\nfunction Ye(e, r) {\n  return e.indexOf(r);\n}\nfunction $(e, r) {\n  return e.charCodeAt(r) | 0;\n}\nfunction de(e, r, n) {\n  return e.slice(r, n);\n}\nfunction B(e) {\n  return e.length;\n}\nfunction Xe(e) {\n  return e.length;\n}\nfunction xe(e, r) {\n  return r.push(e), e;\n}\nfunction Jt(e, r) {\n  return e.map(r).join(\"\");\n}\nvar Te = 1, ie = 1, Xr = 0, M = 0, I = 0, oe = \"\";\nfunction Pe(e, r, n, a, i, s, l) {\n  return { value: e, root: r, parent: n, type: a, props: i, children: s, line: Te, column: ie, length: l, return: \"\" };\n}\nfunction fe(e, r) {\n  return Bt(Pe(\"\", null, null, \"\", null, null, 0), e, { length: -e.length }, r);\n}\nfunction Xt() {\n  return I;\n}\nfunction Kt() {\n  return I = M > 0 ? $(oe, --M) : 0, ie--, I === 10 && (ie = 1, Te--), I;\n}\nfunction W() {\n  return I = M < Xr ? $(oe, M++) : 0, ie++, I === 10 && (ie = 1, Te++), I;\n}\nfunction H() {\n  return $(oe, M);\n}\nfunction we() {\n  return M;\n}\nfunction me(e, r) {\n  return de(oe, e, r);\n}\nfunction pe(e) {\n  switch (e) {\n    case 0:\n    case 9:\n    case 10:\n    case 13:\n    case 32:\n      return 5;\n    case 33:\n    case 43:\n    case 44:\n    case 47:\n    case 62:\n    case 64:\n    case 126:\n    case 59:\n    case 123:\n    case 125:\n      return 4;\n    case 58:\n      return 3;\n    case 34:\n    case 39:\n    case 40:\n    case 91:\n      return 2;\n    case 41:\n    case 93:\n      return 1;\n  }\n  return 0;\n}\nfunction Kr(e) {\n  return Te = ie = 1, Xr = B(oe = e), M = 0, [];\n}\nfunction Zr(e) {\n  return oe = \"\", e;\n}\nfunction _e(e) {\n  return Jr(me(M - 1, Ue(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));\n}\nfunction Zt(e) {\n  for (; (I = H()) && I < 33; )\n    W();\n  return pe(e) > 2 || pe(I) > 3 ? \"\" : \" \";\n}\nfunction Qt(e, r) {\n  for (; --r && W() && !(I < 48 || I > 102 || I > 57 && I < 65 || I > 70 && I < 97); )\n    ;\n  return me(e, we() + (r < 6 && H() == 32 && W() == 32));\n}\nfunction Ue(e) {\n  for (; W(); )\n    switch (I) {\n      case e:\n        return M;\n      case 34:\n      case 39:\n        e !== 34 && e !== 39 && Ue(I);\n        break;\n      case 40:\n        e === 41 && Ue(e);\n        break;\n      case 92:\n        W();\n        break;\n    }\n  return M;\n}\nfunction en(e, r) {\n  for (; W() && e + I !== 47 + 10; )\n    if (e + I === 42 + 42 && H() === 47)\n      break;\n  return \"/*\" + me(r, M - 1) + \"*\" + Ce(e === 47 ? e : W());\n}\nfunction rn(e) {\n  for (; !pe(H()); )\n    W();\n  return me(e, M);\n}\nfunction tn(e) {\n  return Zr(Se(\"\", null, null, null, [\"\"], e = Kr(e), 0, [0], e));\n}\nfunction Se(e, r, n, a, i, s, l, u, d) {\n  for (var g = 0, f = 0, v = l, C = 0, T = 0, x = 0, h = 1, O = 1, E = 1, p = 0, P = \"\", q = i, D = s, V = a, R = P; O; )\n    switch (x = p, p = W()) {\n      case 40:\n        if (x != 108 && $(R, v - 1) == 58) {\n          Ye(R += S(_e(p), \"&\", \"&\\f\"), \"&\\f\") != -1 && (E = -1);\n          break;\n        }\n      case 34:\n      case 39:\n      case 91:\n        R += _e(p);\n        break;\n      case 9:\n      case 10:\n      case 13:\n      case 32:\n        R += Zt(x);\n        break;\n      case 92:\n        R += Qt(we() - 1, 7);\n        continue;\n      case 47:\n        switch (H()) {\n          case 42:\n          case 47:\n            xe(nn(en(W(), we()), r, n), d);\n            break;\n          default:\n            R += \"/\";\n        }\n        break;\n      case 123 * h:\n        u[g++] = B(R) * E;\n      case 125 * h:\n      case 59:\n      case 0:\n        switch (p) {\n          case 0:\n          case 125:\n            O = 0;\n          case 59 + f:\n            T > 0 && B(R) - v && xe(T > 32 ? Cr(R + \";\", a, n, v - 1) : Cr(S(R, \" \", \"\") + \";\", a, n, v - 2), d);\n            break;\n          case 59:\n            R += \";\";\n          default:\n            if (xe(V = kr(R, r, n, g, f, i, u, P, q = [], D = [], v), s), p === 123)\n              if (f === 0)\n                Se(R, r, V, V, q, s, v, u, D);\n              else\n                switch (C === 99 && $(R, 3) === 110 ? 100 : C) {\n                  case 100:\n                  case 109:\n                  case 115:\n                    Se(e, V, V, a && xe(kr(e, V, V, 0, 0, i, u, P, i, q = [], v), D), i, D, v, u, a ? q : D);\n                    break;\n                  default:\n                    Se(R, V, V, V, [\"\"], D, 0, u, D);\n                }\n        }\n        g = f = T = 0, h = E = 1, P = R = \"\", v = l;\n        break;\n      case 58:\n        v = 1 + B(R), T = x;\n      default:\n        if (h < 1) {\n          if (p == 123)\n            --h;\n          else if (p == 125 && h++ == 0 && Kt() == 125)\n            continue;\n        }\n        switch (R += Ce(p), p * h) {\n          case 38:\n            E = f > 0 ? 1 : (R += \"\\f\", -1);\n            break;\n          case 44:\n            u[g++] = (B(R) - 1) * E, E = 1;\n            break;\n          case 64:\n            H() === 45 && (R += _e(W())), C = H(), f = v = B(P = R += rn(we())), p++;\n            break;\n          case 45:\n            x === 45 && B(R) == 2 && (h = 0);\n        }\n    }\n  return s;\n}\nfunction kr(e, r, n, a, i, s, l, u, d, g, f) {\n  for (var v = i - 1, C = i === 0 ? s : [\"\"], T = Xe(C), x = 0, h = 0, O = 0; x < a; ++x)\n    for (var E = 0, p = de(e, v + 1, v = qt(h = l[x])), P = e; E < T; ++E)\n      (P = Jr(h > 0 ? C[E] + \" \" + p : S(p, /&\\f/g, C[E]))) && (d[O++] = P);\n  return Pe(e, r, n, i === 0 ? Ge : u, d, g, f);\n}\nfunction nn(e, r, n) {\n  return Pe(e, r, n, He, Ce(Xt()), de(e, 2, -2), 0);\n}\nfunction Cr(e, r, n, a) {\n  return Pe(e, r, n, Je, de(e, 0, a), de(e, a + 1, -1), a);\n}\nfunction ae(e, r) {\n  for (var n = \"\", a = Xe(e), i = 0; i < a; i++)\n    n += r(e[i], i, e, r) || \"\";\n  return n;\n}\nfunction an(e, r, n, a) {\n  switch (e.type) {\n    case Ut:\n    case Je:\n      return e.return = e.return || e.value;\n    case He:\n      return \"\";\n    case Gr:\n      return e.return = e.value + \"{\" + ae(e.children, a) + \"}\";\n    case Ge:\n      e.value = e.props.join(\",\");\n  }\n  return B(n = ae(e.children, a)) ? e.return = e.value + \"{\" + n + \"}\" : \"\";\n}\nfunction on(e) {\n  var r = Xe(e);\n  return function(n, a, i, s) {\n    for (var l = \"\", u = 0; u < r; u++)\n      l += e[u](n, a, i, s) || \"\";\n    return l;\n  };\n}\nfunction sn(e) {\n  return function(r) {\n    r.root || (r = r.return) && e(r);\n  };\n}\nvar cn = function(r, n, a) {\n  for (var i = 0, s = 0; i = s, s = H(), i === 38 && s === 12 && (n[a] = 1), !pe(s); )\n    W();\n  return me(r, M);\n}, ln = function(r, n) {\n  var a = -1, i = 44;\n  do\n    switch (pe(i)) {\n      case 0:\n        i === 38 && H() === 12 && (n[a] = 1), r[a] += cn(M - 1, n, a);\n        break;\n      case 2:\n        r[a] += _e(i);\n        break;\n      case 4:\n        if (i === 44) {\n          r[++a] = H() === 58 ? \"&\\f\" : \"\", n[a] = r[a].length;\n          break;\n        }\n      default:\n        r[a] += Ce(i);\n    }\n  while (i = W());\n  return r;\n}, un = function(r, n) {\n  return Zr(ln(Kr(r), n));\n}, Tr = /* @__PURE__ */ new WeakMap(), fn = function(r) {\n  if (!(r.type !== \"rule\" || !r.parent || // positive .length indicates that this rule contains pseudo\n  // negative .length indicates that this rule has been already prefixed\n  r.length < 1)) {\n    for (var n = r.value, a = r.parent, i = r.column === a.column && r.line === a.line; a.type !== \"rule\"; )\n      if (a = a.parent, !a)\n        return;\n    if (!(r.props.length === 1 && n.charCodeAt(0) !== 58 && !Tr.get(a)) && !i) {\n      Tr.set(r, !0);\n      for (var s = [], l = un(n, s), u = a.props, d = 0, g = 0; d < l.length; d++)\n        for (var f = 0; f < u.length; f++, g++)\n          r.props[g] = s[d] ? l[d].replace(/&\\f/g, u[f]) : u[f] + \" \" + l[d];\n    }\n  }\n}, dn = function(r) {\n  if (r.type === \"decl\") {\n    var n = r.value;\n    // charcode for l\n    n.charCodeAt(0) === 108 && // charcode for b\n    n.charCodeAt(2) === 98 && (r.return = \"\", r.value = \"\");\n  }\n}, pn = \"emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason\", hn = function(r) {\n  return r.type === \"comm\" && r.children.indexOf(pn) > -1;\n}, mn = function(r) {\n  return function(n, a, i) {\n    if (!(n.type !== \"rule\" || r.compat)) {\n      var s = n.value.match(/(:first|:nth|:nth-last)-child/g);\n      if (s) {\n        for (var l = !!n.parent, u = l ? n.parent.children : (\n          // global rule at the root level\n          i\n        ), d = u.length - 1; d >= 0; d--) {\n          var g = u[d];\n          if (g.line < n.line)\n            break;\n          if (g.column < n.column) {\n            if (hn(g))\n              return;\n            break;\n          }\n        }\n        s.forEach(function(f) {\n          console.error('The pseudo class \"' + f + '\" is potentially unsafe when doing server-side rendering. Try changing it to \"' + f.split(\"-child\")[0] + '-of-type\".');\n        });\n      }\n    }\n  };\n}, Qr = function(r) {\n  return r.type.charCodeAt(1) === 105 && r.type.charCodeAt(0) === 64;\n}, vn = function(r, n) {\n  for (var a = r - 1; a >= 0; a--)\n    if (!Qr(n[a]))\n      return !0;\n  return !1;\n}, Pr = function(r) {\n  r.type = \"\", r.value = \"\", r.return = \"\", r.children = \"\", r.props = \"\";\n}, gn = function(r, n, a) {\n  Qr(r) && (r.parent ? (console.error(\"`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles.\"), Pr(r)) : vn(n, a) && (console.error(\"`@import` rules can't be after other rules. Please put your `@import` rules before your other rules.\"), Pr(r)));\n};\nfunction et(e, r) {\n  switch (Ht(e, r)) {\n    case 5103:\n      return _ + \"print-\" + e + e;\n    case 5737:\n    case 4201:\n    case 3177:\n    case 3433:\n    case 1641:\n    case 4457:\n    case 2921:\n    case 5572:\n    case 6356:\n    case 5844:\n    case 3191:\n    case 6645:\n    case 3005:\n    case 6391:\n    case 5879:\n    case 5623:\n    case 6135:\n    case 4599:\n    case 4855:\n    case 4215:\n    case 6389:\n    case 5109:\n    case 5365:\n    case 5621:\n    case 3829:\n      return _ + e + e;\n    case 5349:\n    case 4246:\n    case 4810:\n    case 6968:\n    case 2756:\n      return _ + e + Oe + e + j + e + e;\n    case 6828:\n    case 4268:\n      return _ + e + j + e + e;\n    case 6165:\n      return _ + e + j + \"flex-\" + e + e;\n    case 5187:\n      return _ + e + S(e, /(\\w+).+(:[^]+)/, _ + \"box-$1$2\" + j + \"flex-$1$2\") + e;\n    case 5443:\n      return _ + e + j + \"flex-item-\" + S(e, /flex-|-self/, \"\") + e;\n    case 4675:\n      return _ + e + j + \"flex-line-pack\" + S(e, /align-content|flex-|-self/, \"\") + e;\n    case 5548:\n      return _ + e + j + S(e, \"shrink\", \"negative\") + e;\n    case 5292:\n      return _ + e + j + S(e, \"basis\", \"preferred-size\") + e;\n    case 6060:\n      return _ + \"box-\" + S(e, \"-grow\", \"\") + _ + e + j + S(e, \"grow\", \"positive\") + e;\n    case 4554:\n      return _ + S(e, /([^-])(transform)/g, \"$1\" + _ + \"$2\") + e;\n    case 6187:\n      return S(S(S(e, /(zoom-|grab)/, _ + \"$1\"), /(image-set)/, _ + \"$1\"), e, \"\") + e;\n    case 5495:\n    case 3959:\n      return S(e, /(image-set\\([^]*)/, _ + \"$1$`$1\");\n    case 4968:\n      return S(S(e, /(.+:)(flex-)?(.*)/, _ + \"box-pack:$3\" + j + \"flex-pack:$3\"), /s.+-b[^;]+/, \"justify\") + _ + e + e;\n    case 4095:\n    case 3583:\n    case 4068:\n    case 2532:\n      return S(e, /(.+)-inline(.+)/, _ + \"$1$2\") + e;\n    case 8116:\n    case 7059:\n    case 5753:\n    case 5535:\n    case 5445:\n    case 5701:\n    case 4933:\n    case 4677:\n    case 5533:\n    case 5789:\n    case 5021:\n    case 4765:\n      if (B(e) - 1 - r > 6)\n        switch ($(e, r + 1)) {\n          case 109:\n            if ($(e, r + 4) !== 45)\n              break;\n          case 102:\n            return S(e, /(.+:)(.+)-([^]+)/, \"$1\" + _ + \"$2-$3$1\" + Oe + ($(e, r + 3) == 108 ? \"$3\" : \"$2-$3\")) + e;\n          case 115:\n            return ~Ye(e, \"stretch\") ? et(S(e, \"stretch\", \"fill-available\"), r) + e : e;\n        }\n      break;\n    case 4949:\n      if ($(e, r + 1) !== 115)\n        break;\n    case 6444:\n      switch ($(e, B(e) - 3 - (~Ye(e, \"!important\") && 10))) {\n        case 107:\n          return S(e, \":\", \":\" + _) + e;\n        case 101:\n          return S(e, /(.+:)([^;!]+)(;|!.+)?/, \"$1\" + _ + ($(e, 14) === 45 ? \"inline-\" : \"\") + \"box$3$1\" + _ + \"$2$3$1\" + j + \"$2box$3\") + e;\n      }\n      break;\n    case 5936:\n      switch ($(e, r + 11)) {\n        case 114:\n          return _ + e + j + S(e, /[svh]\\w+-[tblr]{2}/, \"tb\") + e;\n        case 108:\n          return _ + e + j + S(e, /[svh]\\w+-[tblr]{2}/, \"tb-rl\") + e;\n        case 45:\n          return _ + e + j + S(e, /[svh]\\w+-[tblr]{2}/, \"lr\") + e;\n      }\n      return _ + e + j + e + e;\n  }\n  return e;\n}\nvar bn = function(r, n, a, i) {\n  if (r.length > -1 && !r.return)\n    switch (r.type) {\n      case Je:\n        r.return = et(r.value, r.length);\n        break;\n      case Gr:\n        return ae([fe(r, {\n          value: S(r.value, \"@\", \"@\" + _)\n        })], i);\n      case Ge:\n        if (r.length)\n          return Jt(r.props, function(s) {\n            switch (Gt(s, /(::plac\\w+|:read-\\w+)/)) {\n              case \":read-only\":\n              case \":read-write\":\n                return ae([fe(r, {\n                  props: [S(s, /:(read-\\w+)/, \":\" + Oe + \"$1\")]\n                })], i);\n              case \"::placeholder\":\n                return ae([fe(r, {\n                  props: [S(s, /:(plac\\w+)/, \":\" + _ + \"input-$1\")]\n                }), fe(r, {\n                  props: [S(s, /:(plac\\w+)/, \":\" + Oe + \"$1\")]\n                }), fe(r, {\n                  props: [S(s, /:(plac\\w+)/, j + \"input-$1\")]\n                })], i);\n            }\n            return \"\";\n          });\n    }\n}, yn = [bn], En = function(r) {\n  var n = r.key;\n  if (process.env.NODE_ENV !== \"production\" && !n)\n    throw new Error(`You have to configure \\`key\\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.\nIf multiple caches share the same key they might \"fight\" for each other's style elements.`);\n  if (n === \"css\") {\n    var a = document.querySelectorAll(\"style[data-emotion]:not([data-s])\");\n    Array.prototype.forEach.call(a, function(h) {\n      var O = h.getAttribute(\"data-emotion\");\n      O.indexOf(\" \") !== -1 && (document.head.appendChild(h), h.setAttribute(\"data-s\", \"\"));\n    });\n  }\n  var i = r.stylisPlugins || yn;\n  if (process.env.NODE_ENV !== \"production\" && /[^a-z-]/.test(n))\n    throw new Error('Emotion key must only contain lower case alphabetical characters and - but \"' + n + '\" was passed');\n  var s = {}, l, u = [];\n  l = r.container || document.head, Array.prototype.forEach.call(\n    // this means we will ignore elements which don't have a space in them which\n    // means that the style elements we're looking at are only Emotion 11 server-rendered style elements\n    document.querySelectorAll('style[data-emotion^=\"' + n + ' \"]'),\n    function(h) {\n      for (var O = h.getAttribute(\"data-emotion\").split(\" \"), E = 1; E < O.length; E++)\n        s[O[E]] = !0;\n      u.push(h);\n    }\n  );\n  var d, g = [fn, dn];\n  process.env.NODE_ENV !== \"production\" && g.push(mn({\n    get compat() {\n      return x.compat;\n    }\n  }), gn);\n  {\n    var f, v = [an, process.env.NODE_ENV !== \"production\" ? function(h) {\n      h.root || (h.return ? f.insert(h.return) : h.value && h.type !== He && f.insert(h.value + \"{}\"));\n    } : sn(function(h) {\n      f.insert(h);\n    })], C = on(g.concat(i, v)), T = function(O) {\n      return ae(tn(O), C);\n    };\n    d = function(O, E, p, P) {\n      f = p, process.env.NODE_ENV !== \"production\" && E.map !== void 0 && (f = {\n        insert: function(D) {\n          p.insert(D + E.map);\n        }\n      }), T(O ? O + \"{\" + E.styles + \"}\" : E.styles), P && (x.inserted[E.name] = !0);\n    };\n  }\n  var x = {\n    key: n,\n    sheet: new Yt({\n      key: n,\n      container: l,\n      nonce: r.nonce,\n      speedy: r.speedy,\n      prepend: r.prepend,\n      insertionPoint: r.insertionPoint\n    }),\n    nonce: r.nonce,\n    inserted: s,\n    registered: {},\n    insert: d\n  };\n  return x.sheet.hydrate(u), x;\n}, xn = !0;\nfunction rt(e, r, n) {\n  var a = \"\";\n  return n.split(\" \").forEach(function(i) {\n    e[i] !== void 0 ? r.push(e[i] + \";\") : a += i + \" \";\n  }), a;\n}\nvar Ke = function(r, n, a) {\n  var i = r.key + \"-\" + n.name;\n  // we only need to add the styles to the registered cache if the\n  // class name could be used further down\n  // the tree but if it's a string tag, we know it won't\n  // so we don't have to add it to registered cache.\n  // this improves memory usage since we can avoid storing the whole style string\n  (a === !1 || // we need to always store it if we're in compat mode and\n  // in node since emotion-server relies on whether a style is in\n  // the registered cache to know whether a style is global or not\n  // also, note that this check will be dead code eliminated in the browser\n  xn === !1) && r.registered[i] === void 0 && (r.registered[i] = n.styles);\n}, tt = function(r, n, a) {\n  Ke(r, n, a);\n  var i = r.key + \"-\" + n.name;\n  if (r.inserted[n.name] === void 0) {\n    var s = n;\n    do\n      r.insert(n === s ? \".\" + i : \"\", s, r.sheet, !0), s = s.next;\n    while (s !== void 0);\n  }\n};\nfunction wn(e) {\n  for (var r = 0, n, a = 0, i = e.length; i >= 4; ++a, i -= 4)\n    n = e.charCodeAt(a) & 255 | (e.charCodeAt(++a) & 255) << 8 | (e.charCodeAt(++a) & 255) << 16 | (e.charCodeAt(++a) & 255) << 24, n = /* Math.imul(k, m): */\n    (n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16), n ^= /* k >>> r: */\n    n >>> 24, r = /* Math.imul(k, m): */\n    (n & 65535) * 1540483477 + ((n >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */\n    (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);\n  switch (i) {\n    case 3:\n      r ^= (e.charCodeAt(a + 2) & 255) << 16;\n    case 2:\n      r ^= (e.charCodeAt(a + 1) & 255) << 8;\n    case 1:\n      r ^= e.charCodeAt(a) & 255, r = /* Math.imul(h, m): */\n      (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16);\n  }\n  return r ^= r >>> 13, r = /* Math.imul(h, m): */\n  (r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), ((r ^ r >>> 15) >>> 0).toString(36);\n}\nvar _n = {\n  animationIterationCount: 1,\n  borderImageOutset: 1,\n  borderImageSlice: 1,\n  borderImageWidth: 1,\n  boxFlex: 1,\n  boxFlexGroup: 1,\n  boxOrdinalGroup: 1,\n  columnCount: 1,\n  columns: 1,\n  flex: 1,\n  flexGrow: 1,\n  flexPositive: 1,\n  flexShrink: 1,\n  flexNegative: 1,\n  flexOrder: 1,\n  gridRow: 1,\n  gridRowEnd: 1,\n  gridRowSpan: 1,\n  gridRowStart: 1,\n  gridColumn: 1,\n  gridColumnEnd: 1,\n  gridColumnSpan: 1,\n  gridColumnStart: 1,\n  msGridRow: 1,\n  msGridRowSpan: 1,\n  msGridColumn: 1,\n  msGridColumnSpan: 1,\n  fontWeight: 1,\n  lineHeight: 1,\n  opacity: 1,\n  order: 1,\n  orphans: 1,\n  tabSize: 1,\n  widows: 1,\n  zIndex: 1,\n  zoom: 1,\n  WebkitLineClamp: 1,\n  // SVG-related properties\n  fillOpacity: 1,\n  floodOpacity: 1,\n  stopOpacity: 1,\n  strokeDasharray: 1,\n  strokeDashoffset: 1,\n  strokeMiterlimit: 1,\n  strokeOpacity: 1,\n  strokeWidth: 1\n}, Nr = `You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\\\00d7';\" should become \"content: '\\\\\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`, Sn = \"You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).\", Rn = /[A-Z]|^ms/g, nt = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Ze = function(r) {\n  return r.charCodeAt(1) === 45;\n}, Ar = function(r) {\n  return r != null && typeof r != \"boolean\";\n}, Me = /* @__PURE__ */ Hr(function(e) {\n  return Ze(e) ? e : e.replace(Rn, \"-$&\").toLowerCase();\n}), ke = function(r, n) {\n  switch (r) {\n    case \"animation\":\n    case \"animationName\":\n      if (typeof n == \"string\")\n        return n.replace(nt, function(a, i, s) {\n          return U = {\n            name: i,\n            styles: s,\n            next: U\n          }, i;\n        });\n  }\n  return _n[r] !== 1 && !Ze(r) && typeof n == \"number\" && n !== 0 ? n + \"px\" : n;\n};\nif (process.env.NODE_ENV !== \"production\") {\n  var On = /(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\\(|(no-)?(open|close)-quote/, kn = [\"normal\", \"none\", \"initial\", \"inherit\", \"unset\"], Cn = ke, Tn = /^-ms-/, Pn = /-(.)/g, Ir = {};\n  ke = function(r, n) {\n    if (r === \"content\" && (typeof n != \"string\" || kn.indexOf(n) === -1 && !On.test(n) && (n.charAt(0) !== n.charAt(n.length - 1) || n.charAt(0) !== '\"' && n.charAt(0) !== \"'\")))\n      throw new Error(\"You seem to be using a value for 'content' without quotes, try replacing it with `content: '\\\"\" + n + \"\\\"'`\");\n    var a = Cn(r, n);\n    return a !== \"\" && !Ze(r) && r.indexOf(\"-\") !== -1 && Ir[r] === void 0 && (Ir[r] = !0, console.error(\"Using kebab-case for css properties in objects is not supported. Did you mean \" + r.replace(Tn, \"ms-\").replace(Pn, function(i, s) {\n      return s.toUpperCase();\n    }) + \"?\")), a;\n  };\n}\nvar at = \"Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.\";\nfunction he(e, r, n) {\n  if (n == null)\n    return \"\";\n  if (n.__emotion_styles !== void 0) {\n    if (process.env.NODE_ENV !== \"production\" && n.toString() === \"NO_COMPONENT_SELECTOR\")\n      throw new Error(at);\n    return n;\n  }\n  switch (typeof n) {\n    case \"boolean\":\n      return \"\";\n    case \"object\": {\n      if (n.anim === 1)\n        return U = {\n          name: n.name,\n          styles: n.styles,\n          next: U\n        }, n.name;\n      if (n.styles !== void 0) {\n        var a = n.next;\n        if (a !== void 0)\n          for (; a !== void 0; )\n            U = {\n              name: a.name,\n              styles: a.styles,\n              next: U\n            }, a = a.next;\n        var i = n.styles + \";\";\n        return process.env.NODE_ENV !== \"production\" && n.map !== void 0 && (i += n.map), i;\n      }\n      return Nn(e, r, n);\n    }\n    case \"function\": {\n      if (e !== void 0) {\n        var s = U, l = n(e);\n        return U = s, he(e, r, l);\n      } else\n        process.env.NODE_ENV !== \"production\" && console.error(\"Functions that are interpolated in css calls will be stringified.\\nIf you want to have a css call based on props, create a function that returns a css call like this\\nlet dynamicStyle = (props) => css`color: ${props.color}`\\nIt can be called directly with props or interpolated in a styled call like this\\nlet SomeComponent = styled('div')`${dynamicStyle}`\");\n      break;\n    }\n    case \"string\":\n      if (process.env.NODE_ENV !== \"production\") {\n        var u = [], d = n.replace(nt, function(f, v, C) {\n          var T = \"animation\" + u.length;\n          return u.push(\"const \" + T + \" = keyframes`\" + C.replace(/^@keyframes animation-\\w+/, \"\") + \"`\"), \"${\" + T + \"}\";\n        });\n        u.length && console.error(\"`keyframes` output got interpolated into plain string, please wrap it with `css`.\\n\\nInstead of doing this:\\n\\n\" + [].concat(u, [\"`\" + d + \"`\"]).join(`\n`) + `\n\nYou should wrap it with \\`css\\` like this:\n\n` + (\"css`\" + d + \"`\"));\n      }\n      break;\n  }\n  if (r == null)\n    return n;\n  var g = r[n];\n  return g !== void 0 ? g : n;\n}\nfunction Nn(e, r, n) {\n  var a = \"\";\n  if (Array.isArray(n))\n    for (var i = 0; i < n.length; i++)\n      a += he(e, r, n[i]) + \";\";\n  else\n    for (var s in n) {\n      var l = n[s];\n      if (typeof l != \"object\")\n        r != null && r[l] !== void 0 ? a += s + \"{\" + r[l] + \"}\" : Ar(l) && (a += Me(s) + \":\" + ke(s, l) + \";\");\n      else {\n        if (s === \"NO_COMPONENT_SELECTOR\" && process.env.NODE_ENV !== \"production\")\n          throw new Error(at);\n        if (Array.isArray(l) && typeof l[0] == \"string\" && (r == null || r[l[0]] === void 0))\n          for (var u = 0; u < l.length; u++)\n            Ar(l[u]) && (a += Me(s) + \":\" + ke(s, l[u]) + \";\");\n        else {\n          var d = he(e, r, l);\n          switch (s) {\n            case \"animation\":\n            case \"animationName\": {\n              a += Me(s) + \":\" + d + \";\";\n              break;\n            }\n            default:\n              process.env.NODE_ENV !== \"production\" && s === \"undefined\" && console.error(Sn), a += s + \"{\" + d + \"}\";\n          }\n        }\n      }\n    }\n  return a;\n}\nvar $r = /label:\\s*([^\\s;\\n{]+)\\s*(;|$)/g, it;\nprocess.env.NODE_ENV !== \"production\" && (it = /\\/\\*#\\ssourceMappingURL=data:application\\/json;\\S+\\s+\\*\\//g);\nvar U, qe = function(r, n, a) {\n  if (r.length === 1 && typeof r[0] == \"object\" && r[0] !== null && r[0].styles !== void 0)\n    return r[0];\n  var i = !0, s = \"\";\n  U = void 0;\n  var l = r[0];\n  l == null || l.raw === void 0 ? (i = !1, s += he(a, n, l)) : (process.env.NODE_ENV !== \"production\" && l[0] === void 0 && console.error(Nr), s += l[0]);\n  for (var u = 1; u < r.length; u++)\n    s += he(a, n, r[u]), i && (process.env.NODE_ENV !== \"production\" && l[u] === void 0 && console.error(Nr), s += l[u]);\n  var d;\n  process.env.NODE_ENV !== \"production\" && (s = s.replace(it, function(C) {\n    return d = C, \"\";\n  })), $r.lastIndex = 0;\n  for (var g = \"\", f; (f = $r.exec(s)) !== null; )\n    g += \"-\" + // $FlowFixMe we know it's not null\n    f[1];\n  var v = wn(s) + g;\n  return process.env.NODE_ENV !== \"production\" ? {\n    name: v,\n    styles: s,\n    map: d,\n    next: U,\n    toString: function() {\n      return \"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).\";\n    }\n  } : {\n    name: v,\n    styles: s,\n    next: U\n  };\n}, An = function(r) {\n  return r();\n}, In = Sr[\"useInsertionEffect\"] ? Sr[\"useInsertionEffect\"] : !1, ot = In || An, $n = {}.hasOwnProperty, Qe = /* @__PURE__ */ Ur(\n  // we're doing this to avoid preconstruct's dead code elimination in this one case\n  // because this module is primarily intended for the browser and node\n  // but it's also required in react native and similar environments sometimes\n  // and we could have a special build just for that\n  // but this is much easier and the native packages\n  // might use a different theme context in the future anyway\n  typeof HTMLElement < \"u\" ? /* @__PURE__ */ En({\n    key: \"css\"\n  }) : null\n);\nprocess.env.NODE_ENV !== \"production\" && (Qe.displayName = \"EmotionCacheContext\");\nQe.Provider;\nvar st = function(r) {\n  return /* @__PURE__ */ $t(function(n, a) {\n    var i = Be(Qe);\n    return r(n, i, a);\n  });\n}, er = /* @__PURE__ */ Ur({});\nprocess.env.NODE_ENV !== \"production\" && (er.displayName = \"EmotionThemeContext\");\nvar Dr = \"__EMOTION_TYPE_PLEASE_DO_NOT_USE__\", jr = \"__EMOTION_LABEL_PLEASE_DO_NOT_USE__\", Dn = function(r) {\n  var n = r.cache, a = r.serialized, i = r.isStringTag;\n  return Ke(n, a, i), ot(function() {\n    return tt(n, a, i);\n  }), null;\n}, jn = /* @__PURE__ */ st(function(e, r, n) {\n  var a = e.css;\n  typeof a == \"string\" && r.registered[a] !== void 0 && (a = r.registered[a]);\n  var i = e[Dr], s = [a], l = \"\";\n  typeof e.className == \"string\" ? l = rt(r.registered, s, e.className) : e.className != null && (l = e.className + \" \");\n  var u = qe(s, void 0, Be(er));\n  if (process.env.NODE_ENV !== \"production\" && u.name.indexOf(\"-\") === -1) {\n    var d = e[jr];\n    d && (u = qe([u, \"label:\" + d + \";\"]));\n  }\n  l += r.key + \"-\" + u.name;\n  var g = {};\n  for (var f in e)\n    $n.call(e, f) && f !== \"css\" && f !== Dr && (process.env.NODE_ENV === \"production\" || f !== jr) && (g[f] = e[f]);\n  return g.ref = n, g.className = l, /* @__PURE__ */ ne(qr, null, /* @__PURE__ */ ne(Dn, {\n    cache: r,\n    serialized: u,\n    isStringTag: typeof i == \"string\"\n  }), /* @__PURE__ */ ne(i, g));\n});\nprocess.env.NODE_ENV !== \"production\" && (jn.displayName = \"EmotionCssPropInternal\");\nvar Ln = Mt, Vn = function(r) {\n  return r !== \"theme\";\n}, Lr = function(r) {\n  return typeof r == \"string\" && // 96 is one less than the char code\n  // for \"a\" so this is checking that\n  // it's a lowercase character\n  r.charCodeAt(0) > 96 ? Ln : Vn;\n}, Vr = function(r, n, a) {\n  var i;\n  if (n) {\n    var s = n.shouldForwardProp;\n    i = r.__emotion_forwardProp && s ? function(l) {\n      return r.__emotion_forwardProp(l) && s(l);\n    } : s;\n  }\n  return typeof i != \"function\" && a && (i = r.__emotion_forwardProp), i;\n}, Fr = `You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\\\00d7';\" should become \"content: '\\\\\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`, Fn = function(r) {\n  var n = r.cache, a = r.serialized, i = r.isStringTag;\n  return Ke(n, a, i), ot(function() {\n    return tt(n, a, i);\n  }), null;\n}, Mn = function e(r, n) {\n  if (process.env.NODE_ENV !== \"production\" && r === void 0)\n    throw new Error(`You are trying to create a styled element with an undefined component.\nYou may have forgotten to import it.`);\n  var a = r.__emotion_real === r, i = a && r.__emotion_base || r, s, l;\n  n !== void 0 && (s = n.label, l = n.target);\n  var u = Vr(r, n, a), d = u || Lr(i), g = !d(\"as\");\n  return function() {\n    var f = arguments, v = a && r.__emotion_styles !== void 0 ? r.__emotion_styles.slice(0) : [];\n    if (s !== void 0 && v.push(\"label:\" + s + \";\"), f[0] == null || f[0].raw === void 0)\n      v.push.apply(v, f);\n    else {\n      process.env.NODE_ENV !== \"production\" && f[0][0] === void 0 && console.error(Fr), v.push(f[0][0]);\n      for (var C = f.length, T = 1; T < C; T++)\n        process.env.NODE_ENV !== \"production\" && f[0][T] === void 0 && console.error(Fr), v.push(f[T], f[0][T]);\n    }\n    var x = st(function(h, O, E) {\n      var p = g && h.as || i, P = \"\", q = [], D = h;\n      if (h.theme == null) {\n        D = {};\n        for (var V in h)\n          D[V] = h[V];\n        D.theme = Be(er);\n      }\n      typeof h.className == \"string\" ? P = rt(O.registered, q, h.className) : h.className != null && (P = h.className + \" \");\n      var R = qe(v.concat(q), O.registered, D);\n      P += O.key + \"-\" + R.name, l !== void 0 && (P += \" \" + l);\n      var Ne = g && u === void 0 ? Lr(p) : d, K = {};\n      for (var Q in h)\n        g && Q === \"as\" || // $FlowFixMe\n        Ne(Q) && (K[Q] = h[Q]);\n      return K.className = P, K.ref = E, /* @__PURE__ */ ne(qr, null, /* @__PURE__ */ ne(Fn, {\n        cache: O,\n        serialized: R,\n        isStringTag: typeof p == \"string\"\n      }), /* @__PURE__ */ ne(p, K));\n    });\n    return x.displayName = s !== void 0 ? s : \"Styled(\" + (typeof i == \"string\" ? i : i.displayName || i.name || \"Component\") + \")\", x.defaultProps = r.defaultProps, x.__emotion_real = x, x.__emotion_base = i, x.__emotion_styles = v, x.__emotion_forwardProp = u, Object.defineProperty(x, \"toString\", {\n      value: function() {\n        return l === void 0 && process.env.NODE_ENV !== \"production\" ? \"NO_COMPONENT_SELECTOR\" : \".\" + l;\n      }\n    }), x.withComponent = function(h, O) {\n      return e(h, ze({}, n, O, {\n        shouldForwardProp: Vr(x, O, !0)\n      })).apply(void 0, v);\n    }, x;\n  };\n}, Wn = [\n  \"a\",\n  \"abbr\",\n  \"address\",\n  \"area\",\n  \"article\",\n  \"aside\",\n  \"audio\",\n  \"b\",\n  \"base\",\n  \"bdi\",\n  \"bdo\",\n  \"big\",\n  \"blockquote\",\n  \"body\",\n  \"br\",\n  \"button\",\n  \"canvas\",\n  \"caption\",\n  \"cite\",\n  \"code\",\n  \"col\",\n  \"colgroup\",\n  \"data\",\n  \"datalist\",\n  \"dd\",\n  \"del\",\n  \"details\",\n  \"dfn\",\n  \"dialog\",\n  \"div\",\n  \"dl\",\n  \"dt\",\n  \"em\",\n  \"embed\",\n  \"fieldset\",\n  \"figcaption\",\n  \"figure\",\n  \"footer\",\n  \"form\",\n  \"h1\",\n  \"h2\",\n  \"h3\",\n  \"h4\",\n  \"h5\",\n  \"h6\",\n  \"head\",\n  \"header\",\n  \"hgroup\",\n  \"hr\",\n  \"html\",\n  \"i\",\n  \"iframe\",\n  \"img\",\n  \"input\",\n  \"ins\",\n  \"kbd\",\n  \"keygen\",\n  \"label\",\n  \"legend\",\n  \"li\",\n  \"link\",\n  \"main\",\n  \"map\",\n  \"mark\",\n  \"marquee\",\n  \"menu\",\n  \"menuitem\",\n  \"meta\",\n  \"meter\",\n  \"nav\",\n  \"noscript\",\n  \"object\",\n  \"ol\",\n  \"optgroup\",\n  \"option\",\n  \"output\",\n  \"p\",\n  \"param\",\n  \"picture\",\n  \"pre\",\n  \"progress\",\n  \"q\",\n  \"rp\",\n  \"rt\",\n  \"ruby\",\n  \"s\",\n  \"samp\",\n  \"script\",\n  \"section\",\n  \"select\",\n  \"small\",\n  \"source\",\n  \"span\",\n  \"strong\",\n  \"style\",\n  \"sub\",\n  \"summary\",\n  \"sup\",\n  \"table\",\n  \"tbody\",\n  \"td\",\n  \"textarea\",\n  \"tfoot\",\n  \"th\",\n  \"thead\",\n  \"time\",\n  \"title\",\n  \"tr\",\n  \"track\",\n  \"u\",\n  \"ul\",\n  \"var\",\n  \"video\",\n  \"wbr\",\n  // SVG\n  \"circle\",\n  \"clipPath\",\n  \"defs\",\n  \"ellipse\",\n  \"foreignObject\",\n  \"g\",\n  \"image\",\n  \"line\",\n  \"linearGradient\",\n  \"mask\",\n  \"path\",\n  \"pattern\",\n  \"polygon\",\n  \"polyline\",\n  \"radialGradient\",\n  \"rect\",\n  \"stop\",\n  \"svg\",\n  \"text\",\n  \"tspan\"\n], z = Mn.bind();\nWn.forEach(function(e) {\n  z[e] = z(e);\n});\nconst zn = (e) => Br(Yn, {\n  children: [L(Un, {\n    src: \"https://assets.website-files.com/5beab1239ac88487c3a6608f/616b9cffac007b154cee8afc_Logo.webp\"\n  }), L(qn, {\n    children: e.text\n  })]\n}), Yn = z.div`\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  row-gap: 20px;\n\n  width: 100%;\n  height: 100%;\n\n  border-radius: 18px;\n\n  min-width: 600px;\n  min-height: 400px;\n\n  background: #f7f8fd;\n`, Un = z.img`\n  width: 160px;\n`, qn = z.span`\n  color: #061237;\n  font-family: Inter, sans-serif;\n  font-size: 18px;\n  line-height: 36px;\n`, Bn = 50;\nvar Hn = ((e) => (e[e.Left = 0] = \"Left\", e[e.Right = 1] = \"Right\", e))(Hn || {});\nconst Gn = (e) => {\n  var x, h, O, E;\n  if (!((x = e.left) != null && x.src) || !((h = e.right) != null && h.src)) {\n    let p = 2;\n    return ((O = e.left) != null && O.src || (E = e.right) != null && E.src) && p--, L(zn, {\n      text: `Upload ${p} image${p > 1 ? \"s\" : \"\"} to continue`\n    });\n  }\n  const r = te(null), n = te(null), a = te(null), i = te(null), s = te(null), l = te(null), u = (p) => {\n    r.current.style.clipPath = `inset(0px 0px 0px ${p}%)`, a.current.style.left = `${p}%`;\n  }, d = (p) => n.current.value = `${p}`, g = (p) => {\n    u(+p.target.value);\n  };\n  We(() => {\n    u(e.position);\n  }, [e.position]), We(() => {\n    f(), e.position !== Bn && (u(e.position), d(e.position));\n  }, []);\n  const f = () => {\n    var P;\n    const p = (P = a.current) == null ? void 0 : P.firstChild;\n    i.current && p && i.current.style.setProperty(\"--thumb-size\", `${p.clientWidth}px`);\n  }, v = () => {\n    r.current.style.transition = \"clip-path 0.3s\", a.current.style.transition = \"left 0.3s\";\n  }, C = () => {\n    r.current.style.transition = \"\", a.current.style.transition = \"\";\n  }, T = (p) => {\n    switch (v(), p) {\n      case 0:\n        u(0), d(0);\n        break;\n      case 1:\n        u(100), d(100);\n        break;\n    }\n    setTimeout(C, 300);\n  };\n  return Br(Jn, {\n    ref: i,\n    borderRadius: e.radius,\n    background: e.bg,\n    children: [L(Wr, {\n      ref: s,\n      hp: \"left\",\n      vp: e.label.position,\n      x: e.label.x,\n      y: e.label.y,\n      onClick: () => T(0),\n      children: e.customLabel ? e.leftLabel : L(zr, {\n        children: e.label.before\n      })\n    }), L(Wr, {\n      ref: l,\n      hp: \"right\",\n      vp: e.label.position,\n      x: e.label.x,\n      y: e.label.y,\n      onClick: () => T(1),\n      children: e.customLabel ? e.rightLabel : L(zr, {\n        children: e.label.after\n      })\n    }), L(Xn, {\n      ref: r,\n      children: L(Mr, {\n        src: e.right.src,\n        srcSet: e.right.srcSet,\n        alt: e.right.alt\n      })\n    }), L(Mr, {\n      src: e.left.src,\n      srcSet: e.left.srcSet,\n      alt: e.left.alt\n    }), L(Zn, {\n      type: \"range\",\n      ref: n,\n      min: \"0\",\n      max: \"100\",\n      onChange: g\n    }), L(Kn, {\n      ref: a,\n      color: e.line.color,\n      width: e.line.width,\n      children: e.customHandle ? e.handle : L(Qn, {})\n    })]\n  });\n}, Jn = z.div`\n  position: relative;\n  display: inline-block;\n  overflow: hidden;\n  width: 100%;\n  height: 100%;\n  border-radius: ${(e) => e.borderRadius}px;\n  background: ${(e) => e.background};\n`, Xn = z.div`\n  position: absolute;\n  z-index: 1;\n  bottom: 0;\n  right: 0;\n  left: 0;\n  top: 0;\n`, Mr = z.img`\n  vertical-align: bottom;\n  object-fit: cover;\n  height: 100%;\n  width: 100%;\n}`, Kn = z.div`\n  pointer-events: none;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  position: absolute;\n  z-index: 2;\n\n  left: 50%;\n  bottom: 0;\n  top: 0;\n\n  transform: translateX(-50%);\n\n  &:before {\n    content: '';\n\n    position: absolute;\n    left: 50%;\n    bottom: 0;\n    top: 0;\n\n    width: ${(e) => e.width}px;\n    background: ${(e) => e.color};\n\n    transform: translateX(-50%);\n  }\n`, Zn = z.input`\n  bottom: 0;\n  cursor: pointer;\n  height: 100%;\n  left: -1px;\n  margin: 0;\n  opacity: 0;\n  position: absolute;\n  top: 0;\n  touch-action: auto;\n  width: calc(100% + 2px);\n  z-index: 2;\n\n  &::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    width: calc(var(--thumb-size) * 2);\n    height: calc(var(--thumb-size) * 1.5);\n  }\n`, Qn = z.div`\n  flex-shrink: 0;\n  position: relative;\n\n  width: 64px;\n  height: 64px;\n  background: rgba(255, 255, 255, 0.4);\n  border: 1px solid rgba(255, 255, 255, 0.24);\n  border-radius: 50%;\n\n  &:before,\n  &:after {\n    content: '';\n\n    position: absolute;\n    top: 50%;\n\n    border-left: 2px solid;\n    border-top: 2px solid;\n\n    height: 8px;\n    width: 8px;\n\n    transform-origin: 0 0;\n  }\n\n  &:before {\n    left: 18px;\n    transform: rotate(-45deg);\n  }\n\n  &:after {\n    right: 8px;\n    transform: rotate(135deg);\n  }\n`, Wr = z.div`\n  position: absolute;\n  z-index: 3;\n\n  cursor: pointer;\n\n  ${(e) => `${e.vp}: ${e.y}px;`}\n  ${(e) => `${e.hp}: ${e.x}px;`}\n`, zr = z.div`\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  padding: 2px 16px;\n  background: rgba(255, 255, 255, 0.48);\n  border: 1px solid rgba(255, 255, 255, 0.24);\n  border-radius: 6px;\n\n  font-family: Inter, sans-serif;\n  font-weight: 500;\n  font-size: 14px;\n  line-height: 28px;\n  color: #000000;\n`, ea = ({ loading: e, loaded: r }) => {\n  const [n, a] = Dt(!0);\n  return We(() => a(!1), []), n ? e : r;\n}, X = (e) => {\n  var r, n;\n  return !((r = e.left) != null && r.src) || !((n = e.right) != null && n.src);\n}, ta = {\n  left: {\n    type: \"responsiveimage\",\n    title: \"Left Image\"\n  },\n  right: {\n    type: \"responsiveimage\",\n    title: \"Right Image\",\n    description: \"[Flowbase](https://www.flowbase.co/) is the worlds largest component resource site. Explore endless components and templates to inspire your workflows and help you build better, faster.\"\n  },\n  radius: {\n    type: \"number\",\n    defaultValue: 0,\n    min: 0,\n    max: 999,\n    step: 1,\n    displayStepper: !0,\n    hidden: X\n  },\n  bg: {\n    type: \"color\",\n    title: \"Background\",\n    defaultValue: \"#e4e6f1\"\n  },\n  position: {\n    type: \"number\",\n    defaultValue: 50,\n    description: \"Starting position of the handle\",\n    min: 0,\n    max: 100,\n    step: 1,\n    displayStepper: !0,\n    hidden: X\n  },\n  customHandle: {\n    type: \"boolean\",\n    defaultValue: !1,\n    hidden: X\n  },\n  handle: {\n    type: \"componentinstance\",\n    title: \"Handle\",\n    hidden: (e) => X(e) || !e.customHandle\n  },\n  label: {\n    type: \"object\",\n    hidden: X,\n    controls: {\n      position: {\n        type: \"enum\",\n        defaultValue: \"row\",\n        options: [\"top\", \"bottom\"],\n        optionTitles: [\"Top\", \"Bottom\"]\n      },\n      x: {\n        type: \"number\",\n        defaultValue: 24,\n        min: 0,\n        max: 999,\n        step: 1,\n        displayStepper: !0\n      },\n      y: {\n        type: \"number\",\n        defaultValue: 24,\n        min: 0,\n        max: 999,\n        step: 1,\n        displayStepper: !0\n      },\n      before: {\n        type: \"string\",\n        defaultValue: \"Before\"\n      },\n      after: {\n        type: \"string\",\n        defaultValue: \"After\"\n      }\n    }\n  },\n  customLabel: {\n    type: \"boolean\",\n    defaultValue: !1,\n    hidden: X\n  },\n  leftLabel: {\n    type: \"componentinstance\",\n    title: \"Left Label\",\n    hidden: (e) => X(e) || !e.customLabel\n  },\n  rightLabel: {\n    type: \"componentinstance\",\n    title: \"Left Label\",\n    hidden: (e) => X(e) || !e.customLabel\n  },\n  line: {\n    type: \"object\",\n    hidden: X,\n    controls: {\n      color: {\n        type: \"color\",\n        defaultValue: \"rgba(255, 255, 255, 0.4)\"\n      },\n      width: {\n        type: \"number\",\n        defaultValue: 1,\n        min: 0,\n        max: 99,\n        step: 1,\n        displayStepper: !0\n      }\n    }\n  }\n}, na = (e) => L(ea, {\n  loading: L(\"div\", {\n    style: {\n      width: \"100%\",\n      height: \"100%\",\n      borderRadius: `${e.radius}px`,\n      background: e.bg\n    }\n  }),\n  loaded: L(Gn, {\n    ...e\n  })\n});\nexport {\n  na as BeforeAfter,\n  ta as propertyControls\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls}from\"framer\";import{propertyControls,BeforeAfter as Component}from\"https://boosters.flowbase.co/before-after-framer.js#Pi7ExYI4gXmQ\";addPropertyControls(BeforeAfter,propertyControls);export default function BeforeAfter(props){return /*#__PURE__*/_jsx(Component,{...props});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BeforeAfter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Before_After.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{addPropertyControls,ControlType}from\"framer\";const useStore=createStore({dotPairs:[{x1:0,y1:0,x2:0,y2:0,type:\"side-to-top\"},{x1:0,y1:0,x2:0,y2:0,type:\"side-to-top\"},{x1:0,y1:0,x2:0,y2:0,type:\"bottom-to-top\"}]});export function ConnectDotsOverride(Component){return props=>{const[store,setStore]=useStore();const[isScreenLarge,setIsScreenLarge]=useState(typeof window!==\"undefined\"&&window.innerWidth>=809);const[isExtraLarge,setIsExtraLarge]=useState(typeof window!==\"undefined\"&&window.innerWidth>=1200);const updateDotPositions=()=>{const pairs=[[\"Dot1\",\"Dot2\"],[\"Dot3\",\"Dot4\"],[\"Dot5\",\"Dot6\"]];const svgContainer=document.querySelector(\"[data-framer-name='Drag Drop Deploy']\");if(!svgContainer)return;const svgRect=svgContainer.getBoundingClientRect();const updatedDotPairs=pairs.map(([dotName1,dotName2],index)=>{const dot1=document.querySelector(`[data-framer-name='${dotName1}']`);const dot2=document.querySelector(`[data-framer-name='${dotName2}']`);if(dot1&&dot2){const dot1Rect=dot1.getBoundingClientRect();const dot2Rect=dot2.getBoundingClientRect();const type=index===2?\"bottom-to-top\":\"side-to-top\";return{x1:dot1Rect.left+dot1Rect.width/2-svgRect.left,y1:dot1Rect.top+dot1Rect.height/2-svgRect.top,x2:dot2Rect.left+dot2Rect.width/2-svgRect.left,y2:dot2Rect.top+dot2Rect.height/2-svgRect.top,type};}else{return{x1:0,y1:0,x2:0,y2:0,type:\"side-to-top\"};}});setStore({dotPairs:updatedDotPairs});};useEffect(()=>{const handleResize=()=>{setIsScreenLarge(typeof window!==\"undefined\"&&window.innerWidth>=809);setIsExtraLarge(typeof window!==\"undefined\"&&window.innerWidth>=1200);updateDotPositions();};handleResize();window.addEventListener(\"resize\",handleResize);return()=>window.removeEventListener(\"resize\",handleResize);},[]);const generatePath=(x1,y1,x2,y2,type,index)=>{// For smaller screens or first two lines, use straight vertical paths\nif(!isExtraLarge&&type===\"side-to-top\"){return`M ${x2},${y1} L ${x2},${y2}`;}const goesRight=x2>x1;const cornerRadius=40;if(type===\"bottom-to-top\"){const yMid=(y1+y2)/2;const xMid1=x1+(x2-x1)*.25;const xMid2=x1+(x2-x1)*.5;const xMid3=x1+(x2-x1)*.75;const curveHeight=Math.abs(y2-y1)*.1;return`\n                    M ${x1},${y1}\n                    C ${x1},${y1+curveHeight} ${x1},${yMid} ${xMid1},${yMid}\n                    L ${xMid2},${yMid}\n                    L ${xMid3},${yMid}\n                    C ${x2},${yMid} ${x2},${y2-curveHeight} ${x2},${y2}\n                `;}else{if(goesRight){return`\n                        M ${x1},${y1}\n                        L ${x2-cornerRadius},${y1}\n                        Q ${x2},${y1} ${x2},${y1+cornerRadius}\n                        L ${x2},${y2}\n                    `;}else{return`\n                        M ${x1},${y1}\n                        L ${x2+cornerRadius},${y1}\n                        Q ${x2},${y1} ${x2},${y1+cornerRadius}\n                        L ${x2},${y2}\n                    `;}}};return /*#__PURE__*/_jsxs(Component,{...props,style:{position:\"relative\"},children:[isScreenLarge&&/*#__PURE__*/_jsx(\"svg\",{style:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",pointerEvents:\"none\",zIndex:0},children:store.dotPairs.map((dots,index)=>/*#__PURE__*/_jsx(\"path\",{d:generatePath(dots.x1,dots.y1,dots.x2,dots.y2,dots.type,index),stroke:\"#D4D4D8\",strokeWidth:\"2\",fill:\"none\"},index))}),props.children]});};}addPropertyControls(ConnectDotsOverride,{isEnabled:{type:ControlType.Boolean,defaultValue:true,title:\"Enabled\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"ConnectDotsOverride\":{\"type\":\"reactHoc\",\"name\":\"ConnectDotsOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DotsOverride.map", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={tPQhzqav4:{hover:true}};const serializationHash=\"framer-a2W2f\";const variantClassNames={tPQhzqav4:\"framer-v-1mlnrhf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,hit9B4MfQ:(_ref=title!==null&&title!==void 0?title:props.hit9B4MfQ)!==null&&_ref!==void 0?_ref:\"Star on GitHub\",yCjt9pMug:link!==null&&link!==void 0?link:props.yCjt9pMug};};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,yCjt9pMug,hit9B4MfQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"tPQhzqav4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:yCjt9pMug,nodeId:\"tPQhzqav4\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1mlnrhf\",className,classNames)} framer-15s2tae`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tPQhzqav4\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgba(152, 244, 254, 0.4)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"tPQhzqav4-hover\":{\"--border-color\":\"rgba(152, 244, 254, 0.3)\"}},...addPropertyOverrides({\"tPQhzqav4-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-n7hvg6\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:19,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"haI4DMNfi\",style:{opacity:1},svg:'<svg width=\"18\" height=\"19\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 .5a8.807 8.807 0 0 0-5.83 2.185 9.294 9.294 0 0 0-3.054 5.56 9.452 9.452 0 0 0 1.187 6.27 9.011 9.011 0 0 0 4.86 3.973c.448.077.597-.23.597-.461v-1.538c-2.464.538-2.987-1.23-2.987-1.23-.448-1.076-1.045-1.383-1.045-1.383-.747-.538.075-.538.075-.538.896 0 1.418.922 1.418.922.747 1.384 2.091 1 2.614.769 0-.615.298-1 .522-1.23-2.016-.23-4.106-1-4.106-4.612 0-.923.373-1.768.97-2.383-.15-.308-.448-1.23 0-2.46 0 0 .747-.231 2.539.922a8.349 8.349 0 0 1 4.48 0c1.717-1.153 2.464-.922 2.464-.922.448 1.23.15 2.152 0 2.46.672.614.97 1.46.97 2.46 0 3.536-2.09 4.304-4.106 4.535.373.307.672.769.672 1.691v2.537c0 .23.075.538.597.461a9.011 9.011 0 0 0 4.86-3.972 9.452 9.452 0 0 0 1.187-6.27 9.293 9.293 0 0 0-3.053-5.56A8.807 8.807 0 0 0 9 .5Z\" fill=\"#fff\"/></svg>',variants:{\"tPQhzqav4-hover\":{opacity:.75}},withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNjAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Star on GitHub\"})}),className:\"framer-cjhmfj\",fonts:[\"GF;Chivo-600\"],layoutDependency:layoutDependency,layoutId:\"nN0gK2G9k\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:1},text:hit9B4MfQ,variants:{\"tPQhzqav4-hover\":{opacity:.75}},verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a2W2f.framer-15s2tae, .framer-a2W2f .framer-15s2tae { display: block; }\",\".framer-a2W2f.framer-1mlnrhf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-a2W2f .framer-n7hvg6 { aspect-ratio: 0.9473684210526315 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 18px; }\",\".framer-a2W2f .framer-cjhmfj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a2W2f.framer-1mlnrhf { gap: 0px; } .framer-a2W2f.framer-1mlnrhf > * { margin: 0px; margin-left: calc(13px / 2); margin-right: calc(13px / 2); } .framer-a2W2f.framer-1mlnrhf > :first-child { margin-left: 0px; } .framer-a2W2f.framer-1mlnrhf > :last-child { margin-right: 0px; } }\",'.framer-a2W2f[data-border=\"true\"]::after, .framer-a2W2f [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 54.5\n * @framerIntrinsicWidth 191.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"WlnTZZ5u4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"yCjt9pMug\":\"link\",\"hit9B4MfQ\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertciwixBHP=withCSS(Component,css,\"framer-a2W2f\");export default FramertciwixBHP;FramertciwixBHP.displayName=\"secondary button\";FramertciwixBHP.defaultProps={height:54.5,width:191.5};addPropertyControls(FramertciwixBHP,{yCjt9pMug:{title:\"Link\",type:ControlType.Link},hit9B4MfQ:{defaultValue:\"Star on GitHub\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramertciwixBHP,[{explicitInter:true,fonts:[{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_YhjukmDSFXjQiQ.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertciwixBHP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"54.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WlnTZZ5u4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"yCjt9pMug\\\":\\\"link\\\",\\\"hit9B4MfQ\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"191.5\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tciwixBHP.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{addPropertyControls,ControlType}from\"framer\";// Create a store for managing slider value\nconst useStore=createStore({value:.5});export function withSlider(Component){return props=>{const[store,setStore]=useStore();useEffect(()=>{var _document_querySelector;// Dynamically create the DragPercent text field\nconst dragPercent=document.createElement(\"div\");dragPercent.setAttribute(\"data-framer-name\",\"DragPercent\");dragPercent.style.position=\"absolute\";dragPercent.style.top=\"12px\"// 12px down from the top\n;dragPercent.style.right=\"15px\"// Adjusted to 15px from the right edge for better alignment\n;// Apply the text styles\ndragPercent.style.fontFamily=\"JetBrains Mono, monospace\";dragPercent.style.fontWeight=\"500\"// Medium weight\n;dragPercent.style.color=\"#FFFFFF\";dragPercent.style.fontSize=\"16px\";dragPercent.style.lineHeight=\"20px\";dragPercent.style.letterSpacing=\"0\";dragPercent.textContent=store.value.toFixed(2)// Set initial value\n;// Append the created element to the component root\nconst componentRoot=(_document_querySelector=document.querySelector('[data-framer-name=\"SliderBar\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.parentElement;if(componentRoot){componentRoot.appendChild(dragPercent);}return()=>{// Clean up by removing DragPercent when the component unmounts\nif(componentRoot&&dragPercent){componentRoot.removeChild(dragPercent);}};},[])// Run only on mount and unmount\n;const startDrag=event=>{const sliderBar=document.querySelector('[data-framer-name=\"SliderBar\"]');const dragKnob=document.querySelector('[data-framer-name=\"DragKnob\"]');const dragFill=document.querySelector('[data-framer-name=\"DragFill\"]');const dragPercent=document.querySelector('[data-framer-name=\"DragPercent\"]');if(!sliderBar||!dragKnob||!dragFill)return;const sliderWidth=sliderBar.offsetWidth;const knobWidth=dragKnob.offsetWidth;const updateSlider=e=>{const rect=sliderBar.getBoundingClientRect();let clientX=e instanceof MouseEvent?e.clientX:e.touches[0].clientX;let newValue=(clientX-rect.left)/sliderWidth;newValue=Math.max(0,Math.min(1,newValue))// Clamp between 0 and 1\n;const roundedValue=parseFloat(newValue.toFixed(2))// Round to 2 decimal places\n;setStore({value:roundedValue});dragKnob.style.left=`calc(${roundedValue*100}% - ${knobWidth/2}px)`;dragFill.style.width=`${roundedValue*100}%`;// Update the dynamically created DragPercent text content\nif(dragPercent){dragPercent.textContent=roundedValue.toFixed(2);}};const stopDrag=()=>{window.removeEventListener(\"mousemove\",updateSlider);window.removeEventListener(\"mouseup\",stopDrag);window.removeEventListener(\"touchmove\",updateSlider);window.removeEventListener(\"touchend\",stopDrag);};window.addEventListener(\"mousemove\",updateSlider);window.addEventListener(\"mouseup\",stopDrag);window.addEventListener(\"touchmove\",updateSlider);window.addEventListener(\"touchend\",stopDrag);};return /*#__PURE__*/_jsx(Component,{...props,onMouseDown:startDrag,onTouchStart:startDrag});};}// Optional: Adding property controls for customization in Framer\naddPropertyControls(withSlider,{initialValue:{type:ControlType.Number,defaultValue:.5,min:0,max:1,title:\"Initial Value\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"withSlider\":{\"type\":\"reactHoc\",\"name\":\"withSlider\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Slider.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Fx5o8_fC1\",\"mtQszApMU\",\"FBK3nBhPc\"];const serializationHash=\"framer-wbLzA\";const variantClassNames={FBK3nBhPc:\"framer-v-c7uoof\",Fx5o8_fC1:\"framer-v-1d1lbek\",mtQszApMU:\"framer-v-1xc8hd5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Fx5o8_fC1\",\"Variant 2\":\"mtQszApMU\",\"Variant 3\":\"FBK3nBhPc\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Fx5o8_fC1\"};};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:\"Fx5o8_fC1\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfqsrpk=activeVariantCallback(async(...args)=>{setVariant(\"Fx5o8_fC1\");});const onTap173gtw2=activeVariantCallback(async(...args)=>{setVariant(\"mtQszApMU\");});const onTap1k15ghz=activeVariantCallback(async(...args)=>{setVariant(\"FBK3nBhPc\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1d1lbek\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Fx5o8_fC1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(39, 39, 42)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(24, 24, 27)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({FBK3nBhPc:{\"data-framer-name\":\"Variant 3\"},mtQszApMU:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18akmjp\",layoutDependency:layoutDependency,layoutId:\"CGOkvJGDL\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mrjqcs\",\"data-framer-name\":\"opt1\",layoutDependency:layoutDependency,layoutId:\"TWF1wo6fH\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},...addPropertyOverrides({FBK3nBhPc:{\"data-highlight\":true,onTap:onTapfqsrpk},mtQszApMU:{\"data-highlight\":true,onTap:onTapfqsrpk}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Short\"})}),className:\"framer-1689v4k\",\"data-framer-name\":\"Short\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"DKDf59zcI\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{FBK3nBhPc:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\"},mtQszApMU:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FBK3nBhPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Short\"})})},mtQszApMU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Short\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-140d3gx\",\"data-framer-name\":\"opt2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Tu8B8QM69\",onTap:onTap173gtw2,style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Medium\"})}),className:\"framer-yh0zz5\",\"data-framer-name\":\"Medium\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"coodF3I65\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({mtQszApMU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Medium\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lyhayw\",\"data-framer-name\":\"opt3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pMCvNU69S\",onTap:onTap1k15ghz,style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Long\"})}),className:\"framer-1ukb0pf\",\"data-framer-name\":\"Long\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"EI1JaA1wf\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FBK3nBhPc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Long\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ei2cr7\",\"data-framer-name\":\"selected\",layoutDependency:layoutDependency,layoutId:\"o411kFq5g\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wbLzA.framer-18gph5y, .framer-wbLzA .framer-18gph5y { display: block; }\",\".framer-wbLzA.framer-1d1lbek { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 42px; overflow: visible; padding: 4px; position: relative; width: 248px; }\",\".framer-wbLzA .framer-18akmjp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 240px; z-index: 1; }\",\".framer-wbLzA .framer-mrjqcs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 1px; }\",\".framer-wbLzA .framer-1689v4k, .framer-wbLzA .framer-yh0zz5, .framer-wbLzA .framer-1ukb0pf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wbLzA .framer-140d3gx, .framer-wbLzA .framer-1lyhayw { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 1px; }\",\".framer-wbLzA .framer-1ei2cr7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; left: 4px; overflow: visible; padding: 0px 16px 0px 16px; position: absolute; top: calc(50.00000000000002% - 34px / 2); width: 74px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wbLzA.framer-1d1lbek, .framer-wbLzA .framer-18akmjp, .framer-wbLzA .framer-mrjqcs, .framer-wbLzA .framer-140d3gx, .framer-wbLzA .framer-1lyhayw, .framer-wbLzA .framer-1ei2cr7 { gap: 0px; } .framer-wbLzA.framer-1d1lbek > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wbLzA.framer-1d1lbek > :first-child, .framer-wbLzA .framer-18akmjp > :first-child, .framer-wbLzA .framer-mrjqcs > :first-child, .framer-wbLzA .framer-140d3gx > :first-child, .framer-wbLzA .framer-1lyhayw > :first-child, .framer-wbLzA .framer-1ei2cr7 > :first-child { margin-left: 0px; } .framer-wbLzA.framer-1d1lbek > :last-child, .framer-wbLzA .framer-18akmjp > :last-child, .framer-wbLzA .framer-mrjqcs > :last-child, .framer-wbLzA .framer-140d3gx > :last-child, .framer-wbLzA .framer-1lyhayw > :last-child, .framer-wbLzA .framer-1ei2cr7 > :last-child { margin-right: 0px; } .framer-wbLzA .framer-18akmjp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wbLzA .framer-mrjqcs > *, .framer-wbLzA .framer-140d3gx > *, .framer-wbLzA .framer-1lyhayw > *, .framer-wbLzA .framer-1ei2cr7 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",\".framer-wbLzA.framer-v-1xc8hd5 .framer-mrjqcs, .framer-wbLzA.framer-v-c7uoof .framer-mrjqcs { cursor: pointer; }\",\".framer-wbLzA.framer-v-1xc8hd5 .framer-1ei2cr7 { left: calc(50.00000000000002% - 74px / 2); }\",\".framer-wbLzA.framer-v-c7uoof .framer-1ei2cr7 { left: unset; right: 4px; }\",'.framer-wbLzA[data-border=\"true\"]::after, .framer-wbLzA [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 42\n * @framerIntrinsicWidth 248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mtQszApMU\":{\"layout\":[\"fixed\",\"auto\"]},\"FBK3nBhPc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergzQrqDVu3=withCSS(Component,css,\"framer-wbLzA\");export default FramergzQrqDVu3;FramergzQrqDVu3.displayName=\"Select 3\";FramergzQrqDVu3.defaultProps={height:42,width:248};addPropertyControls(FramergzQrqDVu3,{variant:{options:[\"Fx5o8_fC1\",\"mtQszApMU\",\"FBK3nBhPc\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramergzQrqDVu3,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergzQrqDVu3\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"42\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"248\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mtQszApMU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FBK3nBhPc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gzQrqDVu3.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={rGVvHGL2o:{hover:true}};const cycleOrder=[\"rGVvHGL2o\",\"Mlf32EpAt\"];const serializationHash=\"framer-n2Sa7\";const variantClassNames={Mlf32EpAt:\"framer-v-18tz1zy\",rGVvHGL2o:\"framer-v-1o80z2c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"rGVvHGL2o\",Selected:\"Mlf32EpAt\"};const getProps=({click2,height,id,modelAbrv,modelName,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,c1gCNFWlp:(_ref=modelName!==null&&modelName!==void 0?modelName:props.c1gCNFWlp)!==null&&_ref!==void 0?_ref:\"llama-3.2\",fXS573xzG:click2!==null&&click2!==void 0?click2:props.fXS573xzG,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"rGVvHGL2o\",XBnIR_kLy:(_ref2=modelAbrv!==null&&modelAbrv!==void 0?modelAbrv:props.XBnIR_kLy)!==null&&_ref2!==void 0?_ref2:\"l3\"};};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,c1gCNFWlp,XBnIR_kLy,fXS573xzG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"rGVvHGL2o\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1nfatk6=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(fXS573xzG){const res=await fXS573xzG(...args);if(res===false)return false;}setVariant(\"Mlf32EpAt\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Mlf32EpAt\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1o80z2c\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rGVvHGL2o\",onTap:onTap1nfatk6,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3,boxShadow:\"0px 1px 2px 0px rgba(0, 0, 0, 0.05000000074505806)\",...style},variants:{\"rGVvHGL2o-hover\":{backgroundColor:\"rgb(24, 24, 27)\"},Mlf32EpAt:{backgroundColor:\"rgb(24, 24, 27)\"}},...addPropertyOverrides({\"rGVvHGL2o-hover\":{\"data-framer-name\":undefined},Mlf32EpAt:{\"data-framer-name\":\"Selected\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13og5ln\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"G_mXFsWya\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nxu7xi\",\"data-framer-name\":\"start\",layoutDependency:layoutDependency,layoutId:\"PD41jKHWc\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k8i061\",\"data-framer-name\":\"esc\",layoutDependency:layoutDependency,layoutId:\"nipFTNqcN\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tNzAw\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:\"l3\"})}),className:\"framer-afvi7j\",\"data-framer-name\":\"l3\",fonts:[\"GF;JetBrains Mono-700\"],layoutDependency:layoutDependency,layoutId:\"Dpk1nLBN7\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:XBnIR_kLy,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"llama-3.2\"})}),className:\"framer-1cgj6oc\",\"data-framer-name\":\"llama-3.2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wPZGauJ1x\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:c1gCNFWlp,verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1nhp4zy\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"nRlyEge_7\",svg:'<svg width=\"20\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.667 5 7.5 14.167 3.333 10\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n2Sa7.framer-1y32xxq, .framer-n2Sa7 .framer-1y32xxq { display: block; }\",\".framer-n2Sa7.framer-1o80z2c { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: 41px; justify-content: space-between; overflow: visible; padding: 8px 6px 8px 6px; position: relative; width: 248px; }\",\".framer-n2Sa7 .framer-13og5ln { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n2Sa7 .framer-nxu7xi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 178px; }\",\".framer-n2Sa7 .framer-1k8i061 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 24px; justify-content: center; overflow: visible; padding: 0px 4px 0px 4px; position: relative; width: 24px; }\",\".framer-n2Sa7 .framer-afvi7j, .framer-n2Sa7 .framer-1cgj6oc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-n2Sa7 .framer-1nhp4zy { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n2Sa7 .framer-13og5ln, .framer-n2Sa7 .framer-nxu7xi, .framer-n2Sa7 .framer-1k8i061 { gap: 0px; } .framer-n2Sa7 .framer-13og5ln > *, .framer-n2Sa7 .framer-nxu7xi > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-n2Sa7 .framer-13og5ln > :first-child, .framer-n2Sa7 .framer-nxu7xi > :first-child, .framer-n2Sa7 .framer-1k8i061 > :first-child { margin-left: 0px; } .framer-n2Sa7 .framer-13og5ln > :last-child, .framer-n2Sa7 .framer-nxu7xi > :last-child, .framer-n2Sa7 .framer-1k8i061 > :last-child { margin-right: 0px; } .framer-n2Sa7 .framer-1k8i061 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 41\n * @framerIntrinsicWidth 248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mlf32EpAt\":{\"layout\":[\"fixed\",\"fixed\"]},\"ovXNA3K9f\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"c1gCNFWlp\":\"modelName\",\"XBnIR_kLy\":\"modelAbrv\",\"fXS573xzG\":\"click2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWieAHdw28=withCSS(Component,css,\"framer-n2Sa7\");export default FramerWieAHdw28;FramerWieAHdw28.displayName=\"Custom Select Item\";FramerWieAHdw28.defaultProps={height:41,width:248};addPropertyControls(FramerWieAHdw28,{variant:{options:[\"rGVvHGL2o\",\"Mlf32EpAt\"],optionTitles:[\"Variant 1\",\"Selected\"],title:\"Variant\",type:ControlType.Enum},c1gCNFWlp:{defaultValue:\"llama-3.2\",displayTextArea:false,title:\"Model Name\",type:ControlType.String},XBnIR_kLy:{defaultValue:\"l3\",displayTextArea:false,title:\"Model Abrv\",type:ControlType.String},fXS573xzG:{title:\"Click 2\",type:ControlType.EventHandler}});addFonts(FramerWieAHdw28,[{explicitInter:true,fonts:[{family:\"JetBrains Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjOFmUsaaDhw.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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWieAHdw28\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"c1gCNFWlp\\\":\\\"modelName\\\",\\\"XBnIR_kLy\\\":\\\"modelAbrv\\\",\\\"fXS573xzG\\\":\\\"click2\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mlf32EpAt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ovXNA3K9f\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"248\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"41\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WieAHdw28.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CustomSelectItem from\"https://framerusercontent.com/modules/hKfRPHLeJf0NbSn1q19j/4ZH5E0DKioIRa430kNFx/WieAHdw28.js\";const CustomSelectItemFonts=getFonts(CustomSelectItem);const cycleOrder=[\"M0vHujZmQ\",\"y6uTHr4Ts\",\"FqM06sVZh\",\"jd6xkr02a\",\"TmRQkpzE1\",\"biIOH8uvR\"];const serializationHash=\"framer-THA01\";const variantClassNames={biIOH8uvR:\"framer-v-y23fl\",FqM06sVZh:\"framer-v-188tgm\",jd6xkr02a:\"framer-v-d3imof\",M0vHujZmQ:\"framer-v-mrdc3\",TmRQkpzE1:\"framer-v-mvla9n\",y6uTHr4Ts:\"framer-v-z0sl2r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"M0vHujZmQ\",\"Variant 2\":\"y6uTHr4Ts\",\"Variant 3\":\"FqM06sVZh\",\"Variant 4\":\"jd6xkr02a\",\"Variant 5\":\"TmRQkpzE1\",\"Variant 6\":\"biIOH8uvR\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"M0vHujZmQ\"};};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:\"M0vHujZmQ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17se5eu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"jd6xkr02a\");});const onTapi64xks=activeVariantCallback(async(...args)=>{setVariant(\"y6uTHr4Ts\");});const onTap8zh04j=activeVariantCallback(async(...args)=>{setVariant(\"biIOH8uvR\");});const fXS573xzGpe0d5x=activeVariantCallback(async(...args)=>{setVariant(\"FqM06sVZh\");});const fXS573xzG7leyj0=activeVariantCallback(async(...args)=>{setVariant(\"M0vHujZmQ\");});const fXS573xzGgox1vt=activeVariantCallback(async(...args)=>{setVariant(\"TmRQkpzE1\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"y6uTHr4Ts\",\"jd6xkr02a\",\"biIOH8uvR\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"y6uTHr4Ts\")return true;return false;};const isDisplayed2=()=>{if([\"jd6xkr02a\",\"biIOH8uvR\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-mrdc3\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"M0vHujZmQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({biIOH8uvR:{\"data-framer-name\":\"Variant 6\"},FqM06sVZh:{\"data-framer-name\":\"Variant 3\",\"data-highlight\":true,onTap:onTap17se5eu},jd6xkr02a:{\"data-framer-name\":\"Variant 4\"},TmRQkpzE1:{\"data-framer-name\":\"Variant 5\"},y6uTHr4Ts:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12tcqc2\",\"data-border\":true,\"data-framer-name\":\"field\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"DVEwQfO8j\",onTap:onTapi64xks,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(39, 39, 42)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},...addPropertyOverrides({TmRQkpzE1:{onTap:onTap8zh04j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2y8136\",\"data-framer-name\":\"start\",layoutDependency:layoutDependency,layoutId:\"Kix2Rl8QK\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lr0ud4\",\"data-framer-name\":\"esc\",layoutDependency:layoutDependency,layoutId:\"iCs3umMC4\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tNzAw\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:\"4o\"})}),className:\"framer-j9ntg\",\"data-framer-name\":\"4o\",fonts:[\"GF;JetBrains Mono-700\"],layoutDependency:layoutDependency,layoutId:\"LnY5amjTT\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FqM06sVZh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tNzAw\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:\"l3\"})})},TmRQkpzE1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tNzAw\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"20px\"},children:\"m8\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"gpt-4o-mini\"})}),className:\"framer-110x75q\",\"data-framer-name\":\"gpt-4o-mini\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"f14Vv3VzH\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FqM06sVZh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"llama-3.2\"})})},TmRQkpzE1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"mixtral-8x7B\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3d388e\",\"data-framer-name\":\"icon-chevronsupdown\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"Op0OGYtl1\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.83325 12.5L9.99992 16.6667L14.1666 12.5\" stroke=\"white\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.83325 7.49998L9.99992 3.33331L14.1666 7.49998\" stroke=\"white\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gi0c74\",\"data-border\":true,\"data-framer-name\":\"menu-persona\",layoutDependency:layoutDependency,layoutId:\"rT8Fu4DeP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(39, 39, 42)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 2px 4px -1px rgba(0, 0, 0, 0.05999999865889549), 0px 4px 6px -1px rgba(0, 0, 0, 0.10000000149011612)\"},variants:{y6uTHr4Ts:{backgroundColor:\"rgb(0, 0, 0)\"}},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"248px\",...addPropertyOverrides({y6uTHr4Ts:{height:40,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ijczpk-container\",layoutDependency:layoutDependency,layoutId:\"ookHk2VXF-container\",children:/*#__PURE__*/_jsx(CustomSelectItem,{c1gCNFWlp:\"llama-3.2\",height:\"100%\",id:\"ookHk2VXF\",layoutId:\"ookHk2VXF\",style:{height:\"100%\",width:\"100%\"},variant:\"rGVvHGL2o\",width:\"100%\",XBnIR_kLy:\"l3\",...addPropertyOverrides({y6uTHr4Ts:{fXS573xzG:fXS573xzGpe0d5x}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"248px\",...addPropertyOverrides({y6uTHr4Ts:{height:40,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ugh4p8-container\",layoutDependency:layoutDependency,layoutId:\"Juw9yXkiL-container\",children:/*#__PURE__*/_jsx(CustomSelectItem,{c1gCNFWlp:\"gpt-4o-mini\",height:\"100%\",id:\"Juw9yXkiL\",layoutId:\"Juw9yXkiL\",style:{height:\"100%\",width:\"100%\"},variant:\"rGVvHGL2o\",width:\"100%\",XBnIR_kLy:\"4o\",...addPropertyOverrides({y6uTHr4Ts:{fXS573xzG:fXS573xzG7leyj0,variant:\"Mlf32EpAt\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"248px\",...addPropertyOverrides({y6uTHr4Ts:{height:40,width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-newkgj-container\",layoutDependency:layoutDependency,layoutId:\"oBiJ5ztsc-container\",children:/*#__PURE__*/_jsx(CustomSelectItem,{c1gCNFWlp:\"mixtral-8x7B\",height:\"100%\",id:\"oBiJ5ztsc\",layoutId:\"oBiJ5ztsc\",style:{height:\"100%\",width:\"100%\"},variant:\"rGVvHGL2o\",width:\"100%\",XBnIR_kLy:\"m8\",...addPropertyOverrides({y6uTHr4Ts:{fXS573xzG:fXS573xzGgox1vt}},baseVariant,gestureVariant)})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1glcanq\",\"data-border\":true,\"data-framer-name\":\"menu-persona\",layoutDependency:layoutDependency,layoutId:\"OTndyaA8x\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(39, 39, 42)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 2px 4px -1px rgba(0, 0, 0, 0.05999999865889549), 0px 4px 6px -1px rgba(0, 0, 0, 0.10000000149011612)\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({biIOH8uvR:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+40},jd6xkr02a:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dwvudf-container\",layoutDependency:layoutDependency,layoutId:\"R9Z13zFFF-container\",children:/*#__PURE__*/_jsx(CustomSelectItem,{c1gCNFWlp:\"llama-3.2\",fXS573xzG:fXS573xzGpe0d5x,height:\"100%\",id:\"R9Z13zFFF\",layoutId:\"R9Z13zFFF\",style:{height:\"100%\",width:\"100%\"},variant:\"Mlf32EpAt\",width:\"100%\",XBnIR_kLy:\"l3\",...addPropertyOverrides({biIOH8uvR:{variant:\"rGVvHGL2o\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({biIOH8uvR:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+0},jd6xkr02a:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12doomr-container\",layoutDependency:layoutDependency,layoutId:\"Urg6MklRo-container\",children:/*#__PURE__*/_jsx(CustomSelectItem,{c1gCNFWlp:\"gpt-4o-mini\",fXS573xzG:fXS573xzG7leyj0,height:\"100%\",id:\"Urg6MklRo\",layoutId:\"Urg6MklRo\",style:{height:\"100%\",width:\"100%\"},variant:\"rGVvHGL2o\",width:\"100%\",XBnIR_kLy:\"4o\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,...addPropertyOverrides({biIOH8uvR:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+80},jd6xkr02a:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 4px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-6+6+80}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tlwpad-container\",layoutDependency:layoutDependency,layoutId:\"IYD3WI0XI-container\",children:/*#__PURE__*/_jsx(CustomSelectItem,{c1gCNFWlp:\"mixtral-8x7B\",fXS573xzG:fXS573xzGgox1vt,height:\"100%\",id:\"IYD3WI0XI\",layoutId:\"IYD3WI0XI\",style:{height:\"100%\",width:\"100%\"},variant:\"rGVvHGL2o\",width:\"100%\",XBnIR_kLy:\"m8\",...addPropertyOverrides({biIOH8uvR:{variant:\"Mlf32EpAt\"}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-THA01.framer-1668ad0, .framer-THA01 .framer-1668ad0 { display: block; }\",\".framer-THA01.framer-mrdc3 { height: 132px; overflow: visible; position: relative; width: 248px; }\",\".framer-THA01 .framer-12tcqc2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-between; left: calc(50.00000000000002% - 100% / 2); overflow: visible; padding: 8px 12px 8px 8px; position: absolute; top: 0px; width: 100%; }\",\".framer-THA01 .framer-2y8136 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 178px; }\",\".framer-THA01 .framer-lr0ud4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 24px; justify-content: center; overflow: visible; padding: 0px 4px 0px 4px; position: relative; width: 24px; }\",\".framer-THA01 .framer-j9ntg, .framer-THA01 .framer-110x75q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-THA01 .framer-3d388e { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-THA01 .framer-1gi0c74 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: -4px; overflow: hidden; padding: 0px; position: absolute; right: -4px; top: -6px; will-change: var(--framer-will-change-override, transform); }\",\".framer-THA01 .framer-1ijczpk-container, .framer-THA01 .framer-1ugh4p8-container, .framer-THA01 .framer-newkgj-container { flex: none; height: 48px; position: relative; width: 248px; }\",\".framer-THA01 .framer-1glcanq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: -4px; overflow: hidden; padding: 6px; position: absolute; top: -6px; width: 248px; will-change: var(--framer-will-change-override, transform); }\",\".framer-THA01 .framer-dwvudf-container, .framer-THA01 .framer-12doomr-container, .framer-THA01 .framer-1tlwpad-container { flex: none; height: 40px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-THA01 .framer-2y8136, .framer-THA01 .framer-lr0ud4, .framer-THA01 .framer-1gi0c74, .framer-THA01 .framer-1glcanq { gap: 0px; } .framer-THA01 .framer-2y8136 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-THA01 .framer-2y8136 > :first-child, .framer-THA01 .framer-lr0ud4 > :first-child { margin-left: 0px; } .framer-THA01 .framer-2y8136 > :last-child, .framer-THA01 .framer-lr0ud4 > :last-child { margin-right: 0px; } .framer-THA01 .framer-lr0ud4 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-THA01 .framer-1gi0c74 > *, .framer-THA01 .framer-1glcanq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-THA01 .framer-1gi0c74 > :first-child, .framer-THA01 .framer-1glcanq > :first-child { margin-top: 0px; } .framer-THA01 .framer-1gi0c74 > :last-child, .framer-THA01 .framer-1glcanq > :last-child { margin-bottom: 0px; } }\",\".framer-THA01.framer-v-z0sl2r .framer-1gi0c74 { padding: 6px; }\",\".framer-THA01.framer-v-z0sl2r .framer-1ijczpk-container { height: 40px; order: 1; width: 100%; }\",\".framer-THA01.framer-v-z0sl2r .framer-1ugh4p8-container { height: 40px; order: 0; width: 100%; }\",\".framer-THA01.framer-v-z0sl2r .framer-newkgj-container { height: 40px; order: 2; width: 100%; }\",\".framer-THA01.framer-v-188tgm.framer-mrdc3 { cursor: pointer; }\",\".framer-THA01.framer-v-d3imof .framer-1glcanq, .framer-THA01.framer-v-y23fl .framer-1glcanq { right: -4px; width: unset; }\",\".framer-THA01.framer-v-d3imof .framer-dwvudf-container, .framer-THA01.framer-v-y23fl .framer-dwvudf-container { order: 1; }\",\".framer-THA01.framer-v-d3imof .framer-12doomr-container, .framer-THA01.framer-v-y23fl .framer-12doomr-container { order: 0; }\",\".framer-THA01.framer-v-d3imof .framer-1tlwpad-container, .framer-THA01.framer-v-y23fl .framer-1tlwpad-container { order: 2; }\",'.framer-THA01[data-border=\"true\"]::after, .framer-THA01 [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 132\n * @framerIntrinsicWidth 248\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"y6uTHr4Ts\":{\"layout\":[\"fixed\",\"fixed\"]},\"FqM06sVZh\":{\"layout\":[\"fixed\",\"fixed\"]},\"jd6xkr02a\":{\"layout\":[\"fixed\",\"fixed\"]},\"TmRQkpzE1\":{\"layout\":[\"fixed\",\"fixed\"]},\"biIOH8uvR\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUfxtIwHAF=withCSS(Component,css,\"framer-THA01\");export default FramerUfxtIwHAF;FramerUfxtIwHAF.displayName=\"Custom Select\";FramerUfxtIwHAF.defaultProps={height:132,width:248};addPropertyControls(FramerUfxtIwHAF,{variant:{options:[\"M0vHujZmQ\",\"y6uTHr4Ts\",\"FqM06sVZh\",\"jd6xkr02a\",\"TmRQkpzE1\",\"biIOH8uvR\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUfxtIwHAF,[{explicitInter:true,fonts:[{family:\"JetBrains Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjOFmUsaaDhw.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\"}]},...CustomSelectItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUfxtIwHAF\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"132\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y6uTHr4Ts\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FqM06sVZh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jd6xkr02a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TmRQkpzE1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"biIOH8uvR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"248\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UfxtIwHAF.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withSlider}from\"https://framerusercontent.com/modules/DgKHo4Qc8AV2p9RyKLEW/NOjsYdcVbx8lS1AM7PjZ/Slider.js\";import Select3 from\"https://framerusercontent.com/modules/hM1KD8M5cnZDdoimDBaK/lwy7ep6UTAJAMWTxxZ79/gzQrqDVu3.js\";import CustomSelect from\"https://framerusercontent.com/modules/SGVGAA1e4ZqWfyBY4c2z/IsbW92xJYbeTI9JHxthm/UfxtIwHAF.js\";const CustomSelectFonts=getFonts(CustomSelect);const MotionDivWithSlider=withSlider(motion.div);const Select3Fonts=getFonts(Select3);const serializationHash=\"framer-Ihu1B\";const variantClassNames={kMkcacSGk:\"framer-v-8cu9ny\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"kMkcacSGk\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8cu9ny\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kMkcacSGk\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-glkxkd\",\"data-framer-name\":\"component-ui\",layoutDependency:layoutDependency,layoutId:\"d1cDXh0LY\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x99yq6\",\"data-framer-name\":\"field\",layoutDependency:layoutDependency,layoutId:\"GZzLVD2Y9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-blbqkm\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"ht3ddkuzB\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Model\"})}),className:\"framer-11xeqk3\",\"data-framer-name\":\"Model\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"LmOEC8PO2\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||416)*.5000000000000002-187.10000000000002)+0+0+90.6-53,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-otyhyg-container\",layoutDependency:layoutDependency,layoutId:\"bEL9CfFDn-container\",children:/*#__PURE__*/_jsx(CustomSelect,{height:\"100%\",id:\"bEL9CfFDn\",layoutId:\"bEL9CfFDn\",style:{height:\"100%\",width:\"100%\"},variant:\"M0vHujZmQ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-icmtpj\",\"data-framer-name\":\"spacer\",layoutDependency:layoutDependency,layoutId:\"qG4g5kKkF\"})]}),/*#__PURE__*/_jsxs(MotionDivWithSlider,{className:\"framer-1oc5snt\",\"data-framer-name\":\"Slider Area\",layoutDependency:layoutDependency,layoutId:\"uSsTA9RV2\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ohi24a\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"XwV5PV4RY\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Temperature\"})}),className:\"framer-1gvopj3\",\"data-framer-name\":\"Temperature\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"JHdsgJXJZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gj74rq\",\"data-framer-name\":\"SliderBar\",layoutDependency:layoutDependency,layoutId:\"Dug0gTqvB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ez0y78\",\"data-framer-name\":\"DragRail\",layoutDependency:layoutDependency,layoutId:\"vLvtKQ3J4\",style:{backgroundColor:\"rgb(82, 82, 91)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k1fk1r\",\"data-framer-name\":\"DragFill\",layoutDependency:layoutDependency,layoutId:\"RAkpn_o0V\",style:{background:\"linear-gradient(89.99999999999982deg, rgba(99, 102, 241, 1) 0%, rgba(244, 114, 182, 1) 100%)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vab4ca\",\"data-border\":true,\"data-framer-name\":\"DragKnob\",layoutDependency:layoutDependency,layoutId:\"OrHF3M5A9\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(244, 114, 182)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ue4e3s\",\"data-framer-name\":\"captions\",layoutDependency:layoutDependency,layoutId:\"TNZ0j92rL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rvxqri\",\"data-framer-name\":\"precise\",layoutDependency:layoutDependency,layoutId:\"fiPafaMal\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-p8fkdq\",\"data-framer-name\":\"icon-technical\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"okK4rILky\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_379_101)\">\\n<path d=\"M8.66678 4.66666L5.80011 1.79999C5.49903 1.50036 5.09155 1.33215 4.66678 1.33215C4.24201 1.33215 3.83453 1.50036 3.53345 1.79999L1.80011 3.53332C1.50048 3.83441 1.33228 4.24189 1.33228 4.66666C1.33228 5.09142 1.50048 5.49891 1.80011 5.79999L4.66678 8.66666\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.33325 4.00002L6.66659 2.66669\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12 10.6666L13.3333 9.33331\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.3333 7.33331L14.1999 10.2C14.8266 10.8266 14.8266 11.84 14.1999 12.4666L12.4666 14.2C11.8399 14.8266 10.8266 14.8266 10.1999 14.2L7.33325 11.3333\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M14.1161 4.54132C14.4686 4.18894 14.6666 3.71097 14.6667 3.21256C14.6668 2.71415 14.4688 2.23613 14.1165 1.88366C13.7641 1.53118 13.2861 1.33313 12.7877 1.33307C12.2893 1.33301 11.8113 1.53094 11.4588 1.88332L2.56145 10.7827C2.40667 10.937 2.29219 11.127 2.22812 11.336L1.34745 14.2373C1.33022 14.295 1.32892 14.3562 1.34369 14.4146C1.35845 14.4729 1.38873 14.5261 1.43132 14.5687C1.4739 14.6112 1.5272 14.6414 1.58556 14.656C1.64392 14.6707 1.70516 14.6693 1.76279 14.652L4.66479 13.772C4.87357 13.7085 5.06357 13.5947 5.21812 13.4407L14.1161 4.54132Z\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M10 3.33331L12.6667 5.99998\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_379_101\">\\n<rect width=\"16\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Precise\"})}),className:\"framer-rz650u\",\"data-framer-name\":\"Precise\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iuV0Yu9GL\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kh4y5x\",\"data-framer-name\":\"creative\",layoutDependency:layoutDependency,layoutId:\"VUTCceT2p\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1juyo88\",\"data-framer-name\":\"icon-creative\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"Injth3mF3\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_379_110)\">\\n<path d=\"M9.00008 4.66667C9.18418 4.66667 9.33341 4.51743 9.33341 4.33333C9.33341 4.14924 9.18418 4 9.00008 4C8.81599 4 8.66675 4.14924 8.66675 4.33333C8.66675 4.51743 8.81599 4.66667 9.00008 4.66667Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6666 7.33335C11.8507 7.33335 11.9999 7.18412 11.9999 7.00002C11.9999 6.81593 11.8507 6.66669 11.6666 6.66669C11.4825 6.66669 11.3333 6.81593 11.3333 7.00002C11.3333 7.18412 11.4825 7.33335 11.6666 7.33335Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.66659 5.33335C5.85068 5.33335 5.99992 5.18412 5.99992 5.00002C5.99992 4.81593 5.85068 4.66669 5.66659 4.66669C5.48249 4.66669 5.33325 4.81593 5.33325 5.00002C5.33325 5.18412 5.48249 5.33335 5.66659 5.33335Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M4.33333 8.66667C4.51743 8.66667 4.66667 8.51743 4.66667 8.33333C4.66667 8.14924 4.51743 8 4.33333 8C4.14924 8 4 8.14924 4 8.33333C4 8.51743 4.14924 8.66667 4.33333 8.66667Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M7.99992 1.33331C4.33325 1.33331 1.33325 4.33331 1.33325 7.99998C1.33325 11.6666 4.33325 14.6666 7.99992 14.6666C8.61725 14.6666 9.09858 14.1693 9.09858 13.5413C9.09858 13.25 8.97859 12.9846 8.80725 12.7913C8.61392 12.5986 8.51525 12.3566 8.51525 12.0413C8.51272 11.8946 8.53976 11.7489 8.59475 11.6128C8.64974 11.4767 8.73155 11.3531 8.83532 11.2494C8.93909 11.1456 9.06268 11.0638 9.19874 11.0088C9.33479 10.9538 9.48053 10.9268 9.62725 10.9293H10.9579C12.9919 10.9293 14.6613 9.26065 14.6613 7.22665C14.6433 4.00798 11.6406 1.33331 7.99992 1.33331Z\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_379_110\">\\n<rect width=\"16\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Creative\"})}),className:\"framer-1jarffi\",\"data-framer-name\":\"Creative\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mPrVvpgc1\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bkip0y\",\"data-framer-name\":\"field\",layoutDependency:layoutDependency,layoutId:\"bGpGHCRT5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ptqv33\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"gPj9m93tu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Response Length\"})}),className:\"framer-1e9x17t\",\"data-framer-name\":\"Response Length\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"QpX_DFxI7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:\"248px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||416)*.5000000000000002-187.10000000000002)+0+274.6+12+25.6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xwzsjh-container\",layoutDependency:layoutDependency,layoutId:\"OthUj1Cu9-container\",children:/*#__PURE__*/_jsx(Select3,{height:\"100%\",id:\"OthUj1Cu9\",layoutId:\"OthUj1Cu9\",style:{width:\"100%\"},variant:\"Fx5o8_fC1\",width:\"100%\"})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ihu1B.framer-jts7tq, .framer-Ihu1B .framer-jts7tq { display: block; }\",\".framer-Ihu1B.framer-8cu9ny { height: 416px; overflow: hidden; position: relative; width: 416px; }\",\".framer-Ihu1B .framer-glkxkd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 280px; }\",\".framer-Ihu1B .framer-x99yq6, .framer-Ihu1B .framer-1oc5snt { 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: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: 100%; }\",\".framer-Ihu1B .framer-blbqkm, .framer-Ihu1B .framer-1ptqv33 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Ihu1B .framer-11xeqk3, .framer-Ihu1B .framer-1jarffi, .framer-Ihu1B .framer-1e9x17t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ihu1B .framer-otyhyg-container { bottom: 12px; flex: none; height: 41px; left: calc(50.00000000000002% - 88.57142857142857% / 2); position: absolute; width: 89%; z-index: 2; }\",\".framer-Ihu1B .framer-icmtpj { flex: none; height: 41px; overflow: visible; position: relative; width: 19px; }\",\".framer-Ihu1B .framer-ohi24a, .framer-Ihu1B .framer-gj74rq { flex: none; height: 20px; overflow: visible; position: relative; width: 100%; }\",\".framer-Ihu1B .framer-1gvopj3 { flex: none; height: auto; left: 0px; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-Ihu1B .framer-1ez0y78 { flex: none; height: 5px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 5px / 2); }\",\".framer-Ihu1B .framer-1k1fk1r { flex: none; height: 5px; left: 0px; position: absolute; right: 124px; top: calc(50.00000000000002% - 5px / 2); }\",\".framer-Ihu1B .framer-1vab4ca { bottom: 0px; flex: none; left: 114px; position: absolute; top: 0px; width: 20px; z-index: 1; }\",\".framer-Ihu1B .framer-1ue4e3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ihu1B .framer-1rvxqri { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ihu1B .framer-p8fkdq, .framer-Ihu1B .framer-1juyo88 { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-Ihu1B .framer-rz650u { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 102px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ihu1B .framer-1kh4y5x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ihu1B .framer-1bkip0y { 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: flex-start; overflow: visible; padding: 12px 16px 20px 16px; position: relative; width: 100%; }\",\".framer-Ihu1B .framer-xwzsjh-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Ihu1B .framer-glkxkd, .framer-Ihu1B .framer-x99yq6, .framer-Ihu1B .framer-blbqkm, .framer-Ihu1B .framer-1oc5snt, .framer-Ihu1B .framer-1ue4e3s, .framer-Ihu1B .framer-1rvxqri, .framer-Ihu1B .framer-1kh4y5x, .framer-Ihu1B .framer-1bkip0y, .framer-Ihu1B .framer-1ptqv33 { gap: 0px; } .framer-Ihu1B .framer-glkxkd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ihu1B .framer-glkxkd > :first-child, .framer-Ihu1B .framer-x99yq6 > :first-child, .framer-Ihu1B .framer-1oc5snt > :first-child, .framer-Ihu1B .framer-1bkip0y > :first-child { margin-top: 0px; } .framer-Ihu1B .framer-glkxkd > :last-child, .framer-Ihu1B .framer-x99yq6 > :last-child, .framer-Ihu1B .framer-1oc5snt > :last-child, .framer-Ihu1B .framer-1bkip0y > :last-child { margin-bottom: 0px; } .framer-Ihu1B .framer-x99yq6 > *, .framer-Ihu1B .framer-1oc5snt > *, .framer-Ihu1B .framer-1bkip0y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ihu1B .framer-blbqkm > *, .framer-Ihu1B .framer-1ptqv33 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Ihu1B .framer-blbqkm > :first-child, .framer-Ihu1B .framer-1ue4e3s > :first-child, .framer-Ihu1B .framer-1rvxqri > :first-child, .framer-Ihu1B .framer-1kh4y5x > :first-child, .framer-Ihu1B .framer-1ptqv33 > :first-child { margin-left: 0px; } .framer-Ihu1B .framer-blbqkm > :last-child, .framer-Ihu1B .framer-1ue4e3s > :last-child, .framer-Ihu1B .framer-1rvxqri > :last-child, .framer-Ihu1B .framer-1kh4y5x > :last-child, .framer-Ihu1B .framer-1ptqv33 > :last-child { margin-right: 0px; } .framer-Ihu1B .framer-1ue4e3s > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Ihu1B .framer-1rvxqri > *, .framer-Ihu1B .framer-1kh4y5x > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",'.framer-Ihu1B[data-border=\"true\"]::after, .framer-Ihu1B [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 416\n * @framerIntrinsicWidth 416\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermXJZwI31n=withCSS(Component,css,\"framer-Ihu1B\");export default FramermXJZwI31n;FramermXJZwI31n.displayName=\"ControlTheComplexity\";FramermXJZwI31n.defaultProps={height:416,width:416};addFonts(FramermXJZwI31n,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...CustomSelectFonts,...Select3Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermXJZwI31n\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"416\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"416\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{addPropertyControls,ControlType}from\"framer\";// Create a store for managing slider value\nconst useStore=createStore({value:.5});export function withSlider(Component){return props=>{const[store,setStore]=useStore();useEffect(()=>{var _document_querySelector;// Dynamically create the DragPercent text field\nconst dragPercent=document.createElement(\"div\");dragPercent.setAttribute(\"data-framer-name\",\"HeroDragPercent\");dragPercent.style.position=\"absolute\";dragPercent.style.top=\"12px\"// 12px down from the top\n;dragPercent.style.right=\"15px\"// Adjusted to 15px from the right edge for better alignment\n;// Apply the text styles\ndragPercent.style.fontFamily=\"JetBrains Mono, monospace\";dragPercent.style.fontWeight=\"500\"// Medium weight\n;dragPercent.style.color=\"#FFFFFF\";dragPercent.style.fontSize=\"16px\";dragPercent.style.lineHeight=\"20px\";dragPercent.style.letterSpacing=\"0\";dragPercent.textContent=store.value.toFixed(2)// Set initial value\n;// Append the created element to the component root\nconst componentRoot=(_document_querySelector=document.querySelector('[data-framer-name=\"HeroSliderBar\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.parentElement;if(componentRoot){componentRoot.appendChild(dragPercent);}return()=>{// Clean up by removing DragPercent when the component unmounts\nif(componentRoot&&dragPercent){componentRoot.removeChild(dragPercent);}};},[])// Run only on mount and unmount\n;const startDrag=event=>{const sliderBar=document.querySelector('[data-framer-name=\"HeroSliderBar\"]');const dragKnob=document.querySelector('[data-framer-name=\"HeroDragKnob\"]');const dragFill=document.querySelector('[data-framer-name=\"HeroDragFill\"]');const dragPercent=document.querySelector('[data-framer-name=\"HeroDragPercent\"]');if(!sliderBar||!dragKnob||!dragFill)return;const sliderWidth=sliderBar.offsetWidth;const knobWidth=dragKnob.offsetWidth;const updateSlider=e=>{const rect=sliderBar.getBoundingClientRect();let clientX=e instanceof MouseEvent?e.clientX:e.touches[0].clientX;let newValue=(clientX-rect.left)/sliderWidth;newValue=Math.max(0,Math.min(1,newValue))// Clamp between 0 and 1\n;const roundedValue=parseFloat(newValue.toFixed(2))// Round to 2 decimal places\n;setStore({value:roundedValue});dragKnob.style.left=`calc(${roundedValue*100}% - ${knobWidth/2}px)`;dragFill.style.width=`${roundedValue*100}%`;// Update the dynamically created DragPercent text content\nif(dragPercent){dragPercent.textContent=roundedValue.toFixed(2);}};const stopDrag=()=>{window.removeEventListener(\"mousemove\",updateSlider);window.removeEventListener(\"mouseup\",stopDrag);window.removeEventListener(\"touchmove\",updateSlider);window.removeEventListener(\"touchend\",stopDrag);};window.addEventListener(\"mousemove\",updateSlider);window.addEventListener(\"mouseup\",stopDrag);window.addEventListener(\"touchmove\",updateSlider);window.addEventListener(\"touchend\",stopDrag);};return /*#__PURE__*/_jsx(Component,{...props,onMouseDown:startDrag,onTouchStart:startDrag});};}// Optional: Adding property controls for customization in Framer\naddPropertyControls(withSlider,{initialValue:{type:ControlType.Number,defaultValue:.5,min:0,max:1,title:\"Initial Value\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"withSlider\":{\"type\":\"reactHoc\",\"name\":\"withSlider\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HeroSlider.map", "// Generated by Framer (0623976)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormPlainTextInput,getFonts,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withSlider}from\"https://framerusercontent.com/modules/Mqff4ThMulz0F3ysLASv/WA7TpzkObfAlW0LtTTiK/HeroSlider.js\";import CustomSelect from\"https://framerusercontent.com/modules/SGVGAA1e4ZqWfyBY4c2z/IsbW92xJYbeTI9JHxthm/UfxtIwHAF.js\";const CustomSelectFonts=getFonts(CustomSelect);const MotionDivWithSlider=withSlider(motion.div);const serializationHash=\"framer-IyypF\";const variantClassNames={OTJ_2UM61:\"framer-v-46ezkv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,showDot,width,...props})=>{var _ref;return{...props,PYXgNMuvJ:(_ref=showDot!==null&&showDot!==void 0?showDot:props.PYXgNMuvJ)!==null&&_ref!==void 0?_ref:true};};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,PYXgNMuvJ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"OTJ_2UM61\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-46ezkv\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"OTJ_2UM61\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[PYXgNMuvJ&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wryug3\",\"data-border\":true,\"data-framer-name\":\"HeroDot2\",layoutDependency:layoutDependency,layoutId:\"fU_owqbzJ\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(117, 40, 252)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(117, 40, 252, 0.800000011920929), 0px 0px 20px 12px rgba(117, 40, 252, 0.5)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qe0duk\",\"data-border\":true,\"data-framer-name\":\"component-model\",layoutDependency:layoutDependency,layoutId:\"Rs7C5VX8V\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(63, 63, 70)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8917kv\",\"data-framer-name\":\"field\",layoutDependency:layoutDependency,layoutId:\"ZHIZO3NNg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nos9xx\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"TU8E1QGur\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Input\"})}),className:\"framer-l2q9fs\",\"data-framer-name\":\"Input\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"PdB5W8c7X\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8axe24\",layoutDependency:layoutDependency,layoutId:\"JblC248d3\",children:[/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-zlocgz\",inputName:\"Input\",layoutDependency:layoutDependency,layoutId:\"uyODghJz_\",placeholder:\"Type something...\",style:{\"--framer-input-background\":\"rgb(0, 0, 0)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(39, 39, 42)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"6px\",\"--framer-input-border-radius-bottom-right\":\"6px\",\"--framer-input-border-radius-top-left\":\"6px\",\"--framer-input-border-radius-top-right\":\"6px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(82, 82, 91)\"},type:\"text\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1v3vvrh\",\"data-framer-name\":\"variable\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"VXzVFFUO7\",svg:'<svg width=\"40\" height=\"20\" viewBox=\"0 0 40 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_431_990)\">\\n<path d=\"M7.99992 16.6666C11.6818 16.6666 14.6666 13.6818 14.6666 9.99992C14.6666 6.31802 11.6818 3.33325 7.99992 3.33325C4.31802 3.33325 1.33325 6.31802 1.33325 9.99992C1.33325 13.6818 4.31802 16.6666 7.99992 16.6666Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M7.99992 3.33325C6.28807 5.13069 5.33325 7.51775 5.33325 9.99992C5.33325 12.4821 6.28807 14.8691 7.99992 16.6666C9.71176 14.8691 10.6666 12.4821 10.6666 9.99992C10.6666 7.51775 9.71176 5.13069 7.99992 3.33325Z\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M1.33325 10H14.6666\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<path d=\"M20 3C20 1.34315 21.3431 0 23 0H37C38.6569 0 40 1.34315 40 3V17C40 18.6569 38.6569 20 37 20H23C21.3431 20 20 18.6569 20 17V3Z\" fill=\"#09090B\"/>\\n<path d=\"M28.2499 8.83325L25.3333 11.7499L28.2499 14.6666\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M34.6666 5.33325V9.41659C34.6666 10.0354 34.4208 10.6289 33.9832 11.0665C33.5456 11.5041 32.9521 11.7499 32.3333 11.7499H25.3333\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<defs>\\n<clipPath id=\"clip0_431_990\">\\n<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0 2)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pj4u60\",\"data-framer-name\":\"field\",layoutDependency:layoutDependency,layoutId:\"nt1vdCeBD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-s394ns\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"MtvJfYLra\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Model\"})}),className:\"framer-flykwc\",\"data-framer-name\":\"Model\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"prpAst8dD\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:`calc(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 32px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||374)-0-453.79999999999995)/2)+0+89.6+12+25.6,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rrymlv-container\",layoutDependency:layoutDependency,layoutId:\"RL5ItZnlt-container\",children:/*#__PURE__*/_jsx(CustomSelect,{height:\"100%\",id:\"RL5ItZnlt\",layoutId:\"RL5ItZnlt\",style:{height:\"100%\",width:\"100%\"},variant:\"M0vHujZmQ\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t6iuj9\",\"data-framer-name\":\"field\",layoutDependency:layoutDependency,layoutId:\"l3gLc5JNB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kjxnj2\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"dLg8wWyBr\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"API Key\"})}),className:\"framer-dnjpth\",\"data-framer-name\":\"API Key\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"EsLyGub_q\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-952ceb\",inputName:\"Input\",layoutDependency:layoutDependency,layoutId:\"tUAoVeDL0\",placeholder:\"Type something...\",style:{\"--framer-input-background\":\"rgb(0, 0, 0)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgb(39, 39, 42)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"6px\",\"--framer-input-border-radius-bottom-right\":\"6px\",\"--framer-input-border-radius-top-left\":\"6px\",\"--framer-input-border-radius-top-right\":\"6px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(255, 255, 255)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(82, 82, 91)\"},type:\"text\"})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-102mvhl\",\"data-framer-name\":\"field\",layoutDependency:layoutDependency,layoutId:\"ZjjFCoaja\",children:/*#__PURE__*/_jsxs(MotionDivWithSlider,{className:\"framer-1x9n29l\",\"data-framer-name\":\"Slider Area\",layoutDependency:layoutDependency,layoutId:\"Jo_kM5Et9\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14266iv\",\"data-framer-name\":\"title\",layoutDependency:layoutDependency,layoutId:\"Xlk_PPW34\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Temperature\"})}),className:\"framer-1pfz9o8\",\"data-framer-name\":\"Temperature\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Dj2iztviH\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f8k2k4\",\"data-framer-name\":\"HeroSliderBar\",layoutDependency:layoutDependency,layoutId:\"JG1uBKvd7\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b6llqh\",\"data-framer-name\":\"HeroDragRail\",layoutDependency:layoutDependency,layoutId:\"FOlW_Etlg\",style:{backgroundColor:\"rgb(82, 82, 91)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yk29ps\",\"data-framer-name\":\"HeroDragFill\",layoutDependency:layoutDependency,layoutId:\"Us0xuQ29i\",style:{background:\"linear-gradient(89.99999999999982deg, rgba(99, 102, 241, 1) 0%, rgba(244, 114, 182, 1) 100%)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iv8jrc\",\"data-border\":true,\"data-framer-name\":\"HeroDragKnob\",layoutDependency:layoutDependency,layoutId:\"yGcgnIxRU\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(244, 114, 182)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1slldx5\",\"data-framer-name\":\"captions\",layoutDependency:layoutDependency,layoutId:\"Z0muIlDH7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-51huk0\",\"data-framer-name\":\"precise\",layoutDependency:layoutDependency,layoutId:\"gZxMTCeNg\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-6snn4k\",\"data-framer-name\":\"icon-technical\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"JBT6lAtGg\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_379_101)\">\\n<path d=\"M8.66678 4.66666L5.80011 1.79999C5.49903 1.50036 5.09155 1.33215 4.66678 1.33215C4.24201 1.33215 3.83453 1.50036 3.53345 1.79999L1.80011 3.53332C1.50048 3.83441 1.33228 4.24189 1.33228 4.66666C1.33228 5.09142 1.50048 5.49891 1.80011 5.79999L4.66678 8.66666\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.33325 4.00002L6.66659 2.66669\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12 10.6666L13.3333 9.33331\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.3333 7.33331L14.1999 10.2C14.8266 10.8266 14.8266 11.84 14.1999 12.4666L12.4666 14.2C11.8399 14.8266 10.8266 14.8266 10.1999 14.2L7.33325 11.3333\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M14.1161 4.54132C14.4686 4.18894 14.6666 3.71097 14.6667 3.21256C14.6668 2.71415 14.4688 2.23613 14.1165 1.88366C13.7641 1.53118 13.2861 1.33313 12.7877 1.33307C12.2893 1.33301 11.8113 1.53094 11.4588 1.88332L2.56145 10.7827C2.40667 10.937 2.29219 11.127 2.22812 11.336L1.34745 14.2373C1.33022 14.295 1.32892 14.3562 1.34369 14.4146C1.35845 14.4729 1.38873 14.5261 1.43132 14.5687C1.4739 14.6112 1.5272 14.6414 1.58556 14.656C1.64392 14.6707 1.70516 14.6693 1.76279 14.652L4.66479 13.772C4.87357 13.7085 5.06357 13.5947 5.21812 13.4407L14.1161 4.54132Z\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M10 3.33331L12.6667 5.99998\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_379_101\">\\n<rect width=\"16\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Precise\"})}),className:\"framer-rqyptq\",\"data-framer-name\":\"Precise\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OxU4Qk3pS\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sw6t6z\",\"data-framer-name\":\"creative\",layoutDependency:layoutDependency,layoutId:\"baS6BPi0R\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-t6lmbq\",\"data-framer-name\":\"icon-creative\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"pUyTrzCYE\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_379_110)\">\\n<path d=\"M9.00008 4.66667C9.18418 4.66667 9.33341 4.51743 9.33341 4.33333C9.33341 4.14924 9.18418 4 9.00008 4C8.81599 4 8.66675 4.14924 8.66675 4.33333C8.66675 4.51743 8.81599 4.66667 9.00008 4.66667Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.6666 7.33335C11.8507 7.33335 11.9999 7.18412 11.9999 7.00002C11.9999 6.81593 11.8507 6.66669 11.6666 6.66669C11.4825 6.66669 11.3333 6.81593 11.3333 7.00002C11.3333 7.18412 11.4825 7.33335 11.6666 7.33335Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.66659 5.33335C5.85068 5.33335 5.99992 5.18412 5.99992 5.00002C5.99992 4.81593 5.85068 4.66669 5.66659 4.66669C5.48249 4.66669 5.33325 4.81593 5.33325 5.00002C5.33325 5.18412 5.48249 5.33335 5.66659 5.33335Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M4.33333 8.66667C4.51743 8.66667 4.66667 8.51743 4.66667 8.33333C4.66667 8.14924 4.51743 8 4.33333 8C4.14924 8 4 8.14924 4 8.33333C4 8.51743 4.14924 8.66667 4.33333 8.66667Z\" fill=\"#52525B\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M7.99992 1.33331C4.33325 1.33331 1.33325 4.33331 1.33325 7.99998C1.33325 11.6666 4.33325 14.6666 7.99992 14.6666C8.61725 14.6666 9.09858 14.1693 9.09858 13.5413C9.09858 13.25 8.97859 12.9846 8.80725 12.7913C8.61392 12.5986 8.51525 12.3566 8.51525 12.0413C8.51272 11.8946 8.53976 11.7489 8.59475 11.6128C8.64974 11.4767 8.73155 11.3531 8.83532 11.2494C8.93909 11.1456 9.06268 11.0638 9.19874 11.0088C9.33479 10.9538 9.48053 10.9268 9.62725 10.9293H10.9579C12.9919 10.9293 14.6613 9.26065 14.6613 7.22665C14.6433 4.00798 11.6406 1.33331 7.99992 1.33331Z\" stroke=\"#52525B\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_379_110\">\\n<rect width=\"16\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Creative\"})}),className:\"framer-1x0bf76\",\"data-framer-name\":\"Creative\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OcalJwAuL\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-IyypF.framer-2ulas1, .framer-IyypF .framer-2ulas1 { display: block; }\",\".framer-IyypF.framer-46ezkv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 348px; }\",\".framer-IyypF .framer-wryug3 { flex: none; height: 16px; left: -8px; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; z-index: 1; }\",\".framer-IyypF .framer-1qe0duk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-IyypF .framer-8917kv, .framer-IyypF .framer-1pj4u60, .framer-IyypF .framer-1t6iuj9, .framer-IyypF .framer-102mvhl { 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: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: 100%; }\",\".framer-IyypF .framer-1nos9xx, .framer-IyypF .framer-s394ns, .framer-IyypF .framer-kjxnj2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-IyypF .framer-l2q9fs, .framer-IyypF .framer-flykwc, .framer-IyypF .framer-dnjpth, .framer-IyypF .framer-1x0bf76 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-IyypF .framer-8axe24 { flex: none; height: 40px; overflow: visible; position: relative; width: 100%; }\",'.framer-IyypF .framer-zlocgz { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 40px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(48.78048780487807% - 40px / 2); width: 100%; }',\".framer-IyypF .framer-1v3vvrh { bottom: 10px; flex: none; position: absolute; right: 12px; top: 10px; width: 40px; }\",\".framer-IyypF .framer-1rrymlv-container { flex: none; height: 41px; position: relative; width: 100%; z-index: 2; }\",'.framer-IyypF .framer-952ceb { --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-IyypF .framer-1x9n29l { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-IyypF .framer-14266iv, .framer-IyypF .framer-f8k2k4 { flex: none; height: 20px; overflow: visible; position: relative; width: 100%; }\",\".framer-IyypF .framer-1pfz9o8 { flex: none; height: auto; left: 0px; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-IyypF .framer-b6llqh { flex: none; height: 5px; left: 0px; position: absolute; right: 0px; top: calc(50.00000000000002% - 5px / 2); }\",\".framer-IyypF .framer-1yk29ps { flex: none; height: 5px; left: 0px; position: absolute; top: calc(50.00000000000002% - 5px / 2); width: 50%; }\",\".framer-IyypF .framer-1iv8jrc { bottom: 0px; flex: none; left: calc(50.00000000000002% - 20px / 2); position: absolute; top: 0px; width: 20px; z-index: 1; }\",\".framer-IyypF .framer-1slldx5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-IyypF .framer-51huk0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-IyypF .framer-6snn4k, .framer-IyypF .framer-t6lmbq { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-IyypF .framer-rqyptq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 102px; word-break: break-word; word-wrap: break-word; }\",\".framer-IyypF .framer-sw6t6z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-IyypF.framer-46ezkv, .framer-IyypF .framer-1qe0duk, .framer-IyypF .framer-8917kv, .framer-IyypF .framer-1nos9xx, .framer-IyypF .framer-1pj4u60, .framer-IyypF .framer-s394ns, .framer-IyypF .framer-1t6iuj9, .framer-IyypF .framer-kjxnj2, .framer-IyypF .framer-102mvhl, .framer-IyypF .framer-1x9n29l, .framer-IyypF .framer-1slldx5, .framer-IyypF .framer-51huk0, .framer-IyypF .framer-sw6t6z { gap: 0px; } .framer-IyypF.framer-46ezkv > *, .framer-IyypF .framer-1slldx5 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-IyypF.framer-46ezkv > :first-child, .framer-IyypF .framer-1nos9xx > :first-child, .framer-IyypF .framer-s394ns > :first-child, .framer-IyypF .framer-kjxnj2 > :first-child, .framer-IyypF .framer-1slldx5 > :first-child, .framer-IyypF .framer-51huk0 > :first-child, .framer-IyypF .framer-sw6t6z > :first-child { margin-left: 0px; } .framer-IyypF.framer-46ezkv > :last-child, .framer-IyypF .framer-1nos9xx > :last-child, .framer-IyypF .framer-s394ns > :last-child, .framer-IyypF .framer-kjxnj2 > :last-child, .framer-IyypF .framer-1slldx5 > :last-child, .framer-IyypF .framer-51huk0 > :last-child, .framer-IyypF .framer-sw6t6z > :last-child { margin-right: 0px; } .framer-IyypF .framer-1qe0duk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-IyypF .framer-1qe0duk > :first-child, .framer-IyypF .framer-8917kv > :first-child, .framer-IyypF .framer-1pj4u60 > :first-child, .framer-IyypF .framer-1t6iuj9 > :first-child, .framer-IyypF .framer-102mvhl > :first-child, .framer-IyypF .framer-1x9n29l > :first-child { margin-top: 0px; } .framer-IyypF .framer-1qe0duk > :last-child, .framer-IyypF .framer-8917kv > :last-child, .framer-IyypF .framer-1pj4u60 > :last-child, .framer-IyypF .framer-1t6iuj9 > :last-child, .framer-IyypF .framer-102mvhl > :last-child, .framer-IyypF .framer-1x9n29l > :last-child { margin-bottom: 0px; } .framer-IyypF .framer-8917kv > *, .framer-IyypF .framer-1pj4u60 > *, .framer-IyypF .framer-1t6iuj9 > *, .framer-IyypF .framer-102mvhl > *, .framer-IyypF .framer-1x9n29l > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-IyypF .framer-1nos9xx > *, .framer-IyypF .framer-s394ns > *, .framer-IyypF .framer-kjxnj2 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-IyypF .framer-51huk0 > *, .framer-IyypF .framer-sw6t6z > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",'.framer-IyypF[data-border=\"true\"]::after, .framer-IyypF [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 374\n * @framerIntrinsicWidth 348\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"PYXgNMuvJ\":\"showDot\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKHhfGqeeO=withCSS(Component,css,\"framer-IyypF\");export default FramerKHhfGqeeO;FramerKHhfGqeeO.displayName=\"HeroUI\";FramerKHhfGqeeO.defaultProps={height:374,width:348};addPropertyControls(FramerKHhfGqeeO,{PYXgNMuvJ:{defaultValue:true,title:\"ShowDot\",type:ControlType.Boolean}});addFonts(FramerKHhfGqeeO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{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\"}]},...CustomSelectFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKHhfGqeeO\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"PYXgNMuvJ\\\":\\\"showDot\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"348\",\"framerIntrinsicHeight\":\"374\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KHhfGqeeO.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"TJFxhwQnQ\",\"zQUBMB9jH\",\"Ip5cErw3g\",\"AlQInXz2S\"];const serializationHash=\"framer-OmWO6\";const variantClassNames={AlQInXz2S:\"framer-v-isee0\",Ip5cErw3g:\"framer-v-pfwbrr\",TJFxhwQnQ:\"framer-v-z88pr3\",zQUBMB9jH:\"framer-v-p8ornc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"JS API\":\"AlQInXz2S\",\"Python API\":\"TJFxhwQnQ\",\"Python Code\":\"Ip5cErw3g\",cURL:\"zQUBMB9jH\"};const getProps=({buttonFontSize,height,iconsVisible,id,padding,radius,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,Q5DmSrvtR:(_ref=iconsVisible!==null&&iconsVisible!==void 0?iconsVisible:props.Q5DmSrvtR)!==null&&_ref!==void 0?_ref:true,QUfCntTYr:(_ref1=buttonFontSize!==null&&buttonFontSize!==void 0?buttonFontSize:props.QUfCntTYr)!==null&&_ref1!==void 0?_ref1:12,RG8EMY2tp:(_ref2=padding!==null&&padding!==void 0?padding:props.RG8EMY2tp)!==null&&_ref2!==void 0?_ref2:\"12px\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"TJFxhwQnQ\",wPuIagDSQ:(_ref4=radius!==null&&radius!==void 0?radius:props.wPuIagDSQ)!==null&&_ref4!==void 0?_ref4:\"24px\"};};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,Q5DmSrvtR,QUfCntTYr,RG8EMY2tp,wPuIagDSQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TJFxhwQnQ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapfhpjt8=activeVariantCallback(async(...args)=>{setVariant(\"zQUBMB9jH\");});const onTapbazsli=activeVariantCallback(async(...args)=>{setVariant(\"TJFxhwQnQ\");});const onTap1ctld3c=activeVariantCallback(async(...args)=>{setVariant(\"Ip5cErw3g\");});const onTapjifudo=activeVariantCallback(async(...args)=>{setVariant(\"AlQInXz2S\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-z88pr3\",className,classNames),\"data-framer-name\":\"Python API\",layoutDependency:layoutDependency,layoutId:\"TJFxhwQnQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AlQInXz2S:{\"data-framer-name\":\"JS API\"},Ip5cErw3g:{\"data-framer-name\":\"Python Code\"},zQUBMB9jH:{\"data-framer-name\":\"cURL\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r3vqtk\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"iiUSZnmRs\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",\"--l71nqp\":numberToPixelString(RG8EMY2tp),borderBottomLeftRadius:radiusForCorner(wPuIagDSQ,3),borderBottomRightRadius:radiusForCorner(wPuIagDSQ,2),borderTopLeftRadius:radiusForCorner(wPuIagDSQ,0),borderTopRightRadius:radiusForCorner(wPuIagDSQ,1)},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5nmz2f\",\"data-framer-name\":\"content\",layoutDependency:layoutDependency,layoutId:\"dpETieAlf\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l6b0yp\",\"data-border\":true,\"data-framer-name\":\"segcon\",layoutDependency:layoutDependency,layoutId:\"RNB3EWxVF\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(39, 39, 42)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(24, 24, 27)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fq7lvt\",\"data-framer-name\":\"opt1\",layoutDependency:layoutDependency,layoutId:\"u4oYuEcSu\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{zQUBMB9jH:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({AlQInXz2S:{\"data-highlight\":true,onTap:onTapfhpjt8}},baseVariant,gestureVariant),children:[Q5DmSrvtR&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hxfgcz\",layoutDependency:layoutDependency,layoutId:\"gmUnIQ2oR\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ol6hkr\",\"data-framer-name\":\"icon-brackets\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"J27wnqi2a\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 6 2.25 L 5.25 2.25 C 4.852 2.25 4.471 2.408 4.189 2.689 C 3.908 2.971 3.75 3.352 3.75 3.75 L 3.75 7.5 C 3.75 7.898 3.592 8.279 3.311 8.561 C 3.029 8.842 2.648 9 2.25 9 C 2.648 9 3.029 9.158 3.311 9.439 C 3.592 9.721 3.75 10.102 3.75 10.5 L 3.75 14.25 C 3.75 15.075 4.425 15.75 5.25 15.75 L 6 15.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(82,82,91)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 12 15.75 L 12.75 15.75 C 13.148 15.75 13.529 15.592 13.811 15.311 C 14.092 15.029 14.25 14.648 14.25 14.25 L 14.25 10.5 C 14.25 9.675 14.925 9 15.75 9 C 15.352 9 14.971 8.842 14.689 8.561 C 14.408 8.279 14.25 7.898 14.25 7.5 L 14.25 3.75 C 14.25 3.352 14.092 2.971 13.811 2.689 C 13.529 2.408 13.148 2.25 12.75 2.25 L 12 2.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(82,82,91)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9957680456,withExternalLayout:true,...addPropertyOverrides({zQUBMB9jH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 6 2.25 L 5.25 2.25 C 4.852 2.25 4.471 2.408 4.189 2.689 C 3.908 2.971 3.75 3.352 3.75 3.75 L 3.75 7.5 C 3.75 7.898 3.592 8.279 3.311 8.561 C 3.029 8.842 2.648 9 2.25 9 C 2.648 9 3.029 9.158 3.311 9.439 C 3.592 9.721 3.75 10.102 3.75 10.5 L 3.75 14.25 C 3.75 15.075 4.425 15.75 5.25 15.75 L 6 15.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 12 15.75 L 12.75 15.75 C 13.148 15.75 13.529 15.592 13.811 15.311 C 14.092 15.029 14.25 14.648 14.25 14.25 L 14.25 10.5 C 14.25 9.675 14.925 9 15.75 9 C 15.352 9 14.971 8.842 14.689 8.561 C 14.408 8.279 14.25 7.898 14.25 7.5 L 14.25 3.75 C 14.25 3.352 14.092 2.971 13.811 2.689 C 13.529 2.408 13.148 2.25 12.75 2.25 L 12 2.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9437055240}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Run cURL\"})}),className:\"framer-a6gkrk\",\"data-framer-name\":\"Run cURL\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"CoK3NCmnI\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-QUfCntTYr-b7QMj4b4k\":QUfCntTYr},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({zQUBMB9jH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Run cURL\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xmedcy\",\"data-framer-name\":\"opt2\",layoutDependency:layoutDependency,layoutId:\"qPU4wFn2h\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},variants:{AlQInXz2S:{backgroundColor:\"rgba(0, 0, 0, 0)\"},Ip5cErw3g:{backgroundColor:\"rgba(0, 0, 0, 0)\"},zQUBMB9jH:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({AlQInXz2S:{\"data-highlight\":true,onTap:onTapbazsli},Ip5cErw3g:{\"data-highlight\":true,onTap:onTapbazsli},zQUBMB9jH:{\"data-highlight\":true,onTap:onTapbazsli}},baseVariant,gestureVariant),children:[Q5DmSrvtR&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d0edx0\",layoutDependency:layoutDependency,layoutId:\"PLSFkJXwI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14nkyrf\",\"data-framer-name\":\"icon-python\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"KDAfspppX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 7.395 1.5 C 6.826 1.5 6.281 1.726 5.878 2.128 C 5.476 2.531 5.25 3.076 5.25 3.645 L 5.25 4.905 L 8.467 4.905 C 8.76 4.905 9 5.332 9 5.625 L 3.645 5.625 C 3.076 5.625 2.531 5.851 2.128 6.253 C 1.726 6.656 1.5 7.201 1.5 7.77 L 1.5 10.606 C 1.5 11.175 1.726 11.72 2.128 12.123 C 2.531 12.525 3.076 12.751 3.645 12.751 L 4.53 12.751 L 4.53 10.741 C 4.529 10.459 4.584 10.181 4.691 9.92 C 4.798 9.66 4.955 9.424 5.153 9.224 C 5.352 9.025 5.588 8.867 5.848 8.759 C 6.108 8.651 6.386 8.596 6.668 8.596 L 10.605 8.596 C 11.79 8.596 12.75 7.643 12.75 6.457 L 12.75 3.645 C 12.75 3.076 12.524 2.531 12.122 2.128 C 11.72 1.726 11.174 1.5 10.605 1.5 Z M 6.855 2.707 C 7.155 2.707 7.395 2.797 7.395 3.24 C 7.395 3.682 7.155 3.908 6.855 3.908 C 6.563 3.908 6.323 3.683 6.323 3.241 C 6.323 2.798 6.563 2.707 6.855 2.707 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 13.469 5.25 L 13.469 7.26 C 13.47 7.541 13.415 7.82 13.309 8.08 C 13.201 8.34 13.044 8.577 12.846 8.776 C 12.647 8.975 12.411 9.133 12.151 9.241 C 11.892 9.349 11.613 9.404 11.332 9.404 L 7.395 9.404 C 7.114 9.403 6.835 9.458 6.575 9.565 C 6.315 9.672 6.078 9.829 5.879 10.028 C 5.679 10.226 5.521 10.462 5.413 10.722 C 5.306 10.982 5.25 11.26 5.25 11.542 L 5.25 14.354 C 5.25 14.923 5.476 15.469 5.878 15.871 C 6.281 16.273 6.826 16.499 7.395 16.499 L 10.605 16.499 C 11.174 16.499 11.719 16.273 12.121 15.871 C 12.524 15.469 12.75 14.924 12.75 14.355 L 12.75 13.095 L 9.532 13.095 C 9.239 13.095 9 12.668 9 12.375 L 14.355 12.375 C 14.924 12.375 15.47 12.149 15.872 11.747 C 16.274 11.345 16.5 10.799 16.5 10.23 L 16.5 7.395 C 16.5 6.826 16.274 6.281 15.872 5.878 C 15.47 5.476 14.924 5.25 14.355 5.25 Z M 6.24 8.635 L 6.237 8.638 C 6.246 8.636 6.256 8.637 6.265 8.635 Z M 11.145 14.092 C 11.438 14.092 11.678 14.317 11.678 14.759 C 11.678 14.829 11.664 14.898 11.637 14.963 C 11.61 15.028 11.571 15.086 11.522 15.136 C 11.472 15.185 11.413 15.224 11.349 15.251 C 11.284 15.278 11.215 15.292 11.145 15.292 C 10.845 15.292 10.605 15.202 10.605 14.759 C 10.605 14.317 10.845 14.092 11.145 14.092 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:9286385596,withExternalLayout:true,...addPropertyOverrides({AlQInXz2S:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 7.395 1.5 C 6.826 1.5 6.281 1.726 5.878 2.128 C 5.476 2.531 5.25 3.076 5.25 3.645 L 5.25 4.905 L 8.467 4.905 C 8.76 4.905 9 5.332 9 5.625 L 3.645 5.625 C 3.076 5.625 2.531 5.851 2.128 6.253 C 1.726 6.656 1.5 7.201 1.5 7.77 L 1.5 10.606 C 1.5 11.175 1.726 11.72 2.128 12.123 C 2.531 12.525 3.076 12.751 3.645 12.751 L 4.53 12.751 L 4.53 10.741 C 4.529 10.459 4.584 10.181 4.691 9.92 C 4.798 9.66 4.955 9.424 5.153 9.224 C 5.352 9.025 5.588 8.867 5.848 8.759 C 6.108 8.651 6.386 8.596 6.668 8.596 L 10.605 8.596 C 11.79 8.596 12.75 7.643 12.75 6.457 L 12.75 3.645 C 12.75 3.076 12.524 2.531 12.122 2.128 C 11.72 1.726 11.174 1.5 10.605 1.5 Z M 6.855 2.707 C 7.155 2.707 7.395 2.797 7.395 3.24 C 7.395 3.682 7.155 3.908 6.855 3.908 C 6.563 3.908 6.323 3.683 6.323 3.241 C 6.323 2.798 6.563 2.707 6.855 2.707 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 13.469 5.25 L 13.469 7.26 C 13.47 7.541 13.415 7.82 13.309 8.08 C 13.201 8.34 13.044 8.577 12.846 8.776 C 12.647 8.975 12.411 9.133 12.151 9.241 C 11.892 9.349 11.613 9.404 11.332 9.404 L 7.395 9.404 C 7.114 9.403 6.835 9.458 6.575 9.565 C 6.315 9.672 6.078 9.829 5.879 10.028 C 5.679 10.226 5.521 10.462 5.413 10.722 C 5.306 10.982 5.25 11.26 5.25 11.542 L 5.25 14.354 C 5.25 14.923 5.476 15.469 5.878 15.871 C 6.281 16.273 6.826 16.499 7.395 16.499 L 10.605 16.499 C 11.174 16.499 11.719 16.273 12.121 15.871 C 12.524 15.469 12.75 14.924 12.75 14.355 L 12.75 13.095 L 9.532 13.095 C 9.239 13.095 9 12.668 9 12.375 L 14.355 12.375 C 14.924 12.375 15.47 12.149 15.872 11.747 C 16.274 11.345 16.5 10.799 16.5 10.23 L 16.5 7.395 C 16.5 6.826 16.274 6.281 15.872 5.878 C 15.47 5.476 14.924 5.25 14.355 5.25 Z M 6.24 8.635 L 6.237 8.638 C 6.246 8.636 6.256 8.637 6.265 8.635 Z M 11.145 14.092 C 11.438 14.092 11.678 14.317 11.678 14.759 C 11.678 14.829 11.664 14.898 11.637 14.963 C 11.61 15.028 11.571 15.086 11.522 15.136 C 11.472 15.185 11.413 15.224 11.349 15.251 C 11.284 15.278 11.215 15.292 11.145 15.292 C 10.845 15.292 10.605 15.202 10.605 14.759 C 10.605 14.317 10.845 14.092 11.145 14.092 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path></svg>',svgContentId:9675901732},Ip5cErw3g:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 7.395 1.5 C 6.826 1.5 6.281 1.726 5.878 2.128 C 5.476 2.531 5.25 3.076 5.25 3.645 L 5.25 4.905 L 8.467 4.905 C 8.76 4.905 9 5.332 9 5.625 L 3.645 5.625 C 3.076 5.625 2.531 5.851 2.128 6.253 C 1.726 6.656 1.5 7.201 1.5 7.77 L 1.5 10.606 C 1.5 11.175 1.726 11.72 2.128 12.123 C 2.531 12.525 3.076 12.751 3.645 12.751 L 4.53 12.751 L 4.53 10.741 C 4.529 10.459 4.584 10.181 4.691 9.92 C 4.798 9.66 4.955 9.424 5.153 9.224 C 5.352 9.025 5.588 8.867 5.848 8.759 C 6.108 8.651 6.386 8.596 6.668 8.596 L 10.605 8.596 C 11.79 8.596 12.75 7.643 12.75 6.457 L 12.75 3.645 C 12.75 3.076 12.524 2.531 12.122 2.128 C 11.72 1.726 11.174 1.5 10.605 1.5 Z M 6.855 2.707 C 7.155 2.707 7.395 2.797 7.395 3.24 C 7.395 3.682 7.155 3.908 6.855 3.908 C 6.563 3.908 6.323 3.683 6.323 3.241 C 6.323 2.798 6.563 2.707 6.855 2.707 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 13.469 5.25 L 13.469 7.26 C 13.47 7.541 13.415 7.82 13.309 8.08 C 13.201 8.34 13.044 8.577 12.846 8.776 C 12.647 8.975 12.411 9.133 12.151 9.241 C 11.892 9.349 11.613 9.404 11.332 9.404 L 7.395 9.404 C 7.114 9.403 6.835 9.458 6.575 9.565 C 6.315 9.672 6.078 9.829 5.879 10.028 C 5.679 10.226 5.521 10.462 5.413 10.722 C 5.306 10.982 5.25 11.26 5.25 11.542 L 5.25 14.354 C 5.25 14.923 5.476 15.469 5.878 15.871 C 6.281 16.273 6.826 16.499 7.395 16.499 L 10.605 16.499 C 11.174 16.499 11.719 16.273 12.121 15.871 C 12.524 15.469 12.75 14.924 12.75 14.355 L 12.75 13.095 L 9.532 13.095 C 9.239 13.095 9 12.668 9 12.375 L 14.355 12.375 C 14.924 12.375 15.47 12.149 15.872 11.747 C 16.274 11.345 16.5 10.799 16.5 10.23 L 16.5 7.395 C 16.5 6.826 16.274 6.281 15.872 5.878 C 15.47 5.476 14.924 5.25 14.355 5.25 Z M 6.24 8.635 L 6.237 8.638 C 6.246 8.636 6.256 8.637 6.265 8.635 Z M 11.145 14.092 C 11.438 14.092 11.678 14.317 11.678 14.759 C 11.678 14.829 11.664 14.898 11.637 14.963 C 11.61 15.028 11.571 15.086 11.522 15.136 C 11.472 15.185 11.413 15.224 11.349 15.251 C 11.284 15.278 11.215 15.292 11.145 15.292 C 10.845 15.292 10.605 15.202 10.605 14.759 C 10.605 14.317 10.845 14.092 11.145 14.092 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path></svg>',svgContentId:9675901732},zQUBMB9jH:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 7.395 1.5 C 6.826 1.5 6.281 1.726 5.878 2.128 C 5.476 2.531 5.25 3.076 5.25 3.645 L 5.25 4.905 L 8.467 4.905 C 8.76 4.905 9 5.332 9 5.625 L 3.645 5.625 C 3.076 5.625 2.531 5.851 2.128 6.253 C 1.726 6.656 1.5 7.201 1.5 7.77 L 1.5 10.606 C 1.5 11.175 1.726 11.72 2.128 12.123 C 2.531 12.525 3.076 12.751 3.645 12.751 L 4.53 12.751 L 4.53 10.741 C 4.529 10.459 4.584 10.181 4.691 9.92 C 4.798 9.66 4.955 9.424 5.153 9.224 C 5.352 9.025 5.588 8.867 5.848 8.759 C 6.108 8.651 6.386 8.596 6.668 8.596 L 10.605 8.596 C 11.79 8.596 12.75 7.643 12.75 6.457 L 12.75 3.645 C 12.75 3.076 12.524 2.531 12.122 2.128 C 11.72 1.726 11.174 1.5 10.605 1.5 Z M 6.855 2.707 C 7.155 2.707 7.395 2.797 7.395 3.24 C 7.395 3.682 7.155 3.908 6.855 3.908 C 6.563 3.908 6.323 3.683 6.323 3.241 C 6.323 2.798 6.563 2.707 6.855 2.707 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 13.469 5.25 L 13.469 7.26 C 13.47 7.541 13.415 7.82 13.309 8.08 C 13.201 8.34 13.044 8.577 12.846 8.776 C 12.647 8.975 12.411 9.133 12.151 9.241 C 11.892 9.349 11.613 9.404 11.332 9.404 L 7.395 9.404 C 7.114 9.403 6.835 9.458 6.575 9.565 C 6.315 9.672 6.078 9.829 5.879 10.028 C 5.679 10.226 5.521 10.462 5.413 10.722 C 5.306 10.982 5.25 11.26 5.25 11.542 L 5.25 14.354 C 5.25 14.923 5.476 15.469 5.878 15.871 C 6.281 16.273 6.826 16.499 7.395 16.499 L 10.605 16.499 C 11.174 16.499 11.719 16.273 12.121 15.871 C 12.524 15.469 12.75 14.924 12.75 14.355 L 12.75 13.095 L 9.532 13.095 C 9.239 13.095 9 12.668 9 12.375 L 14.355 12.375 C 14.924 12.375 15.47 12.149 15.872 11.747 C 16.274 11.345 16.5 10.799 16.5 10.23 L 16.5 7.395 C 16.5 6.826 16.274 6.281 15.872 5.878 C 15.47 5.476 14.924 5.25 14.355 5.25 Z M 6.24 8.635 L 6.237 8.638 C 6.246 8.636 6.256 8.637 6.265 8.635 Z M 11.145 14.092 C 11.438 14.092 11.678 14.317 11.678 14.759 C 11.678 14.829 11.664 14.898 11.637 14.963 C 11.61 15.028 11.571 15.086 11.522 15.136 C 11.472 15.185 11.413 15.224 11.349 15.251 C 11.284 15.278 11.215 15.292 11.145 15.292 C 10.845 15.292 10.605 15.202 10.605 14.759 C 10.605 14.317 10.845 14.092 11.145 14.092 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path></svg>',svgContentId:9675901732}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Python API\"})}),className:\"framer-1cub6ri\",\"data-framer-name\":\"Python API\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"EtrEXd2mk\",style:{\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-QUfCntTYr-b7QMj4b4k\":QUfCntTYr},variants:{AlQInXz2S:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\"},Ip5cErw3g:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\"},zQUBMB9jH:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AlQInXz2S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Python API\"})})},Ip5cErw3g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Python API\"})})},zQUBMB9jH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Python API\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o927n6\",\"data-framer-name\":\"opt3\",layoutDependency:layoutDependency,layoutId:\"C740r5GRZ\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{Ip5cErw3g:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({AlQInXz2S:{\"data-highlight\":true,onTap:onTap1ctld3c},zQUBMB9jH:{\"data-highlight\":true,onTap:onTap1ctld3c}},baseVariant,gestureVariant),children:[Q5DmSrvtR&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14s6yui\",layoutDependency:layoutDependency,layoutId:\"LXdWAWV1o\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yq9yzg\",\"data-framer-name\":\"icon-python\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"mYZFuZMTX\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 7.395 1.5 C 6.826 1.5 6.281 1.726 5.878 2.128 C 5.476 2.531 5.25 3.076 5.25 3.645 L 5.25 4.905 L 8.467 4.905 C 8.76 4.905 9 5.332 9 5.625 L 3.645 5.625 C 3.076 5.625 2.531 5.851 2.128 6.253 C 1.726 6.656 1.5 7.201 1.5 7.77 L 1.5 10.606 C 1.5 11.175 1.726 11.72 2.128 12.123 C 2.531 12.525 3.076 12.751 3.645 12.751 L 4.53 12.751 L 4.53 10.741 C 4.529 10.459 4.584 10.181 4.691 9.92 C 4.798 9.66 4.955 9.424 5.153 9.224 C 5.352 9.025 5.588 8.867 5.848 8.759 C 6.108 8.651 6.386 8.596 6.668 8.596 L 10.605 8.596 C 11.79 8.596 12.75 7.643 12.75 6.457 L 12.75 3.645 C 12.75 3.076 12.524 2.531 12.122 2.128 C 11.72 1.726 11.174 1.5 10.605 1.5 Z M 6.855 2.707 C 7.155 2.707 7.395 2.797 7.395 3.24 C 7.395 3.682 7.155 3.908 6.855 3.908 C 6.563 3.908 6.323 3.683 6.323 3.241 C 6.323 2.798 6.563 2.707 6.855 2.707 Z\" fill=\"rgb(82,82,91)\"></path><path d=\"M 13.469 5.25 L 13.469 7.26 C 13.47 7.541 13.415 7.82 13.309 8.08 C 13.201 8.34 13.044 8.577 12.846 8.776 C 12.647 8.975 12.411 9.133 12.151 9.241 C 11.892 9.349 11.613 9.404 11.332 9.404 L 7.395 9.404 C 7.114 9.403 6.835 9.458 6.575 9.565 C 6.315 9.672 6.078 9.829 5.879 10.028 C 5.679 10.226 5.521 10.462 5.413 10.722 C 5.306 10.982 5.25 11.26 5.25 11.542 L 5.25 14.354 C 5.25 14.923 5.476 15.469 5.878 15.871 C 6.281 16.273 6.826 16.499 7.395 16.499 L 10.605 16.499 C 11.174 16.499 11.719 16.273 12.121 15.871 C 12.524 15.469 12.75 14.924 12.75 14.355 L 12.75 13.095 L 9.532 13.095 C 9.239 13.095 9 12.668 9 12.375 L 14.355 12.375 C 14.924 12.375 15.47 12.149 15.872 11.747 C 16.274 11.345 16.5 10.799 16.5 10.23 L 16.5 7.395 C 16.5 6.826 16.274 6.281 15.872 5.878 C 15.47 5.476 14.924 5.25 14.355 5.25 Z M 6.24 8.635 L 6.237 8.638 C 6.246 8.636 6.256 8.637 6.265 8.635 Z M 11.145 14.092 C 11.438 14.092 11.678 14.317 11.678 14.759 C 11.678 14.829 11.664 14.898 11.637 14.963 C 11.61 15.028 11.571 15.086 11.522 15.136 C 11.472 15.185 11.413 15.224 11.349 15.251 C 11.284 15.278 11.215 15.292 11.145 15.292 C 10.845 15.292 10.605 15.202 10.605 14.759 C 10.605 14.317 10.845 14.092 11.145 14.092 Z\" fill=\"rgb(82,82,91)\"></path></svg>',svgContentId:9108116351,withExternalLayout:true,...addPropertyOverrides({Ip5cErw3g:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 7.395 1.5 C 6.826 1.5 6.281 1.726 5.878 2.128 C 5.476 2.531 5.25 3.076 5.25 3.645 L 5.25 4.905 L 8.467 4.905 C 8.76 4.905 9 5.332 9 5.625 L 3.645 5.625 C 3.076 5.625 2.531 5.851 2.128 6.253 C 1.726 6.656 1.5 7.201 1.5 7.77 L 1.5 10.606 C 1.5 11.175 1.726 11.72 2.128 12.123 C 2.531 12.525 3.076 12.751 3.645 12.751 L 4.53 12.751 L 4.53 10.741 C 4.529 10.459 4.584 10.181 4.691 9.92 C 4.798 9.66 4.955 9.424 5.153 9.224 C 5.352 9.025 5.588 8.867 5.848 8.759 C 6.108 8.651 6.386 8.596 6.668 8.596 L 10.605 8.596 C 11.79 8.596 12.75 7.643 12.75 6.457 L 12.75 3.645 C 12.75 3.076 12.524 2.531 12.122 2.128 C 11.72 1.726 11.174 1.5 10.605 1.5 Z M 6.855 2.707 C 7.155 2.707 7.395 2.797 7.395 3.24 C 7.395 3.682 7.155 3.908 6.855 3.908 C 6.563 3.908 6.323 3.683 6.323 3.241 C 6.323 2.798 6.563 2.707 6.855 2.707 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 13.469 5.25 L 13.469 7.26 C 13.47 7.541 13.415 7.82 13.309 8.08 C 13.201 8.34 13.044 8.577 12.846 8.776 C 12.647 8.975 12.411 9.133 12.151 9.241 C 11.892 9.349 11.613 9.404 11.332 9.404 L 7.395 9.404 C 7.114 9.403 6.835 9.458 6.575 9.565 C 6.315 9.672 6.078 9.829 5.879 10.028 C 5.679 10.226 5.521 10.462 5.413 10.722 C 5.306 10.982 5.25 11.26 5.25 11.542 L 5.25 14.354 C 5.25 14.923 5.476 15.469 5.878 15.871 C 6.281 16.273 6.826 16.499 7.395 16.499 L 10.605 16.499 C 11.174 16.499 11.719 16.273 12.121 15.871 C 12.524 15.469 12.75 14.924 12.75 14.355 L 12.75 13.095 L 9.532 13.095 C 9.239 13.095 9 12.668 9 12.375 L 14.355 12.375 C 14.924 12.375 15.47 12.149 15.872 11.747 C 16.274 11.345 16.5 10.799 16.5 10.23 L 16.5 7.395 C 16.5 6.826 16.274 6.281 15.872 5.878 C 15.47 5.476 14.924 5.25 14.355 5.25 Z M 6.24 8.635 L 6.237 8.638 C 6.246 8.636 6.256 8.637 6.265 8.635 Z M 11.145 14.092 C 11.438 14.092 11.678 14.317 11.678 14.759 C 11.678 14.829 11.664 14.898 11.637 14.963 C 11.61 15.028 11.571 15.086 11.522 15.136 C 11.472 15.185 11.413 15.224 11.349 15.251 C 11.284 15.278 11.215 15.292 11.145 15.292 C 10.845 15.292 10.605 15.202 10.605 14.759 C 10.605 14.317 10.845 14.092 11.145 14.092 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:12588057930}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"Python Code\"})}),className:\"framer-1foh2rf\",\"data-framer-name\":\"Python Code\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"xQlghAmDb\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-QUfCntTYr-b7QMj4b4k\":QUfCntTYr},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ip5cErw3g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Python Code\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tm56ea\",\"data-framer-name\":\"opt3\",layoutDependency:layoutDependency,layoutId:\"PLrJ3xXhA\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},variants:{AlQInXz2S:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({Ip5cErw3g:{\"data-highlight\":true,onTap:onTapjifudo},zQUBMB9jH:{\"data-highlight\":true,onTap:onTapjifudo}},baseVariant,gestureVariant),children:[Q5DmSrvtR&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-e5sm4l\",layoutDependency:layoutDependency,layoutId:\"MVdS40WeL\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jxld6o\",\"data-framer-name\":\"icon-javascript\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gZeYF48AP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.25 2.25 L 15.75 2.25 L 15.75 15.75 L 2.25 15.75 Z M 5.797 13.53 C 6.098 14.168 6.69 14.693 7.703 14.693 C 8.828 14.693 9.6 14.093 9.6 12.78 L 9.6 8.445 L 8.325 8.445 L 8.325 12.751 C 8.325 13.395 8.063 13.561 7.65 13.561 C 7.215 13.561 7.035 13.26 6.832 12.908 Z M 10.283 13.395 C 10.657 14.13 11.415 14.693 12.6 14.693 C 13.8 14.693 14.7 14.07 14.7 12.923 C 14.7 11.865 14.093 11.393 13.013 10.928 L 12.698 10.793 C 12.15 10.56 11.917 10.403 11.917 10.028 C 11.917 9.72 12.15 9.48 12.525 9.48 C 12.885 9.48 13.125 9.638 13.343 10.028 L 14.325 9.376 C 13.913 8.656 13.328 8.378 12.525 8.378 C 11.393 8.378 10.665 9.098 10.665 10.051 C 10.665 11.086 11.273 11.573 12.187 11.963 L 12.502 12.098 C 13.087 12.353 13.433 12.51 13.433 12.945 C 13.433 13.305 13.095 13.568 12.57 13.568 C 11.948 13.568 11.588 13.246 11.318 12.796 Z\" fill=\"rgb(82,82,91)\"></path></svg>',svgContentId:10582618414,withExternalLayout:true,...addPropertyOverrides({AlQInXz2S:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.25 2.25 L 15.75 2.25 L 15.75 15.75 L 2.25 15.75 Z M 5.797 13.53 C 6.098 14.168 6.69 14.693 7.703 14.693 C 8.828 14.693 9.6 14.093 9.6 12.78 L 9.6 8.445 L 8.325 8.445 L 8.325 12.751 C 8.325 13.395 8.063 13.561 7.65 13.561 C 7.215 13.561 7.035 13.26 6.832 12.908 Z M 10.283 13.395 C 10.657 14.13 11.415 14.693 12.6 14.693 C 13.8 14.693 14.7 14.07 14.7 12.923 C 14.7 11.865 14.093 11.393 13.013 10.928 L 12.698 10.793 C 12.15 10.56 11.917 10.403 11.917 10.028 C 11.917 9.72 12.15 9.48 12.525 9.48 C 12.885 9.48 13.125 9.638 13.343 10.028 L 14.325 9.376 C 13.913 8.656 13.328 8.378 12.525 8.378 C 11.393 8.378 10.665 9.098 10.665 10.051 C 10.665 11.086 11.273 11.573 12.187 11.963 L 12.502 12.098 C 13.087 12.353 13.433 12.51 13.433 12.945 C 13.433 13.305 13.095 13.568 12.57 13.568 C 11.948 13.568 11.588 13.246 11.318 12.796 Z\" fill=\"rgb(0, 0, 0)\"></path></svg>',svgContentId:12419962459}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(113, 113, 122))\"},children:\"JS API\"})}),className:\"framer-1xdx4ql\",\"data-framer-name\":\"JS API\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"oPeJQoeQV\",style:{\"--extracted-r6o4lv\":\"rgb(113, 113, 122)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-QUfCntTYr-b7QMj4b4k\":QUfCntTYr},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AlQInXz2S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-QUfCntTYr-b7QMj4b4k) * 1px)\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"JS API\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i1tk5p\",\"data-framer-name\":\"codebox\",layoutDependency:layoutDependency,layoutId:\"XIsCZKjzg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w58pu1\",\"data-framer-name\":\"gradmask\",layoutDependency:layoutDependency,layoutId:\"A3BZ4rzjc\",style:{background:'linear-gradient(-1.4210854715202004e-14deg, var(--token-d4b2fef9-89e8-4dbd-8225-0653b046e4fd, rgb(24, 24, 27)) /* {\"name\":\"Zinc 100\"} */ 0%, rgba(24, 24, 27, 0) 33.43714808558559%)',borderBottomLeftRadius:16,borderBottomRightRadius:16}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ry4rnn\",\"data-framer-name\":\"header\",layoutDependency:layoutDependency,layoutId:\"IhKqPWfRO\",style:{backgroundColor:\"rgb(39, 39, 42)\",borderTopLeftRadius:6,borderTopRightRadius:6},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"python\"})}),className:\"framer-1s7vr99\",\"data-framer-name\":\"python\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"AoXQufewB\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AlQInXz2S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"javascript\"})})},zQUBMB9jH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"cURL\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tei5jz\",layoutDependency:layoutDependency,layoutId:\"xIeOETqOg\",style:{backgroundColor:\"rgb(24, 24, 27)\",borderBottomLeftRadius:16,borderBottomRightRadius:16},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgb(192, 132, 252))\"},children:\"import\"}),\" argparse\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-c9yw3e, rgb(192, 132, 252))\"},children:\"import\"}),\" json\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-dfbufw, rgb(192, 132, 252))\"},children:\"from\"}),\" argparse \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-143mgqx, rgb(192, 132, 252))\"},children:\"import\"}),\" RawTextHelpFormatter\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1cl9qyp, rgb(192, 132, 252))\"},children:\"import\"}),\" requests\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-2hznxu, rgb(192, 132, 252))\"},children:\"from\"}),\" typing import Optional\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-vssl0i, rgb(192, 132, 252))\"},children:\"import\"}),\" warnings\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-5wvc2y, rgb(192, 132, 252))\"},children:\"try\"}),\":\",/*#__PURE__*/_jsx(motion.br,{}),\"    \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-13chllj, rgb(192, 132, 252))\"},children:\"from\"}),\" langflow.load \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-aduiq0, rgb(192, 132, 252))\"},children:\"import\"}),\" upload_file\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-bwqs1k, rgb(192, 132, 252))\"},children:\"except\"}),\" ImportError:\",/*#__PURE__*/_jsx(motion.br,{}),\"    warnings.warn(\",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-fmwn6h, rgb(52, 211, 153))\"},children:'\"Langflow provides a function to help you upload files to the flow. Please install langflow to use it.\"'}),\")\",/*#__PURE__*/_jsx(motion.br,{}),\"    upload_file \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1i3lbev, rgb(34, 211, 238))\"},children:\"=\"}),\" \",/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1375fzp, rgb(251, 191, 36))\"},children:\"None\"})]}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(251, 191, 36))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(52, 211, 153))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1sfm3sg, rgb(255, 255, 255))\"},children:\"TWEAKS \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1auwcjk, rgb(34, 211, 238))\"},children:\"=\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1r5j5wh, rgb(255, 255, 255))\"},children:\" {\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1lj2a7d, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-5hkmos, rgb(255, 255, 255))\"},children:\"  \"}),'\"ChatInput-E2laY\"',/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-45tqh2, rgb(255, 255, 255))\"},children:\": {},\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1jnwvtq, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-ero07y, rgb(255, 255, 255))\"},children:\"  \"}),'\"Prompt-INEKc\"',/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-buiv6l, rgb(255, 255, 255))\"},children:\": {},\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-y15lyo, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1onh2va, rgb(255, 255, 255))\"},children:\"  \"}),'\"ChatOutput-gylPw\"',/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-v1u88c, rgb(255, 255, 255))\"},children:\": {},\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-clu6zc, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1k00zid, rgb(255, 255, 255))\"},children:\"  \"}),'\"OpenAIModel-4p7bW\"',/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-12p3kku, rgb(255, 255, 255))\"},children:\": {}\"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1pu0ddq, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-168dz0r, rgb(255, 255, 255))\"},children:\"}\"})]})]}),className:\"framer-qjipx\",\"data-framer-name\":\"CodeSample\",fonts:[\"GF;JetBrains Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"qY2eIhECj\",style:{\"--extracted-12p3kku\":\"rgb(255, 255, 255)\",\"--extracted-1375fzp\":\"rgb(251, 191, 36)\",\"--extracted-13chllj\":\"rgb(192, 132, 252)\",\"--extracted-143mgqx\":\"rgb(192, 132, 252)\",\"--extracted-168dz0r\":\"rgb(255, 255, 255)\",\"--extracted-1auwcjk\":\"rgb(34, 211, 238)\",\"--extracted-1cl9qyp\":\"rgb(192, 132, 252)\",\"--extracted-1i3lbev\":\"rgb(34, 211, 238)\",\"--extracted-1iakedh\":\"rgb(52, 211, 153)\",\"--extracted-1jnwvtq\":\"rgb(255, 255, 255)\",\"--extracted-1k00zid\":\"rgb(255, 255, 255)\",\"--extracted-1lj2a7d\":\"rgb(255, 255, 255)\",\"--extracted-1onh2va\":\"rgb(255, 255, 255)\",\"--extracted-1pu0ddq\":\"rgb(255, 255, 255)\",\"--extracted-1r5j5wh\":\"rgb(255, 255, 255)\",\"--extracted-1sfm3sg\":\"rgb(255, 255, 255)\",\"--extracted-1w3ko1f\":\"rgb(192, 132, 252)\",\"--extracted-2gxw0f\":\"rgb(251, 191, 36)\",\"--extracted-2hznxu\":\"rgb(192, 132, 252)\",\"--extracted-45tqh2\":\"rgb(255, 255, 255)\",\"--extracted-5hkmos\":\"rgb(255, 255, 255)\",\"--extracted-5wvc2y\":\"rgb(192, 132, 252)\",\"--extracted-aduiq0\":\"rgb(192, 132, 252)\",\"--extracted-buiv6l\":\"rgb(255, 255, 255)\",\"--extracted-bwqs1k\":\"rgb(192, 132, 252)\",\"--extracted-c9yw3e\":\"rgb(192, 132, 252)\",\"--extracted-clu6zc\":\"rgb(255, 255, 255)\",\"--extracted-dfbufw\":\"rgb(192, 132, 252)\",\"--extracted-ero07y\":\"rgb(255, 255, 255)\",\"--extracted-fmwn6h\":\"rgb(52, 211, 153)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--extracted-v1u88c\":\"rgb(255, 255, 255)\",\"--extracted-vssl0i\":\"rgb(192, 132, 252)\",\"--extracted-y15lyo\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate2,variants:{AlQInXz2S:{\"--extracted-r6o4lv\":\"rgb(192, 132, 252)\"},Ip5cErw3g:{\"--extracted-r6o4lv\":\"rgb(192, 132, 252)\"},zQUBMB9jH:{\"--extracted-r6o4lv\":\"rgb(192, 132, 252)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AlQInXz2S:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(192, 132, 252))\"},children:\"[js code snippet here]\"})})},Ip5cErw3g:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(192, 132, 252))\"},children:\"[python code snippet here]\"})})},zQUBMB9jH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(192, 132, 252))\"},children:\"[cURL code snippet here]\"})})}},baseVariant,gestureVariant)})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OmWO6.framer-13stxa3, .framer-OmWO6 .framer-13stxa3 { display: block; }\",\".framer-OmWO6.framer-z88pr3 { height: 362px; overflow: hidden; position: relative; width: 800px; }\",\".framer-OmWO6 .framer-r3vqtk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: var(--l71nqp); position: absolute; right: 0px; top: 50%; }\",\".framer-OmWO6 .framer-5nmz2f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OmWO6 .framer-1l6b0yp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 42px; justify-content: flex-start; overflow: visible; padding: 4px; position: relative; width: 100%; }\",\".framer-OmWO6 .framer-1fq7lvt, .framer-OmWO6 .framer-xmedcy, .framer-OmWO6 .framer-o927n6, .framer-OmWO6 .framer-1tm56ea { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 1px; }\",\".framer-OmWO6 .framer-1hxfgcz, .framer-OmWO6 .framer-1d0edx0, .framer-OmWO6 .framer-e5sm4l { flex: none; height: 18px; overflow: visible; position: relative; width: 18px; }\",\".framer-OmWO6 .framer-1ol6hkr, .framer-OmWO6 .framer-14nkyrf, .framer-OmWO6 .framer-1jxld6o { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-OmWO6 .framer-a6gkrk, .framer-OmWO6 .framer-1cub6ri, .framer-OmWO6 .framer-1foh2rf, .framer-OmWO6 .framer-1xdx4ql, .framer-OmWO6 .framer-1s7vr99 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OmWO6 .framer-14s6yui { flex: none; height: 18px; overflow: visible; position: relative; width: 19px; }\",\".framer-OmWO6 .framer-yq9yzg { flex: none; height: 18px; left: calc(47.3684210526316% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\",\".framer-OmWO6 .framer-1i1tk5p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OmWO6 .framer-1w58pu1 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-OmWO6 .framer-ry4rnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 40px; justify-content: space-between; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-OmWO6 .framer-tei5jz { flex: none; height: 240px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-OmWO6 .framer-qjipx { flex: none; height: auto; left: 51%; position: absolute; top: 16px; white-space: pre-wrap; width: 97%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OmWO6 .framer-r3vqtk, .framer-OmWO6 .framer-5nmz2f, .framer-OmWO6 .framer-1l6b0yp, .framer-OmWO6 .framer-1fq7lvt, .framer-OmWO6 .framer-xmedcy, .framer-OmWO6 .framer-o927n6, .framer-OmWO6 .framer-1tm56ea, .framer-OmWO6 .framer-1i1tk5p { gap: 0px; } .framer-OmWO6 .framer-r3vqtk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-OmWO6 .framer-r3vqtk > :first-child, .framer-OmWO6 .framer-5nmz2f > :first-child, .framer-OmWO6 .framer-1i1tk5p > :first-child { margin-top: 0px; } .framer-OmWO6 .framer-r3vqtk > :last-child, .framer-OmWO6 .framer-5nmz2f > :last-child, .framer-OmWO6 .framer-1i1tk5p > :last-child { margin-bottom: 0px; } .framer-OmWO6 .framer-5nmz2f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-OmWO6 .framer-1l6b0yp > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-OmWO6 .framer-1l6b0yp > :first-child, .framer-OmWO6 .framer-1fq7lvt > :first-child, .framer-OmWO6 .framer-xmedcy > :first-child, .framer-OmWO6 .framer-o927n6 > :first-child, .framer-OmWO6 .framer-1tm56ea > :first-child { margin-left: 0px; } .framer-OmWO6 .framer-1l6b0yp > :last-child, .framer-OmWO6 .framer-1fq7lvt > :last-child, .framer-OmWO6 .framer-xmedcy > :last-child, .framer-OmWO6 .framer-o927n6 > :last-child, .framer-OmWO6 .framer-1tm56ea > :last-child { margin-right: 0px; } .framer-OmWO6 .framer-1fq7lvt > *, .framer-OmWO6 .framer-xmedcy > *, .framer-OmWO6 .framer-o927n6 > *, .framer-OmWO6 .framer-1tm56ea > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-OmWO6 .framer-1i1tk5p > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-OmWO6.framer-v-p8ornc .framer-xmedcy, .framer-OmWO6.framer-v-p8ornc .framer-o927n6, .framer-OmWO6.framer-v-p8ornc .framer-1tm56ea, .framer-OmWO6.framer-v-pfwbrr .framer-xmedcy, .framer-OmWO6.framer-v-pfwbrr .framer-1tm56ea, .framer-OmWO6.framer-v-isee0 .framer-1fq7lvt, .framer-OmWO6.framer-v-isee0 .framer-xmedcy, .framer-OmWO6.framer-v-isee0 .framer-o927n6 { cursor: pointer; }\",\".framer-OmWO6.framer-v-pfwbrr .framer-14s6yui { order: 0; }\",\".framer-OmWO6.framer-v-pfwbrr .framer-1foh2rf { order: 1; }\",'.framer-OmWO6[data-border=\"true\"]::after, .framer-OmWO6 [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 362\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zQUBMB9jH\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ip5cErw3g\":{\"layout\":[\"fixed\",\"fixed\"]},\"AlQInXz2S\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Q5DmSrvtR\":\"iconsVisible\",\"QUfCntTYr\":\"buttonFontSize\",\"RG8EMY2tp\":\"padding\",\"wPuIagDSQ\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb7QMj4b4k=withCSS(Component,css,\"framer-OmWO6\");export default Framerb7QMj4b4k;Framerb7QMj4b4k.displayName=\"CodeSamples\";Framerb7QMj4b4k.defaultProps={height:362,width:800};addPropertyControls(Framerb7QMj4b4k,{variant:{options:[\"TJFxhwQnQ\",\"zQUBMB9jH\",\"Ip5cErw3g\",\"AlQInXz2S\"],optionTitles:[\"Python API\",\"cURL\",\"Python Code\",\"JS API\"],title:\"Variant\",type:ControlType.Enum},Q5DmSrvtR:{defaultValue:true,title:\"IconsVisible\",type:ControlType.Boolean},QUfCntTYr:{defaultValue:12,max:12,min:10,step:1,title:\"Button Font Size\",type:ControlType.Number},RG8EMY2tp:{defaultValue:\"12px\",title:\"Padding\",type:ControlType.Padding},wPuIagDSQ:{defaultValue:\"24px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(Framerb7QMj4b4k,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"JetBrains Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjOFmUsaaDhw.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb7QMj4b4k\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zQUBMB9jH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ip5cErw3g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AlQInXz2S\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"800\",\"framerVariables\":\"{\\\"Q5DmSrvtR\\\":\\\"iconsVisible\\\",\\\"QUfCntTYr\\\":\\\"buttonFontSize\\\",\\\"RG8EMY2tp\\\":\\\"padding\\\",\\\"wPuIagDSQ\\\":\\\"radius\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"362\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b7QMj4b4k.map", "// Generated by Framer (552ec80)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"wUJ_FNKsT\",\"clC9KaATO\",\"TKA8UZPLb\",\"tchNpMpli\"];const serializationHash=\"framer-rQqO0\";const variantClassNames={clC9KaATO:\"framer-v-ny7w2x\",tchNpMpli:\"framer-v-1ryocv7\",TKA8UZPLb:\"framer-v-13k96nd\",wUJ_FNKsT:\"framer-v-1tfag15\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Window1:\"wUJ_FNKsT\",Window1Active:\"TKA8UZPLb\",Window2:\"clC9KaATO\",Window2Active:\"tchNpMpli\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"wUJ_FNKsT\"};};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:\"wUJ_FNKsT\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1tfag15\",className,classNames),\"data-framer-name\":\"Window1\",layoutDependency:layoutDependency,layoutId:\"wUJ_FNKsT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({clC9KaATO:{\"data-framer-name\":\"Window2\"},tchNpMpli:{\"data-framer-name\":\"Window2Active\"},TKA8UZPLb:{\"data-framer-name\":\"Window1Active\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g5rp39\",\"data-border\":true,\"data-framer-name\":\"window 1\",layoutDependency:layoutDependency,layoutId:\"b4CIzDpFR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"none\"},variants:{TKA8UZPLb:{\"--border-color\":\"rgb(117, 40, 252)\",boxShadow:\"0px 0px 51px -5px rgba(117, 40, 252, 0.3)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11gq3re\",\"data-framer-name\":\"grid\",layoutDependency:layoutDependency,layoutId:\"Ys5pgUx1y\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:0},variants:{tchNpMpli:{opacity:1},TKA8UZPLb:{opacity:1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||176)-0-0-176)/2+0+0)+0),positionX:\"center\",positionY:\"center\",sizes:\"280px\",src:\"https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png\",srcSet:\"https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png 1120w\"},className:\"framer-4pcyas\",\"data-framer-name\":\"dark\",layoutDependency:layoutDependency,layoutId:\"NOBaWL7_f\",style:{boxShadow:\"none\"},variants:{TKA8UZPLb:{boxShadow:\"0px 0px 80px 32px rgba(117, 40, 252, 0.3), 0px 0px 20px 0px rgba(117, 40, 252, 0.4)\"}}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rqwb2g\",\"data-border\":true,\"data-framer-name\":\"pip\",layoutDependency:layoutDependency,layoutId:\"pmW4GbMEL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{TKA8UZPLb:{\"--border-color\":\"rgb(117, 40, 252)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-hpy9uq\",\"data-framer-name\":\"inner shadow\",layoutDependency:layoutDependency,layoutId:\"CwWpfv5CB\",style:{backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"inset 0px 8px 48px -14px rgb(117, 40, 252)\",opacity:0},variants:{TKA8UZPLb:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zrqwuo\",layoutDependency:layoutDependency,layoutId:\"x3B6XU_VT\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zpmdl\",layoutDependency:layoutDependency,layoutId:\"JYwRoFM1d\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-186w4b2\",layoutDependency:layoutDependency,layoutId:\"g9aKfOrnQ\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-43eowf\",layoutDependency:layoutDependency,layoutId:\"iMR9k62Ee\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"8px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)))\"},children:\"pip install\"})}),className:\"framer-pnb9ww\",\"data-framer-name\":\"pip install\",fonts:[\"GF;JetBrains Mono-regular\"],layoutDependency:layoutDependency,layoutId:\"KfVvhzbyB\",style:{\"--extracted-r6o4lv\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--framer-paragraph-spacing\":\"0px\"},variants:{TKA8UZPLb:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({TKA8UZPLb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SmV0QnJhaW5zIE1vbm8tcmVndWxhcg==\",\"--framer-font-family\":'\"JetBrains Mono\", monospace',\"--framer-font-size\":\"8px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"pip install\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zjrar\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"RWtIuhuhi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 2 8.5 L 5 5.5 L 2 2.5 M 6 9.5 L 10 9.5\" fill=\"transparent\" stroke=\"rgb(82,82,91)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9801644952,withExternalLayout:true,...addPropertyOverrides({TKA8UZPLb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 12\"><path d=\"M 2 8.5 L 5 5.5 L 2 2.5 M 6 9.5 L 10 9.5\" fill=\"transparent\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10352351297}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14o9z77\",\"data-border\":true,\"data-framer-name\":\"window 2\",layoutDependency:layoutDependency,layoutId:\"fvI4Oa0iS\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"none\"},variants:{tchNpMpli:{\"--border-color\":\"rgb(117, 40, 252)\",boxShadow:\"0px 0px 51px -5px rgba(117, 40, 252, 0.3)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5qefq7\",\"data-framer-name\":\"grid\",layoutDependency:layoutDependency,layoutId:\"uRaQVVebx\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:0},variants:{tchNpMpli:{opacity:1},TKA8UZPLb:{opacity:1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||176)-0-0-176)/2+0+0)+0),positionX:\"center\",positionY:\"center\",sizes:\"280px\",src:\"https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png\",srcSet:\"https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png?scale-down-to=512 512w,https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/XmchzgupK0tpAZI9mc4wy8dKlr8.png 1120w\"},className:\"framer-zyy0v4\",\"data-framer-name\":\"dark\",layoutDependency:layoutDependency,layoutId:\"hHjgqAcPM\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tpdbwd\",\"data-border\":true,\"data-framer-name\":\"signup\",layoutDependency:layoutDependency,layoutId:\"cd7s4of9u\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},variants:{tchNpMpli:{\"--border-color\":\"rgb(117, 40, 252)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kmxkjl\",\"data-framer-name\":\"inner shadow\",layoutDependency:layoutDependency,layoutId:\"EYh_94S13\",style:{backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"inset 0px 8px 48px -14px rgb(117, 40, 252)\",opacity:0},variants:{tchNpMpli:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11xqanw\",layoutDependency:layoutDependency,layoutId:\"AojWBSg3a\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3},variants:{tchNpMpli:{backgroundColor:\"rgb(117, 40, 252)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9jpzxj\",layoutDependency:layoutDependency,layoutId:\"AYKVAeVxX\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopLeftRadius:3,borderTopRightRadius:3}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zfvs6t\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"uCsku4y0G\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oak5w5\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"m_2s2j4OA\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mlrvgy\",layoutDependency:layoutDependency,layoutId:\"ekLUDowOE\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jrysip\",layoutDependency:layoutDependency,layoutId:\"hX6F2fkiX\",style:{backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)))\"},children:\"Welcome\"})}),className:\"framer-kixb5l\",\"data-framer-name\":\"Welcome\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"dhPM6nLIO\",style:{\"--extracted-r6o4lv\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,variants:{tchNpMpli:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tchNpMpli:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Welcome\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rQqO0.framer-5lshjd, .framer-rQqO0 .framer-5lshjd { display: block; }\",\".framer-rQqO0.framer-1tfag15 { height: 176px; overflow: visible; position: relative; width: 320px; }\",\".framer-rQqO0 .framer-g5rp39 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; left: calc(50.00000000000002% - 280px / 2); overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 280px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rQqO0 .framer-11gq3re, .framer-rQqO0 .framer-5qefq7 { flex: none; height: 176px; overflow: visible; position: relative; width: 280px; }\",\".framer-rQqO0 .framer-4pcyas, .framer-rQqO0 .framer-zyy0v4 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-rQqO0 .framer-1rqwb2g { flex: none; height: 58px; left: calc(50.00000000000002% - 120px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 58px / 2); width: 120px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-rQqO0 .framer-hpy9uq, .framer-rQqO0 .framer-1kmxkjl { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-rQqO0 .framer-zrqwuo { bottom: 24px; flex: none; height: 3px; left: 26px; overflow: hidden; position: absolute; width: 24px; }\",\".framer-rQqO0 .framer-zpmdl { bottom: 24px; flex: none; height: 3px; left: 12px; overflow: hidden; position: absolute; width: 12px; }\",\".framer-rQqO0 .framer-186w4b2 { flex: none; height: 3px; left: 26px; overflow: hidden; position: absolute; top: 24px; width: 39px; }\",\".framer-rQqO0 .framer-43eowf { flex: none; height: 3px; left: 12px; overflow: hidden; position: absolute; top: 24px; width: 12px; }\",\".framer-rQqO0 .framer-pnb9ww { flex: none; height: auto; left: 12px; position: absolute; top: 9px; white-space: pre; width: auto; }\",\".framer-rQqO0 .framer-zjrar { bottom: 8px; flex: none; height: 12px; left: 12px; position: absolute; width: 12px; }\",\".framer-rQqO0 .framer-14o9z77 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -284px; top: 0px; width: 280px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rQqO0 .framer-1tpdbwd { flex: none; height: 94px; left: calc(50.00000000000002% - 120px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 94px / 2); width: 120px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-rQqO0 .framer-11xqanw { bottom: 13px; flex: none; height: 8px; overflow: hidden; position: absolute; right: 12px; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rQqO0 .framer-9jpzxj { bottom: 13px; flex: none; height: 8px; left: calc(53.33333333333336% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rQqO0 .framer-zfvs6t { bottom: 29px; flex: none; height: 8px; left: calc(50.00000000000002% - 96px / 2); overflow: hidden; position: absolute; width: 96px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rQqO0 .framer-1oak5w5 { flex: none; height: 8px; left: calc(50.00000000000002% - 96px / 2); overflow: hidden; position: absolute; top: 35px; width: 96px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rQqO0 .framer-mlrvgy { bottom: 39px; flex: none; height: 4px; left: 12px; overflow: hidden; position: absolute; width: 24px; }\",\".framer-rQqO0 .framer-jrysip { flex: none; height: 4px; left: 12px; overflow: hidden; position: absolute; top: 29px; width: 12px; }\",\".framer-rQqO0 .framer-kixb5l { flex: none; height: auto; left: 50%; position: absolute; top: 8px; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rQqO0 .framer-g5rp39, .framer-rQqO0 .framer-14o9z77 { gap: 0px; } .framer-rQqO0 .framer-g5rp39 > *, .framer-rQqO0 .framer-14o9z77 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rQqO0 .framer-g5rp39 > :first-child, .framer-rQqO0 .framer-14o9z77 > :first-child { margin-top: 0px; } .framer-rQqO0 .framer-g5rp39 > :last-child, .framer-rQqO0 .framer-14o9z77 > :last-child { margin-bottom: 0px; } }\",\".framer-rQqO0.framer-v-ny7w2x .framer-g5rp39, .framer-rQqO0.framer-v-1ryocv7 .framer-g5rp39 { left: -284px; }\",\".framer-rQqO0.framer-v-ny7w2x .framer-14o9z77, .framer-rQqO0.framer-v-1ryocv7 .framer-14o9z77 { left: calc(50.00000000000002% - 280px / 2); right: unset; }\",\".framer-rQqO0.framer-v-13k96nd .framer-g5rp39 { overflow: visible; }\",\".framer-rQqO0.framer-v-13k96nd .framer-11gq3re { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",'.framer-rQqO0[data-border=\"true\"]::after, .framer-rQqO0 [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 176\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"clC9KaATO\":{\"layout\":[\"fixed\",\"fixed\"]},\"TKA8UZPLb\":{\"layout\":[\"fixed\",\"fixed\"]},\"tchNpMpli\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNCrWirug0=withCSS(Component,css,\"framer-rQqO0\");export default FramerNCrWirug0;FramerNCrWirug0.displayName=\"DeployOrSignUpWindows\";FramerNCrWirug0.defaultProps={height:176,width:320};addPropertyControls(FramerNCrWirug0,{variant:{options:[\"wUJ_FNKsT\",\"clC9KaATO\",\"TKA8UZPLb\",\"tchNpMpli\"],optionTitles:[\"Window1\",\"Window2\",\"Window1Active\",\"Window2Active\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNCrWirug0,[{explicitInter:true,fonts:[{family:\"JetBrains Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjOFmUsaaDhw.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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNCrWirug0\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"clC9KaATO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TKA8UZPLb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tchNpMpli\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"320\",\"framerIntrinsicHeight\":\"176\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NCrWirug0.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DeployOrSignUpWindows from\"https://framerusercontent.com/modules/WYRWuIB9xggAkhhj0DU1/Rt9BmvKSLT63I1HqKLNj/NCrWirug0.js\";const DeployOrSignUpWindowsFonts=getFonts(DeployOrSignUpWindows);const cycleOrder=[\"KayMjO7T_\",\"NQ1ySUT6B\",\"uNJh1JQgk\",\"iwxVSTaVW\"];const serializationHash=\"framer-XultY\";const variantClassNames={iwxVSTaVW:\"framer-v-17hb0f7\",KayMjO7T_:\"framer-v-1j92b21\",NQ1ySUT6B:\"framer-v-6219dd\",uNJh1JQgk:\"framer-v-vki5qz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"pip active\":\"NQ1ySUT6B\",\"pip deactive\":\"KayMjO7T_\",\"signup active\":\"iwxVSTaVW\",\"signup deactive\":\"uNJh1JQgk\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"KayMjO7T_\"};};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:\"KayMjO7T_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1fdhh0x=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"NQ1ySUT6B\");});const onMouseLeave1t19ewq=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"KayMjO7T_\");});const onMouseEnterezqskl=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"iwxVSTaVW\");});const onMouseLeavem9cq1w=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"uNJh1JQgk\");});const onTapfnqzzx=activeVariantCallback(async(...args)=>{setVariant(\"KayMjO7T_\");});const onTap1kyu44d=activeVariantCallback(async(...args)=>{setVariant(\"NQ1ySUT6B\");});const onTap1tjz3ti=activeVariantCallback(async(...args)=>{setVariant(\"uNJh1JQgk\");});const onTap1f0lbid=activeVariantCallback(async(...args)=>{setVariant(\"iwxVSTaVW\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1j92b21\",className,classNames),\"data-border\":true,\"data-framer-name\":\"pip deactive\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KayMjO7T_\",onMouseEnter:onMouseEnter1fdhh0x,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-d4b2fef9-89e8-4dbd-8225-0653b046e4fd, rgb(24, 24, 27))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{iwxVSTaVW:{\"--border-color\":\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\"},NQ1ySUT6B:{\"--border-color\":\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\"}},...addPropertyOverrides({iwxVSTaVW:{\"data-framer-name\":\"signup active\",onMouseEnter:undefined,onMouseLeave:onMouseLeavem9cq1w},NQ1ySUT6B:{\"data-framer-name\":\"pip active\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1t19ewq},uNJh1JQgk:{\"data-framer-name\":\"signup deactive\",onMouseEnter:onMouseEnterezqskl}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jreqg1\",\"data-framer-name\":\"art\",layoutDependency:layoutDependency,layoutId:\"KvWlGMMTn\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:176,width:\"320px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||340)*.5-131)+10+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dbeouu-container\",layoutDependency:layoutDependency,layoutId:\"RdooDNyq8-container\",children:/*#__PURE__*/_jsx(DeployOrSignUpWindows,{height:\"100%\",id:\"RdooDNyq8\",layoutId:\"RdooDNyq8\",style:{width:\"100%\"},variant:\"wUJ_FNKsT\",width:\"100%\",...addPropertyOverrides({iwxVSTaVW:{variant:\"tchNpMpli\"},NQ1ySUT6B:{variant:\"TKA8UZPLb\"},uNJh1JQgk:{variant:\"clC9KaATO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bcatac\",\"data-border\":true,\"data-framer-name\":\"segcon\",layoutDependency:layoutDependency,layoutId:\"n4G3wMBMr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u6tw64\",\"data-framer-name\":\"active selection\",layoutDependency:layoutDependency,layoutId:\"ul6s4BNQh\",style:{backgroundColor:\"rgb(82, 82, 91)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},variants:{iwxVSTaVW:{backgroundColor:\"rgb(117, 40, 252)\"},NQ1ySUT6B:{backgroundColor:\"rgb(117, 40, 252)\"}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-keprr3\",\"data-framer-name\":\"opt1\",layoutDependency:layoutDependency,layoutId:\"T5fQKSyox\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 1px 2px -1px rgba(0, 0, 0, 0.10000000149011612), 0px 1px 3px 0px rgba(0, 0, 0, 0.10000000149011612)\"},...addPropertyOverrides({iwxVSTaVW:{\"data-highlight\":true,onTap:onTap1kyu44d},uNJh1JQgk:{\"data-highlight\":true,onTap:onTapfnqzzx}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1m00qsg\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Q6Nk0R82w\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 3 12.75 L 7.5 8.25 L 3 3.75 M 9 14.25 L 15 14.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8665397716,withExternalLayout:true,...addPropertyOverrides({iwxVSTaVW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 3 12.75 L 7.5 8.25 L 3 3.75 M 9 14.25 L 15 14.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11222286165},NQ1ySUT6B:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 3 12.75 L 7.5 8.25 L 3 3.75 M 9 14.25 L 15 14.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11222286165},uNJh1JQgk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 3 12.75 L 7.5 8.25 L 3 3.75 M 9 14.25 L 15 14.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11208403523}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"pip install\"})}),className:\"framer-5q972s\",\"data-framer-name\":\"pip install\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"vLchar9Rm\",style:{\"--framer-paragraph-spacing\":\"0px\"},variants:{iwxVSTaVW:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},NQ1ySUT6B:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},uNJh1JQgk:{\"--extracted-r6o4lv\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iwxVSTaVW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"pip install\"})})},NQ1ySUT6B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"pip install\"})})},uNJh1JQgk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)))\"},children:\"pip install\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v2wigp\",\"data-framer-name\":\"opt2\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rlY43KUVV\",onTap:onTap1tjz3ti,style:{borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6},...addPropertyOverrides({NQ1ySUT6B:{onTap:onTap1f0lbid}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-v9yg2c\",\"data-framer-name\":\"icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"y8ZnjwDxg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13.125 14.25 L 6.75 14.25 C 4.047 14.249 1.786 12.196 1.526 9.505 C 1.266 6.814 3.092 4.366 5.745 3.848 C 8.398 3.329 11.011 4.91 11.783 7.5 L 13.125 7.5 C 14.989 7.5 16.5 9.011 16.5 10.875 C 16.5 12.739 14.989 14.25 13.125 14.25 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(82, 82, 91)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9676586735,withExternalLayout:true,...addPropertyOverrides({iwxVSTaVW:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13.125 14.25 L 6.75 14.25 C 4.047 14.249 1.786 12.196 1.526 9.505 C 1.266 6.814 3.092 4.366 5.745 3.848 C 8.398 3.329 11.011 4.91 11.783 7.5 L 13.125 7.5 C 14.989 7.5 16.5 9.011 16.5 10.875 C 16.5 12.739 14.989 14.25 13.125 14.25 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10790592686},NQ1ySUT6B:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13.125 14.25 L 6.75 14.25 C 4.047 14.249 1.786 12.196 1.526 9.505 C 1.266 6.814 3.092 4.366 5.745 3.848 C 8.398 3.329 11.011 4.91 11.783 7.5 L 13.125 7.5 C 14.989 7.5 16.5 9.011 16.5 10.875 C 16.5 12.739 14.989 14.25 13.125 14.25 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10790592686},uNJh1JQgk:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 13.125 14.25 L 6.75 14.25 C 4.047 14.249 1.786 12.196 1.526 9.505 C 1.266 6.814 3.092 4.366 5.745 3.848 C 8.398 3.329 11.011 4.91 11.783 7.5 L 13.125 7.5 C 14.989 7.5 16.5 9.011 16.5 10.875 C 16.5 12.739 14.989 14.25 13.125 14.25 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(0, 0, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11904638372}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(82, 82, 91))\"},children:\"Sign Up\"})}),className:\"framer-920h9v\",\"data-framer-name\":\"Sign Up\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"YJn8RwxQf\",style:{\"--extracted-r6o4lv\":\"rgb(82, 82, 91)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{iwxVSTaVW:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},NQ1ySUT6B:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({iwxVSTaVW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sign Up\"})})},NQ1ySUT6B:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sign Up\"})})},uNJh1JQgk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\"},children:\"Sign Up\"})})}},baseVariant,gestureVariant)})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gxoiej\",\"data-framer-name\":\"gradmask\",layoutDependency:layoutDependency,layoutId:\"QNQ7pavx9\",style:{background:\"linear-gradient(269.9999999999984deg, rgba(0, 0, 0, 1) 0%, rgba(24, 24, 27, 0) 100%)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ymh7e\",\"data-framer-name\":\"gradmask\",layoutDependency:layoutDependency,layoutId:\"aqsgZqM28\",style:{background:\"linear-gradient(269.9999999999984deg, rgba(24, 24, 27, 0) 0%, rgba(0, 0, 0, 1) 100%)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XultY.framer-1yes1dl, .framer-XultY .framer-1yes1dl { display: block; }\",\".framer-XultY.framer-1j92b21 { height: 340px; overflow: hidden; position: relative; width: 416px; will-change: var(--framer-will-change-override, transform); }\",\".framer-XultY .framer-jreqg1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 10px; position: absolute; top: 50%; width: 340px; }\",\".framer-XultY .framer-dbeouu-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-XultY .framer-1bcatac { flex: none; height: 42px; overflow: visible; position: relative; width: 100%; }\",\".framer-XultY .framer-u6tw64 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; left: 5px; overflow: visible; padding: 0px 16px 0px 16px; position: absolute; top: calc(50.00000000000002% - 34px / 2); width: 48%; z-index: -1; }\",\".framer-XultY .framer-keprr3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; left: 4px; overflow: visible; padding: 0px 16px 0px 16px; position: absolute; top: calc(50.00000000000002% - 34px / 2); width: 156px; }\",\".framer-XultY .framer-1m00qsg, .framer-XultY .framer-v9yg2c { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-XultY .framer-5q972s, .framer-XultY .framer-920h9v { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-XultY .framer-v2wigp { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 34px; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: absolute; right: 4px; top: calc(50.00000000000002% - 34px / 2); width: 156px; }\",\".framer-XultY .framer-1gxoiej { flex: none; height: 340px; position: absolute; right: 0px; top: 0px; width: 40px; }\",\".framer-XultY .framer-9ymh7e { flex: none; height: 340px; left: 0px; position: absolute; top: 0px; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XultY .framer-jreqg1, .framer-XultY .framer-u6tw64, .framer-XultY .framer-keprr3, .framer-XultY .framer-v2wigp { gap: 0px; } .framer-XultY .framer-jreqg1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-XultY .framer-jreqg1 > :first-child { margin-top: 0px; } .framer-XultY .framer-jreqg1 > :last-child { margin-bottom: 0px; } .framer-XultY .framer-u6tw64 > *, .framer-XultY .framer-keprr3 > *, .framer-XultY .framer-v2wigp > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-XultY .framer-u6tw64 > :first-child, .framer-XultY .framer-keprr3 > :first-child, .framer-XultY .framer-v2wigp > :first-child { margin-left: 0px; } .framer-XultY .framer-u6tw64 > :last-child, .framer-XultY .framer-keprr3 > :last-child, .framer-XultY .framer-v2wigp > :last-child { margin-right: 0px; } }\",\".framer-XultY.framer-v-vki5qz .framer-u6tw64 { left: unset; right: 5px; }\",\".framer-XultY.framer-v-vki5qz .framer-keprr3, .framer-XultY.framer-v-17hb0f7 .framer-keprr3 { cursor: pointer; }\",\".framer-XultY.framer-v-17hb0f7 .framer-u6tw64 { left: unset; right: 5px; width: 155px; }\",'.framer-XultY[data-border=\"true\"]::after, .framer-XultY [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 340\n * @framerIntrinsicWidth 416\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NQ1ySUT6B\":{\"layout\":[\"fixed\",\"fixed\"]},\"uNJh1JQgk\":{\"layout\":[\"fixed\",\"fixed\"]},\"iwxVSTaVW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriiDBxOxS2=withCSS(Component,css,\"framer-XultY\");export default FrameriiDBxOxS2;FrameriiDBxOxS2.displayName=\"DeployOrSignUp\";FrameriiDBxOxS2.defaultProps={height:340,width:416};addPropertyControls(FrameriiDBxOxS2,{variant:{options:[\"KayMjO7T_\",\"NQ1ySUT6B\",\"uNJh1JQgk\",\"iwxVSTaVW\"],optionTitles:[\"pip deactive\",\"pip active\",\"signup deactive\",\"signup active\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriiDBxOxS2,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...DeployOrSignUpWindowsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriiDBxOxS2\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"416\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NQ1ySUT6B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uNJh1JQgk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iwxVSTaVW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"340\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iiDBxOxS2.map", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withpulseShadow}from\"https://framerusercontent.com/modules/VPcCcgsnKmHdHbAy3OGh/tIsIuI4pmHYXeTjnNajY/PulseButton.js\";const MotionAWithpulseShadow9t0n44=withCodeBoundaryForOverrides(motion.a,{nodeId:\"It3beABj4\",override:withpulseShadow,scopeId:\"KnBJKt67f\"});const cycleOrder=[\"It3beABj4\",\"gFtukEPP8\"];const serializationHash=\"framer-78jbx\";const variantClassNames={gFtukEPP8:\"framer-v-1nahp08\",It3beABj4:\"framer-v-9t0n44\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};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={\"Variant 1\":\"It3beABj4\",\"Variant 2\":\"gFtukEPP8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"It3beABj4\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"It3beABj4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"gFtukEPP8\")return true;return false;};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:\"https://astra.datastax.com/signup?type=langflow\",motionChild:true,nodeId:\"It3beABj4\",openInNewTab:true,scopeId:\"KnBJKt67f\",...addPropertyOverrides({gFtukEPP8:{href:\"https://www.langflow.org/desktop\",openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionAWithpulseShadow9t0n44,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-9t0n44\",className,classNames)} framer-79v1xd`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"It3beABj4\",ref:refBinding,style:{background:\"linear-gradient(104deg, var(--token-7b7ec5e8-893d-4dc4-a393-6ac4568a265a, rgb(155, 254, 170)) 0%, rgb(152, 244, 254) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0px 4px 2px rgba(52, 211, 153, 0.8), 0px 0px 20px 12px rgba(52, 211, 153, 0.5)\",...style},...addPropertyOverrides({gFtukEPP8:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNjAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\"},children:\"Get Started for Free\"})}),className:\"framer-1lqyfo7\",fonts:[\"GF;Chivo-600\"],layoutDependency:layoutDependency,layoutId:\"Y8DmOYudY\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gFtukEPP8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNjAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\"},children:\"Download (Alpha)\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:814,pixelHeight:1e3,pixelWidth:814,src:\"https://framerusercontent.com/images/NAwNuA5tzxlT0do1DGE0KugNGmA.png\",srcSet:\"https://framerusercontent.com/images/NAwNuA5tzxlT0do1DGE0KugNGmA.png 814w\"},className:\"framer-1xaixb\",\"data-framer-name\":\"Apple logo_black.svg\",layoutDependency:layoutDependency,layoutId:\"dGtsHHmmh\",...addPropertyOverrides({gFtukEPP8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1e3,intrinsicWidth:814,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(16+((componentViewport?.height||56)-32-24)/2)),pixelHeight:1e3,pixelWidth:814,sizes:\"19.536px\",src:\"https://framerusercontent.com/images/NAwNuA5tzxlT0do1DGE0KugNGmA.png\",srcSet:\"https://framerusercontent.com/images/NAwNuA5tzxlT0do1DGE0KugNGmA.png 814w\"}}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-78jbx.framer-79v1xd, .framer-78jbx .framer-79v1xd { display: block; }\",\".framer-78jbx.framer-9t0n44 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 16px 24px 16px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-78jbx .framer-1lqyfo7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-78jbx .framer-1xaixb { aspect-ratio: 0.814 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-78jbx.framer-9t0n44 { gap: 0px; } .framer-78jbx.framer-9t0n44 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-78jbx.framer-9t0n44 > :first-child { margin-left: 0px; } .framer-78jbx.framer-9t0n44 > :last-child { margin-right: 0px; } }\",\".framer-78jbx.framer-v-1nahp08 .framer-1lqyfo7 { order: 1; }\",\".framer-78jbx.framer-v-1nahp08 .framer-1xaixb { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54.5\n * @framerIntrinsicWidth 203\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gFtukEPP8\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKnBJKt67f=withCSS(Component,css,\"framer-78jbx\");export default FramerKnBJKt67f;FramerKnBJKt67f.displayName=\"primary button\";FramerKnBJKt67f.defaultProps={height:54.5,width:203};addPropertyControls(FramerKnBJKt67f,{variant:{options:[\"It3beABj4\",\"gFtukEPP8\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKnBJKt67f,[{explicitInter:true,fonts:[{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_YhjukmDSFXjQiQ.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKnBJKt67f\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"54.5\",\"framerIntrinsicWidth\":\"203\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gFtukEPP8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KnBJKt67f.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"nb4pjvL4b\",\"WpfsS7bNV\"];const serializationHash=\"framer-niceP\";const variantClassNames={nb4pjvL4b:\"framer-v-13m6og8\",WpfsS7bNV:\"framer-v-1hxip0e\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Active:\"nb4pjvL4b\",Inactive:\"WpfsS7bNV\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"nb4pjvL4b\"};};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:\"nb4pjvL4b\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeavehcip1p=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"WpfsS7bNV\");});const onMouseEnter13z9j3g=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"nb4pjvL4b\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-13m6og8\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Active\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nb4pjvL4b\",onMouseLeave:onMouseLeavehcip1p,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{WpfsS7bNV:{\"--border-color\":\"var(--token-d4b2fef9-89e8-4dbd-8225-0653b046e4fd, rgb(24, 24, 27))\"}},...addPropertyOverrides({WpfsS7bNV:{\"data-framer-name\":\"Inactive\",onMouseEnter:onMouseEnter13z9j3g,onMouseLeave:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fphwg6\",\"data-border\":true,\"data-framer-name\":\"Modes\",layoutDependency:layoutDependency,layoutId:\"QbdYTczyt\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 50, 118)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(9, 9, 11)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 0px 80px 32px rgba(255, 50, 118, 0.3), 0px 0px 20px 0px rgba(255, 50, 118, 0.4)\"},variants:{WpfsS7bNV:{\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",boxShadow:\"0px 0px 0px 0px rgba(255, 50, 118, 0), 0px 0px 0px 0px rgba(255, 50, 118, 0)\"}},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1do2wbb\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XocmEKyZ1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 6.667 28.333 L 16.667 18.333 L 6.667 8.333 M 20 31.667 L 33.333 31.667\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10142762829,withExternalLayout:true,...addPropertyOverrides({WpfsS7bNV:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 6.667 28.333 L 16.667 18.333 L 6.667 8.333 M 20 31.667 L 33.333 31.667\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10730113331}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f52vpp\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nKI2qRItE\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 29.167 31.667 L 15 31.667 C 8.993 31.666 3.968 27.103 3.389 21.123 C 2.811 15.144 6.868 9.703 12.764 8.55 C 18.659 7.397 24.467 10.91 26.183 16.667 L 29.167 16.667 C 33.309 16.667 36.667 20.025 36.667 24.167 C 36.667 28.309 33.309 31.667 29.167 31.667 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"rgb(255,255,255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:11144399194,withExternalLayout:true,...addPropertyOverrides({WpfsS7bNV:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 29.167 31.667 L 15 31.667 C 8.993 31.666 3.968 27.103 3.389 21.123 C 2.811 15.144 6.868 9.703 12.764 8.55 C 18.659 7.397 24.467 10.91 26.183 16.667 L 29.167 16.667 C 33.309 16.667 36.667 20.025 36.667 24.167 C 36.667 28.309 33.309 31.667 29.167 31.667 Z\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9771714406}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tjnpb0\",\"data-framer-name\":\"InsideGlow\",layoutDependency:layoutDependency,layoutId:\"KejrZEYR6\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"inset 0px 8px 48px -14px rgb(255, 50, 118)\"},variants:{WpfsS7bNV:{boxShadow:\"inset 0px 0px 0px 0px rgba(255, 50, 118, 0)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-g2ruxx\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"ukYKW3Qbj\",style:{background:\"linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 36.542792792792795%, rgba(0, 0, 0, 1) 64.48127815315316%, rgba(0, 0, 0, 0) 100%)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u9fd25\",\"data-framer-name\":\"CodeStartFrame\",layoutDependency:layoutDependency,layoutId:\"EWyV9U92Q\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mp04ic\",\"data-framer-name\":\"CodeStart\",fill:\"black\",intrinsicHeight:178,intrinsicWidth:92,layoutDependency:layoutDependency,layoutId:\"h5ASfr8PN\",svg:'<svg width=\"92\" height=\"178\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 11.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0V2.667Zm-3.556 12.444h3.556m3.555-8.889h3.556M26.222 9.778H28v5.333M33.333.889h1.778v5.333\"/></g><path d=\"M51.333 11.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 0 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0V2.667Zm-3.556 12.444h3.556m3.556-8.889h3.555M40.666 9.778h1.778v5.333M47.778.889h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#b)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 11.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0V2.667Zm-3.556 12.444h3.556m3.555-8.889h3.556M55.111 9.778h1.778v5.333M62.222.889H64v5.333\"/></g><g clip-path=\"url(#c)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 29.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 29.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 0 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 0 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#d)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 29.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 0 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#e)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 47.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 47.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 0 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 0 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#f)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 47.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 0 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#g)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 65.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 65.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 0 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 0 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#h)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 65.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 0 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#i)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 83.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.778a1.778 1.778 0 1 0 3.556 0v-1.778Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 83.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 0 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.778a1.778 1.778 0 0 0 3.556 0v-1.778Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#j)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 83.556a1.778 1.778 0 0 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.778a1.778 1.778 0 0 0 3.556 0v-1.778Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#k)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 101.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.778a1.778 1.778 0 1 0 3.556 0v-1.778Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 101.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 1 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 0 0-3.556 0v1.778a1.778 1.778 0 0 0 3.556 0v-1.778Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#l)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 101.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.778a1.778 1.778 0 0 0 3.556 0v-1.778Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#m)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 119.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 119.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 1 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#n)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 119.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#o)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 137.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 137.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 1 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#p)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 137.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#q)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 155.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 155.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 1 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#r)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 155.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><g clip-path=\"url(#s)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M36.889 173.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556H28v5.333m5.333-14.222h1.778v5.333\"/></g><path d=\"M51.333 173.556a1.778 1.778 0 1 0-3.555 0v1.777a1.778 1.778 0 1 0 3.555 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.556-8.889h3.555m-10.667 3.556h1.778v5.333m5.334-14.222h1.777v5.333\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><g clip-path=\"url(#t)\" stroke=\"#3F3F46\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M65.778 173.556a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-7.111-8.889a1.778 1.778 0 1 0-3.556 0v1.777a1.778 1.778 0 1 0 3.556 0v-1.777Zm-3.556 12.444h3.556m3.555-8.889h3.556m-10.667 3.556h1.778v5.333m5.333-14.222H64v5.333\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(25.333)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" transform=\"translate(54.222)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"c\"><path fill=\"#fff\" transform=\"translate(25.333 18)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"d\"><path fill=\"#fff\" transform=\"translate(54.222 18)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"e\"><path fill=\"#fff\" transform=\"translate(25.333 36)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"f\"><path fill=\"#fff\" transform=\"translate(54.222 36)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"g\"><path fill=\"#fff\" transform=\"translate(25.333 54)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"h\"><path fill=\"#fff\" transform=\"translate(54.222 54)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"i\"><path fill=\"#fff\" transform=\"translate(25.333 72)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"j\"><path fill=\"#fff\" transform=\"translate(54.222 72)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"k\"><path fill=\"#fff\" transform=\"translate(25.333 90)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"l\"><path fill=\"#fff\" transform=\"translate(54.222 90)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"m\"><path fill=\"#fff\" transform=\"translate(25.333 108)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"n\"><path fill=\"#fff\" transform=\"translate(54.222 108)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"o\"><path fill=\"#fff\" transform=\"translate(25.333 126)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"p\"><path fill=\"#fff\" transform=\"translate(54.222 126)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"q\"><path fill=\"#fff\" transform=\"translate(25.333 144)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"r\"><path fill=\"#fff\" transform=\"translate(54.222 144)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"s\"><path fill=\"#fff\" transform=\"translate(25.333 162)\" d=\"M0 0h12.444v16H0z\"/></clipPath><clipPath id=\"t\"><path fill=\"#fff\" transform=\"translate(54.222 162)\" d=\"M0 0h12.444v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:170,intrinsicWidth:79,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:340,pixelWidth:158,src:\"https://framerusercontent.com/images/D1tFmGh5tXLM7uVqU0hb3wjKxss.svg\"},className:\"framer-3oks9r\",\"data-framer-name\":\"CodeFull\",layoutDependency:layoutDependency,layoutId:\"nyufX729c\",style:{opacity:1},transformTemplate:transformTemplate1,variants:{WpfsS7bNV:{opacity:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qbgeen\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"aKvQnND2Q\",style:{background:\"linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%)\",rotate:90}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tmbzwb\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"speGNPbWa\",style:{background:\"linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%)\",rotate:90}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-niceP.framer-qbw51j, .framer-niceP .framer-qbw51j { display: block; }\",\".framer-niceP.framer-13m6og8 { height: 340px; overflow: hidden; position: relative; width: 416px; will-change: var(--framer-will-change-override, transform); }\",\".framer-niceP .framer-fphwg6, .framer-niceP .framer-tjnpb0 { flex: none; height: 88px; left: calc(50.00000000000002% - 320px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 88px / 2); width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-niceP .framer-1do2wbb { flex: none; height: 40px; left: 32px; position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 40px; }\",\".framer-niceP .framer-f52vpp { flex: none; height: 40px; left: 248px; position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 40px; }\",\".framer-niceP .framer-g2ruxx { bottom: 0px; flex: none; left: calc(50.00000000000002% - 176px / 2); overflow: hidden; position: absolute; top: 0px; width: 176px; }\",\".framer-niceP .framer-1u9fd25 { flex: none; height: 178px; left: calc(50.00000000000002% - 92px / 2); overflow: visible; position: absolute; top: calc(47.35294117647061% - 178px / 2); width: 92px; }\",\".framer-niceP .framer-mp04ic { aspect-ratio: 0.5168539325842697 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 178px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-niceP .framer-3oks9r { aspect-ratio: 0.4647058823529412 / 1; bottom: 0px; flex: none; left: 50%; overflow: visible; position: absolute; top: 0px; width: var(--framer-aspect-ratio-supported, 158px); }\",\".framer-niceP .framer-qbgeen { bottom: -188px; flex: none; height: 416px; left: calc(50.00000000000002% - 40px / 2); overflow: hidden; position: absolute; width: 40px; }\",\".framer-niceP .framer-tmbzwb { flex: none; height: 416px; left: calc(50.00000000000002% - 40px / 2); overflow: hidden; position: absolute; top: -188px; width: 40px; }\",\".framer-niceP.framer-v-1hxip0e .framer-qbgeen { bottom: -145px; left: calc(50.00000000000002% - 126px / 2); width: 126px; }\",\".framer-niceP.framer-v-1hxip0e .framer-tmbzwb { left: calc(50.00000000000002% - 126px / 2); top: -145px; width: 126px; }\",'.framer-niceP[data-border=\"true\"]::after, .framer-niceP [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 340\n * @framerIntrinsicWidth 416\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WpfsS7bNV\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerN5gxyTbfa=withCSS(Component,css,\"framer-niceP\");export default FramerN5gxyTbfa;FramerN5gxyTbfa.displayName=\"OSSorCloud\";FramerN5gxyTbfa.defaultProps={height:340,width:416};addPropertyControls(FramerN5gxyTbfa,{variant:{options:[\"nb4pjvL4b\",\"WpfsS7bNV\"],optionTitles:[\"Active\",\"Inactive\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerN5gxyTbfa,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN5gxyTbfa\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"340\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WpfsS7bNV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"416\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./N5gxyTbfa.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,useMotionValue,useTransform}from\"framer-motion\";/**\n * ANIMATOR\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Animator(props){/* Properties */const{pathAnimation,from,to,animate,shouldLoop,loopOptions,slots=[],endCircle}=props;/* State */const hasChildren=Children.count(slots)>0;/* Empty State */let customShape=/*#__PURE__*/_jsxs(\"div\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u270D\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Graphic\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Animates single or joined paths on Web Pages only.\"})]});if(hasChildren){/* Grab the SVG from the Graphic */const firstChild=getFirstChild(slots);const svgChild=getFirstChild(firstChild.props.svg);const isSpring=pathAnimation.type===\"spring\";/* Shape transition properties *//* Dividing stiffness and damping by 1000 is a trick I got from Matt \n        which helps with pathLength animations, which otherwise are so fast \n        you never even see them happen in the preview. */const shapeTransition={pathLength:{...pathAnimation,repeat:shouldLoop?Infinity:0,repeatType:loopOptions,stiffness:isSpring?pathAnimation.stiffness/1e3:pathAnimation.stiffness,damping:isSpring?pathAnimation.damping/1e3:pathAnimation.damping}};/* Add our own properties to the Path */const pathLength=useMotionValue(0);const opacity=useTransform(pathLength,[0,.025],[0,1]);const shapeProps={variants:{start:{pathLength:from/100},end:{pathLength:to/100}},transition:shapeTransition};/* Prevent animating or adjusting pathLength on the Canvas */const isCanvas=RenderTarget.current()===RenderTarget.canvas;/* Just render the full connected Graphic on Canvas, when connected */if(isCanvas){customShape=firstChild;}/* If on a web page */if(!isCanvas&&svgChild){/* Pass Attributes */let attributes=svgChild.match(/[\\w-]+=\"[^\"]*\"/g);let pathD;let stroke;let strokeWidth;let strokeLinecap;let strokeLinejoin;for(const element of attributes){if(element.includes(\"d=\")){pathD=splitAndReplace(element);}if(element.includes(\"stroke=\")){stroke=splitAndReplace(element);}if(element.includes(\"stroke-width=\")){strokeWidth=splitAndReplace(element);}if(element.includes(\"stroke-linecap=\")){strokeLinecap=splitAndReplace(element);}if(element.includes(\"stroke-linejoin=\")){strokeLinejoin=splitAndReplace(element);}}/* Grab viewbox */let svgViewbox;svgViewbox=svgChild.split(\"viewBox=\")[1];svgViewbox=svgViewbox.split(\">\")[0];svgViewbox=svgViewbox.replace(/^\"(.+(?=\"$))\"$/,\"$1\");customShape=/*#__PURE__*/_jsx(motion.div,{initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\",style:{width:\"100%\",height:\"100%\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",backgroundColor:\"transparent\",overflow:\"hidden\"},children:/*#__PURE__*/_jsx(motion.svg,{xmlns:\"http://www.w3.org/2000/svg\",width:\"100%\",height:\"100%\",viewBox:svgViewbox,children:/*#__PURE__*/_jsx(motion.path,{...shapeProps,d:pathD,stroke:stroke,strokeWidth:strokeWidth,strokeLinejoin:strokeLinejoin,strokeLinecap:strokeLinecap,fill:\"transparent\",style:!endCircle&&{pathLength,opacity},initial:isCanvas||animate===false?false:\"start\",animate:isCanvas||animate===false?false:\"end\"})})});}}return customShape;}/* Default Properties */Animator.defaultProps={animate:true,shouldLoop:false,loopOptions:\"reverse\",from:0,to:100,pathAnimation:{type:\"tween\",duration:2},endCircle:true};/* Property Controls */addPropertyControls(Animator,{slots:{type:ControlType.ComponentInstance,title:\"Children\"},animate:{title:\"Animate\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.animate,enabledTitle:\"True\",disabledTitle:\"False\"},shouldLoop:{title:\"Loop\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.shouldLoop,enabledTitle:\"True\",disabledTitle:\"False\",hidden(props){return props.animate===false;}},loopOptions:{type:ControlType.Enum,title:\"Type\",defaultValue:Animator.defaultProps.loopOptions,options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return props.shouldLoop===false;}},endCircle:{title:\"End Circle\",type:ControlType.Boolean,defaultValue:Animator.defaultProps.endCircle,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden(props){return props.animate===false;}},from:{title:\"From\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.from,unit:\"%\",hidden(props){return props.animate===false;}},to:{title:\"To\",type:ControlType.Number,min:0,max:100,displayStepper:true,step:1,defaultValue:Animator.defaultProps.to,unit:\"%\",hidden(props){return props.animate===false;}},pathAnimation:{title:\" \",type:ControlType.Transition,defaultValue:Animator.defaultProps.pathAnimation,hidden(props){return props.animate===false;}}});/* Method to get stringless attributes */const splitAndReplace=string=>{return string.split(\"=\")[1].replace(/['\"]+/g,\"\");};/* Method to get the first child */function getFirstChild(slots){let firstChild;Children.map(slots,child=>{if(firstChild===undefined){firstChild=child;}});return firstChild;}/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Animator\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Animator.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Animator from\"https://framerusercontent.com/modules/gh5xmpM9GHT9MXnnMpPc/YOcbb3cyk0md6ytVCE3R/Animator.js\";const AnimatorFonts=getFonts(Animator);const cycleOrder=[\"IVAO3yOE3\",\"niJQkyKka\"];const serializationHash=\"framer-5dSwE\";const variantClassNames={IVAO3yOE3:\"framer-v-1fu10ex\",niJQkyKka:\"framer-v-e0grky\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"IVAO3yOE3\",\"Variant 2\":\"niJQkyKka\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"IVAO3yOE3\"};};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:\"IVAO3yOE3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeavex1zksl=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"niJQkyKka\");});const onMouseEnter9ingxy=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"IVAO3yOE3\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"niJQkyKka\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"niJQkyKka\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({niJQkyKka:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fu10ex\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IVAO3yOE3\",onMouseLeave:onMouseLeavex1zksl,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{niJQkyKka:{\"--border-color\":\"var(--token-d4b2fef9-89e8-4dbd-8225-0653b046e4fd, rgb(24, 24, 27))\"}},...addPropertyOverrides({niJQkyKka:{\"data-framer-name\":\"Variant 2\",onMouseEnter:onMouseEnter9ingxy,onMouseLeave:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:340,intrinsicWidth:416,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0),pixelHeight:680,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/2oiROrxOGdo1j8ayBfcLNvqYEo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2oiROrxOGdo1j8ayBfcLNvqYEo.png?scale-down-to=512 512w,https://framerusercontent.com/images/2oiROrxOGdo1j8ayBfcLNvqYEo.png 832w\"},className:\"framer-15ivddt\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"o97QeJExV\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,opacity:1},variants:{niJQkyKka:{opacity:0}}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jsah50-container\",\"data-framer-name\":\"Animate Line 4\",layoutDependency:layoutDependency,layoutId:\"kFOkm5qJg-container\",name:\"Animate Line 4\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"kFOkm5qJg\",layoutId:\"kFOkm5qJg\",loopOptions:\"reverse\",name:\"Animate Line 4\",pathAnimation:{delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1cko5y1\",\"data-framer-name\":\"Line 4\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZHIvX9PxB\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 109 72\"><path d=\"M 1 71 C 1 71 39.5 1 108 1\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"rgb(82,82,91)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11380100401,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\",...addPropertyOverrides({niJQkyKka:{to:0}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eggbfg-container\",\"data-framer-name\":\"Animate Line 3\",layoutDependency:layoutDependency,layoutId:\"xDD4YyQY5-container\",name:\"Animate Line 3\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"xDD4YyQY5\",layoutId:\"xDD4YyQY5\",loopOptions:\"reverse\",name:\"Animate Line 3\",pathAnimation:{delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-18qn6ij\",\"data-framer-name\":\"Line 3\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ikHPal7e0\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 43 58\"><path d=\"M 42 1 C 42 46 1 57 1 57\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"rgb(82,82,91)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11006928536,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\",...addPropertyOverrides({niJQkyKka:{to:0}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qoyb1o-container\",\"data-framer-name\":\"Animate Line 2\",layoutDependency:layoutDependency,layoutId:\"CsMhyy6yN-container\",name:\"Animate Line 2\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"CsMhyy6yN\",layoutId:\"CsMhyy6yN\",loopOptions:\"reverse\",name:\"Animate Line 2\",pathAnimation:{delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-10fahvh\",\"data-framer-name\":\"Line 2\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fFtQ8xiOD\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 44 58\"><path d=\"M 1 57 C 1 12 43 1 43 1\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"rgb(82,82,91)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10844859433,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\",...addPropertyOverrides({niJQkyKka:{to:0}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nek0yq-container\",\"data-framer-name\":\"Animate Line 1\",layoutDependency:layoutDependency,layoutId:\"Dwnc61utj-container\",name:\"Animate Line 1\",children:/*#__PURE__*/_jsx(Animator,{animate:true,endCircle:true,from:0,height:\"100%\",id:\"Dwnc61utj\",layoutId:\"Dwnc61utj\",loopOptions:\"reverse\",name:\"Animate Line 1\",pathAnimation:{delay:0,duration:.4,ease:[.57,-.01,.39,1],type:\"tween\"},shouldLoop:false,slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tj2216\",\"data-framer-name\":\"Line 1\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fFnt1_Q2y\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 105 72\"><path d=\"M 104 1 C 104 1 78.009 71 1 71\" fill=\"transparent\" stroke-width=\"1.25\" stroke=\"rgb(82,82,91)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9212739545,withExternalLayout:true})],style:{height:\"100%\",width:\"100%\"},to:100,width:\"100%\",...addPropertyOverrides({niJQkyKka:{to:0}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3ckj9g\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"fXBHqOFOC\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mkr8ia\",\"data-border\":true,\"data-framer-name\":\"iso\",layoutDependency:layoutDependency,layoutId:\"Gp08mpO15\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(155, 254, 170)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 50px 0px rgba(155, 254, 170, 0.5)\",opacity:1},variants:{niJQkyKka:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(155, 254, 170))\"},children:\"ISO\"})}),className:\"framer-13sfywt\",\"data-framer-name\":\"ISO\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OrKz9sTjF\",style:{\"--extracted-r6o4lv\":\"rgb(155, 254, 170)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mhrmkz\",\"data-border\":true,\"data-framer-name\":\"hipaa\",layoutDependency:layoutDependency,layoutId:\"G4XhpDf9E\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(155, 254, 170)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 50px 0px rgba(155, 254, 170, 0.5)\",opacity:1},variants:{niJQkyKka:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(155, 254, 170))\"},children:\"HIPAA\"})}),className:\"framer-bsxewh\",\"data-framer-name\":\"HIPAA\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"yLL26Y9H7\",style:{\"--extracted-r6o4lv\":\"rgb(155, 254, 170)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lcdhrj\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"fmu2zxomY\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vd1mqm\",\"data-border\":true,\"data-framer-name\":\"circle\",layoutDependency:layoutDependency,layoutId:\"p00XIx1rI\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"inset 0px 8px 40px -7px rgba(82, 82, 91, 0.7)\"},variants:{niJQkyKka:{boxShadow:\"inset 0px 8px 40px -7px rgba(82, 82, 91, 0)\"}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yna8vo\",\"data-framer-name\":\"AWS\",layoutDependency:layoutDependency,layoutId:\"IEe1xgRi4\",style:{opacity:1},variants:{niJQkyKka:{opacity:0}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bnnaha\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"bTefqcrDP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 25\"><path d=\"M 11.272 9.051 C 11.272 9.545 11.326 9.946 11.419 10.239 C 11.525 10.533 11.658 10.853 11.845 11.201 C 11.911 11.307 11.938 11.414 11.938 11.508 C 11.938 11.641 11.858 11.775 11.685 11.908 L 10.847 12.469 C 10.727 12.549 10.607 12.589 10.501 12.589 C 10.368 12.589 10.235 12.522 10.102 12.402 C 9.915 12.202 9.756 11.988 9.623 11.775 C 9.49 11.548 9.357 11.294 9.21 10.987 C 8.173 12.215 6.869 12.829 5.299 12.829 C 4.182 12.829 3.29 12.509 2.638 11.868 C 1.987 11.227 1.654 10.373 1.654 9.305 C 1.654 8.17 2.053 7.249 2.865 6.555 C 3.676 5.86 4.754 5.513 6.124 5.513 C 6.576 5.513 7.042 5.553 7.534 5.62 C 8.026 5.687 8.532 5.794 9.064 5.914 L 9.064 4.939 C 9.064 3.924 8.851 3.217 8.439 2.803 C 8.013 2.389 7.295 2.189 6.27 2.189 C 5.805 2.189 5.326 2.242 4.833 2.362 C 4.341 2.483 3.862 2.629 3.397 2.816 C 3.184 2.91 3.024 2.963 2.931 2.99 C 2.838 3.017 2.771 3.03 2.718 3.03 C 2.532 3.03 2.439 2.896 2.439 2.616 L 2.439 1.962 C 2.439 1.748 2.465 1.588 2.532 1.495 C 2.598 1.401 2.718 1.308 2.904 1.214 C 3.37 0.974 3.929 0.774 4.581 0.613 C 5.233 0.44 5.924 0.36 6.656 0.36 C 8.239 0.36 9.397 0.72 10.142 1.441 C 10.873 2.162 11.246 3.257 11.246 4.725 L 11.246 9.051 Z M 5.871 11.08 C 6.31 11.08 6.763 11 7.241 10.84 C 7.72 10.68 8.146 10.386 8.505 9.986 C 8.718 9.732 8.878 9.452 8.958 9.131 C 9.037 8.811 9.091 8.424 9.091 7.97 L 9.091 7.409 C 8.705 7.316 8.292 7.235 7.867 7.182 C 7.441 7.129 7.029 7.102 6.616 7.102 C 5.725 7.102 5.073 7.275 4.634 7.636 C 4.195 7.996 3.982 8.504 3.982 9.171 C 3.982 9.799 4.142 10.266 4.474 10.586 C 4.794 10.92 5.259 11.08 5.871 11.08 Z M 16.554 12.522 C 16.315 12.522 16.155 12.482 16.048 12.389 C 15.942 12.309 15.849 12.122 15.769 11.868 L 12.643 1.548 C 12.563 1.281 12.523 1.107 12.523 1.014 C 12.523 0.8 12.629 0.68 12.842 0.68 L 14.146 0.68 C 14.399 0.68 14.572 0.72 14.665 0.814 C 14.771 0.894 14.851 1.081 14.931 1.334 L 17.166 10.173 L 19.241 1.334 C 19.308 1.067 19.388 0.894 19.494 0.814 C 19.601 0.734 19.787 0.68 20.026 0.68 L 21.091 0.68 C 21.343 0.68 21.516 0.72 21.623 0.814 C 21.729 0.894 21.822 1.081 21.875 1.334 L 23.977 10.279 L 26.279 1.334 C 26.359 1.067 26.452 0.894 26.545 0.814 C 26.651 0.734 26.824 0.68 27.064 0.68 L 28.301 0.68 C 28.514 0.68 28.634 0.787 28.634 1.014 C 28.634 1.081 28.62 1.147 28.607 1.228 C 28.594 1.308 28.567 1.414 28.514 1.561 L 25.308 11.882 C 25.228 12.149 25.135 12.322 25.028 12.402 C 24.922 12.482 24.749 12.536 24.523 12.536 L 23.379 12.536 C 23.126 12.536 22.953 12.496 22.847 12.402 C 22.74 12.309 22.647 12.135 22.594 11.868 L 20.532 3.257 L 18.483 11.855 C 18.416 12.122 18.337 12.295 18.23 12.389 C 18.124 12.482 17.938 12.522 17.698 12.522 Z M 33.649 12.883 C 32.957 12.883 32.265 12.803 31.6 12.643 C 30.935 12.482 30.416 12.309 30.07 12.108 C 29.857 11.988 29.711 11.855 29.658 11.735 C 29.605 11.614 29.578 11.481 29.578 11.361 L 29.578 10.68 C 29.578 10.4 29.685 10.266 29.884 10.266 C 29.964 10.266 30.044 10.279 30.124 10.306 C 30.203 10.333 30.323 10.386 30.456 10.44 C 30.908 10.64 31.401 10.8 31.92 10.907 C 32.452 11.014 32.971 11.067 33.503 11.067 C 34.341 11.067 34.993 10.92 35.445 10.627 C 35.897 10.333 36.137 9.906 36.137 9.358 C 36.137 8.984 36.017 8.677 35.778 8.424 C 35.538 8.17 35.086 7.943 34.434 7.729 L 32.505 7.129 C 31.534 6.822 30.815 6.368 30.376 5.767 C 29.937 5.179 29.711 4.525 29.711 3.831 C 29.711 3.27 29.831 2.776 30.07 2.349 C 30.31 1.922 30.629 1.548 31.028 1.254 C 31.427 0.947 31.88 0.72 32.412 0.56 C 32.944 0.4 33.503 0.333 34.088 0.333 C 34.381 0.333 34.687 0.346 34.979 0.386 C 35.285 0.426 35.565 0.48 35.844 0.533 C 36.11 0.6 36.363 0.667 36.602 0.747 C 36.842 0.827 37.028 0.907 37.161 0.987 C 37.347 1.094 37.48 1.201 37.56 1.321 C 37.64 1.428 37.68 1.575 37.68 1.762 L 37.68 2.389 C 37.68 2.669 37.574 2.816 37.374 2.816 C 37.268 2.816 37.095 2.763 36.868 2.656 C 36.11 2.309 35.259 2.135 34.314 2.135 C 33.556 2.135 32.957 2.256 32.545 2.509 C 32.132 2.763 31.92 3.15 31.92 3.697 C 31.92 4.071 32.053 4.392 32.319 4.645 C 32.585 4.899 33.077 5.153 33.782 5.38 L 35.671 5.98 C 36.629 6.288 37.321 6.715 37.733 7.262 C 38.146 7.81 38.345 8.437 38.345 9.131 C 38.345 9.705 38.225 10.226 37.999 10.68 C 37.76 11.134 37.441 11.534 37.028 11.855 C 36.616 12.189 36.123 12.429 35.551 12.602 C 34.953 12.789 34.327 12.883 33.649 12.883 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 36.163 19.372 C 31.787 22.616 25.427 24.338 19.96 24.338 C 12.297 24.338 5.392 21.495 0.177 16.768 C -0.235 16.395 0.137 15.887 0.63 16.181 C 6.27 19.465 13.228 21.455 20.425 21.455 C 25.281 21.455 30.616 20.44 35.525 18.357 C 36.257 18.023 36.882 18.838 36.163 19.372 Z\" fill=\"rgb(255,153,0)\"></path><path d=\"M 37.986 17.289 C 37.427 16.568 34.288 16.942 32.864 17.116 C 32.438 17.169 32.372 16.795 32.758 16.515 C 35.259 14.752 39.37 15.26 39.849 15.847 C 40.327 16.448 39.715 20.573 37.374 22.549 C 37.015 22.857 36.669 22.696 36.829 22.296 C 37.361 20.974 38.545 17.997 37.986 17.289 Z\" fill=\"rgb(255,153,0)\"></path></svg>',svgContentId:9880610466,withExternalLayout:true,...addPropertyOverrides({niJQkyKka:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 25\"><path d=\"M 11.272 9.051 C 11.272 9.545 11.326 9.946 11.419 10.239 C 11.525 10.533 11.658 10.853 11.845 11.201 C 11.911 11.307 11.938 11.414 11.938 11.508 C 11.938 11.641 11.858 11.775 11.685 11.908 L 10.847 12.469 C 10.727 12.549 10.607 12.589 10.501 12.589 C 10.368 12.589 10.235 12.522 10.102 12.402 C 9.915 12.202 9.756 11.988 9.623 11.775 C 9.49 11.548 9.357 11.294 9.21 10.987 C 8.173 12.215 6.869 12.829 5.299 12.829 C 4.182 12.829 3.29 12.509 2.638 11.868 C 1.987 11.227 1.654 10.373 1.654 9.305 C 1.654 8.17 2.053 7.249 2.865 6.555 C 3.676 5.86 4.754 5.513 6.124 5.513 C 6.576 5.513 7.042 5.553 7.534 5.62 C 8.026 5.687 8.532 5.794 9.064 5.914 L 9.064 4.939 C 9.064 3.924 8.851 3.217 8.439 2.803 C 8.013 2.389 7.295 2.189 6.27 2.189 C 5.805 2.189 5.326 2.242 4.833 2.362 C 4.341 2.483 3.862 2.629 3.397 2.816 C 3.184 2.91 3.024 2.963 2.931 2.99 C 2.838 3.017 2.771 3.03 2.718 3.03 C 2.532 3.03 2.439 2.896 2.439 2.616 L 2.439 1.962 C 2.439 1.748 2.465 1.588 2.532 1.495 C 2.598 1.401 2.718 1.308 2.904 1.214 C 3.37 0.974 3.929 0.774 4.581 0.613 C 5.233 0.44 5.924 0.36 6.656 0.36 C 8.239 0.36 9.397 0.72 10.142 1.441 C 10.873 2.162 11.246 3.257 11.246 4.725 L 11.246 9.051 Z M 5.871 11.08 C 6.31 11.08 6.763 11 7.241 10.84 C 7.72 10.68 8.146 10.386 8.505 9.986 C 8.718 9.732 8.878 9.452 8.958 9.131 C 9.037 8.811 9.091 8.424 9.091 7.97 L 9.091 7.409 C 8.705 7.316 8.292 7.235 7.867 7.182 C 7.441 7.129 7.029 7.102 6.616 7.102 C 5.725 7.102 5.073 7.275 4.634 7.636 C 4.195 7.996 3.982 8.504 3.982 9.171 C 3.982 9.799 4.142 10.266 4.474 10.586 C 4.794 10.92 5.259 11.08 5.871 11.08 Z M 16.554 12.522 C 16.315 12.522 16.155 12.482 16.048 12.389 C 15.942 12.309 15.849 12.122 15.769 11.868 L 12.643 1.548 C 12.563 1.281 12.523 1.107 12.523 1.014 C 12.523 0.8 12.629 0.68 12.842 0.68 L 14.146 0.68 C 14.399 0.68 14.572 0.72 14.665 0.814 C 14.771 0.894 14.851 1.081 14.931 1.334 L 17.166 10.173 L 19.241 1.334 C 19.308 1.067 19.388 0.894 19.494 0.814 C 19.601 0.734 19.787 0.68 20.026 0.68 L 21.091 0.68 C 21.343 0.68 21.516 0.72 21.623 0.814 C 21.729 0.894 21.822 1.081 21.875 1.334 L 23.977 10.279 L 26.279 1.334 C 26.359 1.067 26.452 0.894 26.545 0.814 C 26.651 0.734 26.824 0.68 27.064 0.68 L 28.301 0.68 C 28.514 0.68 28.634 0.787 28.634 1.014 C 28.634 1.081 28.62 1.147 28.607 1.228 C 28.594 1.308 28.567 1.414 28.514 1.561 L 25.308 11.882 C 25.228 12.149 25.135 12.322 25.028 12.402 C 24.922 12.482 24.749 12.536 24.523 12.536 L 23.379 12.536 C 23.126 12.536 22.953 12.496 22.847 12.402 C 22.74 12.309 22.647 12.135 22.594 11.868 L 20.532 3.257 L 18.483 11.855 C 18.416 12.122 18.337 12.295 18.23 12.389 C 18.124 12.482 17.938 12.522 17.698 12.522 Z M 33.649 12.883 C 32.957 12.883 32.265 12.803 31.6 12.643 C 30.935 12.482 30.416 12.309 30.07 12.108 C 29.857 11.988 29.711 11.855 29.658 11.735 C 29.605 11.614 29.578 11.481 29.578 11.361 L 29.578 10.68 C 29.578 10.4 29.685 10.266 29.884 10.266 C 29.964 10.266 30.044 10.279 30.124 10.306 C 30.203 10.333 30.323 10.386 30.456 10.44 C 30.908 10.64 31.401 10.8 31.92 10.907 C 32.452 11.014 32.971 11.067 33.503 11.067 C 34.341 11.067 34.993 10.92 35.445 10.627 C 35.897 10.333 36.137 9.906 36.137 9.358 C 36.137 8.984 36.017 8.677 35.778 8.424 C 35.538 8.17 35.086 7.943 34.434 7.729 L 32.505 7.129 C 31.534 6.822 30.815 6.368 30.376 5.767 C 29.937 5.179 29.711 4.525 29.711 3.831 C 29.711 3.27 29.831 2.776 30.07 2.349 C 30.31 1.922 30.629 1.548 31.028 1.254 C 31.427 0.947 31.88 0.72 32.412 0.56 C 32.944 0.4 33.503 0.333 34.088 0.333 C 34.381 0.333 34.687 0.346 34.979 0.386 C 35.285 0.426 35.565 0.48 35.844 0.533 C 36.11 0.6 36.363 0.667 36.602 0.747 C 36.842 0.827 37.028 0.907 37.161 0.987 C 37.347 1.094 37.48 1.201 37.56 1.321 C 37.64 1.428 37.68 1.575 37.68 1.762 L 37.68 2.389 C 37.68 2.669 37.574 2.816 37.374 2.816 C 37.268 2.816 37.095 2.763 36.868 2.656 C 36.11 2.309 35.259 2.135 34.314 2.135 C 33.556 2.135 32.957 2.256 32.545 2.509 C 32.132 2.763 31.92 3.15 31.92 3.697 C 31.92 4.071 32.053 4.392 32.319 4.645 C 32.585 4.899 33.077 5.153 33.782 5.38 L 35.671 5.98 C 36.629 6.288 37.321 6.715 37.733 7.262 C 38.146 7.81 38.345 8.437 38.345 9.131 C 38.345 9.705 38.225 10.226 37.999 10.68 C 37.76 11.134 37.441 11.534 37.028 11.855 C 36.616 12.189 36.123 12.429 35.551 12.602 C 34.953 12.789 34.327 12.883 33.649 12.883 Z\" fill=\"rgb(255, 255, 255)\"></path><path d=\"M 36.163 19.372 C 31.787 22.616 25.427 24.338 19.96 24.338 C 12.297 24.338 5.392 21.495 0.177 16.768 C -0.235 16.395 0.137 15.887 0.63 16.181 C 6.27 19.465 13.228 21.455 20.425 21.455 C 25.281 21.455 30.616 20.44 35.525 18.357 C 36.257 18.023 36.882 18.838 36.163 19.372 Z\" fill=\"rgb(255, 153, 0)\"></path><path d=\"M 37.986 17.289 C 37.427 16.568 34.288 16.942 32.864 17.116 C 32.438 17.169 32.372 16.795 32.758 16.515 C 35.259 14.752 39.37 15.26 39.849 15.847 C 40.327 16.448 39.715 20.573 37.374 22.549 C 37.015 22.857 36.669 22.696 36.829 22.296 C 37.361 20.974 38.545 17.997 37.986 17.289 Z\" fill=\"rgb(255, 153, 0)\"></path></svg>',svgContentId:12603382332}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12osxvu\",\"data-framer-name\":\"AWS grey\",layoutDependency:layoutDependency,layoutId:\"T_3AUrjP8\",style:{opacity:0},variants:{niJQkyKka:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5ak5yw\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QcffAmLMh\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 25\"><path d=\"M 11.272 9.051 C 11.272 9.545 11.326 9.946 11.419 10.239 C 11.525 10.533 11.658 10.853 11.845 11.201 C 11.911 11.307 11.938 11.414 11.938 11.508 C 11.938 11.641 11.858 11.775 11.685 11.908 L 10.847 12.469 C 10.727 12.549 10.607 12.589 10.501 12.589 C 10.368 12.589 10.235 12.522 10.102 12.402 C 9.915 12.202 9.756 11.988 9.623 11.775 C 9.49 11.548 9.357 11.294 9.21 10.987 C 8.173 12.215 6.869 12.829 5.299 12.829 C 4.182 12.829 3.29 12.509 2.638 11.868 C 1.987 11.227 1.654 10.373 1.654 9.305 C 1.654 8.17 2.053 7.249 2.865 6.555 C 3.676 5.86 4.754 5.513 6.124 5.513 C 6.576 5.513 7.042 5.553 7.534 5.62 C 8.026 5.687 8.532 5.794 9.064 5.914 L 9.064 4.939 C 9.064 3.924 8.851 3.217 8.439 2.803 C 8.013 2.389 7.295 2.189 6.27 2.189 C 5.805 2.189 5.326 2.242 4.833 2.362 C 4.341 2.483 3.862 2.629 3.397 2.816 C 3.184 2.91 3.024 2.963 2.931 2.99 C 2.838 3.017 2.771 3.03 2.718 3.03 C 2.532 3.03 2.439 2.896 2.439 2.616 L 2.439 1.962 C 2.439 1.748 2.465 1.588 2.532 1.495 C 2.598 1.401 2.718 1.308 2.904 1.214 C 3.37 0.974 3.929 0.774 4.581 0.613 C 5.233 0.44 5.924 0.36 6.656 0.36 C 8.239 0.36 9.397 0.72 10.142 1.441 C 10.873 2.162 11.246 3.257 11.246 4.725 L 11.246 9.051 Z M 5.871 11.08 C 6.31 11.08 6.763 11 7.241 10.84 C 7.72 10.68 8.146 10.386 8.505 9.986 C 8.718 9.732 8.878 9.452 8.958 9.131 C 9.037 8.811 9.091 8.424 9.091 7.97 L 9.091 7.409 C 8.705 7.316 8.292 7.235 7.867 7.182 C 7.441 7.129 7.029 7.102 6.616 7.102 C 5.725 7.102 5.073 7.275 4.634 7.636 C 4.195 7.996 3.982 8.504 3.982 9.171 C 3.982 9.799 4.142 10.266 4.474 10.586 C 4.794 10.92 5.259 11.08 5.871 11.08 Z M 16.554 12.522 C 16.315 12.522 16.155 12.482 16.048 12.389 C 15.942 12.309 15.849 12.122 15.769 11.868 L 12.643 1.548 C 12.563 1.281 12.523 1.107 12.523 1.014 C 12.523 0.8 12.629 0.68 12.842 0.68 L 14.146 0.68 C 14.399 0.68 14.572 0.72 14.665 0.814 C 14.771 0.894 14.851 1.081 14.931 1.334 L 17.166 10.173 L 19.241 1.334 C 19.308 1.067 19.388 0.894 19.494 0.814 C 19.601 0.734 19.787 0.68 20.026 0.68 L 21.091 0.68 C 21.343 0.68 21.516 0.72 21.623 0.814 C 21.729 0.894 21.822 1.081 21.875 1.334 L 23.977 10.279 L 26.279 1.334 C 26.359 1.067 26.452 0.894 26.545 0.814 C 26.651 0.734 26.824 0.68 27.064 0.68 L 28.301 0.68 C 28.514 0.68 28.634 0.787 28.634 1.014 C 28.634 1.081 28.62 1.147 28.607 1.228 C 28.594 1.308 28.567 1.414 28.514 1.561 L 25.308 11.882 C 25.228 12.149 25.135 12.322 25.028 12.402 C 24.922 12.482 24.749 12.536 24.523 12.536 L 23.379 12.536 C 23.126 12.536 22.953 12.496 22.847 12.402 C 22.74 12.309 22.647 12.135 22.594 11.868 L 20.532 3.257 L 18.483 11.855 C 18.416 12.122 18.337 12.295 18.23 12.389 C 18.124 12.482 17.938 12.522 17.698 12.522 Z M 33.649 12.883 C 32.957 12.883 32.265 12.803 31.6 12.643 C 30.935 12.482 30.416 12.309 30.07 12.108 C 29.857 11.988 29.711 11.855 29.658 11.735 C 29.605 11.614 29.578 11.481 29.578 11.361 L 29.578 10.68 C 29.578 10.4 29.685 10.266 29.884 10.266 C 29.964 10.266 30.044 10.279 30.124 10.306 C 30.203 10.333 30.323 10.386 30.456 10.44 C 30.908 10.64 31.401 10.8 31.92 10.907 C 32.452 11.014 32.971 11.067 33.503 11.067 C 34.341 11.067 34.993 10.92 35.445 10.627 C 35.897 10.333 36.137 9.906 36.137 9.358 C 36.137 8.984 36.017 8.677 35.778 8.424 C 35.538 8.17 35.086 7.943 34.434 7.729 L 32.505 7.129 C 31.534 6.822 30.815 6.368 30.376 5.767 C 29.937 5.179 29.711 4.525 29.711 3.831 C 29.711 3.27 29.831 2.776 30.07 2.349 C 30.31 1.922 30.629 1.548 31.028 1.254 C 31.427 0.947 31.88 0.72 32.412 0.56 C 32.944 0.4 33.503 0.333 34.088 0.333 C 34.381 0.333 34.687 0.346 34.979 0.386 C 35.285 0.426 35.565 0.48 35.844 0.533 C 36.11 0.6 36.363 0.667 36.602 0.747 C 36.842 0.827 37.028 0.907 37.161 0.987 C 37.347 1.094 37.48 1.201 37.56 1.321 C 37.64 1.428 37.68 1.575 37.68 1.762 L 37.68 2.389 C 37.68 2.669 37.574 2.816 37.374 2.816 C 37.268 2.816 37.095 2.763 36.868 2.656 C 36.11 2.309 35.259 2.135 34.314 2.135 C 33.556 2.135 32.957 2.256 32.545 2.509 C 32.132 2.763 31.92 3.15 31.92 3.697 C 31.92 4.071 32.053 4.392 32.319 4.645 C 32.585 4.899 33.077 5.153 33.782 5.38 L 35.671 5.98 C 36.629 6.288 37.321 6.715 37.733 7.262 C 38.146 7.81 38.345 8.437 38.345 9.131 C 38.345 9.705 38.225 10.226 37.999 10.68 C 37.76 11.134 37.441 11.534 37.028 11.855 C 36.616 12.189 36.123 12.429 35.551 12.602 C 34.953 12.789 34.327 12.883 33.649 12.883 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 36.163 19.372 C 31.787 22.616 25.427 24.338 19.96 24.338 C 12.297 24.338 5.392 21.495 0.177 16.768 C -0.235 16.395 0.137 15.887 0.63 16.181 C 6.27 19.465 13.228 21.455 20.425 21.455 C 25.281 21.455 30.616 20.44 35.525 18.357 C 36.257 18.023 36.882 18.838 36.163 19.372 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 37.986 17.289 C 37.427 16.568 34.288 16.942 32.864 17.116 C 32.438 17.169 32.372 16.795 32.758 16.515 C 35.259 14.752 39.37 15.26 39.849 15.847 C 40.327 16.448 39.715 20.573 37.374 22.549 C 37.015 22.857 36.669 22.696 36.829 22.296 C 37.361 20.974 38.545 17.997 37.986 17.289 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path></svg>',svgContentId:10441506647,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f37j1n\",\"data-border\":true,\"data-framer-name\":\"circle\",layoutDependency:layoutDependency,layoutId:\"meHi205LZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"inset 0px 8px 40px -7px rgba(82, 82, 91, 0.7)\"},variants:{niJQkyKka:{boxShadow:\"inset 0px 8px 40px -7px rgba(82, 82, 91, 0)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m71u79\",\"data-framer-name\":\"Google Cloud\",layoutDependency:layoutDependency,layoutId:\"pimhw2ysc\",style:{opacity:1},variants:{niJQkyKka:{opacity:0}},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-6yi191\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"DC5HxFw33\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 33\"><path d=\"M 25.382 9.198 L 26.602 9.198 L 30.079 5.721 L 30.249 4.244 C 23.778 -1.468 13.903 -0.851 8.191 5.62 C 6.603 7.416 5.453 9.555 4.824 11.87 C 5.211 11.712 5.641 11.685 6.044 11.798 L 12.998 10.65 C 12.998 10.65 13.35 10.065 13.535 10.101 C 16.628 6.703 21.833 6.307 25.406 9.198 Z\" fill=\"rgb(234,67,53)\"></path><path d=\"M 35.032 11.87 C 34.233 8.926 32.593 6.28 30.311 4.259 L 25.433 9.138 C 27.493 10.821 28.667 13.359 28.616 16.019 L 28.616 16.886 C 31.015 16.886 32.96 18.831 32.96 21.23 C 32.96 23.628 31.015 25.573 28.616 25.573 L 19.929 25.573 L 19.063 26.452 L 19.063 31.662 L 19.929 32.529 L 28.616 32.529 C 34.854 32.577 39.952 27.559 40 21.321 C 40.029 17.532 38.163 13.988 35.032 11.87 Z\" fill=\"rgb(66,133,244)\"></path><path d=\"M 11.23 32.474 L 19.917 32.474 L 19.917 25.52 L 11.23 25.52 C 10.61 25.52 10.001 25.386 9.436 25.129 L 8.216 25.508 L 4.716 28.985 L 4.411 30.205 C 6.372 31.689 8.769 32.486 11.23 32.474 Z\" fill=\"rgb(52,168,83)\"></path><path d=\"M 11.23 9.918 C 4.99 9.954 -0.036 15.042 0 21.282 C 0.022 24.766 1.647 28.046 4.411 30.169 L 9.448 25.131 C 7.263 24.144 6.291 21.57 7.278 19.386 C 8.265 17.201 10.839 16.228 13.024 17.215 C 13.986 17.649 14.757 18.423 15.194 19.386 L 20.232 14.348 C 18.09 11.544 14.757 9.904 11.23 9.918 Z\" fill=\"rgb(251,188,5)\"></path></svg>',svgContentId:11945136119,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-hwto7g\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"e_DeBqkWZ\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 33\"><path d=\"M 25.382 9.198 L 26.602 9.198 L 30.079 5.721 L 30.249 4.244 C 23.778 -1.468 13.903 -0.851 8.191 5.62 C 6.603 7.416 5.453 9.555 4.824 11.87 C 5.211 11.712 5.641 11.685 6.044 11.798 L 12.998 10.65 C 12.998 10.65 13.35 10.065 13.535 10.101 C 16.628 6.703 21.833 6.307 25.406 9.198 Z\" fill=\"rgb(234,67,53)\"></path><path d=\"M 35.032 11.87 C 34.233 8.926 32.593 6.28 30.311 4.259 L 25.433 9.138 C 27.493 10.821 28.667 13.359 28.616 16.019 L 28.616 16.886 C 31.015 16.886 32.96 18.831 32.96 21.23 C 32.96 23.628 31.015 25.573 28.616 25.573 L 19.929 25.573 L 19.063 26.452 L 19.063 31.662 L 19.929 32.529 L 28.616 32.529 C 34.854 32.577 39.952 27.559 40 21.321 C 40.029 17.532 38.163 13.988 35.032 11.87 Z\" fill=\"rgb(66,133,244)\"></path><path d=\"M 11.23 32.474 L 19.917 32.474 L 19.917 25.52 L 11.23 25.52 C 10.61 25.52 10.001 25.386 9.436 25.129 L 8.216 25.508 L 4.716 28.985 L 4.411 30.205 C 6.372 31.689 8.769 32.486 11.23 32.474 Z\" fill=\"rgb(52,168,83)\"></path><path d=\"M 11.23 9.918 C 4.99 9.954 -0.036 15.042 0 21.282 C 0.022 24.766 1.647 28.046 4.411 30.169 L 9.448 25.131 C 7.263 24.144 6.291 21.57 7.278 19.386 C 8.265 17.201 10.839 16.228 13.024 17.215 C 13.986 17.649 14.757 18.423 15.194 19.386 L 20.232 14.348 C 18.09 11.544 14.757 9.904 11.23 9.918 Z\" fill=\"rgb(251,188,5)\"></path></svg>',svgContentId:8994560498,withExternalLayout:true,...addPropertyOverrides({niJQkyKka:{svgContentId:11945136119}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r44n40\",\"data-framer-name\":\"Google Cloud grey\",layoutDependency:layoutDependency,layoutId:\"lDKvfhI6E\",style:{opacity:0},variants:{niJQkyKka:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cf6xqb\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oT1pSs6MF\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 33\"><path d=\"M 25.382 9.198 L 26.602 9.198 L 30.079 5.721 L 30.249 4.244 C 23.778 -1.468 13.903 -0.851 8.191 5.62 C 6.603 7.416 5.453 9.555 4.824 11.87 C 5.211 11.712 5.641 11.685 6.044 11.798 L 12.998 10.65 C 12.998 10.65 13.35 10.065 13.535 10.101 C 16.628 6.703 21.833 6.307 25.406 9.198 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 35.032 11.87 C 34.233 8.926 32.593 6.28 30.311 4.259 L 25.433 9.138 C 27.493 10.821 28.667 13.359 28.616 16.019 L 28.616 16.886 C 31.015 16.886 32.96 18.831 32.96 21.23 C 32.96 23.628 31.015 25.573 28.616 25.573 L 19.929 25.573 L 19.063 26.452 L 19.063 31.662 L 19.929 32.529 L 28.616 32.529 C 34.854 32.577 39.952 27.559 40 21.321 C 40.029 17.532 38.163 13.988 35.032 11.87 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 11.23 32.474 L 19.917 32.474 L 19.917 25.52 L 11.23 25.52 C 10.61 25.52 10.001 25.386 9.436 25.129 L 8.216 25.508 L 4.716 28.985 L 4.411 30.205 C 6.372 31.689 8.769 32.486 11.23 32.474 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 11.23 9.918 C 4.99 9.954 -0.036 15.042 0 21.282 C 0.022 24.766 1.647 28.046 4.411 30.169 L 9.448 25.131 C 7.263 24.144 6.291 21.57 7.278 19.386 C 8.265 17.201 10.839 16.228 13.024 17.215 C 13.986 17.649 14.757 18.423 15.194 19.386 L 20.232 14.348 C 18.09 11.544 14.757 9.904 11.23 9.918 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path></svg>',svgContentId:11537799377,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gpkfv1\",\"data-border\":true,\"data-framer-name\":\"circle\",layoutDependency:layoutDependency,layoutId:\"jl3ANH8qr\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(82, 82, 91)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"inset 0px 8px 40px -7px rgba(82, 82, 91, 0.7)\"},variants:{niJQkyKka:{boxShadow:\"inset 0px 8px 40px -7px rgba(82, 82, 91, 0)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a78d2k\",\"data-framer-name\":\"Azure\",layoutDependency:layoutDependency,layoutId:\"xqG5_NU2A\",style:{opacity:1},variants:{niJQkyKka:{opacity:0}},children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-169t1hm\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"X2qzbmsav\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g><defs><linearGradient id=\"idss11896271477_1g534176302\" x1=\"0.6657339975815592\" x2=\"0.33426600241844084\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(17,74,139)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(6,105,188)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 13.891 2.727 L 24.74 2.727 L 13.477 36.097 C 13.362 36.44 13.141 36.737 12.847 36.949 C 12.553 37.16 12.201 37.273 11.839 37.273 L 3.395 37.273 C 3.121 37.273 2.851 37.208 2.607 37.083 C 2.363 36.958 2.152 36.776 1.992 36.553 C 1.832 36.331 1.728 36.073 1.687 35.802 C 1.647 35.531 1.671 35.254 1.759 34.994 L 12.252 3.904 C 12.367 3.561 12.588 3.263 12.882 3.051 C 13.176 2.84 13.529 2.727 13.891 2.727 Z\" fill=\"url(#idss11896271477_1g534176302)\"></path></g><path d=\"M 29.656 25.108 L 12.452 25.108 C 12.292 25.108 12.136 25.156 12.004 25.246 C 11.871 25.336 11.769 25.464 11.71 25.613 C 11.652 25.761 11.639 25.924 11.675 26.08 C 11.71 26.236 11.791 26.378 11.908 26.487 L 22.963 36.806 C 23.285 37.106 23.709 37.273 24.149 37.273 L 33.891 37.273 Z\" fill=\"rgb(0,120,212)\"></path><g><defs><linearGradient id=\"idss11896271477_3g1627020199\" x1=\"1\" x2=\"5.551115123125783e-17\" y1=\"0.3273980578991814\" y2=\"0.6726019421008186\"><stop offset=\"0\" stop-color=\"rgba(0,0,0,0.3)\" stop-opacity=\"0.3\"></stop><stop offset=\"1\" stop-color=\"rgba(0,0,0,0)\" stop-opacity=\"0\"></stop></linearGradient></defs><path d=\"M 13.891 2.727 C 13.525 2.725 13.168 2.841 12.873 3.057 C 12.577 3.272 12.358 3.577 12.248 3.926 L 1.772 34.965 C 1.678 35.226 1.649 35.505 1.686 35.78 C 1.723 36.055 1.826 36.316 1.986 36.542 C 2.146 36.769 2.358 36.953 2.604 37.081 C 2.85 37.208 3.123 37.274 3.4 37.273 L 12.061 37.273 C 12.384 37.215 12.685 37.073 12.935 36.861 C 13.185 36.648 13.373 36.374 13.482 36.065 L 15.571 29.907 L 23.034 36.868 C 23.346 37.127 23.739 37.27 24.145 37.273 L 33.85 37.273 L 29.593 25.109 L 17.185 25.112 L 24.779 2.727 Z\" fill=\"url(#idss11896271477_3g1627020199)\"></path></g><g><defs><linearGradient id=\"idss11896271477_4g1259171263\" x1=\"0.3106661756965635\" x2=\"0.6893338243034365\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(60,203,244)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(40,146,223)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 27.748 3.902 C 27.632 3.559 27.412 3.261 27.119 3.051 C 26.825 2.84 26.473 2.727 26.111 2.727 L 14.02 2.727 C 14.382 2.727 14.734 2.84 15.027 3.051 C 15.321 3.262 15.541 3.559 15.657 3.902 L 26.15 34.993 C 26.238 35.253 26.262 35.53 26.222 35.801 C 26.181 36.073 26.077 36.33 25.917 36.553 C 25.757 36.776 25.546 36.957 25.302 37.083 C 25.058 37.208 24.788 37.273 24.513 37.273 L 36.605 37.273 C 36.879 37.273 37.15 37.208 37.394 37.083 C 37.638 36.957 37.848 36.776 38.008 36.553 C 38.168 36.33 38.272 36.072 38.313 35.801 C 38.354 35.53 38.329 35.253 38.241 34.993 Z\" fill=\"url(#idss11896271477_4g1259171263)\"></path></g></svg>',svgContentId:11896271477,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1y8haf7\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yPZUmiMY8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g><defs><linearGradient id=\"idss9344034155_1g534176302\" x1=\"0.6657339975815592\" x2=\"0.33426600241844084\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(17,74,139)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(6,105,188)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 13.891 2.727 L 24.74 2.727 L 13.477 36.097 C 13.362 36.44 13.141 36.737 12.847 36.949 C 12.553 37.16 12.201 37.273 11.839 37.273 L 3.395 37.273 C 3.121 37.273 2.851 37.208 2.607 37.083 C 2.363 36.958 2.152 36.776 1.992 36.553 C 1.832 36.331 1.728 36.073 1.687 35.802 C 1.647 35.531 1.671 35.254 1.759 34.994 L 12.252 3.904 C 12.367 3.561 12.588 3.263 12.882 3.051 C 13.176 2.84 13.529 2.727 13.891 2.727 Z\" fill=\"url(#idss9344034155_1g534176302)\"></path></g><path d=\"M 29.656 25.108 L 12.452 25.108 C 12.292 25.108 12.136 25.156 12.004 25.246 C 11.871 25.336 11.769 25.464 11.71 25.613 C 11.652 25.761 11.639 25.924 11.675 26.08 C 11.71 26.236 11.791 26.378 11.908 26.487 L 22.963 36.806 C 23.285 37.106 23.709 37.273 24.149 37.273 L 33.891 37.273 Z\" fill=\"rgb(0,120,212)\"></path><g><defs><linearGradient id=\"idss9344034155_3g1627020199\" x1=\"1\" x2=\"5.551115123125783e-17\" y1=\"0.3273980578991814\" y2=\"0.6726019421008186\"><stop offset=\"0\" stop-color=\"rgba(0,0,0,0.3)\" stop-opacity=\"0.3\"></stop><stop offset=\"1\" stop-color=\"rgba(0,0,0,0)\" stop-opacity=\"0\"></stop></linearGradient></defs><path d=\"M 13.891 2.727 C 13.525 2.725 13.168 2.841 12.873 3.057 C 12.577 3.272 12.358 3.577 12.248 3.926 L 1.772 34.965 C 1.678 35.226 1.649 35.505 1.686 35.78 C 1.723 36.055 1.826 36.316 1.986 36.542 C 2.146 36.769 2.358 36.953 2.604 37.081 C 2.85 37.208 3.123 37.274 3.4 37.273 L 12.061 37.273 C 12.384 37.215 12.685 37.073 12.935 36.861 C 13.185 36.648 13.373 36.374 13.482 36.065 L 15.571 29.907 L 23.034 36.868 C 23.346 37.127 23.739 37.27 24.145 37.273 L 33.85 37.273 L 29.593 25.109 L 17.185 25.112 L 24.779 2.727 Z\" fill=\"url(#idss9344034155_3g1627020199)\"></path></g><g><defs><linearGradient id=\"idss9344034155_4g1259171263\" x1=\"0.3106661756965635\" x2=\"0.6893338243034365\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(60,203,244)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(40,146,223)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 27.748 3.902 C 27.632 3.559 27.412 3.261 27.119 3.051 C 26.825 2.84 26.473 2.727 26.111 2.727 L 14.02 2.727 C 14.382 2.727 14.734 2.84 15.027 3.051 C 15.321 3.262 15.541 3.559 15.657 3.902 L 26.15 34.993 C 26.238 35.253 26.262 35.53 26.222 35.801 C 26.181 36.073 26.077 36.33 25.917 36.553 C 25.757 36.776 25.546 36.957 25.302 37.083 C 25.058 37.208 24.788 37.273 24.513 37.273 L 36.605 37.273 C 36.879 37.273 37.15 37.208 37.394 37.083 C 37.638 36.957 37.848 36.776 38.008 36.553 C 38.168 36.33 38.272 36.072 38.313 35.801 C 38.354 35.53 38.329 35.253 38.241 34.993 Z\" fill=\"url(#idss9344034155_4g1259171263)\"></path></g></svg>',svgContentId:9344034155,withExternalLayout:true,...addPropertyOverrides({niJQkyKka:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><g><defs><linearGradient id=\"idss11896271477_1g534176302\" x1=\"0.6657339975815592\" x2=\"0.33426600241844084\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(17,74,139)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(6,105,188)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 13.891 2.727 L 24.74 2.727 L 13.477 36.097 C 13.362 36.44 13.141 36.737 12.847 36.949 C 12.553 37.16 12.201 37.273 11.839 37.273 L 3.395 37.273 C 3.121 37.273 2.851 37.208 2.607 37.083 C 2.363 36.958 2.152 36.776 1.992 36.553 C 1.832 36.331 1.728 36.073 1.687 35.802 C 1.647 35.531 1.671 35.254 1.759 34.994 L 12.252 3.904 C 12.367 3.561 12.588 3.263 12.882 3.051 C 13.176 2.84 13.529 2.727 13.891 2.727 Z\" fill=\"url(#idss11896271477_1g534176302)\"></path></g><path d=\"M 29.656 25.108 L 12.452 25.108 C 12.292 25.108 12.136 25.156 12.004 25.246 C 11.871 25.336 11.769 25.464 11.71 25.613 C 11.652 25.761 11.639 25.924 11.675 26.08 C 11.71 26.236 11.791 26.378 11.908 26.487 L 22.963 36.806 C 23.285 37.106 23.709 37.273 24.149 37.273 L 33.891 37.273 Z\" fill=\"rgb(0,120,212)\"></path><g><defs><linearGradient id=\"idss11896271477_3g1627020199\" x1=\"1\" x2=\"5.551115123125783e-17\" y1=\"0.3273980578991814\" y2=\"0.6726019421008186\"><stop offset=\"0\" stop-color=\"rgba(0,0,0,0.3)\" stop-opacity=\"0.3\"></stop><stop offset=\"1\" stop-color=\"rgba(0,0,0,0)\" stop-opacity=\"0\"></stop></linearGradient></defs><path d=\"M 13.891 2.727 C 13.525 2.725 13.168 2.841 12.873 3.057 C 12.577 3.272 12.358 3.577 12.248 3.926 L 1.772 34.965 C 1.678 35.226 1.649 35.505 1.686 35.78 C 1.723 36.055 1.826 36.316 1.986 36.542 C 2.146 36.769 2.358 36.953 2.604 37.081 C 2.85 37.208 3.123 37.274 3.4 37.273 L 12.061 37.273 C 12.384 37.215 12.685 37.073 12.935 36.861 C 13.185 36.648 13.373 36.374 13.482 36.065 L 15.571 29.907 L 23.034 36.868 C 23.346 37.127 23.739 37.27 24.145 37.273 L 33.85 37.273 L 29.593 25.109 L 17.185 25.112 L 24.779 2.727 Z\" fill=\"url(#idss11896271477_3g1627020199)\"></path></g><g><defs><linearGradient id=\"idss11896271477_4g1259171263\" x1=\"0.3106661756965635\" x2=\"0.6893338243034365\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(60,203,244)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(40,146,223)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 27.748 3.902 C 27.632 3.559 27.412 3.261 27.119 3.051 C 26.825 2.84 26.473 2.727 26.111 2.727 L 14.02 2.727 C 14.382 2.727 14.734 2.84 15.027 3.051 C 15.321 3.262 15.541 3.559 15.657 3.902 L 26.15 34.993 C 26.238 35.253 26.262 35.53 26.222 35.801 C 26.181 36.073 26.077 36.33 25.917 36.553 C 25.757 36.776 25.546 36.957 25.302 37.083 C 25.058 37.208 24.788 37.273 24.513 37.273 L 36.605 37.273 C 36.879 37.273 37.15 37.208 37.394 37.083 C 37.638 36.957 37.848 36.776 38.008 36.553 C 38.168 36.33 38.272 36.072 38.313 35.801 C 38.354 35.53 38.329 35.253 38.241 34.993 Z\" fill=\"url(#idss11896271477_4g1259171263)\"></path></g></svg>',svgContentId:11896271477}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rtv1o5\",\"data-framer-name\":\"Azure grey\",layoutDependency:layoutDependency,layoutId:\"qP4Ee6l3Z\",style:{opacity:0},variants:{niJQkyKka:{opacity:1}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k1fbwm\",\"data-framer-name\":\"Art\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"voervHPGV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 13.891 2.727 L 24.74 2.727 L 13.477 36.097 C 13.362 36.44 13.141 36.737 12.847 36.949 C 12.553 37.16 12.201 37.273 11.839 37.273 L 3.395 37.273 C 3.121 37.273 2.851 37.208 2.607 37.083 C 2.363 36.958 2.152 36.776 1.992 36.553 C 1.832 36.331 1.728 36.073 1.687 35.802 C 1.647 35.531 1.671 35.254 1.759 34.994 L 12.252 3.904 C 12.367 3.561 12.588 3.263 12.882 3.051 C 13.176 2.84 13.529 2.727 13.891 2.727 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 29.656 25.108 L 12.452 25.108 C 12.292 25.108 12.136 25.156 12.004 25.246 C 11.871 25.336 11.769 25.464 11.71 25.613 C 11.652 25.761 11.639 25.924 11.675 26.08 C 11.71 26.236 11.791 26.378 11.908 26.487 L 22.963 36.806 C 23.285 37.106 23.709 37.273 24.149 37.273 L 33.891 37.273 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 13.891 2.727 C 13.525 2.725 13.168 2.841 12.873 3.057 C 12.577 3.272 12.358 3.577 12.248 3.926 L 1.772 34.965 C 1.678 35.226 1.649 35.505 1.686 35.78 C 1.723 36.055 1.826 36.316 1.986 36.542 C 2.146 36.769 2.358 36.953 2.604 37.081 C 2.85 37.208 3.123 37.274 3.4 37.273 L 12.061 37.273 C 12.384 37.215 12.685 37.073 12.935 36.861 C 13.185 36.648 13.373 36.374 13.482 36.065 L 15.571 29.907 L 23.034 36.868 C 23.346 37.127 23.739 37.27 24.145 37.273 L 33.85 37.273 L 29.593 25.109 L 17.185 25.112 L 24.779 2.727 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path><path d=\"M 27.748 3.902 C 27.632 3.559 27.412 3.261 27.119 3.051 C 26.825 2.84 26.473 2.727 26.111 2.727 L 14.02 2.727 C 14.382 2.727 14.734 2.84 15.027 3.051 C 15.321 3.262 15.541 3.559 15.657 3.902 L 26.15 34.993 C 26.238 35.253 26.262 35.53 26.222 35.801 C 26.181 36.073 26.077 36.33 25.917 36.553 C 25.757 36.776 25.546 36.957 25.302 37.083 C 25.058 37.208 24.788 37.273 24.513 37.273 L 36.605 37.273 C 36.879 37.273 37.15 37.208 37.394 37.083 C 37.638 36.957 37.848 36.776 38.008 36.553 C 38.168 36.33 38.272 36.072 38.313 35.801 C 38.354 35.53 38.329 35.253 38.241 34.993 Z\" fill=\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91)) /* {&quot;name&quot;:&quot;Zinc 400&quot;} */\"></path></svg>',svgContentId:9362313658,withExternalLayout:true,...addPropertyOverrides({niJQkyKka:{svgContentId:11771679052}},baseVariant,gestureVariant)})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fs3pi5\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"DvEfjwVPl\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nojpsj\",\"data-border\":true,\"data-framer-name\":\"iso\",layoutDependency:layoutDependency,layoutId:\"E1mwtAWnR\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(155, 254, 170)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 50px 0px rgba(155, 254, 170, 0.5)\",opacity:1},variants:{niJQkyKka:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(155, 254, 170))\"},children:\"SOC 2\"})}),className:\"framer-n5e1xn\",\"data-framer-name\":\"SOC 2\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"QkfgLfIO1\",style:{\"--extracted-r6o4lv\":\"rgb(155, 254, 170)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rz0hrh\",\"data-border\":true,\"data-framer-name\":\"hipaa\",layoutDependency:layoutDependency,layoutId:\"MHdR1fGgF\",style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(155, 254, 170)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 50px 0px rgba(155, 254, 170, 0.5)\",opacity:1},variants:{niJQkyKka:{opacity:0}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(155, 254, 170))\"},children:\"PCI\"})}),className:\"framer-vr7wux\",\"data-framer-name\":\"PCI\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"NqoE2BqHv\",style:{\"--extracted-r6o4lv\":\"rgb(155, 254, 170)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5dSwE.framer-1ysgm3o, .framer-5dSwE .framer-1ysgm3o { display: block; }\",\".framer-5dSwE.framer-1fu10ex { height: 340px; overflow: hidden; position: relative; width: 416px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5dSwE .framer-15ivddt { aspect-ratio: 1.223529411764706 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 340px); left: 0px; overflow: visible; position: absolute; top: 0px; width: 416px; }\",\".framer-5dSwE .framer-1jsah50-container { flex: none; height: 72px; left: calc(62.740384615384635% - 109px / 2); position: absolute; top: calc(89.7058823529412% - 72px / 2); width: 109px; }\",\".framer-5dSwE .framer-1cko5y1 { height: 72px; position: relative; width: 109px; }\",\".framer-5dSwE .framer-eggbfg-container { flex: none; height: 58px; left: calc(44.71153846153849% - 43px / 2); position: absolute; top: calc(71.17647058823532% - 58px / 2); width: 43px; }\",\".framer-5dSwE .framer-18qn6ij { height: 58px; position: relative; width: 43px; }\",\".framer-5dSwE .framer-1qoyb1o-container { flex: none; height: 58px; left: calc(57.69230769230771% - 44px / 2); position: absolute; top: calc(29.411764705882376% - 58px / 2); width: 44px; }\",\".framer-5dSwE .framer-10fahvh { height: 58px; position: relative; width: 44px; }\",\".framer-5dSwE .framer-nek0yq-container { flex: none; height: 72px; left: calc(37.25961538461541% - 105px / 2); position: absolute; top: calc(10.58823529411767% - 72px / 2); width: 105px; }\",\".framer-5dSwE .framer-tj2216 { height: 72px; position: relative; width: 105px; }\",\".framer-5dSwE .framer-3ckj9g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; overflow: visible; padding: 0px 40px 0px 0px; position: absolute; top: 21%; width: 301px; }\",\".framer-5dSwE .framer-1mkr8ia, .framer-5dSwE .framer-mhrmkz, .framer-5dSwE .framer-nojpsj, .framer-5dSwE .framer-rz0hrh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 10px 4px 10px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-5dSwE .framer-13sfywt, .framer-5dSwE .framer-bsxewh, .framer-5dSwE .framer-n5e1xn, .framer-5dSwE .framer-vr7wux { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-5dSwE .framer-lcdhrj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-5dSwE .framer-1vd1mqm, .framer-5dSwE .framer-f37j1n, .framer-5dSwE .framer-1gpkfv1 { flex: none; height: 88px; overflow: hidden; position: relative; width: 88px; will-change: var(--framer-will-change-override, transform); }\",\".framer-5dSwE .framer-1yna8vo, .framer-5dSwE .framer-12osxvu, .framer-5dSwE .framer-m71u79, .framer-5dSwE .framer-1r44n40, .framer-5dSwE .framer-1a78d2k, .framer-5dSwE .framer-rtv1o5 { flex: none; height: 40px; left: calc(50.00000000000002% - 40px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 40px; }\",\".framer-5dSwE .framer-bnnaha, .framer-5dSwE .framer-5ak5yw { flex: none; height: 25px; left: 0px; position: absolute; top: 8px; width: 40px; }\",\".framer-5dSwE .framer-6yi191, .framer-5dSwE .framer-hwto7g, .framer-5dSwE .framer-1cf6xqb { flex: none; height: 33px; left: 0px; position: absolute; top: 3px; width: 40px; }\",\".framer-5dSwE .framer-169t1hm, .framer-5dSwE .framer-1y8haf7, .framer-5dSwE .framer-k1fbwm { flex: none; height: 40px; left: 0px; position: absolute; top: 0px; width: 40px; }\",\".framer-5dSwE .framer-fs3pi5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; overflow: visible; padding: 0px 0px 0px 40px; position: absolute; top: 79%; width: 301px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5dSwE .framer-1mkr8ia, .framer-5dSwE .framer-mhrmkz, .framer-5dSwE .framer-lcdhrj, .framer-5dSwE .framer-nojpsj, .framer-5dSwE .framer-rz0hrh { gap: 0px; } .framer-5dSwE .framer-1mkr8ia > *, .framer-5dSwE .framer-mhrmkz > *, .framer-5dSwE .framer-nojpsj > *, .framer-5dSwE .framer-rz0hrh > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-5dSwE .framer-1mkr8ia > :first-child, .framer-5dSwE .framer-mhrmkz > :first-child, .framer-5dSwE .framer-nojpsj > :first-child, .framer-5dSwE .framer-rz0hrh > :first-child { margin-top: 0px; } .framer-5dSwE .framer-1mkr8ia > :last-child, .framer-5dSwE .framer-mhrmkz > :last-child, .framer-5dSwE .framer-nojpsj > :last-child, .framer-5dSwE .framer-rz0hrh > :last-child { margin-bottom: 0px; } .framer-5dSwE .framer-lcdhrj > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-5dSwE .framer-lcdhrj > :first-child { margin-left: 0px; } .framer-5dSwE .framer-lcdhrj > :last-child { margin-right: 0px; } }\",\".framer-5dSwE.framer-v-e0grky .framer-15ivddt { overflow: hidden; will-change: var(--framer-will-change-override, transform); }\",\".framer-5dSwE.framer-v-e0grky .framer-bnnaha { top: 8px; }\",'.framer-5dSwE[data-border=\"true\"]::after, .framer-5dSwE [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 340\n * @framerIntrinsicWidth 416\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"niJQkyKka\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNNZx9JoZM=withCSS(Component,css,\"framer-5dSwE\");export default FramerNNZx9JoZM;FramerNNZx9JoZM.displayName=\"compliance 2\";FramerNNZx9JoZM.defaultProps={height:340,width:416};addPropertyControls(FramerNNZx9JoZM,{variant:{options:[\"IVAO3yOE3\",\"niJQkyKka\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerNNZx9JoZM,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...AnimatorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNNZx9JoZM\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"416\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"340\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"niJQkyKka\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NNZx9JoZM.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"Q9ay_pviD\",\"dyKvFWeJM\"];const serializationHash=\"framer-RbToZ\";const variantClassNames={dyKvFWeJM:\"framer-v-1p2uhj9\",Q9ay_pviD:\"framer-v-3mfh76\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const 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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Centered:\"dyKvFWeJM\",Default:\"Q9ay_pviD\"};const getProps=({height,id,logo,name1,photo,position,quote,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,a1MPFvJbv:(_ref=photo!==null&&photo!==void 0?photo:props.a1MPFvJbv)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/iItuAJ0Xzm3IHtP15h4Gmmluo.png\"},DWF6g7i9e:(_ref1=name1!==null&&name1!==void 0?name1:props.DWF6g7i9e)!==null&&_ref1!==void 0?_ref1:\"First Last\",hJYKes5V1:(_ref2=quote!==null&&quote!==void 0?quote:props.hJYKes5V1)!==null&&_ref2!==void 0?_ref2:'\"We love that everything is in Python because it allows us to easily make modifications to control every step of the AI workflow\u201D',HMq0dxzRF:(_ref3=logo!==null&&logo!==void 0?logo:props.HMq0dxzRF)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/ppSrC35Fr084jy3bqZfG7yowVE.png\",srcSet:\"https://framerusercontent.com/images/ppSrC35Fr084jy3bqZfG7yowVE.png?scale-down-to=512 512w,https://framerusercontent.com/images/ppSrC35Fr084jy3bqZfG7yowVE.png 592w\"},pqkt9ZduU:(_ref4=position!==null&&position!==void 0?position:props.pqkt9ZduU)!==null&&_ref4!==void 0?_ref4:\"Position\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"Q9ay_pviD\"};};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,a1MPFvJbv,DWF6g7i9e,pqkt9ZduU,hJYKes5V1,HMq0dxzRF,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Q9ay_pviD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-3mfh76\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"Q9ay_pviD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({dyKvFWeJM:{\"data-framer-name\":\"Centered\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"200\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:'\"We love that everything is in Python because it allows us to easily make modifications to control every step of the AI workflow\u201D'})}),className:\"framer-1u6pnn3\",fonts:[\"GF;Chivo-200\"],layoutDependency:layoutDependency,layoutId:\"tLEoe90km\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:hJYKes5V1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dyKvFWeJM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:'\"We love that everything is in Python because it allows us to easily make modifications to control every step of the AI workflow\u201D'})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13ydm77\",layoutDependency:layoutDependency,layoutId:\"LYToxFeZJ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-49hg6i\",\"data-framer-name\":\"Author\",layoutDependency:layoutDependency,layoutId:\"Y__Hg3wUx\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:35.5,intrinsicWidth:202,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||133)-0-133)/2)+0+0+2),pixelHeight:78,pixelWidth:592,sizes:\"227.6056px\",...toResponsiveImage(HMq0dxzRF),...{positionX:\"left\",positionY:\"center\"}},className:\"framer-b5b8k4\",\"data-framer-name\":\"BetterUp\",layoutDependency:layoutDependency,layoutId:\"Ph0U301ha\",...addPropertyOverrides({dyKvFWeJM:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:35.5,intrinsicWidth:202,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+188+0+0+0),pixelHeight:78,pixelWidth:592,sizes:\"227.6056px\",...toResponsiveImage(HMq0dxzRF),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pca4du\",layoutDependency:layoutDependency,layoutId:\"t2n52Gz4I\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:72.5,intrinsicWidth:72,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||133)-0-133)/2)+0+0+58+0),pixelHeight:145,pixelWidth:144,sizes:\"72px\",...toResponsiveImage(a1MPFvJbv),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-76u8wm\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"vgNhBoTHe\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({dyKvFWeJM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:72.5,intrinsicWidth:72,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+188+0+0+56+0+0),pixelHeight:145,pixelWidth:144,sizes:\"72px\",...toResponsiveImage(a1MPFvJbv),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xzaozm\",layoutDependency:layoutDependency,layoutId:\"GOltSw8jQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNjAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"First Last\"})}),className:\"framer-19d30s1\",fonts:[\"GF;Chivo-600\"],layoutDependency:layoutDependency,layoutId:\"iSrjk67dr\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:DWF6g7i9e,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dyKvFWeJM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNjAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"First Last\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"200\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Position\"})}),className:\"framer-1nuv8lh\",fonts:[\"GF;Chivo-200\"],layoutDependency:layoutDependency,layoutId:\"daNdjQhiA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:pqkt9ZduU,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dyKvFWeJM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-weight\":\"200\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Position\"})})}},baseVariant,gestureVariant)})]})]})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RbToZ.framer-4516nj, .framer-RbToZ .framer-4516nj { display: block; }\",\".framer-RbToZ.framer-3mfh76 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1310px; }\",\".framer-RbToZ .framer-1u6pnn3 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-RbToZ .framer-13ydm77 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 133px; justify-content: center; overflow: visible; padding: 0px 0px 0px 24px; position: relative; width: 440px; }\",\".framer-RbToZ .framer-49hg6i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 133px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 372px; }\",\".framer-RbToZ .framer-b5b8k4 { aspect-ratio: 5.690140845070423 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 61%; }\",\".framer-RbToZ .framer-1pca4du { flex: none; height: 73px; overflow: visible; position: relative; width: 100%; }\",\".framer-RbToZ .framer-76u8wm { aspect-ratio: 0.993103448275862 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 73px); left: 0px; overflow: visible; position: absolute; top: 0px; width: 72px; }\",\".framer-RbToZ .framer-xzaozm { flex: none; height: 58px; overflow: visible; position: absolute; right: 0px; top: calc(47.94520547945208% - 58px / 2); width: 276px; }\",\".framer-RbToZ .framer-19d30s1 { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 1px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-RbToZ .framer-1nuv8lh { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RbToZ.framer-3mfh76, .framer-RbToZ .framer-13ydm77, .framer-RbToZ .framer-49hg6i { gap: 0px; } .framer-RbToZ.framer-3mfh76 > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } .framer-RbToZ.framer-3mfh76 > :first-child, .framer-RbToZ .framer-13ydm77 > :first-child { margin-left: 0px; } .framer-RbToZ.framer-3mfh76 > :last-child, .framer-RbToZ .framer-13ydm77 > :last-child { margin-right: 0px; } .framer-RbToZ .framer-13ydm77 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RbToZ .framer-49hg6i > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RbToZ .framer-49hg6i > :first-child { margin-top: 0px; } .framer-RbToZ .framer-49hg6i > :last-child { margin-bottom: 0px; } }\",\".framer-RbToZ.framer-v-1p2uhj9.framer-3mfh76 { flex-direction: column; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-1u6pnn3 { flex: none; width: 100%; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-13ydm77 { height: min-content; padding: 0px; width: min-content; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-49hg6i { align-content: center; align-items: center; height: min-content; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-b5b8k4 { order: 0; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-1pca4du { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 1; padding: 0px; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-76u8wm { left: unset; position: relative; top: unset; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-xzaozm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 63px; justify-content: center; padding: 0px; position: relative; right: unset; top: unset; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-19d30s1 { left: unset; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-RbToZ.framer-v-1p2uhj9 .framer-1nuv8lh { bottom: unset; left: unset; position: relative; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RbToZ.framer-v-1p2uhj9.framer-3mfh76, .framer-RbToZ.framer-v-1p2uhj9 .framer-1pca4du, .framer-RbToZ.framer-v-1p2uhj9 .framer-xzaozm { gap: 0px; } .framer-RbToZ.framer-v-1p2uhj9.framer-3mfh76 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-RbToZ.framer-v-1p2uhj9.framer-3mfh76 > :first-child, .framer-RbToZ.framer-v-1p2uhj9 .framer-1pca4du > :first-child, .framer-RbToZ.framer-v-1p2uhj9 .framer-xzaozm > :first-child { margin-top: 0px; } .framer-RbToZ.framer-v-1p2uhj9.framer-3mfh76 > :last-child, .framer-RbToZ.framer-v-1p2uhj9 .framer-1pca4du > :last-child, .framer-RbToZ.framer-v-1p2uhj9 .framer-xzaozm > :last-child { margin-bottom: 0px; } .framer-RbToZ.framer-v-1p2uhj9 .framer-1pca4du > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RbToZ.framer-v-1p2uhj9 .framer-xzaozm > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 133\n * @framerIntrinsicWidth 1310\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dyKvFWeJM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"a1MPFvJbv\":\"photo\",\"DWF6g7i9e\":\"name1\",\"pqkt9ZduU\":\"position\",\"hJYKes5V1\":\"quote\",\"HMq0dxzRF\":\"logo\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernobFXaPLP=withCSS(Component,css,\"framer-RbToZ\");export default FramernobFXaPLP;FramernobFXaPLP.displayName=\"Quote Component\";FramernobFXaPLP.defaultProps={height:133,width:1310};addPropertyControls(FramernobFXaPLP,{variant:{options:[\"Q9ay_pviD\",\"dyKvFWeJM\"],optionTitles:[\"Default\",\"Centered\"],title:\"Variant\",type:ControlType.Enum},a1MPFvJbv:{__defaultAssetReference:\"data:framer/asset-reference,iItuAJ0Xzm3IHtP15h4Gmmluo.png?originalFilename=image.png&preferredSize=auto\",title:\"Photo\",type:ControlType.ResponsiveImage},DWF6g7i9e:{defaultValue:\"First Last\",description:\"\",displayTextArea:false,placeholder:\"\",title:\"Name\",type:ControlType.String},pqkt9ZduU:{defaultValue:\"Position\",displayTextArea:false,title:\"Position\",type:ControlType.String},hJYKes5V1:{defaultValue:'\"We love that everything is in Python because it allows us to easily make modifications to control every step of the AI workflow\u201D',displayTextArea:false,title:\"Quote\",type:ControlType.String},HMq0dxzRF:{__defaultAssetReference:\"data:framer/asset-reference,ppSrC35Fr084jy3bqZfG7yowVE.png?originalFilename=Athena+Logo.png&preferredSize=auto\",title:\"Logo\",type:ControlType.ResponsiveImage}});addFonts(FramernobFXaPLP,[{explicitInter:true,fonts:[{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PB_ukmDSFXjQiQ.woff2\",weight:\"200\"},{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_YhjukmDSFXjQiQ.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernobFXaPLP\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"a1MPFvJbv\\\":\\\"photo\\\",\\\"DWF6g7i9e\\\":\\\"name1\\\",\\\"pqkt9ZduU\\\":\\\"position\\\",\\\"hJYKes5V1\\\":\\\"quote\\\",\\\"HMq0dxzRF\\\":\\\"logo\\\"}\",\"framerIntrinsicWidth\":\"1310\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dyKvFWeJM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"133\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nobFXaPLP.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export function withClickToAnim(Component){const WrappedComponent=props=>{const[currentGroupIndex,setCurrentGroupIndex]=useState(0);const[isAnimating,setIsAnimating]=useState(false);// Configuration for each group of lines and dots\nconst groups=[{name:\"Model\",lines:[`[data-framer-name=\"ModelLine1\"]`,`[data-framer-name=\"ModelLine2\"]`,`[data-framer-name=\"ModelLine3\"]`],dots:[`[data-framer-name=\"ModelDot1\"]`,`[data-framer-name=\"ModelDot2\"]`,`[data-framer-name=\"ModelDot3\"]`],curvedLines:[true,true,false],backwards:[false,true,true]},{name:\"Agent\",lines:[`[data-framer-name=\"AgentLine1\"]`,`[data-framer-name=\"AgentLine2\"]`,`[data-framer-name=\"AgentLine3\"]`],dots:[`[data-framer-name=\"AgentDot1\"]`,`[data-framer-name=\"AgentDot2\"]`],curvedLines:[false,true,false],backwards:[true,false,true]},{name:\"Chat\",lines:[`[data-framer-name=\"ChatLine1\"]`,`[data-framer-name=\"ChatLine2\"]`],dots:[`[data-framer-name=\"ChatDot1\"]`,`[data-framer-name=\"ChatDot2\"]`],curvedLines:[false,false],backwards:[true,false]}];// Debug function to log state\nconst logState=(message,current,next)=>{console.log(`${message} - Current: ${current}, Next: ${next}, Animating: ${isAnimating}`);};const setUpLine=(line,curved)=>{const curvedSVGLine=`\n                <svg width=\"89\" height=\"32\" viewBox=\"0 0 89 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n                    <path d=\"M0 1C48.5 1 41 31 89 31\" stroke=\"#3F3F46\" stroke-width=\"2\" transform=\"scale(1, -1) translate(0, -32)\" />\n                </svg>\n            `;const straightSVGLine=`\n                <svg width=\"89\" height=\"4\" viewBox=\"0 0 89 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n                    <line x1=\"89\" y1=\"2\" x2=\"0\" y2=\"2\" stroke=\"#3F3F46\" stroke-width=\"2\" />\n                </svg>\n            `;if(line){line.innerHTML=curved?curvedSVGLine:straightSVGLine;}};const animateLine=(line,backwards=false,hide=false,delay=0)=>{if(!line){console.warn(\"Line element not found\");return null;}const path=line.querySelector(\"path\")||line.querySelector(\"line\");if(!path){console.warn(\"Path element not found in line\");return null;}const pathLength=path.getTotalLength();path.style.strokeDasharray=pathLength;path.style.strokeDashoffset=hide?0:pathLength;const keyframes=hide?[{strokeDashoffset:0},{strokeDashoffset:pathLength}]:[{strokeDashoffset:pathLength},{strokeDashoffset:0}];return path.animate(keyframes,{duration:400,easing:\"cubic-bezier(0.57, -0.01, 0.39, 1)\",fill:\"forwards\",delay});};const animateDot=(dot,fadeOut=false,delay=0)=>{if(!dot){console.warn(\"Dot element not found\");return null;}return dot.animate(fadeOut?[{opacity:1},{opacity:0}]:[{opacity:0},{opacity:1}],{duration:400,easing:\"cubic-bezier(0.57, -0.01, 0.39, 1)\",fill:\"forwards\",delay});};const animateGroup=async(group,hide)=>{if(!group){console.error(\"Group not found\");return;}const baseDelay=hide?0:300;const lineDelay=hide?500:0;const staggerDelay=20;const lineAnimations=group.lines.map((lineSelector,index)=>{const lineElement=document.querySelector(lineSelector);if(!lineElement){console.warn(`Line element not found: ${lineSelector}`);return null;}setUpLine(lineElement,group.curvedLines[index]);return animateLine(lineElement,group.backwards[index],hide,lineDelay+index*staggerDelay);});const dotAnimations=group.dots.map((dotSelector,index)=>{const dotElement=document.querySelector(dotSelector);if(!dotElement){console.warn(`Dot element not found: ${dotSelector}`);return null;}return animateDot(dotElement,hide,baseDelay+index*staggerDelay);});const animations=[...lineAnimations,...dotAnimations];return Promise.all(animations.filter(Boolean).map(anim=>anim===null||anim===void 0?void 0:anim.finished));};const getBox=groupIndex=>{const group=groups[groupIndex];if(!group){console.error(`Group not found at index ${groupIndex}`);return null;}const box=document.querySelector(`[data-framer-name=\"${group.name}Box\"]`);if(!box){console.error(`Box not found for group ${group.name}`);}return box;};const positions={offscreenTop:\"-227px\",center:\"83px\",offscreenBottom:\"403px\"};const animateGroupSwitch=async(currentIndex,nextIndex,direction)=>{const currentBox=getBox(currentIndex);const nextBox=getBox(nextIndex);if(!currentBox||!nextBox){return;}const offscreenStart=direction===1?positions.offscreenTop:positions.offscreenBottom;const offscreenEnd=direction===1?positions.offscreenBottom:positions.offscreenTop;try{// Step 1: Animate current group out\nawait animateGroup(groups[currentIndex],true);// Step 2: Set up next box\nnextBox.style.transition=\"none\";nextBox.style.top=offscreenStart;nextBox.style.opacity=\"0\";nextBox.offsetHeight// Force reflow\n;// Step 3: Animate positions\nconst animatePositions=()=>new Promise(resolve=>{nextBox.style.transition=\"top 0.4s ease, opacity 0.4s ease\";nextBox.style.top=positions.center;nextBox.style.opacity=\"1\";currentBox.style.transition=\"top 0.4s ease, opacity 0.4s ease\";currentBox.style.top=offscreenEnd;currentBox.style.opacity=\"0\";setTimeout(resolve,400)// Match transition duration\n    ;});await new Promise(resolve=>setTimeout(resolve,200));await animatePositions();// Step 4: Animate new group in\nawait animateGroup(groups[nextIndex],false);}catch(error){setIsAnimating(false);}};const handleArrowClick=async direction=>{if(isAnimating){return;}setIsAnimating(true);const nextGroupIndex=(currentGroupIndex+direction+groups.length)%groups.length;try{await animateGroupSwitch(currentGroupIndex,nextGroupIndex,direction);setCurrentGroupIndex(nextGroupIndex);}catch(error){console.error(\"Click handler error:\",error);}finally{setIsAnimating(false);}};useEffect(()=>{const upButton=document.querySelector('[data-framer-name=\"upButton\"]');const downButton=document.querySelector('[data-framer-name=\"downButton\"]');if(!upButton||!downButton){console.error(\"Buttons not found\");return;}const onUpClick=()=>handleArrowClick(-1);const onDownClick=()=>handleArrowClick(1);upButton.addEventListener(\"click\",onUpClick);downButton.addEventListener(\"click\",onDownClick);return()=>{upButton.removeEventListener(\"click\",onUpClick);downButton.removeEventListener(\"click\",onDownClick);};},[currentGroupIndex,isAnimating])// Added dependencies\n;useEffect(()=>{// Initial setup\ngroups.forEach((group,index)=>{const box=getBox(index);if(box){box.style.transition=\"none\";box.style.top=index===0?positions.center:positions.offscreenTop;box.style.opacity=index===0?\"1\":\"0\";}});// Animate initial group\nanimateGroup(groups[0],false);},[]);return /*#__PURE__*/_jsx(Component,{...props});};return WrappedComponent;}\nexport const __FramerMetadata__ = {\"exports\":{\"withClickToAnim\":{\"type\":\"reactHoc\",\"name\":\"withClickToAnim\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VariantSwitcher.map", "// Generated by Framer (2b47498)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-qIxjP\";const variantClassNames={clJgj_pp5:\"framer-v-1obx99s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,SSccqi03x:click!==null&&click!==void 0?click:props.SSccqi03x};};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,SSccqi03x,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"clJgj_pp5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1gok8kz=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(SSccqi03x){const res=await SSccqi03x(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1obx99s\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"clJgj_pp5\",onTap:onTap1gok8kz,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-q2dtuk\",\"data-framer-name\":\"button-icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:48,layoutDependency:layoutDependency,layoutId:\"SzthmnvJF\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"47\" rx=\"23.5\" fill=\"black\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"47\" height=\"47\" rx=\"23.5\" stroke=\"#52525B\"/>\\n<path d=\"M30.6668 27.3334L24.0002 20.6667L17.3335 27.3334\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qIxjP.framer-1p8azo6, .framer-qIxjP .framer-1p8azo6 { display: block; }\",\".framer-qIxjP.framer-1obx99s { cursor: pointer; height: 48px; overflow: visible; position: relative; width: 48px; }\",\".framer-qIxjP .framer-q2dtuk { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SSccqi03x\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFtU7GbMDJ=withCSS(Component,css,\"framer-qIxjP\");export default FramerFtU7GbMDJ;FramerFtU7GbMDJ.displayName=\"up-button\";FramerFtU7GbMDJ.defaultProps={height:48,width:48};addPropertyControls(FramerFtU7GbMDJ,{SSccqi03x:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerFtU7GbMDJ,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFtU7GbMDJ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"48\",\"framerIntrinsicHeight\":\"48\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"SSccqi03x\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FtU7GbMDJ.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{opacity:.6}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HoverFade.map", "// Generated by Framer (3bc9980)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withClickToAnim}from\"https://framerusercontent.com/modules/p8tzGWC39wwUA7DTrvwc/xIFJMPCUe6zBx5VwpD7t/VariantSwitcher.js\";import UpButton,*as UpButtonInfo from\"https://framerusercontent.com/modules/Sgogu4XHlarOAufsdJU6/lDq8s7bnqo00KgADzpRW/FtU7GbMDJ.js\";import{withHover}from\"https://framerusercontent.com/modules/4SwS4RQLwoY8LhzXFAiO/vaXaPQ8mEm2gKWufkT43/HoverFade.js\";const UpButtonFonts=getFonts(UpButton);const UpButtonWithHoverWithMappedReactProps16op6y9=withMappedReactProps(withHover(UpButton),UpButtonInfo);const MotionDivWithClickToAnim=withClickToAnim(motion.div);const serializationHash=\"framer-OM12h\";const variantClassNames={foVec7LWX:\"framer-v-1txx7rk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"foVec7LWX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithClickToAnim,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1txx7rk\",className,classNames),\"data-framer-name\":\"Variant1\",layoutDependency:layoutDependency,layoutId:\"foVec7LWX\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n6aock\",\"data-framer-name\":\"ChatBox\",layoutDependency:layoutDependency,layoutId:\"XgUikmXa0\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12909be\",\"data-framer-name\":\"content-default\",layoutDependency:layoutDependency,layoutId:\"QOSvLE3cd\",style:{backgroundColor:\"rgb(24, 24, 27)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Chat Input\"})}),className:\"framer-tt7t5b\",\"data-framer-name\":\"Agent\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"vt24iYyar\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gjf1v\",\"data-framer-name\":\"inputs\",layoutDependency:layoutDependency,layoutId:\"s_yz6n2YV\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c9wdxu\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"tlKPzDhMv\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gw2z3t\",\"data-border\":true,\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"zANfEGITz\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(63, 63, 70)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ivctep\",\"data-border\":true,\"data-framer-name\":\"stroke\",layoutDependency:layoutDependency,layoutId:\"gJ8Y0PUlv\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q5jcft\",\"data-framer-name\":\"ChatLine2\",layoutDependency:layoutDependency,layoutId:\"NbSV9151w\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-181pd69\",\"data-framer-name\":\"ChatLine1\",layoutDependency:layoutDependency,layoutId:\"UtLIKsTq5\",style:{rotate:180}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q2dovm\",\"data-border\":true,\"data-framer-name\":\"model grey dot 2\",layoutDependency:layoutDependency,layoutId:\"yG10p5dAy\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wse8nj\",\"data-border\":true,\"data-framer-name\":\"model grey dot 1\",layoutDependency:layoutDependency,layoutId:\"AVsG42eWO\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9iebiv\",\"data-border\":true,\"data-framer-name\":\"ChatDot2\",layoutDependency:layoutDependency,layoutId:\"G6RukUy96\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(117, 40, 252)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5)\",opacity:0}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ys5ubk\",\"data-border\":true,\"data-framer-name\":\"ChatDot1\",layoutDependency:layoutDependency,layoutId:\"p1BHGEmGI\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(117, 40, 252)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5)\",opacity:0}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vgmurp\",\"data-framer-name\":\"ModelBox\",layoutDependency:layoutDependency,layoutId:\"S36iqneUd\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ydxbdc\",\"data-framer-name\":\"content-default\",layoutDependency:layoutDependency,layoutId:\"gYuOngBpT\",style:{backgroundColor:\"rgb(24, 24, 27)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Model\"})}),className:\"framer-1syms8n\",\"data-framer-name\":\"Model\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"PR9sjBlDu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5wipyo\",\"data-framer-name\":\"inputs\",layoutDependency:layoutDependency,layoutId:\"Mt7Z3F5jE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6spg6g\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"oCrk68DaO\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-178rf5w\",\"data-border\":true,\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"Pud2XNFYo\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(63, 63, 70)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-azbis8\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"XvSo8Ti_5\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y1ia5x\",\"data-framer-name\":\"slider\",layoutDependency:layoutDependency,layoutId:\"ACy7cMonm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jg3hxy\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"mys_aO9f0\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aivp4j\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"lSIaf0vIa\",style:{backgroundColor:\"rgb(117, 40, 252)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mdpgok\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"WvFgrFR1i\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gvqigr\",\"data-border\":true,\"data-framer-name\":\"stroke\",layoutDependency:layoutDependency,layoutId:\"xjR0g0cSj\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1euuxgs\",\"data-framer-name\":\"ModelLine3\",layoutDependency:layoutDependency,layoutId:\"t6K222oO9\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kb13rg\",\"data-border\":true,\"data-framer-name\":\"model grey dot 3\",layoutDependency:layoutDependency,layoutId:\"aAjXhcXJl\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-483za9\",\"data-border\":true,\"data-framer-name\":\"ModelDot3\",layoutDependency:layoutDependency,layoutId:\"xQLEL_aWy\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-edd0cb14-7cfb-4b44-9551-26f0dff87756, rgb(255, 50, 118))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(255, 50, 118, 0.8), 0px 0px 20px 12px rgba(255, 50, 118, 0.5)\",opacity:0}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rlya9s\",\"data-framer-name\":\"ModelLine2\",layoutDependency:layoutDependency,layoutId:\"XlzpvGiDj\",style:{rotate:180}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3i37a0\",\"data-border\":true,\"data-framer-name\":\"model grey dot 2\",layoutDependency:layoutDependency,layoutId:\"AvU1gjSx5\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-152eeu9\",\"data-border\":true,\"data-framer-name\":\"ModelDot2\",layoutDependency:layoutDependency,layoutId:\"VLuhP96WN\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-edd0cb14-7cfb-4b44-9551-26f0dff87756, rgb(255, 50, 118))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(255, 50, 118, 0.8), 0px 0px 20px 12px rgba(255, 50, 118, 0.5)\",opacity:0},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ijd7l2\",\"data-framer-name\":\"ModelLine1\",layoutDependency:layoutDependency,layoutId:\"FWAsD0pCM\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ekrqgt\",\"data-border\":true,\"data-framer-name\":\"model grey dot 1\",layoutDependency:layoutDependency,layoutId:\"rRWTFVQjG\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fg08j8\",\"data-border\":true,\"data-framer-name\":\"ModelDot1\",layoutDependency:layoutDependency,layoutId:\"DVrhCVBLP\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(117, 40, 252)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(117, 40, 252, 0.800000011920929), 0px 0px 20px 12px rgba(117, 40, 252, 0.5)\",opacity:0}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-52ws9y\",\"data-framer-name\":\"AgentBox\",layoutDependency:layoutDependency,layoutId:\"GrO5OZZas\",style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bs6j8d\",\"data-framer-name\":\"content-default\",layoutDependency:layoutDependency,layoutId:\"mZO_YD2P5\",style:{backgroundColor:\"rgb(24, 24, 27)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Agent\"})}),className:\"framer-gt4nhj\",\"data-framer-name\":\"Agent\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"rK0pejuIQ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v84x6x\",\"data-framer-name\":\"inputs\",layoutDependency:layoutDependency,layoutId:\"Tns8mdhkD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mjysk7\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"qQghZU16O\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-tozj98\",\"data-border\":true,\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"Fx_PPAB8T\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(63, 63, 70)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t97ssq\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"TZGqJk2nP\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14tnxg3\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"d5qBX1lGy\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9h3na4\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"A1FlzeZQF\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vvjs2x\",\"data-framer-name\":\"button\",layoutDependency:layoutDependency,layoutId:\"vBYqRTxwo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ifwlys\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"JPklBRJpr\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17r71w\",\"data-framer-name\":\"placeholder\",layoutDependency:layoutDependency,layoutId:\"M9QD_6LIU\",style:{backgroundColor:\"rgb(63, 63, 70)\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kwkvrm\",\"data-border\":true,\"data-framer-name\":\"stroke\",layoutDependency:layoutDependency,layoutId:\"oYoLEPMji\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1860837b-5576-4e33-8528-a71573286fae, rgb(82, 82, 91))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cjkchc\",\"data-framer-name\":\"AgentLine3\",layoutDependency:layoutDependency,layoutId:\"aBaAJPcVc\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-10vqjf4\",\"data-framer-name\":\"AgentLine2\",layoutDependency:layoutDependency,layoutId:\"fD8W3UsF3\",style:{rotate:180}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-56muye\",\"data-framer-name\":\"AgentLine1\",layoutDependency:layoutDependency,layoutId:\"PnyGV7OFR\",style:{rotate:180}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s220wn\",\"data-border\":true,\"data-framer-name\":\"model grey dot 2\",layoutDependency:layoutDependency,layoutId:\"bvI4Zqv4t\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v9tse1\",\"data-border\":true,\"data-framer-name\":\"model grey dot 1\",layoutDependency:layoutDependency,layoutId:\"lsjgQsHZG\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qxpnsf\",\"data-border\":true,\"data-framer-name\":\"AgentDot2\",layoutDependency:layoutDependency,layoutId:\"wEKdZEdkd\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-b3699132-bd2f-45a1-b6e7-bb3c2ee9e201, rgb(152, 244, 254))\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(152, 244, 254, 0.8), 0px 0px 20px 12px rgba(152, 244, 254, 0.5)\",opacity:0},transformTemplate:transformTemplate1}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbdl6b\",\"data-border\":true,\"data-framer-name\":\"AgentDot1\",layoutDependency:layoutDependency,layoutId:\"CXZZKvIjH\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 50, 118)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"0px 0px 4px 2px rgba(255, 50, 118, 0.8), 0px 0px 20px 12px rgba(255, 50, 118, 0.5)\",opacity:0}})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-85,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nu3upf-container\",\"data-framer-name\":\"downButton\",layoutDependency:layoutDependency,layoutId:\"judwavJDF-container\",name:\"downButton\",style:{rotate:180},transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(UpButtonWithHoverWithMappedReactProps16op6y9,{height:\"100%\",id:\"judwavJDF\",layoutId:\"judwavJDF\",name:\"downButton\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+35,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ede4dt-container\",\"data-framer-name\":\"upButton\",layoutDependency:layoutDependency,layoutId:\"HCzrmBaWa-container\",name:\"upButton\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(UpButtonWithHoverWithMappedReactProps16op6y9,{height:\"100%\",id:\"HCzrmBaWa\",layoutId:\"HCzrmBaWa\",name:\"upButton\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OM12h.framer-14f84ao, .framer-OM12h .framer-14f84ao { display: block; }\",\".framer-OM12h.framer-1txx7rk { height: 400px; overflow: visible; position: relative; width: 417px; }\",\".framer-OM12h .framer-n6aock { flex: none; height: 224px; left: calc(50.11990407673863% - 224px / 2); overflow: visible; position: absolute; top: -494px; width: 224px; }\",\".framer-OM12h .framer-12909be, .framer-OM12h .framer-1bs6j8d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 200px; justify-content: center; left: calc(50.00000000000002% - 200px / 2); overflow: hidden; padding: 12px; position: absolute; top: calc(50.00000000000002% - 200px / 2); width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OM12h .framer-tt7t5b, .framer-OM12h .framer-1syms8n, .framer-OM12h .framer-gt4nhj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-OM12h .framer-gjf1v, .framer-OM12h .framer-5wipyo, .framer-OM12h .framer-1v84x6x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OM12h .framer-1c9wdxu, .framer-OM12h .framer-6spg6g, .framer-OM12h .framer-1mjysk7, .framer-OM12h .framer-1ifwlys { flex: none; height: 8px; position: relative; width: 48px; }\",\".framer-OM12h .framer-1gw2z3t, .framer-OM12h .framer-178rf5w, .framer-OM12h .framer-tozj98 { flex: none; height: 16px; position: relative; width: 100%; }\",\".framer-OM12h .framer-ivctep, .framer-OM12h .framer-1kwkvrm { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-OM12h .framer-q5jcft { bottom: 94px; flex: none; height: 2px; overflow: visible; position: absolute; right: -90px; width: 91px; }\",\".framer-OM12h .framer-181pd69 { flex: none; height: 2px; left: -90px; overflow: visible; position: absolute; top: 97px; width: 91px; }\",\".framer-OM12h .framer-q2dovm, .framer-OM12h .framer-9iebiv { aspect-ratio: 1 / 1; bottom: 79px; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: absolute; right: -7px; width: 16px; }\",\".framer-OM12h .framer-wse8nj, .framer-OM12h .framer-ys5ubk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: -8px; position: absolute; top: 82px; width: 16px; }\",\".framer-OM12h .framer-1vgmurp { flex: none; height: 224px; left: calc(49.75961538461541% - 223px / 2); overflow: visible; position: absolute; top: calc(48.75000000000002% - 224px / 2); width: 223px; }\",\".framer-OM12h .framer-ydxbdc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 200px; justify-content: center; left: calc(50.224215246636795% - 200px / 2); overflow: hidden; padding: 12px; position: absolute; top: calc(50.00000000000002% - 200px / 2); width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-OM12h .framer-azbis8, .framer-OM12h .framer-14tnxg3 { flex: none; height: 8px; position: relative; width: 24px; }\",\".framer-OM12h .framer-y1ia5x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 14px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OM12h .framer-1jg3hxy { flex: none; height: 4px; position: relative; width: 60px; }\",\".framer-OM12h .framer-1aivp4j { flex: none; height: 14px; position: relative; width: 14px; }\",\".framer-OM12h .framer-mdpgok { flex: 1 0 0px; height: 4px; position: relative; width: 1px; }\",\".framer-OM12h .framer-1gvqigr { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: -1px; top: 0px; }\",\".framer-OM12h .framer-1euuxgs { bottom: 74px; flex: none; height: 2px; overflow: visible; position: absolute; right: -92px; width: 91px; }\",\".framer-OM12h .framer-1kb13rg, .framer-OM12h .framer-483za9 { aspect-ratio: 1 / 1; bottom: 58px; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: absolute; right: -9px; width: 16px; }\",\".framer-OM12h .framer-rlya9s { flex: none; height: 32px; overflow: visible; position: absolute; right: -92px; top: calc(46.42857142857145% - 32px / 2); width: 91px; }\",\".framer-OM12h .framer-3i37a0, .framer-OM12h .framer-152eeu9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: absolute; right: -9px; top: 53%; width: 16px; }\",\".framer-OM12h .framer-ijd7l2 { flex: none; height: 32px; left: -91px; overflow: visible; position: absolute; top: 71px; width: 91px; }\",\".framer-OM12h .framer-ekrqgt, .framer-OM12h .framer-fg08j8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: -8px; position: absolute; top: 63px; width: 16px; }\",\".framer-OM12h .framer-52ws9y { flex: none; height: 224px; left: calc(50.00000000000002% - 224px / 2); overflow: visible; position: absolute; top: -227px; width: 224px; }\",\".framer-OM12h .framer-t97ssq, .framer-OM12h .framer-1vvjs2x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-OM12h .framer-9h3na4, .framer-OM12h .framer-17r71w { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-OM12h .framer-1cjkchc { flex: none; height: 2px; overflow: visible; position: absolute; right: -90px; top: calc(46.87500000000002% - 2px / 2); width: 91px; }\",\".framer-OM12h .framer-10vqjf4 { flex: none; height: 32px; overflow: visible; position: absolute; right: -90px; top: 83px; width: 91px; }\",\".framer-OM12h .framer-56muye { flex: none; height: 2px; left: -90px; overflow: visible; position: absolute; top: 73px; width: 91px; }\",\".framer-OM12h .framer-s220wn, .framer-OM12h .framer-1qxpnsf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: absolute; right: -7px; top: 51%; width: 16px; }\",\".framer-OM12h .framer-1v9tse1, .framer-OM12h .framer-nbdl6b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: -8px; position: absolute; top: 59px; width: 16px; }\",\".framer-OM12h .framer-1nu3upf-container { aspect-ratio: 1 / 1; bottom: 45px; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: absolute; width: 40px; }\",\".framer-OM12h .framer-ede4dt-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 50%; position: absolute; top: 35px; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OM12h .framer-12909be, .framer-OM12h .framer-gjf1v, .framer-OM12h .framer-ydxbdc, .framer-OM12h .framer-5wipyo, .framer-OM12h .framer-y1ia5x, .framer-OM12h .framer-1bs6j8d, .framer-OM12h .framer-1v84x6x { gap: 0px; } .framer-OM12h .framer-12909be > *, .framer-OM12h .framer-ydxbdc > *, .framer-OM12h .framer-1bs6j8d > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-OM12h .framer-12909be > :first-child, .framer-OM12h .framer-gjf1v > :first-child, .framer-OM12h .framer-ydxbdc > :first-child, .framer-OM12h .framer-5wipyo > :first-child, .framer-OM12h .framer-1bs6j8d > :first-child, .framer-OM12h .framer-1v84x6x > :first-child { margin-top: 0px; } .framer-OM12h .framer-12909be > :last-child, .framer-OM12h .framer-gjf1v > :last-child, .framer-OM12h .framer-ydxbdc > :last-child, .framer-OM12h .framer-5wipyo > :last-child, .framer-OM12h .framer-1bs6j8d > :last-child, .framer-OM12h .framer-1v84x6x > :last-child { margin-bottom: 0px; } .framer-OM12h .framer-gjf1v > *, .framer-OM12h .framer-5wipyo > *, .framer-OM12h .framer-1v84x6x > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-OM12h .framer-y1ia5x > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-OM12h .framer-y1ia5x > :first-child { margin-left: 0px; } .framer-OM12h .framer-y1ia5x > :last-child { margin-right: 0px; } }\",'.framer-OM12h[data-border=\"true\"]::after, .framer-OM12h [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 400\n * @framerIntrinsicWidth 417\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersbYERKKLt=withCSS(Component,css,\"framer-OM12h\");export default FramersbYERKKLt;FramersbYERKKLt.displayName=\"Swap and Compare\";FramersbYERKKLt.defaultProps={height:400,width:417};addFonts(FramersbYERKKLt,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...UpButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersbYERKKLt\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"417\",\"framerIntrinsicHeight\":\"400\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sbYERKKLt.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{addPropertyControls,ControlType}from\"framer\";const useStore=createStore({connection:{x1:0,y1:0,x2:0,y2:0}});function debounce(func,wait){let timeout;return function(...args){clearTimeout(timeout);timeout=setTimeout(()=>func.apply(this,args),wait);};}export function ConnectDotsOverride(Component){return props=>{const[store,setStore]=useStore();const[isScreenLarge,setIsScreenLarge]=useState(typeof window!==\"undefined\"&&window.innerWidth>=809);const updateDotPosition=()=>{const svgContainer=document.querySelector(\"[data-framer-name='HeroContent']\");if(!svgContainer)return;const dot1=document.querySelector(\"[data-framer-name='HeroDot1']\");const dot2=document.querySelector(\"[data-framer-name='HeroDot2']\");if(dot1&&dot2&&svgContainer){const svgRect=svgContainer.getBoundingClientRect();const dot1Rect=dot1.getBoundingClientRect();const dot2Rect=dot2.getBoundingClientRect();setStore({connection:{x1:dot1Rect.left+dot1Rect.width/2-svgRect.left,y1:dot1Rect.top+dot1Rect.height/2-svgRect.top,x2:dot2Rect.left+dot2Rect.width/2-svgRect.left,y2:dot2Rect.top+dot2Rect.height/2-svgRect.top}});}};useEffect(()=>{const handleResize=debounce(()=>{setIsScreenLarge(window.innerWidth>=809);updateDotPosition();},100);handleResize()// Initial check\n;window.addEventListener(\"resize\",handleResize);return()=>window.removeEventListener(\"resize\",handleResize);},[]);const generatePath=(x1,y1,x2,y2)=>{// Calculate control points for the S-curve\nconst distance=x2-x1;const controlPointOffset=distance*.5;return`\n                M ${x1},${y1}\n                C ${x1+controlPointOffset},${y1} ${x2-controlPointOffset},${y2} ${x2},${y2}\n            `;};return /*#__PURE__*/_jsxs(Component,{...props,style:{position:\"relative\"},children:[isScreenLarge&&/*#__PURE__*/_jsx(\"svg\",{style:{position:\"absolute\",top:0,left:0,width:\"100%\",height:\"100%\",pointerEvents:\"none\",zIndex:0},children:/*#__PURE__*/_jsx(\"path\",{d:generatePath(store.connection.x1,store.connection.y1,store.connection.x2,store.connection.y2),stroke:\"#D4D4D8\",strokeWidth:\"2\",fill:\"none\"})}),props.children]});};}addPropertyControls(ConnectDotsOverride,{isEnabled:{type:ControlType.Boolean,defaultValue:true,title:\"Enabled\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"ConnectDotsOverride\":{\"type\":\"reactHoc\",\"name\":\"ConnectDotsOverride\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HeroDots.map", "// Generated by Framer (f712822)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import BeforeAfter from\"https://framerusercontent.com/modules/hf67Y549HqC6KVG7gQCS/eSyOLv4kJFDU3HnHixJU/Before_After.js\";import{ConnectDotsOverride as ConnectDotsOverride1}from\"https://framerusercontent.com/modules/INLlypQ8xBZImvGIq6Cw/MzCLDiJtej3jYTgi4QSM/DotsOverride.js\";import SecondaryButton from\"https://framerusercontent.com/modules/Qpj1a4lTXhT2s2MqsBnK/9RALIo7WCOPSfDZcqpli/tciwixBHP.js\";import ControlTheComplexity from\"https://framerusercontent.com/modules/rZUPKENkDNQKM87tgYXi/XlubTwImpaxPDbUZs8oU/mXJZwI31n.js\";import{withHover}from\"https://framerusercontent.com/modules/X2UdtvjQTpTfD3B61DTI/FqP43dGpSobll8jyDIl5/HoverFade.js\";import HeroUI from\"https://framerusercontent.com/modules/zMaPNXGYoAd4mQue6HU7/xYquqn4mSVB9GlydpT3f/KHhfGqeeO.js\";import CodeSamples from\"#framer/local/canvasComponent/b7QMj4b4k/b7QMj4b4k.js\";import DeployOrSignUp from\"#framer/local/canvasComponent/iiDBxOxS2/iiDBxOxS2.js\";import PrimaryButton from\"#framer/local/canvasComponent/KnBJKt67f/KnBJKt67f.js\";import OSSorCloud from\"#framer/local/canvasComponent/N5gxyTbfa/N5gxyTbfa.js\";import Compliance2 from\"#framer/local/canvasComponent/NNZx9JoZM/NNZx9JoZM.js\";import QuoteComponent from\"#framer/local/canvasComponent/nobFXaPLP/nobFXaPLP.js\";import SwapAndCompare from\"#framer/local/canvasComponent/sbYERKKLt/sbYERKKLt.js\";import Navigation2 from\"#framer/local/canvasComponent/VEy_TioID/VEy_TioID.js\";import GitHubStars from\"#framer/local/codeFile/xlG4qNE/Github_Star_Counter.js\";import{ConnectDotsOverride}from\"#framer/local/codeFile/KWCp2ui/HeroDots.js\";import*as sharedStyle from\"#framer/local/css/PniOxbf8C/PniOxbf8C.js\";import*as sharedStyle1 from\"#framer/local/css/R8grtrFKB/R8grtrFKB.js\";import metadataProvider from\"#framer/local/webPageMetadata/Qw7myscjb/Qw7myscjb.js\";const Navigation2Fonts=getFonts(Navigation2);const TickerFonts=getFonts(Ticker);const HeroUIFonts=getFonts(HeroUI);const PrimaryButtonFonts=getFonts(PrimaryButton);const SecondaryButtonFonts=getFonts(SecondaryButton);const MotionDivConnectDotsOverride1h9s779=withCodeBoundaryForOverrides(motion.div,{nodeId:\"aHWrN5rVC\",override:ConnectDotsOverride,scopeId:\"Qw7myscjb\"});const QuoteComponentFonts=getFonts(QuoteComponent);const ControlTheComplexityFonts=getFonts(ControlTheComplexity);const SwapAndCompareFonts=getFonts(SwapAndCompare);const BeforeAfterFonts=getFonts(BeforeAfter);const CodeSamplesFonts=getFonts(CodeSamples);const MotionDivConnectDotsOverride1129bnzw=withCodeBoundaryForOverrides(motion.div,{nodeId:\"uq1ayv7qb\",override:ConnectDotsOverride1,scopeId:\"Qw7myscjb\"});const DeployOrSignUpFonts=getFonts(DeployOrSignUp);const Compliance2Fonts=getFonts(Compliance2);const OSSorCloudFonts=getFonts(OSSorCloud);const GitHubStarsFonts=getFonts(GitHubStars);const MotionAWithHover1l4hmz9=withCodeBoundaryForOverrides(motion.a,{nodeId:\"MllhA0OJV\",override:withHover,scopeId:\"Qw7myscjb\"});const MotionAWithHover9ueq30=withCodeBoundaryForOverrides(motion.a,{nodeId:\"Lo_vYBXhK\",override:withHover,scopeId:\"Qw7myscjb\"});const MotionAWithHover12ziew6=withCodeBoundaryForOverrides(motion.a,{nodeId:\"ax4uNOSnr\",override:withHover,scopeId:\"Qw7myscjb\"});const MotionAWithHover62mdir=withCodeBoundaryForOverrides(motion.a,{nodeId:\"VR_Gwsmr9\",override:withHover,scopeId:\"Qw7myscjb\"});const breakpoints={DTCXV7dSD:\"(min-width: 1700px)\",hfPNC1oh4:\"(min-width: 810px) and (max-width: 1199px)\",smpJH_6oh:\"(min-width: 1200px) and (max-width: 1699px)\",XVwuG8NC4:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-NE6xL\";const variantClassNames={DTCXV7dSD:\"framer-v-ok2y70\",hfPNC1oh4:\"framer-v-10jmown\",smpJH_6oh:\"framer-v-6mtm0d\",XVwuG8NC4:\"framer-v-1k59e8g\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Large\":\"DTCXV7dSD\",Desktop:\"smpJH_6oh\",Phone:\"XVwuG8NC4\",Tablet:\"hfPNC1oh4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DTCXV7dSD\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"XVwuG8NC4\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"hfPNC1oh4\",\"XVwuG8NC4\",\"smpJH_6oh\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"hfPNC1oh4\",\"XVwuG8NC4\",\"smpJH_6oh\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"XVwuG8NC4\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"hfPNC1oh4\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"DTCXV7dSD\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-ok2y70\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-65rn7m\",\"data-framer-name\":\"banner\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1yr0gis hidden-1k59e8g\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g opacity=\"0.4\">\\n<path d=\"M10.6046 13.9642C10.6021 14.2934 10.5349 14.6189 10.4067 14.9221C10.2784 15.2253 10.0918 15.5003 9.85726 15.7314C9.62276 15.9625 9.34504 16.1451 9.03997 16.2688C8.73489 16.3926 8.40843 16.455 8.07922 16.4526C7.75002 16.4502 7.42451 16.3829 7.12129 16.2547C6.81808 16.1265 6.54308 15.9398 6.31201 15.7053C6.08094 15.4708 5.89832 15.1931 5.77458 14.888C5.65084 14.5829 5.5884 14.2565 5.59083 13.9273M2.43113 11.1504L15.8416 3.24345L18.4298 12.9027L3.07818 13.5652L2.43113 11.1504Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1s1zw8y\",\"data-styles-preset\":\"PniOxbf8C\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Langflow Desktop for macOS is here! \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"XUAavfOmE\"},motionChild:true,nodeId:\"c2kv2G8PM\",openInNewTab:false,scopeId:\"Qw7myscjb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-g07isn\",\"data-styles-preset\":\"R8grtrFKB\",children:\"Try the alpha\"})})]})}),className:\"framer-xnr7rz\",\"data-framer-name\":\"IBM plans to Acquire DataStax, Accelerating Production AI & NoSQL Data at Scale\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{y:76}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:componentViewport?.width||\"100vw\",y:56,children:/*#__PURE__*/_jsx(Container,{className:\"framer-k9lq74-container\",\"data-framer-name\":\"Nav\",layoutScroll:true,name:\"Nav\",nodeId:\"dzms7li5F\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{UhzvDjgXx:false},XVwuG8NC4:{variant:\"z9GTZhBTt\"}},children:/*#__PURE__*/_jsx(Navigation2,{height:\"100%\",id:\"dzms7li5F\",layoutId:\"dzms7li5F\",name:\"Nav\",style:{width:\"100%\"},UhzvDjgXx:true,variant:\"l7oLGDrIm\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3d8xdr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:1700,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+840-670),pixelHeight:1716,pixelWidth:3400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png 3400w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:1700,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+670-728),pixelHeight:1716,pixelWidth:3400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png 3400w\"}},XVwuG8NC4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:1700,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+0+0),pixelHeight:1716,pixelWidth:3400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png 3400w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:858,intrinsicWidth:1700,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+670-670),pixelHeight:1716,pixelWidth:3400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=512 512w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/FcLxVWYGEbkq104Xp9fllfbTpw.png 3400w\"},className:\"framer-qjisnc\",\"data-framer-name\":\"Background Hero\"})}),/*#__PURE__*/_jsxs(MotionDivConnectDotsOverride1h9s779,{className:\"framer-1h9s779\",\"data-framer-name\":\"HeroContent\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12mrdpu-container hidden-ok2y70\",\"data-framer-name\":\"Logo Ticker\",isModuleExternal:true,name:\"Logo Ticker\",nodeId:\"z9S2hLDyi\",rendersWithMotion:true,scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:48,height:\"100%\",hoverFactor:1,id:\"z9S2hLDyi\",layoutId:\"z9S2hLDyi\",name:\"Logo Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:30,intrinsicWidth:61,pixelHeight:60,pixelWidth:122,src:\"https://framerusercontent.com/images/9B5liz7N1BwM2ix3JcE5SJw7f0.png\"},className:\"framer-1ol3gxt\",\"data-framer-name\":\"Logo fyxt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37.5,intrinsicWidth:153.5,pixelHeight:75,pixelWidth:307,src:\"https://framerusercontent.com/images/nLLwUG1gd51LSh4AjxYwi9g3D5A.png\"},className:\"framer-pcai42\",\"data-framer-name\":\"Logo surveyhub\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:44,intrinsicWidth:148.5,pixelHeight:88,pixelWidth:297,src:\"https://framerusercontent.com/images/VcS7ByRbNV0AV6rSVFXtroFqEE.png\"},className:\"framer-1r5rxeu\",\"data-framer-name\":\"Logo athena\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37.5,intrinsicWidth:195,pixelHeight:75,pixelWidth:390,src:\"https://framerusercontent.com/images/IQIDZnPTBnMn4aqEs9R8EjXmk.png\"},className:\"framer-1kcny78\",\"data-framer-name\":\"Logo ecclesiastical\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:39.5,intrinsicWidth:34,pixelHeight:79,pixelWidth:68,src:\"https://framerusercontent.com/images/kwO9MSpUFzJHFdzy4CAf4x40Ncw.png\"},className:\"framer-x337tm\",\"data-framer-name\":\"Logo lkw\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:27,intrinsicWidth:152.5,pixelHeight:54,pixelWidth:305,src:\"https://framerusercontent.com/images/9cDZo54ky9sF8dT2fgDh9LMksQ.png\"},className:\"framer-122idxs\",\"data-framer-name\":\"Logo foqum\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:63.5,pixelHeight:72,pixelWidth:127,src:\"https://framerusercontent.com/images/IW1LsqJ0FTGMUISFf27NJa6UafY.png\"},className:\"framer-eqp0l1\",\"data-framer-name\":\"Logo pap\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:112.5,pixelHeight:72,pixelWidth:225,src:\"https://framerusercontent.com/images/9YQILb3CexdGomH3gntPWEEqm6A.png\"},className:\"framer-132075g\",\"data-framer-name\":\"Logo intimegdt\"})],speed:35,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Used by leading AI\",/*#__PURE__*/_jsx(\"br\",{}),\"development teams\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Used by leading AI development teams\"})}),className:\"framer-17e965s\",fonts:[\"GF;Chivo-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qy4yad hidden-10jmown hidden-1k59e8g hidden-6mtm0d\",\"data-framer-name\":\"Logo Stack\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:30,intrinsicWidth:61,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+7),pixelHeight:60,pixelWidth:122,src:\"https://framerusercontent.com/images/9B5liz7N1BwM2ix3JcE5SJw7f0.png\"},className:\"framer-lqaa9i\",\"data-framer-name\":\"Logo fyxt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37.5,intrinsicWidth:153.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+3),pixelHeight:75,pixelWidth:307,src:\"https://framerusercontent.com/images/nLLwUG1gd51LSh4AjxYwi9g3D5A.png\"},className:\"framer-lfoy52\",\"data-framer-name\":\"Logo surveyhub\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:44,intrinsicWidth:148.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+0),pixelHeight:88,pixelWidth:297,src:\"https://framerusercontent.com/images/VcS7ByRbNV0AV6rSVFXtroFqEE.png\"},className:\"framer-a3m0hr\",\"data-framer-name\":\"Logo athena\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:37.5,intrinsicWidth:195,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+3),pixelHeight:75,pixelWidth:390,src:\"https://framerusercontent.com/images/IQIDZnPTBnMn4aqEs9R8EjXmk.png\"},className:\"framer-cf08n7\",\"data-framer-name\":\"Logo ecclesiastical\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:39.5,intrinsicWidth:34,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+2),pixelHeight:79,pixelWidth:68,src:\"https://framerusercontent.com/images/kwO9MSpUFzJHFdzy4CAf4x40Ncw.png\"},className:\"framer-6vgwz9\",\"data-framer-name\":\"Logo lkw\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:27,intrinsicWidth:152.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+8.5),pixelHeight:54,pixelWidth:305,src:\"https://framerusercontent.com/images/9cDZo54ky9sF8dT2fgDh9LMksQ.png\"},className:\"framer-77ktyp\",\"data-framer-name\":\"Logo foqum\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:63.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+3.5),pixelHeight:72,pixelWidth:127,src:\"https://framerusercontent.com/images/IW1LsqJ0FTGMUISFf27NJa6UafY.png\"},className:\"framer-1222f8v\",\"data-framer-name\":\"Logo pap\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:36,intrinsicWidth:112.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+151+519-56+4),pixelHeight:72,pixelWidth:225,src:\"https://framerusercontent.com/images/9YQILb3CexdGomH3gntPWEEqm6A.png\"},className:\"framer-1hs6hzb\",\"data-framer-name\":\"Logo intimegdt\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wrwj9n\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oeur0f\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Stop fighting\",/*#__PURE__*/_jsx(\"br\",{}),\"your tools.\"]})})},XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"Stop fighting \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"your tools.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Stop fighting your tools\"})}),className:\"framer-1aw55et\",fonts:[\"GF;Chivo-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d6sv7h hidden-1k59e8g\",\"data-border\":true,\"data-framer-name\":\"HeroDot1\"})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13yxseg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Langflow is a low-code tool for developers that makes it easier to build powerful AI agents and workflows that can use any API, model, or database.\"})}),className:\"framer-u5mf3q\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{width:\"286px\",y:(componentViewport?.y||0)+0+0+151+0+440-471}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:374,y:(componentViewport?.y||0)+0+0+151+0+296-289.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m3camp-container hidden-1k59e8g\",isModuleExternal:true,nodeId:\"ClvdRHL7K\",rendersWithMotion:true,scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(HeroUI,{height:\"100%\",id:\"ClvdRHL7K\",layoutId:\"ClvdRHL7K\",PYXgNMuvJ:true,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13aypxt\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+0+151+0+0+386+0},XVwuG8NC4:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 32px)`,y:(componentViewport?.y||0)+180+0+-62.95+0+0+0+440+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+0+151+0+0+238+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9ihzp6-container\",nodeId:\"G4MFSlHRf\",rendersWithMotion:true,scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"G4MFSlHRf\",layoutId:\"G4MFSlHRf\",variant:\"It3beABj4\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+0+151+0+0+386+0},XVwuG8NC4:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 32px)`,y:(componentViewport?.y||0)+180+0+-62.95+0+0+0+440+0+68}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+0+151+0+0+238+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f7wgva-container\",isModuleExternal:true,nodeId:\"bCoWcKU3L\",rendersWithMotion:true,scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(SecondaryButton,{height:\"100%\",hit9B4MfQ:\"Star on GitHub\",id:\"bCoWcKU3L\",layoutId:\"bCoWcKU3L\",width:\"100%\",yCjt9pMug:\"https://github.com/langflow-ai/langflow\"})})})})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3t0dy3\",\"data-framer-name\":\"Quote Holder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{width:`max(${componentViewport?.width||\"100vw\"} - 80px, 1px)`,y:(componentViewport?.y||0)+0+968+0},smpJH_6oh:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1180px) - 80px, 1px)`,y:(componentViewport?.y||0)+0+798+0},XVwuG8NC4:{width:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,y:(componentViewport?.y||0)+180+691.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:\"1310px\",y:(componentViewport?.y||0)+0+798+-.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nck6y-container\",nodeId:\"j_FmIqlPj\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{variant:\"dyKvFWeJM\"},XVwuG8NC4:{variant:\"dyKvFWeJM\"}},children:/*#__PURE__*/_jsx(QuoteComponent,{DWF6g7i9e:\"Jonathan Blomgren\",height:\"100%\",hJYKes5V1:\"\u201CLangflow lets us take complex product ideas and quickly bring them to life through visual flows that anyone can understand.\u201D\",HMq0dxzRF:addImageAlt({src:\"https://framerusercontent.com/images/MwgaOjc5XmtJPWRkhrXjTViJbo.svg\"},\"\"),id:\"j_FmIqlPj\",layoutId:\"j_FmIqlPj\",pqkt9ZduU:\" Co-head of Studios, BetterUp\",style:{width:\"100%\"},variant:\"Q9ay_pviD\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zlqbtw\",\"data-framer-name\":\"Ditch the Black Boxes\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ditch the Black Boxes\"})})},XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Ditch the \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Black Boxes\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ditch the Black Boxes\"})}),className:\"framer-1faazw8\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v7horb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2s7aca\",\"data-framer-name\":\"Compare\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1229+0+97.6+0+0+0),pixelHeight:832,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1059+0+97.6+0+0),pixelHeight:832,pixelWidth:832,sizes:\"356px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}},XVwuG8NC4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+944.5+0+84+0+0+0),pixelHeight:832,pixelWidth:832,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 430px) - 32px)`,src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1059+0+97.6+0+0),pixelHeight:832,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"},className:\"framer-1b1byae\",\"data-framer-name\":\"Inner Shadow\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kn215l\",\"data-border\":true,\"data-framer-name\":\"Outline\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-132y6a4\",\"data-framer-name\":\"Fade\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+1229+0+97.6+0+0+0},smpJH_6oh:{height:416.2885,width:\"356px\",y:(componentViewport?.y||0)+0+1059+0+97.6+0+-12},XVwuG8NC4:{height:416.0288,width:`calc(min(${componentViewport?.width||\"100vw\"}, 430px) - 32px)`,y:(componentViewport?.y||0)+180+944.5+0+84+0+0+-13}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:416,width:\"416px\",y:(componentViewport?.y||0)+0+1059+0+97.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g2vlsd-container\",isModuleExternal:true,nodeId:\"d14vJMf3N\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(ControlTheComplexity,{height:\"100%\",id:\"d14vJMf3N\",layoutId:\"d14vJMf3N\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Control the complexity\"})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Control the complexity\"})}),className:\"framer-1u9mcng\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j6pdzv\",\"data-framer-name\":\"Compare\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1229+0+97.6+0+496+0),pixelHeight:832,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1059+0+97.6+0+0),pixelHeight:832,pixelWidth:832,sizes:\"356px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}},XVwuG8NC4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+944.5+0+84+0+449.0288+0),pixelHeight:832,pixelWidth:832,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 430px) - 32px)`,src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1059+0+97.6+0+0),pixelHeight:832,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"},className:\"framer-15wr6yt\",\"data-framer-name\":\"Inner Shadow\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1izcemx\",\"data-border\":true,\"data-framer-name\":\"Outline\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ne95q9\",\"data-framer-name\":\"Fade\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swap and compare\"})}),transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swap and compare\"})}),className:\"framer-13lbcww\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tb5cz9\",\"data-framer-name\":\"Swap and Compare Component\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+1229+0+97.6+0+496+2+5},smpJH_6oh:{width:\"412px\",y:(componentViewport?.y||0)+0+1059+0+97.6+0+2+-5},XVwuG8NC4:{width:`calc((min(${componentViewport?.width||\"100vw\"}, 430px) - 32px) * 0.99)`,y:(componentViewport?.y||0)+180+944.5+0+84+0+449.0288+-13+15.0148}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"411.84px\",y:(componentViewport?.y||0)+0+1059+0+97.6+0+2+5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kpoiwc-container\",nodeId:\"tl4Klvj1s\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(SwapAndCompare,{height:\"100%\",id:\"tl4Klvj1s\",layoutId:\"tl4Klvj1s\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wfnfwz\",\"data-framer-name\":\"Compare\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dj6cnv-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OFSvYWFgZ\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(BeforeAfter,{bg:\"rgb(0, 0, 0)\",customHandle:true,customLabel:true,handle:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-gbsqp4\",\"data-border\":true,\"data-framer-name\":\"compare-drag\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cnqxw3\",\"data-framer-name\":\"Button-icon\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 48\"><path d=\"M 23.666 47.166 C 10.872 47.166 0.5 47.166 0.5 47.166 L 0.5 0.833 C 0.5 0.833 10.872 0.833 23.666 0.833 L 23.666 0.833 C 36.461 0.833 46.833 0.833 46.833 0.833 L 46.833 47.166 C 46.833 47.166 36.461 47.166 23.666 47.166 Z\" fill=\"rgb(0, 0, 0)\"></path><path d=\"M 23.666 47.166 C 10.872 47.166 0.5 47.166 0.5 47.166 L 0.5 0.833 C 0.5 0.833 10.872 0.833 23.666 0.833 L 23.666 0.833 C 36.461 0.833 46.833 0.833 46.833 0.833 L 46.833 47.166 C 46.833 47.166 36.461 47.166 23.666 47.166 Z\" fill=\"transparent\" stroke=\"rgb(0, 0, 0)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 20.417 18.583 L 15 24 L 20.417 29.417 M 26.917 18.583 L 32.333 24 L 26.917 29.417\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 255, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10492315839,withExternalLayout:true})})],height:\"100%\",id:\"OFSvYWFgZ\",label:{after:\"After\",before:\"Before\",position:\"top\",x:24,y:24},layoutId:\"OFSvYWFgZ\",left:addImageAlt({src:\"https://framerusercontent.com/images/LO0KysPJa1yD3k3m8sxxsrhU.png\",srcSet:\"https://framerusercontent.com/images/LO0KysPJa1yD3k3m8sxxsrhU.png?scale-down-to=512 512w,https://framerusercontent.com/images/LO0KysPJa1yD3k3m8sxxsrhU.png 824w\"},\"\"),leftLabel:[],line:{color:\"var(--token-fd56ac93-ffed-4479-a922-12d3461eb402, rgb(63, 63, 70))\",width:2},position:50,radius:24,right:addImageAlt({src:\"https://framerusercontent.com/images/sdbayaUBE6ROmhXwc9aO9vAA20c.png\",srcSet:\"https://framerusercontent.com/images/sdbayaUBE6ROmhXwc9aO9vAA20c.png?scale-down-to=512 512w,https://framerusercontent.com/images/sdbayaUBE6ROmhXwc9aO9vAA20c.png 824w\"},\"\"),rightLabel:[],style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1229+0+97.6+0+992+0),pixelHeight:832,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1059+0+97.6+0+0),pixelHeight:832,pixelWidth:832,sizes:\"356px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}},XVwuG8NC4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+944.5+0+84+0+898.0576+0),pixelHeight:832,pixelWidth:832,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 430px) - 32px)`,src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1059+0+97.6+0+0),pixelHeight:832,pixelWidth:832,sizes:\"416px\",src:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png\",srcSet:\"https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png?scale-down-to=512 512w,https://framerusercontent.com/images/bXRF8o4m8ho7Rmso9lLfdUOQBk.png 832w\"},className:\"framer-1ffqyip\",\"data-framer-name\":\"Inner Shadow\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c3ag8b\",\"data-border\":true,\"data-framer-name\":\"Outline\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ko94sc\",\"data-framer-name\":\"Fade\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Python under the hood\"})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Python under the hood\"})}),className:\"framer-1dfalh2\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-x833m7\",\"data-framer-name\":\"Quote Holder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{width:`max(${componentViewport?.width||\"100vw\"} - 80px, 1px)`,y:(componentViewport?.y||0)+0+2918.6+0},smpJH_6oh:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1180px) - 80px, 1px)`,y:(componentViewport?.y||0)+0+1683.3885+0},XVwuG8NC4:{width:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,y:(componentViewport?.y||0)+180+2369.173+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:\"1310px\",y:(componentViewport?.y||0)+0+1756.6+-.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bsl06u-container\",nodeId:\"KbWtnrY7c\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{variant:\"dyKvFWeJM\"},XVwuG8NC4:{variant:\"dyKvFWeJM\"}},children:/*#__PURE__*/_jsx(QuoteComponent,{a1MPFvJbv:addImageAlt({src:\"https://framerusercontent.com/images/F4PSQt0YyaX2P97sb29KLOTGQg.jpg\"},\"\"),DWF6g7i9e:\"Jan Schummers\",height:\"100%\",hJYKes5V1:\"\u201CLangflow has transformed our RAG application development, letting us focus more on creativity and less on complexity.\u201D\",HMq0dxzRF:addImageAlt({src:\"https://framerusercontent.com/images/d7EoMsajsN7ieqGcVXmYIPbvU.svg\"},\"\"),id:\"KbWtnrY7c\",layoutId:\"KbWtnrY7c\",pqkt9ZduU:\"Sr. Software Engineer, WinWeb\",style:{width:\"100%\"},variant:\"Q9ay_pviD\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(MotionDivConnectDotsOverride1129bnzw,{className:\"framer-129bnzw\",\"data-framer-name\":\"Drag Drop Deploy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-owo4hm\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Drag. Drop. Deploy.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Drag. Drop. Deploy.\"})}),className:\"framer-13xnibw\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Don\u2019t let boilerplate code slow you down. Visual data flows, reusable components, and rapid iteration let you focus on creating AI magic.\"})}),className:\"framer-wmqswj\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lj2ppe\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ds4xv1 hidden-1k59e8g\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:240,intrinsicWidth:502.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3179.6+0+253.6+0+0+0),pixelHeight:480,pixelWidth:1005,sizes:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`,src:\"https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg 1005w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:240,intrinsicWidth:502.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1944.3885+0+273.6+0+0+0),pixelHeight:480,pixelWidth:1005,sizes:`min((min(${componentViewport?.width||\"100vw\"}, 1180px) - 80px) / 1.168, 1000px)`,src:\"https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg 1005w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:240,intrinsicWidth:502.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2017.6+0+253.6+0+0+0),pixelHeight:480,pixelWidth:1005,sizes:\"1000px\",src:\"https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/IcmFxDUdHBSJY0CsR016FUWwKY.svg 1005w\"},className:\"framer-ltne9p\",\"data-framer-name\":\"Graphic\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-58a9s7\",\"data-border\":true,\"data-framer-name\":\"Ellipse 465\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k9s18t\",\"data-border\":true,\"data-framer-name\":\"Ellipse 465\",transformTemplate:transformTemplate1})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-32ns3z\",\"data-border\":true,\"data-framer-name\":\"Dot1\"})})]})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7cs27m\",\"data-framer-name\":\"Limitless Controll\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Limitless Control\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Limitless Control\"})}),className:\"framer-13ecoiv\",\"data-framer-name\":\"Limitless Control\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Use Python to customize anything and everything\"})}),className:\"framer-js4p9e\",\"data-framer-name\":\"Use Python to customize anything and everything\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:197.5,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+2622.173+0+253.6+0+0),pixelHeight:340,pixelWidth:548,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/ClztjZLNi1XM178KMplzoplk0.svg\",srcSet:\"https://framerusercontent.com/images/ClztjZLNi1XM178KMplzoplk0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ClztjZLNi1XM178KMplzoplk0.svg 548w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:197.5,intrinsicWidth:640,pixelHeight:340,pixelWidth:548,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ClztjZLNi1XM178KMplzoplk0.svg\",srcSet:\"https://framerusercontent.com/images/ClztjZLNi1XM178KMplzoplk0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ClztjZLNi1XM178KMplzoplk0.svg 548w\"},className:\"framer-1fk1fr5 hidden-ok2y70 hidden-10jmown hidden-6mtm0d\",\"data-framer-name\":\"Realtime-iteration\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ql6gh6\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:268,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3179.6+0+1195.1+192.156),pixelHeight:536,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`,src:\"https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg 1000w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:268,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1944.3885+0+1235.1+0),pixelHeight:536,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:\"1000px\",src:\"https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg 1000w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:268,intrinsicWidth:500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2017.6+0+1195.6+0),pixelHeight:536,pixelWidth:1e3,positionX:\"center\",positionY:\"center\",sizes:\"1000px\",src:\"https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/20FiKREYox6OQWoTj7sSn344zM.svg 1000w\"},className:\"framer-hzfg0 hidden-1k59e8g\",\"data-framer-name\":\"Graphic\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m6k6js\",\"data-border\":true,\"data-framer-name\":\"Dot3\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14gwprp\",\"data-border\":true,\"data-framer-name\":\"Dot2\"})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+2622.173+0+897.6+0+0),pixelHeight:644,pixelWidth:492,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,src:\"https://framerusercontent.com/images/QPOEQOjfgwOwkZpVHZOEpC3CFo.svg\",srcSet:\"https://framerusercontent.com/images/QPOEQOjfgwOwkZpVHZOEpC3CFo.svg 492w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:644,pixelWidth:492,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QPOEQOjfgwOwkZpVHZOEpC3CFo.svg\",srcSet:\"https://framerusercontent.com/images/QPOEQOjfgwOwkZpVHZOEpC3CFo.svg 492w\"},className:\"framer-1q585vf hidden-ok2y70 hidden-10jmown hidden-6mtm0d\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10t2q8p\",\"data-framer-name\":\"Run Share and Collaborate\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Run, Share, and Collaborate.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Run, Share, and Collaborate.\"})}),className:\"framer-15g1b2c\",\"data-framer-name\":\"Run, Share, and Collaborate.\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Choose from hundreds of pre-built flows and components\"})}),className:\"framer-px4vbv\",\"data-framer-name\":\"Choose from hundreds of pre-built flows and components\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8xawyp\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-148s6r5 hidden-1k59e8g\",\"data-border\":true,\"data-framer-name\":\"Dot4\",transformTemplate:transformTemplate1})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{transformTemplate:transformTemplate3},smpJH_6oh:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1id9uby hidden-1k59e8g\",\"data-border\":true,\"data-framer-name\":\"Dot5\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:197.5,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3179.6+0+2186.1+0+0),pixelHeight:395,pixelWidth:1280,sizes:`calc(${componentViewport?.width||\"100vw\"} - 64px)`,src:\"https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg 1280w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:197.5,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1944.3885+0+2266.1+100+0),pixelHeight:395,pixelWidth:1280,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1180px) - 80px)`,src:\"https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg 1280w\"}},XVwuG8NC4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:197.5,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+2622.173+0+1740.6+0+0),pixelHeight:381,pixelWidth:422,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/q2QzL3c8icdSs1NIMr8MWtxog.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:197.5,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2017.6+0+2186.6+100+0),pixelHeight:395,pixelWidth:1280,sizes:\"1280px\",src:\"https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=512 512w,https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7W9HZcs8jxmteW0ABHNBXqRLwsQ.svg 1280w\"},className:\"framer-ode9qp\",\"data-framer-name\":\"Realtime-iteration\"})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x5zpmk\",\"data-framer-name\":\"Real-time Iteration\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Agents at your service\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Agents at your service\"})}),className:\"framer-1plnbz1\",\"data-framer-name\":\"Real-time Iteration\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Run a single or fleet of agents with access to all your components as tools\"})}),className:\"framer-1dj695k\",\"data-framer-name\":\"Try different model, prompt, and retrieval techniques to dial in your results\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gbxrhr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-eyivlk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{width:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`,y:(componentViewport?.y||0)+0+3179.6+0+3036.1+0+0},smpJH_6oh:{y:(componentViewport?.y||0)+0+1944.3885+0+3256.1+0+0},XVwuG8NC4:{width:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,y:(componentViewport?.y||0)+180+2622.173+0+2429.7+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:362,width:\"800px\",y:(componentViewport?.y||0)+0+2017.6+0+3136.6+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ywrx9-container\",nodeId:\"o_h8AwLUs\",rendersWithMotion:true,scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{Q5DmSrvtR:false,QUfCntTYr:10,RG8EMY2tp:\"4px\",wPuIagDSQ:\"13px\"}},children:/*#__PURE__*/_jsx(CodeSamples,{height:\"100%\",id:\"o_h8AwLUs\",layoutId:\"o_h8AwLUs\",Q5DmSrvtR:true,QUfCntTYr:12,RG8EMY2tp:\"12px\",style:{height:\"100%\",width:\"100%\"},variant:\"TJFxhwQnQ\",width:\"100%\",wPuIagDSQ:\"24px\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cn4x2b hidden-1k59e8g\",\"data-border\":true,\"data-framer-name\":\"Dot6\",transformTemplate:transformTemplate1})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nny4du\",\"data-framer-name\":\"Flow as an API\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Flow as an API\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"200\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Flow as an API\"})}),className:\"framer-1q38vfd\",\"data-framer-name\":\"Flow as an API\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Use a free, production-grade cloud to deploy your flow\"})}),className:\"framer-or55ft\",\"data-framer-name\":\"Use a free, production-grade cloud to deploy your flow\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qdgwu7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a58etu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"From Notebook to Production\"})})},XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"From Notebook \",/*#__PURE__*/_jsx(\"br\",{}),\"to Production\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"From Notebook to Production\"})}),className:\"framer-17nkd1b\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Publishing your AI application shouldn\u2019t be a headache.\"})})},XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Publishing your AI application shouldn\u2019t be a headache.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Publishing your AI application shouldn\u2019t be a headache.\"})}),className:\"framer-17eqgrz\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5zyqgv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nj1c5o\",\"data-framer-name\":\"DDD Frame 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+7100.7+0+233.6+0+0+0+0},smpJH_6oh:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1180px) - 112px) / 3, 1px)`,y:(componentViewport?.y||0)+0+6105.4885+0+233.6+0+0+0},XVwuG8NC4:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1280px), 430px) - 32px)`,y:(componentViewport?.y||0)+180+5882.873+0+217.8+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:340,width:\"416px\",y:(componentViewport?.y||0)+0+6039.2+0+233.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3qlxq8-container\",nodeId:\"yLBCUQ8sc\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{variant:\"NQ1ySUT6B\"}},children:/*#__PURE__*/_jsx(DeployOrSignUp,{height:\"100%\",id:\"yLBCUQ8sc\",layoutId:\"yLBCUQ8sc\",style:{height:\"100%\",width:\"100%\"},variant:\"KayMjO7T_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deploy yourself or sign up for a free cloud account\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deploy yourself or sign up for a free cloud account\"})}),className:\"framer-14lyq8x\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-69rk5f\",\"data-framer-name\":\"DDD Frame 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+7100.7+0+233.6+0+439.2+0+0},smpJH_6oh:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1180px) - 112px) / 3, 1px)`,y:(componentViewport?.y||0)+0+6105.4885+0+233.6+0+0+0},XVwuG8NC4:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1280px), 430px) - 32px)`,y:(componentViewport?.y||0)+180+5882.873+0+217.8+0+439.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:340,width:\"416px\",y:(componentViewport?.y||0)+0+6039.2+0+233.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a4lk56-container\",nodeId:\"xMYnR24vO\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{variant:\"IVAO3yOE3\"}},children:/*#__PURE__*/_jsx(Compliance2,{height:\"100%\",id:\"xMYnR24vO\",layoutId:\"xMYnR24vO\",style:{height:\"100%\",width:\"100%\"},variant:\"niJQkyKka\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deploy and scale on a secure cloud platform ready for production\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deploy and scale on a secure cloud platform ready for production\"})}),className:\"framer-1df7b64\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e9pigm\",\"data-framer-name\":\"DDD Frame 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+7100.7+0+233.6+0+874.4+0+0},smpJH_6oh:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1180px) - 112px) / 3, 1px)`,y:(componentViewport?.y||0)+0+6105.4885+0+233.6+0+0+0},XVwuG8NC4:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1280px), 430px) - 32px)`,y:(componentViewport?.y||0)+180+5882.873+0+217.8+0+874.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:340,width:\"416px\",y:(componentViewport?.y||0)+0+6039.2+0+233.6+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8k2y0e-container\",nodeId:\"waYSv693W\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{variant:\"nb4pjvL4b\"}},children:/*#__PURE__*/_jsx(OSSorCloud,{height:\"100%\",id:\"waYSv693W\",layoutId:\"waYSv693W\",style:{height:\"100%\",width:\"100%\"},variant:\"WpfsS7bNV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Iterate and evaluate beyond the vibe test\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMjAw\",\"--framer-font-family\":'\"Chivo\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"200\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Iterate and evaluate beyond the vibe test\"})}),className:\"framer-7vxo6q\",fonts:[\"GF;Chivo-200\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hrxnt3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w570nu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Connect your existing tools\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Connect your existing tools\"})}),className:\"framer-8vpvi3\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Choose from hundreds of data sources, models, or vector stores. If you don\u2019t find what your looking for, build your own custom component.\"})}),className:\"framer-7yc381\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqj7ag\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uxkfu6-container\",isModuleExternal:true,nodeId:\"wfkq_sQYw\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"wfkq_sQYw\",layoutId:\"wfkq_sQYw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u1brmp\",\"data-border\":true,\"data-framer-name\":\"integration-openai\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yl5i4r\",\"data-framer-name\":\"OpenAI\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qky7mm\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.3757 9.04078C20.8723 7.56992 20.7013 5.95866 19.9071 4.62078C18.7127 2.56874 16.3115 1.51302 13.9665 2.00983C12.9233 0.850151 11.4244 0.190662 9.8531 0.200112C7.45607 0.194712 5.32926 1.71754 4.59182 3.96804C3.05195 4.27922 1.72278 5.23032 0.944977 6.57832C-0.258324 8.62497 0.0159925 11.2049 1.62359 12.9599C1.12694 14.4308 1.29796 16.042 2.09218 17.3799C3.28659 19.4319 5.68772 20.4877 8.03276 19.9909C9.0753 21.1505 10.5748 21.81 12.1461 21.7999C14.5445 21.806 16.672 20.2818 17.4095 18.0293C18.9493 17.7181 20.2785 16.767 21.0563 15.419C22.2583 13.3723 21.9833 10.7945 20.3763 9.03943L20.3757 9.04078ZM12.1475 20.3884C11.1877 20.3898 10.2581 20.0584 9.52132 19.4515C9.55484 19.434 9.61299 19.4022 9.65061 19.3793L14.0096 16.8952C14.2326 16.7704 14.3694 16.5361 14.368 16.283V10.2194L16.2103 11.269C16.2301 11.2784 16.2431 11.2973 16.2459 11.3189V16.3404C16.2431 18.5733 14.4105 20.3837 12.1475 20.3884ZM3.33379 16.6738C2.85288 15.8544 2.67981 14.8938 2.84467 13.9616C2.87683 13.9805 2.9336 14.015 2.97397 14.0379L7.33294 16.522C7.5539 16.6495 7.82753 16.6495 8.04917 16.522L13.3707 13.4898V15.5891C13.372 15.6107 13.3618 15.6316 13.3447 15.6451L8.93848 18.1555C6.97585 19.2706 4.46937 18.6078 3.33448 16.6738H3.33379ZM2.18659 7.28506C2.66544 6.46425 3.42136 5.83648 4.32161 5.51045C4.32161 5.54758 4.31956 5.61305 4.31956 5.65895V10.6277C4.31819 10.8802 4.455 11.1144 4.67733 11.2393L9.99881 14.2708L8.15657 15.3204C8.1381 15.3326 8.11485 15.3346 8.09432 15.3258L3.68746 12.8134C1.72894 11.6943 1.05717 9.22168 2.1859 7.28574L2.18659 7.28506ZM17.3226 10.7607L12.0011 7.72855L13.8434 6.67958C13.8618 6.66743 13.8851 6.6654 13.9056 6.67418L18.3125 9.18455C20.2744 10.3031 20.9469 12.7797 19.8133 14.7156C19.3338 15.5351 18.5786 16.1629 17.679 16.4896V11.3723C17.6811 11.1198 17.5449 10.8863 17.3233 10.7607H17.3226ZM19.1559 8.0377C19.1238 8.01813 19.067 7.98438 19.0266 7.96143L14.6677 5.47738C14.4467 5.3498 14.1731 5.3498 13.9514 5.47738L8.62996 8.50954V6.41025C8.62859 6.38864 8.63885 6.36772 8.65595 6.35422L13.0621 3.84587C15.0248 2.72872 17.534 3.39361 18.6655 5.3309C19.1436 6.14901 19.3167 7.10686 19.1546 8.0377H19.1559ZM7.62846 11.7793L5.78554 10.7297C5.76571 10.7202 5.75271 10.7013 5.74997 10.6797V5.65828C5.75134 3.42263 7.58947 1.61089 9.85515 1.61224C10.8136 1.61224 11.7412 1.94435 12.4779 2.54916C12.4444 2.56671 12.3869 2.59844 12.3486 2.62139L7.98966 5.10544C7.76665 5.23032 7.62983 5.46388 7.6312 5.71701L7.62846 11.778V11.7793ZM8.62928 9.65031L10.9996 8.29961L13.37 9.64964V12.3504L10.9996 13.7004L8.62928 12.3504V9.65031Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"OpenAI\"})}),className:\"framer-lzju2p\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sdwei4\",\"data-border\":true,\"data-framer-name\":\"integration-zeo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15tko4f\",\"data-framer-name\":\"Zep\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-owldan\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"20\" viewBox=\"0 0 24 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.442 11.194L23.2931 11.0351H22.2703L22.6278 3.4982L21.1581 3.44855L20.8801 8.34407C14.9617 8.02631 9.03348 8.02631 3.11516 8.34407L2.94635 1.88953L1.4767 1.92925L1.72495 11.0153H0.692221L0.5532 11.1642C0.404249 12.7729 0.48369 14.4114 0.781592 16.02H1.85404L1.8739 16.1491C1.94341 18.0656 3.47264 19.5948 5.4388 19.5948C7.40495 19.5948 9.8974 19.5055 12.0026 19.5055C14.1078 19.5055 16.63 19.5948 18.5465 19.5948C20.463 19.5948 22.0419 18.0755 22.1114 16.159L22.1313 16.03H23.2236C23.5115 14.4312 23.6009 12.8027 23.442 11.194ZM7.73264 16.9534C6.01474 16.9534 4.73376 15.5831 4.73376 13.9943C4.73376 12.4055 6.02467 11.0351 7.73264 11.0351C9.44062 11.0351 10.6719 12.4154 10.6719 14.0042C10.6719 15.593 9.45055 16.9534 7.73264 16.9534ZM16.3222 16.9534C14.6043 16.9534 13.3233 15.5831 13.3233 13.9943C13.3233 12.4055 14.6142 11.0351 16.3222 11.0351C18.0301 11.0351 19.2615 12.4154 19.2615 14.0042C19.2615 15.593 18.0401 16.9534 16.3222 16.9534Z\" fill=\"url(#paint0_linear_1031_7593)\"/>\\n<path d=\"M11.5756 2.62436L9.74845 5.36506L9.75838 5.41471L18.9338 4.2231L19.4303 3.15066L11.8238 4.0245L12.1615 3.528L14.217 0.449675L14.1971 0.400024L5.2104 1.55191L4.72383 2.61443L12.221 1.65121L11.5756 2.62436Z\" fill=\"url(#paint1_linear_1031_7593)\"/>\\n<path d=\"M7.72272 12.4651C6.8588 12.4651 6.1637 13.1503 6.1637 14.0042C6.1637 14.8582 6.86873 15.5434 7.72272 15.5434C8.5767 15.5434 9.25195 14.8682 9.25195 14.0142C9.25195 13.1602 8.5767 12.4651 7.72272 12.4651Z\" fill=\"url(#paint2_linear_1031_7593)\"/>\\n<path d=\"M16.3122 12.4651C15.4483 12.4651 14.7532 13.1503 14.7532 14.0042C14.7532 14.8582 15.4582 15.5434 16.3122 15.5434C17.1662 15.5434 17.8415 14.8682 17.8415 14.0142C17.8415 13.1602 17.1662 12.4651 16.3122 12.4651Z\" fill=\"url(#paint3_linear_1031_7593)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_7593\" x1=\"11.9965\" y1=\"0.664423\" x2=\"11.9965\" y2=\"22.2956\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#421FCB\"/>\\n<stop offset=\"1\" stop-color=\"#AA1FCD\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_1031_7593\" x1=\"12.082\" y1=\"0.664433\" x2=\"12.082\" y2=\"22.2956\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#421FCB\"/>\\n<stop offset=\"1\" stop-color=\"#AA1FCD\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_1031_7593\" x1=\"7.70186\" y1=\"0.664459\" x2=\"7.70186\" y2=\"22.2956\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#421FCB\"/>\\n<stop offset=\"1\" stop-color=\"#AA1FCD\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_1031_7593\" x1=\"16.2924\" y1=\"0.664459\" x2=\"16.2924\" y2=\"22.2956\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#421FCB\"/>\\n<stop offset=\"1\" stop-color=\"#AA1FCD\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Zep\"})}),className:\"framer-23k1zz\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e7x5pb\",\"data-border\":true,\"data-framer-name\":\"integration-firecrawl\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-acv0la\",\"data-framer-name\":\"Firecrawl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-133cfdv\",\"data-framer-name\":\"FIRECRAWL\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\\n<path d=\"M0.839996 17.1024H17.16V0.78241H0.839996V17.1024Z\" fill=\"url(#pattern0_1031_7586)\"/>\\n<defs>\\n<pattern id=\"pattern0_1031_7586\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\">\\n<use xlink:href=\"#image0_1031_7586\" transform=\"scale(0.00625)\"/>\\n</pattern>\\n<image id=\"image0_1031_7586\" width=\"160\" height=\"160\" xlink:href=\"data:image/png;base64,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\"/>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Firecrawl\"})}),className:\"framer-gw1boo\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ojsol\",\"data-border\":true,\"data-framer-name\":\"integration-upstash\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sy0bwl\",\"data-framer-name\":\"Upstash\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16actjm\",\"data-framer-name\":\"Clip path group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"24\" viewBox=\"0 0 18 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_1031_7565\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"18\" height=\"24\">\\n<path d=\"M0.359985 0.47998H17.64V23.52H0.359985V0.47998Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1031_7565)\">\\n<path d=\"M0.380585 20.6387C4.19317 24.4513 10.3746 24.4513 14.1872 20.6387C17.9997 16.8261 17.9997 10.6447 14.1872 6.83215L12.4613 8.55796C15.3208 11.4174 15.3208 16.0535 12.4613 18.9129C9.60191 21.7723 4.96584 21.7723 2.10639 18.9129L0.380585 20.6387Z\" fill=\"#00E9A3\"/>\\n<path d=\"M3.83223 17.1871C5.7385 19.0933 8.82918 19.0933 10.7355 17.1871C12.6418 15.2808 12.6418 12.1901 10.7355 10.2838L9.00969 12.0096C9.96283 12.9628 9.96283 14.5081 9.00969 15.4613C8.05651 16.4144 6.51117 16.4144 5.55804 15.4613L3.83223 17.1871ZM17.6388 3.38046C13.8262 -0.432076 7.64477 -0.432076 3.83219 3.38046C0.0196018 7.19309 0.0196506 13.3745 3.83223 17.1871L5.55804 15.4613C2.69864 12.6018 2.69859 7.96576 5.55799 5.10636C8.41744 2.24686 13.0535 2.24686 15.9129 5.10636L17.6388 3.38051V3.38046Z\" fill=\"#00E9A3\"/>\\n<path d=\"M14.1871 6.83223C12.2808 4.92596 9.1901 4.92596 7.28383 6.83223C5.37752 8.73854 5.37752 11.8292 7.28383 13.7355L9.00964 12.0097C8.0565 11.0566 8.0565 9.51121 9.00964 8.55803C9.96277 7.6049 11.5081 7.6049 12.4613 8.55803L14.1871 6.83223Z\" fill=\"#00E9A3\"/>\\n<path d=\"M17.6387 3.38046C13.8261 -0.432076 7.64473 -0.432076 3.83219 3.38046C0.0195592 7.19309 0.0195592 13.3745 3.83219 17.1871L5.55795 15.4613C2.69855 12.6018 2.69855 7.96576 5.55795 5.10636C8.4174 2.24686 13.0535 2.24686 15.9129 5.10636L17.6387 3.38051V3.38046Z\" fill=\"white\" fill-opacity=\"0.8\"/>\\n<path d=\"M14.1871 6.83223C12.2808 4.92596 9.19007 4.92596 7.2838 6.83223C5.37749 8.73854 5.37749 11.8292 7.2838 13.7355L9.00961 12.0097C8.05647 11.0566 8.05647 9.51121 9.00961 8.55803C9.96274 7.6049 11.5081 7.6049 12.4613 8.55803L14.1871 6.83223Z\" fill=\"white\" fill-opacity=\"0.8\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Upstash\"})}),className:\"framer-bfqb6q\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mu302v\",\"data-border\":true,\"data-framer-name\":\"integration-unstructured\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lmquwx\",\"data-framer-name\":\"Unstructured\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/LHJ6IFyoKh1kW4XfWyKnQie0.png\"},className:\"framer-h0v7ob\",\"data-framer-name\":\"image 80\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Unstructured\"})}),className:\"framer-6trl3l\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-553uir\",\"data-border\":true,\"data-framer-name\":\"integration-groq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6wfz5w\",\"data-framer-name\":\"Groq\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/grSrPDnibCCGn2GxrLxuCkcyEYs.png\"},className:\"framer-fjc1rf\",\"data-framer-name\":\"image 80\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Groq\"})}),className:\"framer-xzx6c0\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bkyumr\",\"data-border\":true,\"data-framer-name\":\"integration-composio\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n0p2mc\",\"data-framer-name\":\"Composio\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/n6THYOeLcFHyyzqrXLxE7OtahM.png\"},className:\"framer-cxrrvp\",\"data-framer-name\":\"image 80\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Composio\"})}),className:\"framer-wahdv\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n6n39v\",\"data-border\":true,\"data-framer-name\":\"integration-notion\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15dlh12\",\"data-framer-name\":\"Notion\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l93lzy\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.1172 0.472173L0.845337 1.36092C0.841583 1.36119 0.837833 1.3615 0.834087 1.36186C0.827819 1.36267 0.821568 1.36361 0.815337 1.36467C0.80371 1.36612 0.792139 1.368 0.780649 1.3703C0.775943 1.37148 0.771255 1.37273 0.766587 1.37405C0.761254 1.37521 0.75594 1.37646 0.750649 1.3778C0.738949 1.38111 0.727378 1.38486 0.715962 1.38905C0.708384 1.39198 0.700881 1.39511 0.693462 1.39842C0.689059 1.40023 0.684684 1.40211 0.680337 1.40405C0.655127 1.41568 0.630974 1.42949 0.608149 1.4453C0.60405 1.44774 0.599987 1.45024 0.595962 1.4528C0.585974 1.46023 0.576279 1.46805 0.566899 1.47624C0.565009 1.4781 0.563134 1.47997 0.561274 1.48186C0.553226 1.48879 0.545409 1.49598 0.537837 1.50342C0.533032 1.50863 0.528344 1.51395 0.523774 1.51936C0.516631 1.52725 0.509752 1.53538 0.503149 1.54374C0.50061 1.54683 0.49811 1.54995 0.495649 1.55311C0.488398 1.56285 0.481518 1.57285 0.475024 1.58311C0.473114 1.58621 0.471239 1.58934 0.469399 1.59249C0.46308 1.60257 0.457139 1.61289 0.451587 1.62342C0.449333 1.62776 0.447145 1.63214 0.445024 1.63655C0.439888 1.64792 0.435197 1.65949 0.430962 1.67124C0.430331 1.67248 0.429706 1.67373 0.429087 1.67499C0.419412 1.7021 0.412196 1.73002 0.407524 1.75842C0.406507 1.76341 0.40557 1.76841 0.404712 1.77342C0.402947 1.78618 0.401696 1.799 0.400962 1.81186V1.81374C0.40041 1.82248 0.400097 1.83123 0.400024 1.83999V14.1944C0.400024 14.6867 0.551298 15.1681 0.834087 15.5715C0.841479 15.5822 0.849298 15.5925 0.857524 15.6025L3.82096 19.1687C3.84956 19.2202 3.88737 19.266 3.93252 19.3037L4.12002 19.5287C4.14383 19.5574 4.17088 19.5832 4.20065 19.6056C4.48246 19.8791 4.87226 20.0404 5.29284 20.0134L18.2528 19.1772C19.006 19.1285 19.6 18.4946 19.6 17.74V5.26374C19.6 4.82048 19.3915 4.42751 19.0741 4.16311C19.0516 4.13739 19.0265 4.11413 18.9991 4.09374L18.7666 3.92217C18.7375 3.89448 18.7051 3.87054 18.67 3.85092L14.7156 0.934361C14.2553 0.59462 13.6877 0.43078 13.1172 0.472173ZM13.1866 1.42936C13.529 1.40451 13.8697 1.50324 14.1456 1.70686L17.0885 3.87811L5.07628 4.66467C4.6627 4.69167 4.25812 4.53864 3.9644 4.24561H3.96346L1.9619 2.24311L13.1866 1.42936ZM1.36002 2.99874L3.28565 4.92436L3.76002 5.39874V17.5928L1.61877 15.0156C1.45119 14.7748 1.36002 14.4886 1.36002 14.1944V2.99874ZM18.1291 4.78467C18.4129 4.76646 18.64 4.97974 18.64 5.26374V17.74C18.64 17.9973 18.4477 18.2025 18.191 18.219L5.23096 19.0553C5.09004 19.0643 4.96308 19.0161 4.87096 18.9306L4.87002 18.9297L4.86909 18.9287C4.86713 18.9269 4.86633 18.924 4.8644 18.9222C4.86255 18.9197 4.86067 18.9172 4.85877 18.9147C4.7739 18.8288 4.72002 18.7117 4.72002 18.5762V6.09999C4.72002 5.842 4.91202 5.63754 5.16909 5.62092L18.1291 4.78467ZM16.4782 7.11999L14.0425 7.25499C13.671 7.29339 13.2381 7.57023 13.2381 8.01999L14.3181 8.10999V13.2419L10.5831 7.48092L7.78377 7.63842C7.26009 7.67682 7.11721 8.06604 7.11721 8.56092H8.19721V16.0319C8.19721 16.0319 7.69211 16.1682 7.52315 16.2119C7.16411 16.3045 7.11721 16.6167 7.11721 16.8419C7.11721 16.8419 8.91842 16.7514 9.7469 16.689C10.6872 16.617 10.7181 15.9869 10.7181 15.9869L9.63815 15.7619V10.2259C9.63815 10.2259 12.3836 14.6369 13.2231 15.9334C13.6182 16.5425 13.9132 16.6619 14.4325 16.6619C14.8588 16.6619 15.2619 16.536 15.7572 16.2681V7.93467C15.7572 7.93467 15.8484 7.92981 16.136 7.83717C16.4638 7.73109 16.4782 7.43487 16.4782 7.11999Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Notion\"})}),className:\"framer-16yheyg\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bjhq03\",\"data-border\":true,\"data-framer-name\":\"integration-googledrive\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xq2s19\",\"data-framer-name\":\"Google Drive\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-9h0rjr\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"6\" viewBox=\"0 0 16 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M15.295 4.5C15.0275 4.965 15.146 5.34 14.6975 5.5985C14.249 5.8575 13.7325 6 13.195 6H2.80496C2.26796 6 1.75196 5.8575 1.30296 5.599C0.853956 5.3405 0.972456 4.965 0.704956 4.5L4.53996 0H11.46L15.295 4.5Z\" fill=\"#1E88E5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-anah5c\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"14\" viewBox=\"0 0 10 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.73148 0.499493C2.26798 0.498493 2.78348 0.141493 3.23198 0.400493C3.68048 0.659993 4.06198 1.03549 4.33048 1.50099L9.52548 10.499C9.79398 10.964 9.92898 11.4825 9.92948 12C9.92998 12.5185 9.29598 13.0365 9.02648 13.5005L3.46298 11.998L0.000976562 6.00149L1.73148 0.499493Z\" fill=\"#FBC02D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-do5sb4\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:7,svg:'<svg width=\"7\" height=\"6\" viewBox=\"0 0 7 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.92996 0C6.92996 0.52 6.79496 1.035 6.52496 1.5L4.68996 4.675C4.42496 5.065 4.08496 5.375 3.69496 5.6L0.459961 0H6.92996Z\" fill=\"#E53935\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mc81xg\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"14\" viewBox=\"0 0 10 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.973557 13.5005C0.704557 13.0365 0.0705566 12.5185 0.0705566 12.0005C0.0710566 11.4825 0.205557 10.964 0.474557 10.4985L5.66956 1.50049C5.93806 1.03549 6.31956 0.659491 6.76756 0.400491C7.21606 0.140991 7.73206 0.497991 8.26856 0.498991L9.99806 6.00349L6.53706 11.998L0.973557 13.5005Z\" fill=\"#4CAF50\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1w77crt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:7,svg:'<svg width=\"7\" height=\"6\" viewBox=\"0 0 7 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.53995 0L3.30495 5.6C2.91495 5.375 2.57495 5.065 2.30995 4.675L0.474946 1.5C0.204946 1.035 0.0699463 0.52 0.0699463 0H6.53995Z\" fill=\"#1565C0\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p724kx\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"6\" viewBox=\"0 0 8 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.23001 0.4L4.00001 6L0.765015 0.4C1.15501 0.175 1.59501 0.0350001 2.06501 0.00500011L5.73001 0C6.27001 0 6.78501 0.14 7.23001 0.4Z\" fill=\"#2E7D32\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Google Drive\"})}),className:\"framer-thdxko\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ggr1ha\",\"data-border\":true,\"data-framer-name\":\"integration-huggingface\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4bjrh1\",\"data-framer-name\":\"Hugging Face\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qxbiqm\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"20\" viewBox=\"0 0 18 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.92671 19.8636C11.255 19.8636 13.488 18.8651 15.1344 17.0878C16.7807 15.3104 17.7057 12.8999 17.7057 10.3863C17.7057 7.8728 16.7807 5.46222 15.1344 3.68489C13.488 1.90755 11.255 0.909058 8.92671 0.909058C6.59839 0.909058 4.36543 1.90755 2.71906 3.68489C1.07269 5.46222 0.147766 7.8728 0.147766 10.3863C0.147766 12.8999 1.07269 15.3104 2.71906 17.0878C4.36543 18.8651 6.59839 19.8636 8.92671 19.8636Z\" fill=\"#FFD21E\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1c5necz\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.7057 11.3864C18.7057 8.87289 17.7808 6.46231 16.1344 4.68498C14.488 2.90764 12.2551 1.90915 9.92674 1.90915C7.59842 1.90915 5.36546 2.90764 3.71909 4.68498C2.07272 6.46231 1.14779 8.87289 1.14779 11.3864C1.14779 13.8999 2.07272 16.3105 3.71909 18.0879C5.36546 19.8652 7.59842 20.8637 9.92674 20.8637C12.2551 20.8637 14.488 19.8652 16.1344 18.0879C17.7808 16.3105 18.7057 13.8999 18.7057 11.3864ZM0.137268 11.3864C0.137268 9.99859 0.39048 8.62434 0.882447 7.34215C1.37441 6.05996 2.0955 4.89493 3.00454 3.91359C3.91358 2.93224 4.99276 2.15379 6.18047 1.62269C7.36819 1.09159 8.64117 0.818237 9.92674 0.818237C11.2123 0.818237 12.4853 1.09159 13.673 1.62269C14.8607 2.15379 15.9399 2.93224 16.8489 3.91359C17.758 4.89493 18.4791 6.05996 18.971 7.34215C19.463 8.62434 19.7162 9.99859 19.7162 11.3864C19.7162 14.1893 18.6848 16.8773 16.8489 18.8593C15.0131 20.8412 12.5231 21.9546 9.92674 21.9546C7.33041 21.9546 4.84042 20.8412 3.00454 18.8593C1.16866 16.8773 0.137268 14.1893 0.137268 11.3864Z\" fill=\"#FF9D0B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lgzrpv\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"4\" viewBox=\"0 0 10 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.77894 2.8091C8.10231 2.9291 8.22862 3.64364 8.55452 3.45819C8.77519 3.33171 8.95616 3.13742 9.07455 2.8999C9.19293 2.66237 9.24341 2.39229 9.21959 2.12379C9.19578 1.8553 9.09874 1.60046 8.94075 1.3915C8.78277 1.18255 8.57093 1.02887 8.33203 0.949897C8.09313 0.870924 7.83791 0.870208 7.59863 0.947838C7.35935 1.02547 7.14678 1.17796 6.98779 1.38602C6.8288 1.59409 6.73053 1.84838 6.70542 2.11673C6.68032 2.38509 6.72949 2.65546 6.84673 2.89364C7.00083 3.20728 7.49094 2.69728 7.78146 2.80637L7.77894 2.8091ZM1.82946 2.8091C1.5061 2.9291 1.37725 3.64364 1.05389 3.45819C0.833211 3.33171 0.652237 3.13742 0.533854 2.8999C0.41547 2.66237 0.364994 2.39229 0.388809 2.12379C0.412624 1.8553 0.509662 1.60046 0.667648 1.3915C0.825634 1.18255 1.03747 1.02887 1.27637 0.949897C1.51527 0.870924 1.7705 0.870208 2.00977 0.947838C2.24905 1.02547 2.46162 1.17796 2.62061 1.38602C2.77961 1.59409 2.87787 1.84838 2.90298 2.11673C2.92809 2.38509 2.87891 2.65546 2.76167 2.89364C2.60757 3.20728 2.11494 2.69728 1.82694 2.80637L1.82946 2.8091Z\" fill=\"#3A3B45\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-g995cc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"5\" viewBox=\"0 0 8 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.86359 4.35186C6.34696 4.35186 7.1478 1.96277 7.1478 0.735498C7.1478 0.0973163 6.75117 0.299134 6.11454 0.637316C5.52591 0.950953 4.73517 1.38459 3.86612 1.38459C2.0497 1.38459 0.581909 -0.491775 0.581909 0.735498C0.581909 1.96277 1.38022 4.35186 3.86612 4.35186H3.86359Z\" fill=\"#FF323D\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-swj440\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"4\" viewBox=\"0 0 8 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.96124 3.72732C2.09454 3.43488 2.28223 3.17522 2.5126 2.96453C2.74296 2.75385 3.01107 2.59666 3.30019 2.50278C3.40124 2.47005 3.50482 2.65823 3.61345 2.85187C3.7145 3.03732 3.82061 3.2255 3.92671 3.2255C4.0404 3.2255 4.15408 3.04005 4.26271 2.85732C4.3764 2.66641 4.48756 2.48096 4.59619 2.51641C5.1389 2.70241 5.59241 3.11072 5.85935 3.65369C6.80166 2.85187 7.14777 1.54278 7.14777 0.735505C7.14777 0.0973233 6.75113 0.299141 6.1145 0.637323L6.07913 0.656415C5.49556 0.970051 4.71745 1.3846 3.86356 1.3846C3.00966 1.3846 2.23408 0.970051 1.64798 0.656415C0.991135 0.304597 0.579346 0.0836869 0.579346 0.735505C0.579346 1.56732 0.948188 2.93369 1.96124 3.72732Z\" fill=\"#3A3B45\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f1t1ma\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:19,svg:'<svg width=\"19\" height=\"15\" viewBox=\"0 0 19 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M17.8636 2.09096C18.0813 2.09096 18.2902 1.99758 18.4441 1.83135C18.5981 1.66513 18.6846 1.43968 18.6846 1.2046C18.6846 0.969523 18.5981 0.744072 18.4441 0.577847C18.2902 0.411622 18.0813 0.318237 17.8636 0.318237C17.6458 0.318237 17.437 0.411622 17.283 0.577847C17.129 0.744072 17.0425 0.969523 17.0425 1.2046C17.0425 1.43968 17.129 1.66513 17.283 1.83135C17.437 1.99758 17.6458 2.09096 17.8636 2.09096ZM6.11619 2.09096C6.33395 2.09096 6.54279 1.99758 6.69676 1.83135C6.85074 1.66513 6.93724 1.43968 6.93724 1.2046C6.93724 0.969523 6.85074 0.744072 6.69676 0.577847C6.54279 0.411622 6.33395 0.318237 6.11619 0.318237C5.89843 0.318237 5.6896 0.411622 5.53562 0.577847C5.38164 0.744072 5.29514 0.969523 5.29514 1.2046C5.29514 1.43968 5.38164 1.66513 5.53562 1.83135C5.6896 1.99758 5.89843 2.09096 6.11619 2.09096ZM4.42609 5.09096C4.01682 5.09096 3.65303 5.27096 3.39788 5.60096C3.1803 5.89109 3.06167 6.25313 3.06188 6.62642C2.9028 6.57478 2.73786 6.54724 2.57177 6.5446C2.18019 6.5446 1.82651 6.70551 1.5764 6.99733C1.35327 7.24747 1.21259 7.56993 1.17606 7.91495C1.13953 8.25997 1.2092 8.60838 1.3743 8.90642C1.15071 9.10347 0.992098 9.37323 0.922086 9.67551C0.861455 9.92096 0.800823 10.4391 1.12419 10.9682C1.00297 11.1694 0.930835 11.4005 0.914493 11.6398C0.89815 11.8792 0.938131 12.1191 1.03072 12.3373C1.2884 12.9701 1.93261 13.4664 3.18314 14.001C3.95872 14.3337 4.67114 14.5464 4.67619 14.5491C5.57616 14.8183 6.50378 14.9649 7.43746 14.9855C8.91788 14.9855 9.9764 14.4946 10.5852 13.5291C11.5655 11.9773 11.4265 10.5564 10.1558 9.18733C9.45598 8.42915 8.98861 7.31369 8.89261 7.06824C8.69556 6.34278 8.17514 5.53551 7.31367 5.53551C7.08448 5.53942 6.85947 5.60234 6.65735 5.71903C6.45522 5.83572 6.28182 6.00281 6.15156 6.20642C5.89893 5.86278 5.65135 5.59278 5.42903 5.43733C5.13237 5.22051 4.78424 5.10029 4.42609 5.09096ZM4.42609 6.18187C4.55493 6.18187 4.71409 6.24187 4.88588 6.35915C5.42651 6.73006 6.46482 8.65824 6.8463 9.40824C6.97261 9.65915 7.1924 9.76551 7.38693 9.76551C7.77851 9.76551 8.08167 9.34824 7.42482 8.81642C6.43451 8.01733 6.78061 6.71097 7.25303 6.63187C7.27324 6.62642 7.29598 6.62642 7.31367 6.62642C7.74314 6.62642 7.93261 7.42551 7.93261 7.42551C7.93261 7.42551 8.4884 8.93097 9.44335 9.96187C10.3958 10.9901 10.4463 11.8164 9.75156 12.9155C9.27661 13.6655 8.36967 13.8919 7.43746 13.8919C6.47493 13.8919 5.48461 13.6464 4.93135 13.4937C4.90356 13.4855 1.53345 12.4573 1.9604 11.5846C2.03114 11.4373 2.14988 11.3773 2.29893 11.3773C2.90019 11.3773 3.99156 12.3428 4.46398 12.3428C4.56756 12.3428 4.64082 12.2964 4.67367 12.1791C4.87324 11.4019 1.62693 11.0746 1.89977 9.95096C1.9503 9.75187 2.07914 9.67278 2.26356 9.67278C3.05682 9.67278 4.8404 11.181 5.2143 11.181C5.24209 11.181 5.26482 11.1728 5.27493 11.1537C5.46188 10.8264 5.3583 10.5973 4.03703 9.73551C2.72082 8.87369 1.79367 8.35551 2.31914 7.73642C2.37977 7.66551 2.46567 7.63278 2.57177 7.63278C3.37261 7.63278 5.26482 9.49278 5.26482 9.49278C5.26482 9.49278 5.77514 10.0655 6.08588 10.0655C6.15661 10.0655 6.21724 10.0382 6.25767 9.96187C6.47493 9.56369 4.22145 7.72006 4.09514 6.95915C4.00924 6.44096 4.15577 6.18187 4.42609 6.18187Z\" fill=\"#FF9D0B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-leysxa\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"8\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.75157 6.91549C9.44631 5.81367 9.39578 4.98731 8.44336 3.95912C7.48841 2.93094 6.93262 1.42276 6.93262 1.42276C6.93262 1.42276 6.72546 0.550033 6.25304 0.631852C5.78062 0.71367 5.43452 2.01731 6.42483 2.8164C7.41262 3.61549 6.22778 4.15822 5.84631 3.40822C5.46736 2.65822 4.42652 0.730033 3.88589 0.359124C3.34778 -0.00905759 2.96883 0.195487 3.09515 0.959123C3.22146 1.72003 5.47746 3.56367 5.25767 3.95912C5.03789 4.36003 4.26483 3.49276 4.26483 3.49276C4.26483 3.49276 1.84715 1.11731 1.31915 1.7364C0.793675 2.35549 1.72083 2.87367 3.03704 3.73549C4.35831 4.59731 4.46189 4.8264 4.27494 5.15367C4.08546 5.48094 1.17262 2.82731 0.89978 3.95367C0.626938 5.07458 3.87325 5.39912 3.67367 6.1764C3.47157 6.95367 1.38483 4.70912 0.960412 5.58185C0.530938 6.45731 3.90357 7.48549 3.93136 7.49367C5.01767 7.79912 7.78399 8.44549 8.75157 6.91549Z\" fill=\"#FFD21E\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vduutn\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"10\" viewBox=\"0 0 12 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.5537 0.0909424C7.96296 0.0909424 8.32927 0.270942 8.58191 0.600942C8.79949 0.891072 8.91811 1.2531 8.91791 1.6264C9.07779 1.57451 9.2436 1.54697 9.41054 1.54458C9.80212 1.54458 10.1558 1.70549 10.4059 1.99731C10.629 2.24745 10.7697 2.5699 10.8062 2.91493C10.8428 3.25995 10.7731 3.60836 10.608 3.9064C10.8307 4.10385 10.9884 4.37357 11.0577 4.67549C11.1183 4.92094 11.179 5.43913 10.8556 5.96822C10.9768 6.16941 11.0489 6.40043 11.0653 6.63979C11.0816 6.87916 11.0416 7.1191 10.9491 7.33731C10.6914 7.97003 10.0472 8.4664 8.79917 9.00094C8.02106 9.33367 7.30864 9.5464 7.30359 9.54912C6.40362 9.8183 5.476 9.96489 4.54233 9.98549C3.06191 9.98549 2.00338 9.49458 1.39454 8.52913C0.414327 6.97731 0.553274 5.5564 1.82401 4.18731C2.52633 3.42912 2.9937 2.31367 3.0897 2.06822C3.28675 1.34276 3.80464 0.535488 4.66612 0.535488C4.8953 0.539399 5.12031 0.602315 5.32243 0.719007C5.52456 0.835698 5.69796 1.00279 5.82822 1.2064C6.08085 0.862761 6.32843 0.592761 6.55327 0.437306C6.84922 0.220989 7.19641 0.100787 7.5537 0.0909424ZM7.5537 1.18185C7.42485 1.18185 7.26822 1.24185 7.09391 1.35912C6.5558 1.73003 5.51496 3.65822 5.13348 4.40822C5.082 4.51523 5.00445 4.60505 4.90919 4.66801C4.81392 4.73096 4.70455 4.76467 4.59285 4.76549C4.2038 4.76549 3.89812 4.34822 4.55749 3.8164C5.54527 3.01731 5.19917 1.71094 4.72675 1.63185C4.7067 1.62833 4.68643 1.6265 4.66612 1.6264C4.23664 1.6264 4.04717 2.42549 4.04717 2.42549C4.04717 2.42549 3.49138 3.93094 2.53896 4.96185C1.58401 5.99003 1.53349 6.8164 2.23075 7.91549C2.70317 8.66549 3.61264 8.89185 4.54233 8.89185C5.50738 8.89185 6.49517 8.6464 7.05096 8.49367C7.07622 8.48549 10.4489 7.45731 10.0219 6.58458C9.94864 6.43731 9.83243 6.37731 9.68338 6.37731C9.08212 6.37731 7.98822 7.34276 7.51833 7.34276C7.41222 7.34276 7.33896 7.2964 7.30864 7.17912C7.10654 6.40185 10.3529 6.07458 10.08 4.95094C10.032 4.75185 9.90317 4.67276 9.71622 4.67276C8.92296 4.67276 7.13938 6.18094 6.76548 6.18094C6.74022 6.18094 6.71749 6.17276 6.70738 6.15367C6.52043 5.8264 6.62148 5.59731 7.94022 4.73549C9.26148 3.87367 10.1886 3.35549 9.65812 2.7364C9.60001 2.66549 9.51412 2.63276 9.41054 2.63276C8.60717 2.63276 6.71496 4.49276 6.71496 4.49276C6.71496 4.49276 6.20464 5.06549 5.89643 5.06549C5.8617 5.06716 5.82723 5.05835 5.79688 5.04005C5.76654 5.02174 5.74152 4.99466 5.72464 4.96185C5.50485 4.56367 7.75833 2.72003 7.88464 1.95912C7.97054 1.44094 7.82401 1.18185 7.5537 1.18185Z\" fill=\"#FF9D0B\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18gth7o\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"8\" viewBox=\"0 0 10 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.23074 6.91549C0.535999 5.81367 0.583998 4.98731 1.53895 3.95912C2.49137 2.93094 3.04716 1.42276 3.04716 1.42276C3.04716 1.42276 3.25431 0.550033 3.72926 0.631852C4.19916 0.71367 4.54526 2.01731 3.55747 2.8164C2.56716 3.61549 3.75452 4.15822 4.13347 3.40822C4.51495 2.65822 5.55579 0.730033 6.09389 0.359124C6.632 -0.00905759 7.01347 0.195487 6.88463 0.959123C6.75831 1.72003 4.50484 3.56367 4.72463 3.95912C4.94189 4.36003 5.71495 3.49276 5.71495 3.49276C5.71495 3.49276 8.13515 1.11731 8.66063 1.7364C9.1861 2.35549 8.26147 2.87367 6.94274 3.73549C5.62147 4.59731 5.52042 4.8264 5.70484 5.15367C5.89431 5.48094 8.80716 2.82731 9.08 3.95367C9.35284 5.07458 6.10905 5.39912 6.30863 6.1764C6.51073 6.95367 8.59494 4.70912 9.02189 5.58185C9.44884 6.45731 6.07874 7.48549 6.05095 7.49367C4.9621 7.79912 2.19579 8.44549 1.23074 6.91549Z\" fill=\"#FFD21E\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"HuggingFace\"})}),className:\"framer-1jl6co9\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e0ub8f\",\"data-border\":true,\"data-framer-name\":\"integration-slack\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h2vmln\",\"data-framer-name\":\"Slack\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-170dgs\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"5\" viewBox=\"0 0 10 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 2.5C0.5 3.6 1.4 4.5 2.5 4.5H7.5C8.6 4.5 9.5 3.6 9.5 2.5C9.5 1.4 8.6 0.5 7.5 0.5H2.5C1.4 0.5 0.5 1.4 0.5 2.5Z\" fill=\"#F5BC00\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-u9p73u\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 0.5V2.5C0.5 3.6 1.4 4.5 2.5 4.5C3.6 4.5 4.5 3.6 4.5 2.5C4.5 1.4 3.6 0.5 2.5 0.5H0.5Z\" fill=\"#F5BC00\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ducmnu\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"10\" viewBox=\"0 0 5 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.5 0.5C1.4 0.5 0.5 1.4 0.5 2.5V7.5C0.5 8.6 1.4 9.5 2.5 9.5C3.6 9.5 4.5 8.6 4.5 7.5V2.5C4.5 1.4 3.6 0.5 2.5 0.5Z\" fill=\"#F55376\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-j1bh26\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.5 0.5H2.5C1.4 0.5 0.5 1.4 0.5 2.5C0.5 3.6 1.4 4.5 2.5 4.5C3.6 4.5 4.5 3.6 4.5 2.5V0.5Z\" fill=\"#F55376\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-joptb9\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"5\" viewBox=\"0 0 10 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.5 2.5C9.5 1.4 8.6 0.5 7.5 0.5H2.5C1.4 0.5 0.5 1.4 0.5 2.5C0.5 3.6 1.4 4.5 2.5 4.5H7.5C8.6 4.5 9.5 3.6 9.5 2.5Z\" fill=\"#00B3D7\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-151221g\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.5 4.5V2.5C4.5 1.4 3.6 0.5 2.5 0.5C1.4 0.5 0.5 1.4 0.5 2.5C0.5 3.6 1.4 4.5 2.5 4.5H4.5Z\" fill=\"#00B3D7\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-50jjoq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"10\" viewBox=\"0 0 5 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.5 9.5C3.6 9.5 4.5 8.6 4.5 7.5V2.5C4.5 1.4 3.6 0.5 2.5 0.5C1.4 0.5 0.5 1.4 0.5 2.5V7.5C0.5 8.6 1.4 9.5 2.5 9.5Z\" fill=\"#00B569\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wyf7xz\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:5,svg:'<svg width=\"5\" height=\"5\" viewBox=\"0 0 5 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 4.5H2.5C3.6 4.5 4.5 3.6 4.5 2.5C4.5 1.4 3.6 0.5 2.5 0.5C1.4 0.5 0.5 1.4 0.5 2.5V4.5Z\" fill=\"#00B569\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Slack\"})}),className:\"framer-1j7qpic\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-grh25v\",\"data-border\":true,\"data-framer-name\":\"integration-tavily\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14o8ug6\",\"data-framer-name\":\"Tavily\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i4gawy\",\"data-framer-name\":\"Tavily\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1031_7473)\">\\n<path d=\"M7.17605 0.985582L9.14453 4.10185C9.46069 4.6023 9.10109 5.25482 8.50913 5.25482H7.70433V9.92014H6.54065V0.635376C6.78461 0.635376 7.02861 0.752112 7.17605 0.985582Z\" fill=\"#8FBCFA\"/>\\n<path d=\"M3.93612 4.10185L5.90465 0.985582C6.05209 0.752112 6.29609 0.635376 6.54009 0.635376V9.92014C6.52317 9.91922 6.50621 9.91858 6.48917 9.9181C6.47277 9.9177 6.45633 9.91746 6.43981 9.91746C6.04381 9.91746 5.67701 10.0421 5.37641 10.2544V5.25482H4.57159C3.97963 5.25482 3.62 4.6023 3.93612 4.10185Z\" fill=\"#468BFF\"/>\\n<path d=\"M12.7113 13H7.81247C8.09775 12.6911 8.27883 12.2847 8.29991 11.8363H17.3308C17.3308 12.0803 17.2141 12.3243 16.9806 12.4717L13.8643 14.4403C13.3639 14.7564 12.7113 14.3967 12.7113 13.8048V13Z\" fill=\"#FDBB11\"/>\\n<path d=\"M13.8641 9.2326L16.9804 11.2011C17.2138 11.3486 17.3306 11.5926 17.3306 11.8365H8.29968C8.30108 11.8073 8.30176 11.7779 8.30176 11.7483C8.30176 11.347 8.17372 10.9756 7.95624 10.6728H12.7111V9.86804C12.7111 9.27608 13.3636 8.91648 13.8641 9.2326Z\" fill=\"#F6D785\"/>\\n<path d=\"M3.89624 14.2999L1.05313 17.143C1.22565 17.3156 1.48072 17.4055 1.75009 17.3447L5.34557 16.5331C5.92297 16.4028 6.13009 15.6871 5.71153 15.2685L5.14245 14.6994L7.28473 12.5572C7.72281 12.119 7.72281 11.4088 7.28473 10.9707L7.25509 10.941L3.89624 14.2999Z\" fill=\"#FF9A9D\"/>\\n<path d=\"M3.49711 13.054L5.63937 10.9117C6.07749 10.4736 6.78777 10.4736 7.22585 10.9117L7.25549 10.9413L3.89663 14.3002L1.05351 17.1433C0.880988 16.9708 0.791011 16.7157 0.851817 16.4463L1.66343 12.8508C1.79377 12.2734 2.50947 12.0663 2.92804 12.4849L3.49711 13.054Z\" fill=\"#FE363B\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1031_7473\">\\n<rect width=\"16.8\" height=\"16.8\" fill=\"white\" transform=\"translate(0.600006 0.599976)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tavily\"})}),className:\"framer-1lz1jg4\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u8s8qv\",\"data-border\":true,\"data-framer-name\":\"integration-searXNG\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qwt8ph\",\"data-framer-name\":\"SearXNG\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/UchNtPKtkXwFUa13bHV3bPJZtic.png\"},className:\"framer-1bnu9ol\",\"data-framer-name\":\"image 82\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SearXNG\"})}),className:\"framer-1e813as\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nllzmq-container\",isModuleExternal:true,nodeId:\"S7iwhd1Hw\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"S7iwhd1Hw\",layoutId:\"S7iwhd1Hw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-auurk3\",\"data-border\":true,\"data-framer-name\":\"integration-serper\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o3kyj2\",\"data-framer-name\":\"Serper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-j4uasu\",\"data-framer-name\":\"Group 4\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.2811 5.71997C11.8536 5.71997 12.3937 5.81734 12.9015 6.01206C13.4143 6.20681 13.8624 6.47644 14.2457 6.82096C14.629 7.1655 14.9203 7.56497 15.1194 8.01934C15.1642 8.1192 15.1866 8.22157 15.1866 8.32643C15.1866 8.53115 15.1119 8.70841 14.9626 8.85821C14.8182 9.00301 14.644 9.07541 14.4399 9.07541C14.3054 9.07541 14.171 9.03296 14.0366 8.94807C13.9022 8.85821 13.8076 8.75084 13.7528 8.62601C13.5637 8.1966 13.2475 7.85457 12.8045 7.59991C12.3664 7.34525 11.8586 7.21793 11.2811 7.21793C10.9973 7.21793 10.6961 7.25288 10.3775 7.32279C10.0638 7.39268 9.76764 7.50005 9.48884 7.64485C9.21007 7.78465 8.98354 7.96191 8.80931 8.17663C8.63506 8.39132 8.54794 8.64101 8.54794 8.92561C8.54794 9.1553 8.62261 9.35502 8.77197 9.52479C8.92132 9.68956 9.08808 9.8194 9.27228 9.91425C9.70543 10.129 10.1834 10.2788 10.7061 10.3637C11.2338 10.4485 11.7665 10.5309 12.3041 10.6108C12.8418 10.6907 13.3421 10.8305 13.8051 11.0302C14.0988 11.1551 14.3801 11.3274 14.649 11.547C14.9178 11.7668 15.1368 12.0339 15.3061 12.3485C15.4754 12.663 15.56 13.0325 15.56 13.457C15.56 14.0062 15.4281 14.4881 15.1642 14.9025C14.9004 15.3169 14.5544 15.6615 14.1262 15.9361C13.6981 16.2107 13.2326 16.4179 12.7298 16.5577C12.2319 16.6926 11.7441 16.76 11.2661 16.76C10.6189 16.76 10.0116 16.6576 9.44406 16.4529C8.87651 16.2432 8.38115 15.9486 7.95801 15.5691C7.53484 15.1846 7.21125 14.7352 6.9872 14.2209C6.94239 14.1211 6.92 14.0212 6.92 13.9213C6.92 13.7166 6.99219 13.5418 7.13656 13.397C7.28592 13.2472 7.46265 13.1724 7.66676 13.1724C7.80614 13.1724 7.94305 13.2173 8.07748 13.3072C8.21188 13.392 8.30398 13.4994 8.35378 13.6292C8.57284 14.1335 8.94371 14.533 9.46645 14.8276C9.98918 15.1172 10.5891 15.262 11.2661 15.262C11.6893 15.262 12.115 15.1996 12.5431 15.0748C12.9712 14.9449 13.3297 14.7477 13.6184 14.4831C13.9121 14.2134 14.059 13.8714 14.059 13.457C14.059 13.1923 13.9694 12.9751 13.7902 12.8054C13.6159 12.6306 13.4243 12.4983 13.2152 12.4084C12.7422 12.2037 12.2369 12.0639 11.6993 11.9889C11.1616 11.9091 10.6264 11.8267 10.0937 11.7418C9.56102 11.6519 9.06319 11.4896 8.60022 11.255C8.20693 11.0552 7.84848 10.7656 7.52486 10.3861C7.20627 10.0017 7.04694 9.51482 7.04694 8.92561C7.04694 8.40632 7.1714 7.94943 7.42032 7.55497C7.67422 7.1555 8.00777 6.82096 8.42098 6.55132C8.83917 6.27669 9.29718 6.06949 9.79502 5.92969C10.2929 5.78986 10.7882 5.71997 11.2811 5.71997Z\" fill=\"#90CDF4\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 1.87994C5.96317 1.87994 1.88 5.9631 1.88 10.9999C1.88 16.0368 5.96317 20.1199 11 20.1199C16.0368 20.1199 20.12 16.0368 20.12 10.9999C20.12 5.9631 16.0368 1.87994 11 1.87994ZM0.440002 10.9999C0.440002 5.16781 5.16788 0.439941 11 0.439941C16.8321 0.439941 21.56 5.16781 21.56 10.9999C21.56 16.8321 16.8321 21.5599 11 21.5599C5.16788 21.5599 0.440002 16.8321 0.440002 10.9999Z\" fill=\"#90CDF4\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Serper\"})}),className:\"framer-t9pwrx\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1754dvr\",\"data-border\":true,\"data-framer-name\":\"integration-cohere\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1skj29i\",\"data-framer-name\":\"Cohere\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mi43qt\",\"data-framer-name\":\"Group 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.19733 13.0594C7.77865 13.0594 8.93502 13.0275 10.5334 12.3694C12.396 11.6025 16.1018 10.2104 18.7751 8.78049C20.6447 7.78036 21.4643 6.45762 21.4643 4.67633C21.4643 2.20411 19.4601 0.199951 16.9879 0.199951H6.62971C3.07867 0.199951 0.199997 3.07863 0.199997 6.62967C0.199997 10.1807 2.89528 13.0594 7.19733 13.0594Z\" fill=\"#39594D\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.94928 17.4871C8.94928 15.7464 9.99719 14.177 11.6049 13.5098L14.8669 12.156C18.1664 10.7866 21.7981 13.2113 21.7981 16.7839C21.7981 19.5516 19.554 21.7951 16.7862 21.7943L13.2545 21.7934C10.8766 21.7928 8.94928 19.865 8.94928 17.4871Z\" fill=\"#D18EE2\"/>\\n<path d=\"M3.90654 13.907C1.85951 13.907 0.199997 15.5663 0.199997 17.6134V18.0935C0.199997 20.1405 1.85944 21.7999 3.90648 21.7999C5.95351 21.7999 7.61302 20.1405 7.61302 18.0935V17.6134C7.61302 15.5663 5.95358 13.907 3.90654 13.907Z\" fill=\"#FF7759\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Cohere\"})}),className:\"framer-1n78yge\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pqtrms\",\"data-border\":true,\"data-framer-name\":\"integration-confluence\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e8020y\",\"data-framer-name\":\"Confluence\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1y5g7xo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:21,svg:'<svg width=\"21\" height=\"11\" viewBox=\"0 0 21 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M20.206 5.48398C20.4325 5.11548 20.6865 4.68748 20.9025 4.34698C21.096 4.02098 20.992 3.59998 20.669 3.40098L16.1405 0.618976C15.8215 0.404476 15.3885 0.488476 15.1735 0.807476C15.1645 0.820976 15.156 0.834476 15.148 0.848476C14.967 1.15098 14.7335 1.54398 14.479 1.96498C12.685 4.92098 10.8805 4.55948 7.62751 3.00848L3.15152 0.886976C2.80402 0.721976 2.38852 0.869476 2.22302 1.21598C2.22052 1.22198 2.21751 1.22798 2.21451 1.23448L0.0585151 6.10348C-0.0939849 6.45098 0.0610152 6.85648 0.407015 7.01448C1.35452 7.45948 3.23902 8.34648 4.93552 9.16398C11.052 12.1195 16.2385 11.9215 20.206 5.48398Z\" fill=\"#2684FF\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vcl1is\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:21,svg:'<svg width=\"21\" height=\"11\" viewBox=\"0 0 21 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.793996 6.01605C0.567496 6.38455 0.313496 6.81255 0.0974962 7.15305C-0.0960038 7.47905 0.0079962 7.90005 0.330996 8.09905L4.8595 10.8811C5.1785 11.0956 5.6115 11.0116 5.8265 10.6926C5.8355 10.6791 5.844 10.6656 5.852 10.6516C6.033 10.3491 6.2665 9.95605 6.521 9.53505C8.315 6.57905 10.1195 6.94055 13.3725 8.49155L17.8485 10.6131C18.196 10.7781 18.6115 10.6306 18.777 10.2841C18.78 10.2781 18.783 10.2716 18.7855 10.2656L20.9415 5.39655C21.094 5.04905 20.939 4.64355 20.593 4.48555C19.6455 4.04055 17.761 3.15355 16.0645 2.33605C9.948 -0.619446 4.7615 -0.421445 0.793996 6.01605Z\" fill=\"#2684FF\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Confluence\"})}),className:\"framer-9w6sdu\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1drmjwv\",\"data-border\":true,\"data-framer-name\":\"integration-supa\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ifku7j\",\"data-framer-name\":\"Supa\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cix4gt\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.8615 23.3693C13.2606 24.1259 12.0423 23.7113 12.0279 22.7452L11.8162 8.61389H21.318C23.0391 8.61389 23.9989 10.6017 22.9288 11.9496L13.8615 23.3693Z\" fill=\"url(#paint0_linear_1031_7427)\"/>\\n<path d=\"M13.8615 23.3693C13.2606 24.1259 12.0423 23.7113 12.0279 22.7452L11.8162 8.61389H21.318C23.0391 8.61389 23.9989 10.6017 22.9288 11.9496L13.8615 23.3693Z\" fill=\"url(#paint1_linear_1031_7427)\" fill-opacity=\"0.2\"/>\\n<path d=\"M9.99711 0.630794C10.598 -0.125956 11.8163 0.288688 11.8308 1.25486L11.9235 15.3861H2.54058C0.819486 15.3861 -0.140399 13.3983 0.929828 12.0504L9.99711 0.630794Z\" fill=\"#3ECF8E\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_7427\" x1=\"11.8162\" y1=\"11.7472\" x2=\"20.2611\" y2=\"15.2889\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#249361\"/>\\n<stop offset=\"1\" stop-color=\"#3ECF8E\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_1031_7427\" x1=\"8.07213\" y1=\"6.6209\" x2=\"11.9235\" y2=\"13.8708\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Supa\"})}),className:\"framer-1dmo34h\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18s6d6u\",\"data-border\":true,\"data-framer-name\":\"integration-amazonbedrock\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ablwcv\",\"data-framer-name\":\"Amazon Bedrock\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wgfzue\",\"data-framer-name\":\"Group 7\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"15\" viewBox=\"0 0 24 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.76349 5.7645C6.76349 6.063 6.79549 6.3045 6.85149 6.482C6.91549 6.6595 6.99499 6.853 7.10699 7.0625C7.14699 7.127 7.16299 7.1915 7.16299 7.248C7.16299 7.3285 7.11499 7.409 7.01149 7.49L6.50849 7.8285C6.43649 7.877 6.36499 7.901 6.30099 7.901C6.22099 7.901 6.14149 7.8605 6.06149 7.788C5.94949 7.667 5.85399 7.538 5.77399 7.409C5.69399 7.272 5.61449 7.119 5.52649 6.9335C4.90399 7.675 4.12149 8.046 3.17949 8.046C2.50899 8.046 1.97399 7.8525 1.58299 7.4655C1.19199 7.0785 0.992493 6.5625 0.992493 5.9175C0.992493 5.2325 1.23199 4.676 1.71899 4.257C2.20599 3.838 2.85249 3.628 3.67449 3.628C3.94599 3.628 4.22549 3.652 4.52049 3.6925C4.81549 3.733 5.11899 3.7975 5.43849 3.87V3.2815C5.43849 2.669 5.31099 2.2415 5.06349 1.9915C4.80799 1.7415 4.37699 1.6205 3.76249 1.6205C3.48299 1.6205 3.19599 1.6525 2.90049 1.7255C2.60499 1.798 2.31799 1.8865 2.03849 1.9995C1.91099 2.056 1.81499 2.088 1.75899 2.1045C1.70299 2.1205 1.66299 2.1285 1.63149 2.1285C1.51949 2.1285 1.46399 2.048 1.46399 1.8785V1.4835C1.46399 1.3545 1.47999 1.258 1.51999 1.2015C1.55999 1.145 1.63199 1.0885 1.74349 1.032C2.02299 0.887 2.35799 0.766 2.74949 0.669C3.14049 0.564 3.55549 0.516 3.99449 0.516C4.94449 0.516 5.63899 0.7335 6.08599 1.169C6.52499 1.6045 6.74849 2.2655 6.74849 3.152V5.764L6.76349 5.7645ZM3.52249 6.9895C3.78599 6.9895 4.05749 6.941 4.34449 6.8445C4.63199 6.748 4.88749 6.5705 5.10299 6.3285C5.23049 6.1755 5.32649 6.006 5.37449 5.8125C5.42249 5.619 5.45449 5.385 5.45449 5.111V4.7725C5.22299 4.716 4.97549 4.6675 4.71999 4.6355C4.46449 4.6035 4.21699 4.587 3.96949 4.587C3.43449 4.587 3.04349 4.692 2.77999 4.9095C2.51649 5.127 2.38899 5.4335 2.38899 5.8365C2.38899 6.2155 2.48499 6.4975 2.68449 6.691C2.87599 6.893 3.15549 6.9895 3.52249 6.9895ZM9.93249 7.8605C9.78899 7.8605 9.69299 7.8365 9.62899 7.78C9.56499 7.7315 9.50949 7.619 9.46149 7.4655L7.58549 1.234C7.53749 1.073 7.51349 0.968 7.51349 0.9115C7.51349 0.7825 7.57749 0.71 7.70499 0.71H8.48749C8.63899 0.71 8.74299 0.734 8.79899 0.7905C8.86299 0.839 8.91049 0.9515 8.95849 1.105L10.2995 6.442L11.5445 1.105C11.5845 0.944 11.6325 0.839 11.696 0.7905C11.76 0.742 11.8715 0.71 12.0155 0.71H12.654C12.8055 0.71 12.9095 0.734 12.9735 0.7905C13.0375 0.839 13.093 0.9515 13.125 1.105L14.386 6.5065L15.767 1.105C15.815 0.944 15.871 0.839 15.9265 0.7905C15.9905 0.742 16.094 0.71 16.238 0.71H16.9805C17.108 0.71 17.18 0.7745 17.18 0.9115C17.18 0.952 17.172 0.992 17.164 1.0405C17.156 1.089 17.14 1.1535 17.108 1.242L15.1845 7.4735C15.1365 7.6345 15.0805 7.7395 15.017 7.788C14.9535 7.8365 14.8495 7.8685 14.7135 7.8685H14.027C13.8755 7.8685 13.7715 7.8445 13.7075 7.788C13.6435 7.7315 13.588 7.627 13.556 7.4655L12.319 2.2655L11.09 7.4575C11.05 7.6185 11.002 7.7235 10.9385 7.78C10.8745 7.8365 10.763 7.8605 10.619 7.8605H9.93249ZM20.1895 8.078C19.7745 8.078 19.3595 8.0295 18.9605 7.933C18.5615 7.8365 18.25 7.7315 18.0425 7.6105C17.915 7.538 17.827 7.4575 17.795 7.385C17.763 7.3125 17.747 7.232 17.747 7.1595V6.7485C17.747 6.579 17.811 6.4985 17.9305 6.4985C17.9785 6.4985 18.0265 6.5065 18.074 6.5225C18.122 6.5385 18.1935 6.571 18.2735 6.603C18.545 6.724 18.84 6.8205 19.1515 6.885C19.471 6.9495 19.782 6.9815 20.1015 6.9815C20.6045 6.9815 20.9955 6.893 21.267 6.7155C21.5385 6.538 21.682 6.28 21.682 5.9495C21.682 5.724 21.61 5.5385 21.4665 5.385C21.323 5.232 21.0515 5.095 20.6605 4.966L19.503 4.603C18.9205 4.4175 18.4895 4.1435 18.226 3.7805C17.9625 3.426 17.827 3.031 17.827 2.6115C17.827 2.273 17.899 1.9745 18.0425 1.7165C18.186 1.4585 18.378 1.233 18.617 1.0555C18.8565 0.87 19.128 0.733 19.447 0.6365C19.7665 0.5405 20.1015 0.5 20.453 0.5C20.6285 0.5 20.812 0.508 20.988 0.532C21.1715 0.556 21.339 0.5885 21.507 0.6205C21.6665 0.661 21.8185 0.701 21.962 0.7495C22.1055 0.798 22.2175 0.846 22.2975 0.8945C22.4095 0.959 22.489 1.0235 22.537 1.096C22.585 1.1605 22.609 1.249 22.609 1.362V1.741C22.609 1.9105 22.545 1.999 22.4255 1.999C22.3615 1.999 22.258 1.967 22.122 1.9025C21.667 1.693 21.156 1.588 20.5895 1.588C20.1345 1.588 19.7755 1.6605 19.528 1.8135C19.2805 1.9665 19.153 2.2005 19.153 2.531C19.153 2.7565 19.233 2.95 19.3925 3.1035C19.552 3.2565 19.8475 3.41 20.2705 3.547L21.404 3.91C21.9785 4.0955 22.394 4.3535 22.641 4.684C22.888 5.0145 23.008 5.3935 23.008 5.8125C23.008 6.159 22.936 6.4735 22.8005 6.7475C22.657 7.0215 22.465 7.2635 22.218 7.457C21.9705 7.6585 21.675 7.8035 21.332 7.9085C20.9715 8.0215 20.5965 8.078 20.1895 8.078Z\" fill=\"white\"/>\\n<path d=\"M21.698 11.996C19.072 13.955 15.2565 14.995 11.9755 14.995C7.37799 14.995 3.23499 13.278 0.105988 10.424C-0.141512 10.1985 0.0819882 9.89201 0.377488 10.0695C3.76199 12.0525 7.93649 13.254 12.255 13.254C15.1685 13.254 18.3695 12.6415 21.3145 11.3835C21.754 11.182 22.129 11.6735 21.698 11.996ZM22.7915 10.7385C22.456 10.303 20.5725 10.529 19.7185 10.6335C19.463 10.6655 19.423 10.44 19.6545 10.2705C21.155 9.20651 23.6215 9.51251 23.909 9.86751C24.1965 10.2305 23.829 12.7215 22.4245 13.9145C22.209 14.1 22.0015 14.003 22.097 13.7615C22.4165 12.9635 23.127 11.1655 22.7915 10.7385Z\" fill=\"#FF9900\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Amazon Bedrock\"})}),className:\"framer-nnkda1\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aeyq01\",\"data-border\":true,\"data-framer-name\":\"integration-serp\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-2fp16k\",\"data-framer-name\":\"Serp API\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sb8dUuZ2KbRiHGjHEsPeWlogVKI.png\"},className:\"framer-xosriq\",\"data-framer-name\":\"Serp API\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Serp API\"})}),className:\"framer-hksjjg\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oizviq\",\"data-border\":true,\"data-framer-name\":\"integration-anthropic\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c56aji\",\"data-framer-name\":\"Anthropic\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4fppbo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.400024 0.400024V19.6H19.6V0.400024H0.400024ZM7.61502 6.14502H9.3869L12.3128 13.855H10.6272L10.1219 12.3691H6.95127L6.43002 13.825H4.73502L7.61502 6.14502ZM10.8531 6.14971C10.8647 6.13819 12.416 6.14971 12.416 6.14971L15.265 13.8475H13.6685L10.8531 6.14971ZM8.54409 8.06502L7.48752 10.7913H9.53971L8.54409 8.06502Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Anthropic\"})}),className:\"framer-vrhjh1\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k55wus\",\"data-border\":true,\"data-framer-name\":\"integration-github\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-obsb6v\",\"data-framer-name\":\"Github\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1schrk8\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10 0.400024C4.69842 0.400024 0.400024 4.69842 0.400024 10C0.400024 14.4984 3.49762 18.2624 7.67362 19.304C7.62882 19.1744 7.60002 19.024 7.60002 18.8376V17.1968C7.21042 17.1968 6.55762 17.1968 6.39362 17.1968C5.73682 17.1968 5.15282 16.9144 4.86962 16.3896C4.55522 15.8064 4.50082 14.9144 3.72162 14.3688C3.49042 14.1872 3.66642 13.98 3.93282 14.008C4.42482 14.1472 4.83282 14.4848 5.21682 14.9856C5.59922 15.4872 5.77922 15.6008 6.49362 15.6008C6.84002 15.6008 7.35842 15.5808 7.84642 15.504C8.10882 14.8376 8.56242 14.224 9.11682 13.9344C5.92002 13.6056 4.39442 12.0152 4.39442 9.85602C4.39442 8.92642 4.79042 8.02722 5.46322 7.26962C5.24242 6.51762 4.96482 4.98402 5.54802 4.40002C6.98642 4.40002 7.85602 5.33282 8.06482 5.58482C8.78162 5.33922 9.56882 5.20002 10.396 5.20002C11.2248 5.20002 12.0152 5.33922 12.7336 5.58642C12.94 5.33602 13.8104 4.40002 15.252 4.40002C15.8376 4.98482 15.5568 6.52482 15.3336 7.27522C16.0024 8.03122 16.396 8.92802 16.396 9.85602C16.396 12.0136 14.8728 13.6032 11.6808 13.9336C12.5592 14.392 13.2 15.68 13.2 16.6504V18.8376C13.2 18.9208 13.1816 18.9808 13.172 19.052C16.9128 17.7408 19.6 14.1888 19.6 10C19.6 4.69842 15.3016 0.400024 10 0.400024Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Github\"})}),className:\"framer-1rfpxhc\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dcabe2\",\"data-border\":true,\"data-framer-name\":\"integration-meritalk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7z89kg\",\"data-framer-name\":\"Meritalk\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vj0gc4\",\"data-framer-name\":\"Group 6\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"10\" viewBox=\"0 0 24 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.9754 0.199951H13.3538C12.9191 0.199951 12.5679 0.552522 12.5679 0.98718V5.47506C12.5679 5.90972 12.9204 6.26094 13.3538 6.26094H19.1631C19.8319 7.19216 18.5764 9.71937 18.5764 9.71937C18.5764 9.71937 21.043 7.35095 21.6661 6.26094H22.9741C23.4088 6.26094 23.76 5.90837 23.76 5.47506V0.98718C23.7627 0.552522 23.4101 0.199951 22.9754 0.199951Z\" fill=\"#005186\"/>\\n<path d=\"M0.23999 5.32162V1.05981H1.39728L2.49133 4.11857L3.56788 1.05981H4.73191V5.32296H3.9366L3.95948 1.9076L2.7672 5.32296H2.20335L1.00569 1.9076L1.02857 5.32296H0.23999V5.32162Z\" fill=\"#D31E47\"/>\\n<path d=\"M6.06817 3.99075C6.10316 4.49808 6.55262 4.77933 6.98459 4.77394C7.35331 4.77394 7.60092 4.60708 7.7449 4.34736H8.52271C8.37334 4.69859 8.14861 4.96369 7.88351 5.14266C7.61841 5.32702 7.30755 5.41988 6.97921 5.41988C6.00627 5.41988 5.3092 4.6313 5.3092 3.74987C5.3092 2.85095 6.01165 2.06238 6.96844 2.06238C7.44078 2.06238 7.85525 2.24135 8.14996 2.54683C8.53617 2.94381 8.68016 3.43902 8.61691 3.9921H6.06817V3.99075ZM7.8714 3.4148C7.84314 3.11471 7.52556 2.69485 6.97248 2.70024C6.41402 2.70024 6.10854 3.10394 6.07894 3.4148H7.8714Z\" fill=\"#D31E47\"/>\\n<path d=\"M9.18481 2.15927H9.89938V2.57374C10.038 2.29115 10.2964 2.06642 10.7754 2.06104V2.82135H10.7404C10.2102 2.82135 9.93975 3.06896 9.93975 3.61665V5.32164H9.18481V2.15927Z\" fill=\"#D31E47\"/>\\n<path d=\"M11.2357 1.05981H11.9906V1.73401H11.2357V1.05981ZM11.2357 2.15924H11.9906V5.32162H11.2357V2.15924Z\" fill=\"#D31E47\"/>\\n<path d=\"M14.0858 1.65865H13.1061V1.05981H15.745V1.65865H14.7654V5.32162H14.0858V1.65865Z\" fill=\"white\"/>\\n<path d=\"M18.7271 5.32169H18.1283V4.77534C17.9089 5.19654 17.4595 5.41454 16.9642 5.41454C15.9563 5.41454 15.3575 4.63135 15.3575 3.75531C15.3575 2.79852 16.0546 2.09607 16.9642 2.09607C17.5859 2.09607 17.9843 2.44191 18.1283 2.74066V2.18758H18.7271V5.32169ZM15.9563 3.76607C15.9617 4.23303 16.29 4.85474 17.0504 4.85474C17.5281 4.85474 17.8685 4.58963 18.0233 4.23303C18.0919 4.08904 18.1269 3.92755 18.1323 3.76607C18.1377 3.60459 18.1094 3.44311 18.0408 3.29912C17.8914 2.93578 17.5402 2.65453 17.0383 2.65453C16.3816 2.65453 15.955 3.17262 15.955 3.76069V3.76607H15.9563Z\" fill=\"white\"/>\\n<path d=\"M19.3246 1.05981H19.9234V3.41612V5.32296H19.3246V3.41477V1.05981Z\" fill=\"white\"/>\\n<path d=\"M20.5963 1.05981H21.2018V3.42688L22.4291 2.18885H23.1544L21.7603 3.56549L23.1948 5.32296H22.4977L21.2018 3.70948V5.32296H20.5963V1.05981Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MeriTalk\"})}),className:\"framer-up6lxm\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jw87pq\",\"data-border\":true,\"data-framer-name\":\"integration-qdrant\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-e7xkyp\",\"data-framer-name\":\"Qdrant\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nUYi0CmdU8ClNn7WD9CfHpMR1pQ.png\"},className:\"framer-nj0q24\",\"data-framer-name\":\"image 76\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Qdrant\"})}),className:\"framer-1y2y4i0\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17qh8xt\",\"data-border\":true,\"data-framer-name\":\"integration-mistral\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tq2q9b\",\"data-framer-name\":\"Mistral\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uszqpx\",\"data-framer-name\":\"mistral-ai_wordmark 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"20\" viewBox=\"0 0 22 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1031_7340)\">\\n<path d=\"M16.8061 0.399902H20.3897V3.98348H16.8061V0.399902Z\" fill=\"#F7D046\"/>\\n<path d=\"M0.679993 0.400024H4.26357V3.98361H0.679993V0.400024ZM0.679993 3.98361H4.26357V7.56719H0.679993V3.98361ZM0.679993 7.56719H4.26357V11.1508H0.679993V7.56719ZM0.679993 11.1508H4.26357V14.7344H0.679993V11.1508ZM0.679993 14.7344H4.26357V18.3179H0.679993V14.7344Z\" fill=\"black\"/>\\n<path d=\"M2.47179 0.399902H6.05537V3.98348H2.47179V0.399902Z\" fill=\"#F7D046\"/>\\n<path d=\"M16.8061 3.98352H20.3897V7.5671H16.8061V3.98352ZM2.47179 3.98352H6.05537V7.5671H2.47179V3.98352Z\" fill=\"#F2A73B\"/>\\n<path d=\"M11.4307 3.98352H15.0143V7.5671H11.4307V3.98352Z\" fill=\"black\"/>\\n<path d=\"M13.2225 3.98352H16.8061V7.5671H13.2225V3.98352ZM6.05536 3.98352H9.63894V7.5671H6.05536V3.98352Z\" fill=\"#F2A73B\"/>\\n<path d=\"M9.63894 7.56714H13.2225V11.1507H9.63894V7.56714ZM13.2225 7.56714H16.8061V11.1507H13.2225V7.56714ZM6.05536 7.56714H9.63894V11.1507H6.05536V7.56714Z\" fill=\"#EE792F\"/>\\n<path d=\"M7.84715 11.1506H11.4307V14.7342H7.84715V11.1506Z\" fill=\"black\"/>\\n<path d=\"M9.63895 11.1506H13.2225V14.7342H9.63895V11.1506Z\" fill=\"#EB5829\"/>\\n<path d=\"M16.8061 7.56714H20.3897V11.1507H16.8061V7.56714ZM2.47179 7.56714H6.05537V11.1507H2.47179V7.56714Z\" fill=\"#EE792F\"/>\\n<path d=\"M15.0143 11.1506H18.5979V14.7342H15.0143V11.1506Z\" fill=\"black\"/>\\n<path d=\"M16.8061 11.1506H20.3897V14.7342H16.8061V11.1506Z\" fill=\"#EB5829\"/>\\n<path d=\"M15.0143 14.7343H18.5979V18.3178H15.0143V14.7343Z\" fill=\"black\"/>\\n<path d=\"M2.47179 11.1506H6.05537V14.7342H2.47179V11.1506Z\" fill=\"#EB5829\"/>\\n<path d=\"M16.8061 14.7343H20.3897V18.3178H16.8061V14.7343ZM2.47179 14.7343H6.05537V18.3178H2.47179V14.7343Z\" fill=\"#EA3326\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1031_7340\">\\n<rect width=\"20.64\" height=\"19.1241\" fill=\"white\" transform=\"translate(0.679993 0.400024)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Mistral\"})}),className:\"framer-dn6395\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8ue7wk\",\"data-border\":true,\"data-framer-name\":\"integration-clickhouse\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-y3veyl\",\"data-framer-name\":\"Clickhouse\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yrumvg\",\"data-framer-name\":\"Clip path group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_1031_7319\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"22\" height=\"22\">\\n<path d=\"M21.8 0.199951H0.200001V21.7999H21.8V0.199951Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1031_7319)\">\\n<path d=\"M3.69943 1.88745H2.10049C1.98286 1.88745 1.8875 1.98281 1.8875 2.10045V19.8988C1.8875 20.0165 1.98286 20.1118 2.10049 20.1118H3.69943C3.81706 20.1118 3.91243 20.0165 3.91243 19.8988V2.10045C3.91243 1.98281 3.81706 1.88745 3.69943 1.88745Z\" fill=\"white\"/>\\n<path d=\"M7.74954 1.88745H6.15061C6.03298 1.88745 5.93761 1.98281 5.93761 2.10045V19.8988C5.93761 20.0165 6.03298 20.1118 6.15061 20.1118H7.74954C7.86718 20.1118 7.96254 20.0165 7.96254 19.8988V2.10045C7.96254 1.98281 7.86718 1.88745 7.74954 1.88745Z\" fill=\"white\"/>\\n<path d=\"M11.7996 1.88745H10.2007C10.0831 1.88745 9.9877 1.98281 9.9877 2.10045V19.8988C9.9877 20.0165 10.0831 20.1118 10.2007 20.1118H11.7996C11.9173 20.1118 12.0126 20.0165 12.0126 19.8988V2.10045C12.0126 1.98281 11.9173 1.88745 11.7996 1.88745Z\" fill=\"white\"/>\\n<path d=\"M15.8487 1.88745H14.2498C14.1322 1.88745 14.0368 1.98281 14.0368 2.10045V19.8988C14.0368 20.0165 14.1322 20.1118 14.2498 20.1118H15.8487C15.9664 20.1118 16.0617 20.0165 16.0617 19.8988V2.10045C16.0617 1.98281 15.9664 1.88745 15.8487 1.88745Z\" fill=\"white\"/>\\n<path d=\"M19.8997 8.97522H18.3008C18.1832 8.97522 18.0878 9.07058 18.0878 9.18822V12.8121C18.0878 12.9297 18.1832 13.0251 18.3008 13.0251H19.8997C20.0174 13.0251 20.1127 12.9297 20.1127 12.8121V9.18822C20.1127 9.07058 20.0174 8.97522 19.8997 8.97522Z\" fill=\"white\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Clickhouse\"})}),className:\"framer-1wwugqv\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ywckbz\",\"data-border\":true,\"data-framer-name\":\"integration-duckduckgo\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9pyy68\",\"data-framer-name\":\"Duckduckgo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3s45fg\",\"data-framer-name\":\"Group 3\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 21.3201C16.6997 21.3201 21.32 16.6998 21.32 11.0001C21.32 5.3003 16.6997 0.680054 11 0.680054C5.30024 0.680054 0.679993 5.3003 0.679993 11.0001C0.679993 16.6998 5.30024 21.3201 11 21.3201Z\" fill=\"#DE5833\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4514 18.7C12.4514 18.6194 12.4709 18.6007 12.2146 18.0901C11.5335 16.7259 10.8489 14.8033 11.1604 13.5629C11.2173 13.3375 10.5187 5.21932 10.0252 4.95763C9.47614 4.66555 8.80125 4.20134 8.18399 4.09814C7.8705 4.0483 7.45965 4.07205 7.13875 4.11528C7.08151 4.12307 7.07917 4.22549 7.13369 4.24379C7.34476 4.31545 7.60101 4.43929 7.75172 4.627C7.78015 4.66204 7.7416 4.71812 7.69642 4.72007C7.55389 4.72513 7.29609 4.78472 6.95572 5.07368C6.91639 5.10717 6.9491 5.16948 6.99973 5.15935C7.73108 5.01448 8.47841 5.08575 8.91847 5.48648C8.9469 5.51218 8.9321 5.55852 8.8951 5.56865C5.07436 6.60727 5.83026 9.93031 6.84785 14.0092C7.70966 17.4655 8.06015 18.6934 8.18477 19.112C8.19491 19.1471 8.21306 19.1794 8.2378 19.2063C8.26253 19.2332 8.29317 19.254 8.32731 19.267C9.66618 19.7694 12.4514 19.7795 12.4514 18.9013V18.7Z\" fill=\"#DDDDDD\"/>\\n<path d=\"M12.9752 19.4655C12.5118 19.647 11.6044 19.7276 11.0806 19.7276C10.3123 19.7276 9.20587 19.6069 8.8028 19.4254C8.55396 18.659 7.80897 16.2842 7.07294 13.2681C7.04918 13.1692 7.02504 13.071 7.00089 12.9733L7.0005 12.9709C6.12584 9.39827 5.41161 6.48024 9.32698 5.56351C9.36242 5.55495 9.37995 5.5125 9.35658 5.48407C8.90717 4.95132 8.06561 4.77647 7.00128 5.14371C6.95767 5.15889 6.91989 5.11489 6.94676 5.0775C7.1555 4.78971 7.56363 4.56851 7.76457 4.47154C7.80624 4.45168 7.80391 4.39054 7.7599 4.37691C7.56075 4.31455 7.35749 4.26615 7.1516 4.23204C7.09202 4.2223 7.08657 4.11988 7.14654 4.11171C8.65521 3.9092 10.2309 4.36172 11.0214 5.35789C11.0284 5.36724 11.0393 5.37347 11.051 5.3762C13.9461 5.99773 14.1532 10.574 13.8199 10.7823C13.7537 10.8236 13.5434 10.7998 13.2653 10.7687C12.1387 10.6429 9.90841 10.3933 11.7493 13.8242C11.7676 13.8581 11.7434 13.9029 11.7053 13.9087C10.6674 14.0703 11.9973 17.3225 12.9752 19.4655Z\" fill=\"white\"/>\\n<path d=\"M14.2701 15.3052C14.0497 15.2028 13.2022 15.8107 12.6399 16.2773C12.5223 16.111 12.3011 15.9899 11.8011 16.0767C11.3633 16.153 11.1219 16.2586 11.014 16.4404C10.3236 16.1787 9.16148 15.7745 8.8807 16.1647C8.57422 16.5912 8.95742 18.6092 9.36516 18.8713C9.57779 19.008 10.5958 18.3541 11.127 17.9028C11.2126 18.0235 11.3509 18.0928 11.6344 18.0862C12.0635 18.0765 12.7599 17.9764 12.8677 17.7766C12.8749 17.7629 12.8807 17.7486 12.8849 17.7337C13.4312 17.9378 14.3924 18.1543 14.6073 18.1216C15.1669 18.0375 14.5294 15.4252 14.2701 15.3052Z\" fill=\"#3CA82B\"/>\\n<path d=\"M12.6917 16.3368C12.7151 16.3781 12.7334 16.4217 12.7493 16.4661C12.8272 16.6842 12.9538 17.3766 12.8584 17.548C12.7622 17.7189 12.1391 17.8015 11.7543 17.8081C11.3696 17.8147 11.2835 17.6741 11.2056 17.4564C11.1433 17.2824 11.1129 16.8723 11.1133 16.6382C11.0977 16.2901 11.2247 16.1678 11.8124 16.0728C12.247 16.0027 12.4771 16.0845 12.6095 16.2247C13.2268 15.7636 14.2568 15.1136 14.3573 15.2324C14.8581 15.8247 14.9212 17.2352 14.8129 17.8026C14.7775 17.988 13.1189 17.6188 13.1189 17.4187C13.1189 16.588 12.9035 16.3602 12.6917 16.3368ZM9.05867 16.0775C9.19458 15.8625 10.2959 16.13 10.9007 16.3987C10.9007 16.3987 10.7761 16.9619 10.9743 17.6251C11.0319 17.819 9.58324 18.6824 9.39397 18.534C9.1755 18.3623 8.77321 16.5292 9.05867 16.0775Z\" fill=\"#4CBA3C\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.59218 11.7108C9.68097 11.3233 10.0965 10.5931 11.5787 10.6106C12.3283 10.6075 13.2591 10.6102 13.8763 10.5401C14.579 10.4622 15.2687 10.2944 15.9287 10.0409C16.5704 9.79633 16.7983 9.85085 16.8781 9.99728C16.9657 10.1581 16.8625 10.4362 16.6382 10.692C16.2098 11.1808 15.4399 11.5597 14.0796 11.6718C12.7193 11.784 11.819 11.4195 11.4315 12.0134C11.264 12.2696 11.3933 12.8732 12.7084 13.0633C14.4854 13.3199 15.945 12.7545 16.1253 13.096C16.3056 13.4375 15.267 14.1323 13.4869 14.1467C11.7072 14.1615 10.595 13.5236 10.2009 13.2066C9.70044 12.8043 9.47652 12.2178 9.59218 11.7108Z\" fill=\"#FFCC33\"/>\\n<g opacity=\"0.8\">\\n<path d=\"M11.8591 7.473C11.9584 7.3106 12.1784 7.18481 12.5386 7.18481C12.8989 7.18481 13.0683 7.32852 13.1859 7.48857C13.2096 7.5209 13.1734 7.55906 13.1364 7.54309L13.1092 7.53141C12.9775 7.47377 12.8159 7.4029 12.5386 7.399C12.2423 7.39511 12.0554 7.4691 11.9374 7.53297C11.898 7.55478 11.8353 7.51155 11.8591 7.473ZM7.80274 7.68095C8.15245 7.53492 8.42739 7.55361 8.62172 7.59995C8.66261 7.6093 8.69104 7.56529 8.65833 7.5392C8.50761 7.41731 8.16998 7.2666 7.72953 7.43016C7.3362 7.57697 7.15122 7.88151 7.15044 8.08129C7.15005 8.1288 7.24702 8.1327 7.27194 8.09297C7.3397 7.98471 7.45264 7.82738 7.80235 7.68095H7.80274Z\" fill=\"#14307E\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8447 9.69705C12.5355 9.69705 12.2847 9.44703 12.2847 9.13899C12.2847 8.83095 12.5355 8.58093 12.8447 8.58093C13.1539 8.58093 13.4047 8.83095 13.4047 9.13899C13.4047 9.44703 13.1539 9.69705 12.8447 9.69705ZM13.2392 8.95401C13.2392 8.91554 13.2239 8.87864 13.1967 8.85143C13.1695 8.82423 13.1326 8.80895 13.0942 8.80895C13.0557 8.80895 13.0188 8.82423 12.9916 8.85143C12.9644 8.87864 12.9491 8.91554 12.9491 8.95401C12.9491 8.99248 12.9644 9.02938 12.9916 9.05659C13.0188 9.08379 13.0557 9.09907 13.0942 9.09907C13.1326 9.09907 13.1695 9.08379 13.1967 9.05659C13.2239 9.02938 13.2392 8.99248 13.2392 8.95401ZM9.13304 9.52531C9.13304 9.88476 8.84097 10.1761 8.48035 10.1761C8.30755 10.1763 8.14173 10.1079 8.01929 9.98596C7.89684 9.86403 7.82779 9.6985 7.82727 9.5257C7.82727 9.16586 8.12012 8.87457 8.48035 8.87457C8.84019 8.87457 9.13304 9.16586 9.13304 9.52531ZM8.94066 9.30956C8.94171 9.28671 8.9381 9.26388 8.93006 9.24246C8.92202 9.22105 8.90972 9.20148 8.8939 9.18496C8.87807 9.16843 8.85906 9.1553 8.83801 9.14634C8.81696 9.13738 8.79431 9.13278 8.77143 9.13284C8.74856 9.13289 8.72593 9.13759 8.70492 9.14664C8.68391 9.1557 8.66496 9.16893 8.64921 9.18552C8.63347 9.20212 8.62125 9.22174 8.61331 9.24319C8.60537 9.26465 8.60187 9.28749 8.60302 9.31034C8.6052 9.35371 8.62399 9.39458 8.65549 9.42446C8.687 9.45435 8.72879 9.47097 8.77221 9.47087C8.81564 9.47077 8.85735 9.45396 8.88872 9.42392C8.92008 9.39389 8.93868 9.35294 8.94066 9.30956Z\" fill=\"#14307E\"/>\\n</g>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 19.6673C15.7869 19.6673 19.6672 15.787 19.6672 11.0001C19.6672 6.21318 15.7869 2.33286 11 2.33286C6.21306 2.33286 2.33274 6.21318 2.33274 11.0001C2.33274 15.787 6.21306 19.6673 11 19.6673ZM11 20.4735C16.232 20.4735 20.4734 16.2321 20.4734 11.0001C20.4734 5.76806 16.232 1.52673 11 1.52673C5.76794 1.52673 1.52661 5.76806 1.52661 11.0001C1.52661 16.2321 5.76794 20.4735 11 20.4735Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9988 19.5434C15.718 19.5434 19.5434 15.718 19.5434 10.9992C19.5434 6.28047 15.718 2.45389 10.9992 2.45389C6.28045 2.45389 2.45387 6.28008 2.45387 10.9988C2.45387 15.7176 6.28006 19.5434 10.9988 19.5434ZM20.459 10.9992C20.459 16.2235 16.2235 20.4586 10.9988 20.4586C5.77419 20.4586 1.53909 16.2239 1.53909 10.9996C1.53909 5.77537 5.7738 1.53833 10.9988 1.53833C16.2239 1.53833 20.4594 5.7742 20.4594 10.9988L20.459 10.9992Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DuckDuckGo\"})}),className:\"framer-t7dkbr\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cvk5g-container\",isModuleExternal:true,nodeId:\"k8q73cLuj\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"k8q73cLuj\",layoutId:\"k8q73cLuj\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s2fk4a\",\"data-border\":true,\"data-framer-name\":\"integration-datastax\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r30ld3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rqi5t9\",\"data-framer-name\":\"DS\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M18.218 20.963V18.4h10.217v-2.172h-7.979l-2.745-2.117v-2.994L20.456 9h9.782v2.563h-9.964v2.102h7.98l2.745 2.116v3.065l-2.745 2.117H18.218ZM2 20.963V9h10.543l2.745 2.117v7.73l-2.745 2.117H2v-.001ZM12.724 18.4v-6.837h-8.16V18.4h8.16Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DataStax\"})}),className:\"framer-18prvhr\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1orbje8\",\"data-border\":true,\"data-framer-name\":\"integration-ollama\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jc8a42\",\"data-framer-name\":\"Ollama\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/gRdZatOX12Dr20fHDokNKiCYoY.png\"},className:\"framer-114gzha\",\"data-framer-name\":\"image 83\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ollama\"})}),className:\"framer-t2ulbn\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l8tqqw\",\"data-border\":true,\"data-framer-name\":\"integration-googlecloud\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wka5tf\",\"data-framer-name\":\"Google Cloud\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-phx1rp\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"14\" viewBox=\"0 0 10 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.0965 4.17955C6.711 2.80305 5.937 1.59105 4.898 0.664551L2.599 2.96355C3.4375 3.64605 4.003 4.65055 4.106 5.78755V6.54155C4.119 6.54155 4.131 6.53755 4.144 6.53755C5.305 6.53755 6.25 7.48255 6.25 8.64355C6.25 9.80455 5.305 10.7501 4.144 10.7501C4.131 10.7501 4.119 10.7466 4.106 10.7461V10.7501H0.773H0V14.0001H4.106V13.998C4.119 13.998 4.131 14.0001 4.144 14.0001C7.0975 14.0001 9.5 11.5971 9.5 8.64405C9.5 6.78155 8.543 5.13955 7.0965 4.17955Z\" fill=\"#1976D2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18eo3wk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"3\" viewBox=\"0 0 4 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M0.780001 2.79497L3.14 0.434967C3.138 0.432467 3.136 0.430467 3.1345 0.428467L0.776001 2.78697C0.777001 2.78947 0.778501 2.79197 0.780001 2.79497Z\" fill=\"#FFE082\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1btc0qt\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"3\" viewBox=\"0 0 4 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M0.780001 2.79497L3.14 0.434967C3.138 0.432467 3.136 0.430467 3.1345 0.428467L0.776001 2.78697C0.777001 2.78947 0.778501 2.79197 0.780001 2.79497Z\" fill=\"#90CAF9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ntk7s7\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:9,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"9\" viewBox=\"0 0 13 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8 0.787964C3.9335 0.787964 0.625 4.09646 0.625 8.16296C0.625 8.27946 0.637 8.39296 0.6425 8.50796H3.8925C3.883 8.39396 3.875 8.27946 3.875 8.16296C3.875 5.88846 5.7255 4.03796 8 4.03796C8.9845 4.03796 9.889 4.38596 10.599 4.96346L12.898 2.66446C11.594 1.50146 9.8805 0.787964 8 0.787964Z\" fill=\"#FF3D00\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1neie9g\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"4\" viewBox=\"0 0 8 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M3.85598 0.749976H3.85498C3.54948 0.749976 3.26098 0.681477 2.99898 0.563477L0.643982 2.91848C1.54048 3.59398 2.65048 3.99998 3.85498 3.99998H3.85598H7.99998V0.749976H3.85598Z\" fill=\"#90CAF9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nol7gs\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"4\" viewBox=\"0 0 8 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.85598 0.749976H3.85498C3.54948 0.749976 3.26098 0.681477 2.99898 0.563477L0.643982 2.91848C1.54048 3.59398 2.65048 3.99998 3.85498 3.99998H3.85598H7.99998V0.749976H3.85598Z\" fill=\"#4CAF50\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15bu70y\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:11,svg:'<svg width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.75 5.64504C3.75 4.48504 4.695 3.54004 5.855 3.54004C6.7065 3.54004 7.444 4.05154 7.7755 4.78704L10.134 2.42854C9.1535 1.12754 7.6015 0.290039 5.8545 0.290039C2.905 0.290039 0.5 2.69004 0.5 5.64504C0.5 7.39054 1.3455 8.94004 2.644 9.91854L4.999 7.56354C4.265 7.23454 3.75 6.49954 3.75 5.64504Z\" fill=\"#FFC107\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Google Cloud\"})}),className:\"framer-1yw392p\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tskp9p\",\"data-border\":true,\"data-framer-name\":\"integration-wolfram\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rmpbdf\",\"data-framer-name\":\"Wolfram Alpha\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-9l3uuo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"14\" viewBox=\"0 0 10 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.462043 4.79647L0.269043 0.865967L4.02254 2.26297V5.89447L0.462043 4.79647ZM6.17604 8.78497V12.41L9.76254 13.4475V9.93497L6.17604 8.78497Z\" fill=\"#EF5350\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1goja5v\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"16\" viewBox=\"0 0 13 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.02249 15.9875L0.817993 12.7855L3.02249 9.8945L5.17599 12.7855L3.02249 15.9875ZM0.817993 3.356L2.99699 0.5L5.17599 3.483L3.02249 6.2625L0.817993 3.356ZM6.62799 8.7965L8.82899 5.9165L12.3 6.9955L10.209 9.894L6.62799 8.7965Z\" fill=\"#EF9A9A\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6f4nc2\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:17,svg:'<svg width=\"17\" height=\"11\" viewBox=\"0 0 17 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.0225 7.89401L13.628 6.79651L16.096 9.79301L12.176 10.785L10.0225 7.89401ZM6.46198 6.79651L4.19348 3.83151L0.589478 5.01601L2.74698 7.89401L6.46198 6.79651ZM10.0225 4.26251L13.7245 2.81601L15.7625 0.171509L12.176 1.48301L10.0225 4.26251Z\" fill=\"#D32F2F\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vdjlf6\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.0225 5.89405V2.26255L13.7245 0.815552L13.628 4.79605L10.0225 5.89405ZM7.818 8.78505V12.4316L4.1935 13.4476V9.95605L7.818 8.78505ZM2.747 5.89405L6.462 4.79655L3.887 7.60555L0.5 8.78505L2.747 5.89405Z\" fill=\"#B71C1C\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-16j9n4p\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.462 6.79651L0.193504 3.83151L0.104004 0.171509L2.269 2.86551L2.462 6.79651ZM3.818 10.785V14.4315L6.0225 17.5V13.9875L3.818 10.785ZM8.176 10.785L12.0955 9.79301L15.5 10.785L11.7625 11.935L8.176 10.785Z\" fill=\"#660E0E\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1n327ja\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.628 6.79651L11.829 3.91651L11.7625 0.171509L9.7245 2.81601L9.628 6.79651ZM2.269 2.86551L6.0225 4.26251L3.818 1.35601L0.104004 0.171509L2.269 2.86551ZM8.176 10.785V14.41L6.0225 17.5V13.9875L8.176 10.785ZM9.628 6.79651L12.0955 9.79301L15.5 10.785L13.209 7.89401L9.628 6.79651Z\" fill=\"#F44336\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nttnw3\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"3\" viewBox=\"0 0 8 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M4.1935 2.95597L7.818 1.78497L3.887 0.605469L0.5 1.78497L4.1935 2.95597Z\" fill=\"#8C1313\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bro6fk\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"5\" viewBox=\"0 0 8 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.02245 1.89401L4.81795 4.78501L0.887451 3.60551L3.46245 0.796509L7.02245 1.89401Z\" fill=\"#FFCDD2\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Wolfram Alpha\"})}),className:\"framer-eedz8s\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fvc9vk\",\"data-border\":true,\"data-framer-name\":\"integration-azure\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o79cy4\",\"data-framer-name\":\"Azure\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1fy3sq2\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"18\" viewBox=\"0 0 13 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.81699 0H12.4695L6.60149 17.3865C6.47799 17.753 6.13449 17.9995 5.74749 17.9995H1.34849C0.851486 17.9995 0.448486 17.5965 0.448486 17.0995C0.448486 17.0015 0.464486 16.9045 0.495486 16.8115L5.96299 0.6135C6.08649 0.247 6.42999 0 6.81699 0Z\" fill=\"url(#paint0_linear_1031_7235)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_7235\" x1=\"8.87733\" y1=\"1.33412\" x2=\"3.00702\" y2=\"18.6763\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#114A8B\"/>\\n<stop offset=\"1\" stop-color=\"#0669BC\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rjds7x\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"7\" viewBox=\"0 0 13 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.031 0.661988H1.06748C0.838478 0.661488 0.652478 0.847489 0.651978 1.07649C0.651978 1.19199 0.699478 1.30199 0.783978 1.38049L6.54398 6.75649C6.71148 6.91299 6.93248 6.99999 7.16198 6.99999H12.2375L10.031 0.661988Z\" fill=\"#0078D4\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vb1xxe\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.81705 6.6211e-06C6.42555 -0.00149338 6.07905 0.252007 5.96105 0.625007L0.50255 16.7975C0.33505 17.2645 0.57805 17.7795 1.04505 17.947C1.14305 17.982 1.24655 18 1.35105 18H5.86405C6.20605 17.939 6.48905 17.6985 6.60455 17.3705L7.69305 14.1625L11.581 17.789C11.744 17.924 11.9485 17.9985 12.16 18H17.217L14.999 11.662L8.53355 11.6635L12.49 6.6211e-06H6.81705Z\" fill=\"url(#paint0_linear_1031_7237)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_7237\" x1=\"10.711\" y1=\"9.41538\" x2=\"9.35317\" y2=\"9.87476\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-opacity=\"0.3\"/>\\n<stop offset=\"0.071\" stop-opacity=\"0.2\"/>\\n<stop offset=\"0.321\" stop-opacity=\"0.1\"/>\\n<stop offset=\"0.623\" stop-opacity=\"0.05\"/>\\n<stop offset=\"1\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hongl4\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:14,svg:'<svg width=\"14\" height=\"18\" viewBox=\"0 0 14 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.03703 0.6125C7.91353 0.2465 7.57053 0 7.18403 0H0.884033C1.27003 0 1.61353 0.2465 1.73653 0.612L7.20403 16.8115C7.36303 17.2825 7.11003 17.793 6.63903 17.952C6.54653 17.984 6.44953 18 6.35153 18H12.6515C13.1485 18 13.5515 17.597 13.5515 17.0995C13.5515 17.0015 13.5355 16.9045 13.504 16.812L8.03703 0.6125Z\" fill=\"url(#paint0_linear_1031_7238)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_7238\" x1=\"4.00628\" y1=\"0.81225\" x2=\"10.45\" y2=\"17.9802\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#3CCBF4\"/>\\n<stop offset=\"1\" stop-color=\"#2892DF\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Azure\"})}),className:\"framer-40flgz\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-aynj91\",\"data-border\":true,\"data-framer-name\":\"integration-evernote\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ppxjnf\",\"data-framer-name\":\"Evernote\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2l6o87\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"24\" viewBox=\"0 0 20 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.59999 0.959961C6.27624 0.959961 5.19999 2.03621 5.19999 3.35996V5.75996C5.19999 6.02434 4.98437 6.23996 4.71999 6.23996H2.31999C1.28312 6.23996 0.429993 7.07621 0.418743 8.10559C0.396243 10.2187 0.626868 12.255 1.02999 13.5506C1.49312 15.0262 2.41562 15.9825 3.62499 16.2431L7.01874 17.0156C7.53999 17.1262 8.07062 17.0212 8.50937 16.7193C8.94812 16.4175 9.23687 15.9618 9.32312 15.3918L9.39999 14.2706C9.95124 14.9606 10.8644 15.36 11.92 15.36H13.36C14.4194 15.36 15.28 16.2206 15.28 17.28V18.72C15.28 19.5131 14.6331 20.16 13.84 20.16H12.4506C12.1937 20.16 11.9612 19.9875 11.9275 19.7643C11.9031 19.6181 11.9406 19.4793 12.0325 19.3706C12.1244 19.2618 12.2594 19.2 12.4 19.2H13.36C13.6262 19.2 13.84 18.9843 13.84 18.72V16.8C13.84 16.5356 13.6262 16.32 13.36 16.32H11.92C10.3319 16.32 9.03999 17.6118 9.03999 19.2V20.16C9.03999 21.7481 10.3319 23.04 11.92 23.04H14.32C19.12 23.04 19.12 16.2318 19.12 12.96C19.12 9.64496 19.0412 7.47559 18.625 5.50496C18.295 3.94871 17.3556 3.03371 15.8087 2.78621C15.6831 2.77309 12.9456 2.49559 11.3631 2.41496C11.0969 1.61996 10.1875 0.959961 9.23499 0.959961H7.59999ZM4.45749 2.18246L1.06749 5.57246C1.44624 5.38684 1.87187 5.27996 2.31999 5.27996H4.23999V3.35996C4.23999 2.94559 4.31874 2.54996 4.45749 2.18246ZM14.56 9.59996C15.2237 9.59996 15.76 10.1381 15.76 10.8C15.76 11.085 15.6569 11.3418 15.4919 11.5481C15.1281 11.2462 14.4212 11.04 13.6 11.04C13.5269 11.04 13.4575 11.0456 13.3881 11.0493C13.3694 10.9687 13.36 10.8862 13.36 10.8C13.36 10.1362 13.8962 9.59996 14.56 9.59996Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Evernote\"})}),className:\"framer-vfd8gu\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ina6ho\",\"data-border\":true,\"data-framer-name\":\"integration-crewai\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-b96j47\",\"data-framer-name\":\"Crew ai\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/nuQq0XCbCTPhKGgn94c2bvJPTw4.png\"},className:\"framer-1f1ayph\",\"data-framer-name\":\"image 84\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Crew AI\"})}),className:\"framer-17pmapv\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vno7m7\",\"data-border\":true,\"data-framer-name\":\"integration-vectara\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-vpo53v\",\"data-framer-name\":\"Vectara\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/9fahgu029uzDqREahXA4AaO00RE.png\"},className:\"framer-12yjbx9\",\"data-framer-name\":\"Mask group\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Vectara\"})}),className:\"framer-1cobdaf\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g72rif\",\"data-border\":true,\"data-framer-name\":\"integration-weaviate\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jqzi6j\",\"data-framer-name\":\"Weaviate\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0teRAXnLl60QJo9XwMKcSJleu2w.png\"},className:\"framer-12bmx7y\",\"data-framer-name\":\"Group 5\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Weaviate\"})}),className:\"framer-mcyi2p\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e53jgk\",\"data-border\":true,\"data-framer-name\":\"integration-cassandra\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-slxc9n\",\"data-framer-name\":\"Cassandra\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/woy8tABBuIYlGqwN4VWxHST0AE.png\"},className:\"framer-697sm5\",\"data-framer-name\":\"surface1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Cassandra\"})}),className:\"framer-1ssdg5m\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fx9rjo\",\"data-border\":true,\"data-framer-name\":\"integration-langchain\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gjmm65\",\"data-framer-name\":\"Langchain\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zrzti\",\"data-framer-name\":\"LANGCHAIN\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"12\" viewBox=\"0 0 24 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.2568 3.22412C17.946 3.22412 17.6538 3.34453 17.435 3.56326L16.551 4.44486C16.3126 4.68269 16.1901 5.01292 16.2152 5.35148C16.2169 5.36996 16.2187 5.38844 16.2205 5.40751C16.2522 5.66739 16.3664 5.90164 16.551 6.08523C16.6784 6.2122 16.8188 6.29268 16.9892 6.34871C16.9981 6.39997 17.0029 6.45181 17.0029 6.50368C17.0029 6.73735 16.9121 6.95669 16.7471 7.12121L16.6927 7.17546C16.3975 7.0747 16.1512 6.92749 15.9289 6.70575C15.6336 6.41127 15.4382 6.03933 15.3647 5.63104L15.3545 5.5744L15.3097 5.61077C15.2792 5.6352 15.2505 5.66144 15.2236 5.68824L14.3396 6.56984C13.8866 7.02166 13.8866 7.75781 14.3396 8.20962C14.5662 8.43553 14.8638 8.54879 15.162 8.54879C15.4603 8.54879 15.7573 8.43553 15.9839 8.20962L16.8678 7.32805C17.3209 6.87621 17.3209 6.14067 16.8678 5.68824C16.7471 5.56786 16.6031 5.47724 16.4399 5.41884C16.4309 5.36577 16.4261 5.31273 16.4261 5.26089C16.4261 5.00695 16.5266 4.76613 16.7106 4.58255C17.0065 4.68327 17.2689 4.84662 17.4906 5.06775C17.7853 5.36161 17.9801 5.73297 18.0548 6.14246L18.065 6.19907L18.1098 6.16273C18.1403 6.1383 18.169 6.11206 18.1965 6.08464L19.0805 5.20307C19.5335 4.75123 19.5341 4.0151 19.0805 3.56326C18.8611 3.34453 18.5694 3.22412 18.258 3.22412H18.2568Z\" fill=\"white\"/>\\n<path d=\"M17.7832 0H6.21681C2.92119 0 0.23999 2.67396 0.23999 5.96069C0.23999 9.2474 2.92119 11.9214 6.21681 11.9214H17.7832C21.0788 11.9214 23.76 9.2474 23.76 5.96069C23.76 2.67396 21.0788 0 17.7832 0ZM12.0783 9.34517C11.8876 9.3845 11.6731 9.39165 11.5272 9.23967C11.4734 9.36303 11.3479 9.29807 11.2511 9.28199C11.2421 9.307 11.2344 9.32906 11.226 9.3541C10.9038 9.37557 10.6624 9.04774 10.5088 8.80036C10.2039 8.63584 9.85789 8.53571 9.54649 8.36343C9.52856 8.64718 9.59074 8.99885 9.31996 9.18185C9.30623 9.72724 10.1472 9.24623 10.2243 9.65273C10.1645 9.65929 10.0982 9.64318 10.0503 9.68908C9.831 9.90189 9.57938 9.52817 9.32655 9.68255C8.98706 9.85301 8.953 9.99249 8.53282 10.0277C8.50953 9.99249 8.51908 9.96923 8.53879 9.94779C8.65715 9.81069 8.66553 9.64916 8.86753 9.59073C8.65955 9.55795 8.4856 9.67242 8.31049 9.76301C8.08276 9.856 8.08458 9.55318 7.73434 9.77909C7.69547 9.74751 7.71401 9.7189 7.73613 9.69447C7.82516 9.58598 7.94232 9.56987 8.07442 9.57585C7.42472 9.21463 7.11871 10.0175 6.81867 9.61817C6.72843 9.64201 6.69437 9.72306 6.63758 9.78029C6.58858 9.72666 6.62563 9.66167 6.62803 9.59849C6.56945 9.57107 6.49532 9.55795 6.51266 9.46438C6.39791 9.42563 6.31783 9.49358 6.23236 9.55795C6.15525 9.49835 6.28435 9.41133 6.30825 9.34933C6.37699 9.23012 6.53357 9.3249 6.61306 9.23905C6.839 9.11091 7.15398 9.31892 7.41219 9.28378C7.61121 9.30879 7.85744 9.10494 7.75762 8.90167C7.54487 8.63048 7.5825 8.27582 7.57773 7.95156C7.55143 7.76259 7.0966 7.52178 6.96512 7.31792C6.80254 7.13434 6.67583 6.92155 6.54913 6.71234C6.09189 5.82954 6.23594 4.69523 5.65976 3.87563C5.39918 4.0193 5.05969 3.95134 4.83498 3.7588C4.71364 3.86907 4.70825 4.01332 4.6987 4.16653C4.40762 3.87625 4.44409 3.32784 4.67659 3.00478C4.77163 2.87722 4.88518 2.77232 5.01189 2.67992C5.04056 2.65906 5.05014 2.63879 5.04952 2.60661C5.27965 1.57422 6.84916 1.7733 7.34523 2.50468C7.70505 2.95472 7.81383 3.55017 8.22203 3.96804C8.77129 4.56768 9.39708 5.09579 9.9039 5.73417C10.3832 6.31773 10.7257 7.00201 11.0246 7.69168C11.1465 7.92055 11.1477 8.20131 11.3282 8.39682C11.4172 8.51485 11.8524 8.83612 11.7579 8.94997C11.8123 9.06798 12.2187 9.23071 12.0777 9.34517H12.0783ZM19.7011 5.82359L18.8172 6.70517C18.5816 6.94003 18.2906 7.11527 17.975 7.21122L17.9589 7.216L17.9529 7.23149C17.8501 7.50212 17.6941 7.74352 17.4885 7.94799L16.6045 8.82956C16.219 9.21404 15.7062 9.42563 15.1599 9.42563C14.6136 9.42563 14.1008 9.21404 13.7153 8.82956C12.9186 8.03501 12.9186 6.74271 13.7153 5.94816L14.5993 5.06659C14.836 4.83055 15.1193 4.66067 15.4402 4.56232L15.4564 4.55754L15.4624 4.54205C15.5652 4.27142 15.7217 4.02943 15.928 3.82318L16.8119 2.9416C17.1974 2.55713 17.7102 2.34553 18.2565 2.34553C18.8028 2.34553 19.3156 2.55713 19.7011 2.9416C20.0866 3.32605 20.2988 3.8375 20.2988 4.3823C20.2988 4.92711 20.0866 5.43911 19.7011 5.82301V5.82359Z\" fill=\"white\"/>\\n<path d=\"M8.48258 8.27817C8.40487 8.57979 8.37977 9.093 7.98651 9.1079C7.95423 9.28197 8.10724 9.34752 8.24709 9.29149C8.38516 9.22831 8.45088 9.34157 8.49751 9.45422C8.71088 9.48521 9.02647 9.38328 9.03842 9.13116C8.71985 8.94816 8.62123 8.60006 8.48316 8.27759L8.48258 8.27817Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Langchain\"})}),className:\"framer-u2bb6g\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v54n9z\",\"data-border\":true,\"data-framer-name\":\"integration-meta\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10sjgbc\",\"data-framer-name\":\"Meta\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ev3506\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"16\" viewBox=\"0 0 24 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.5 10.68L22.4035 11.5115L21.31 10.75C21.31 10.67 21.31 10.585 21.305 10.5C21.305 10.42 21.305 10.335 21.3 10.25C21.23 8.28 20.73 6.17 19.73 4.625C18.96 3.44 17.975 2.875 16.875 2.875C15.72 2.875 14.78 3.565 13.74 5.065C13.71 5.11 13.675 5.155 13.645 5.205C13.625 5.23 13.61 5.255 13.59 5.285C13.54 5.36 13.49 5.435 13.44 5.515C12.99 6.215 12.52 7.03 12.01 7.93C11.965 8.015 11.915 8.1 11.87 8.185C11.855 8.205 11.84 8.23 11.83 8.25L11.725 8.435L11.105 9.53C9.65 12.105 9.28 12.695 8.555 13.66C7.28 15.355 6.19 16 4.755 16C3.055 16 1.975 15.265 1.31 14.155C0.765 13.255 0.5 12.07 0.5 10.72L2.985 10.805C2.985 11.685 3.175 12.355 3.43 12.765C3.76 13.295 4.245 13.5 4.75 13.5C5.395 13.5 5.995 13.365 7.135 11.785C8.05 10.52 9.13 8.75 9.855 7.635L10.54 6.59L10.685 6.36L10.835 6.135L11.085 5.75C11.465 5.17 11.875 4.555 12.315 3.965C12.365 3.895 12.415 3.825 12.47 3.755C12.52 3.685 12.575 3.615 12.625 3.55C13.075 2.975 13.55 2.44 14.06 2C14.985 1.195 15.98 0.75 16.985 0.75C18.67 0.75 20.275 1.725 21.505 3.555C22.76 5.425 23.415 7.755 23.49 10.18C23.495 10.26 23.495 10.345 23.495 10.43C23.5 10.515 23.5 10.595 23.5 10.68Z\" fill=\"#0081FB\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-25xp1g\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"16\" viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.458984 3.728C1.59748 1.9755 3.24148 0.75 5.12648 0.75C6.21848 0.75 7.30348 1.0725 8.43698 1.9965C9.67648 3.0065 10.998 4.6695 12.6465 7.4105L13.2375 8.394C14.6645 10.767 15.476 11.9875 15.9515 12.5635C16.5625 13.303 16.944 13.5 17.5 13.5C18.91 13.5 19.3085 12.23 19.3085 10.7495L21.5 10.681C21.5 12.2285 21.1945 13.3655 20.6745 14.2635C20.1725 15.132 19.1935 16 17.5465 16C16.5225 16 15.6155 15.778 14.6125 14.8335C13.8415 14.1085 12.94 12.8205 12.2465 11.663L10.1835 8.2235C9.14849 6.4975 8.19898 5.21 7.64948 4.6275C7.05848 4.0005 6.32848 3.2505 5.11598 3.2505C4.13448 3.2505 3.27148 3.9315 2.57398 4.983L0.458984 3.728Z\" fill=\"url(#paint0_linear_1031_6929)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_6929\" x1=\"19.152\" y1=\"8.375\" x2=\"4.76648\" y2=\"8.375\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0081FB\"/>\\n<stop offset=\"0.995\" stop-color=\"#0064E1\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15m41p0\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"15\" viewBox=\"0 0 8 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.125 3.25C6.1455 3.25 5.2835 3.931 4.5875 4.9825C3.603 6.4685 3 8.6815 3 10.807C3 11.6835 2.9985 12.343 3.25 12.75L1.33 14.1565C0.787 13.2535 0.5 12.1 0.5 10.75C0.5 8.295 1.1775 5.7045 2.459 3.728C3.596 1.9755 5.2535 0.75 7.135 0.75L7.125 3.25Z\" fill=\"url(#paint0_linear_1031_6930)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1031_6930\" x1=\"3.8175\" y1=\"12.435\" x2=\"3.8175\" y2=\"2.506\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#0081FB\"/>\\n<stop offset=\"0.995\" stop-color=\"#0064E1\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xson06\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"6\" viewBox=\"0 0 4 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.05\" d=\"M0.834978 3.13505L0.684978 3.36005L0.539978 3.59005C0.894978 4.10505 1.29998 4.72505 1.72498 5.43505L1.82998 5.25005C1.83998 5.23005 1.85498 5.20505 1.86998 5.18505C1.91498 5.10005 1.96498 5.01505 2.00998 4.93005C1.59498 4.25005 1.19498 3.64505 0.834978 3.13505ZM2.46998 0.755049C2.41498 0.825049 2.36498 0.895049 2.31498 0.965049C2.67998 1.42005 3.04998 1.93505 3.43998 2.51505C3.48998 2.43505 3.53998 2.36005 3.58998 2.28505C3.60998 2.25505 3.62498 2.23005 3.64498 2.20505C3.67498 2.15505 3.70998 2.11005 3.73998 2.06505C3.35998 1.50505 2.98998 1.00005 2.62498 0.550049C2.57498 0.615049 2.51998 0.685049 2.46998 0.755049Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x1lna3\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:6,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"6\" viewBox=\"0 0 4 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.07\" d=\"M0.834997 3.135L0.684998 3.36C1.04 3.87 1.44 4.48001 1.87 5.18501C1.915 5.10001 1.965 5.01501 2.01 4.93001C1.595 4.25001 1.195 3.645 0.834997 3.135ZM2.315 0.965005C2.68 1.42 3.05 1.93501 3.44 2.51501C3.49 2.43501 3.54 2.36 3.59 2.285C3.205 1.715 2.83 1.205 2.47 0.755005C2.415 0.825005 2.365 0.895005 2.315 0.965005Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Meta\"})}),className:\"framer-1uz887l\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wfzdlu\",\"data-border\":true,\"data-framer-name\":\"integration-chroma\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1juyi78\",\"data-framer-name\":\"Chroma DB\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t986cl\",\"data-framer-name\":\"chroma db\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"23.52px\",src:\"https://framerusercontent.com/images/NXo6kvQy71vip2wFvVCloWY1Y.png\",srcSet:\"https://framerusercontent.com/images/NXo6kvQy71vip2wFvVCloWY1Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/NXo6kvQy71vip2wFvVCloWY1Y.png 793w\"},className:\"framer-1vduwji\",\"data-framer-name\":\"image 77\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Chroma\"})}),className:\"framer-1gl36pb\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z9ijp8\",\"data-border\":true,\"data-framer-name\":\"integration-pinecone\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ycr83\",\"data-framer-name\":\"Pinecone\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ivvphw\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"24\" viewBox=\"0 0 22 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.42346 21.0408C10.1744 21.0408 10.7831 21.6495 10.7831 22.4004C10.7831 23.1513 10.1744 23.76 9.42346 23.76C8.67257 23.76 8.06384 23.1513 8.06384 22.4004C8.06384 21.6495 8.67257 21.0408 9.42346 21.0408ZM16.9666 18.5601L18.3102 18.9582L17.2437 22.5577C17.1505 22.8722 16.8515 23.08 16.5243 23.0577L16.1948 23.0351L16.1868 23.0418L12.764 22.8016L12.8592 21.4035L15.1589 21.5595L13.6534 19.3878L14.805 18.5893L16.3124 20.7638L16.9666 18.5601ZM2.34299 16.0717L3.74081 16.1707L3.57707 18.47L5.74487 16.9625L6.54512 18.1129L4.37449 19.6219L6.59008 20.2747L6.19405 21.6189L2.5775 20.5534C2.26176 20.4604 2.05334 20.1602 2.0766 19.8318L2.34299 16.0717ZM11.3683 14.1138L13.8911 17.1596L12.7541 18.1014L11.2527 16.2887L10.7659 19.0757L9.31155 18.8215L9.79879 16.0302L7.77749 17.2219L7.02809 15.9499L10.4251 13.9486C10.7374 13.7646 11.1371 13.8346 11.3683 14.1138ZM18.4266 12.0703L19.6868 11.3846L21.5228 14.759C21.6836 15.0546 21.6173 15.4222 21.3634 15.6431L21.1036 15.8675L18.4532 18.1741L17.5117 17.0916L19.2936 15.5414L16.6395 15.0632L16.8941 13.6513L19.5463 14.1292L18.4266 12.0703ZM3.56436 8.5424L4.51371 9.61807L2.7563 11.1681L5.41547 11.6323L5.169 13.0457L2.50689 12.5811L3.65036 14.6483L2.39496 15.3427L0.529616 11.9708C0.366754 11.6764 0.430386 11.3083 0.682643 11.0857L3.56436 8.5424ZM12.5529 7.43265L15.0672 10.4703L13.9298 11.4117L12.4288 9.59824L11.942 12.3861L10.4877 12.1318L10.9732 9.35134L8.95967 10.5317L8.21313 9.25794L11.306 7.44454L11.3091 7.43276L11.3227 7.43453L11.6109 7.26647C11.9232 7.08346 12.3221 7.15383 12.5529 7.43265ZM15.7929 5.93873L16.3428 4.61361L19.8997 6.0897C20.2102 6.21853 20.3896 6.54567 20.3312 6.8767L20.272 7.20598L19.6646 10.6611L18.2517 10.4122L18.6588 8.09932L16.299 9.40356L15.6055 8.1476L17.9698 6.8423L15.7929 5.93873ZM9.01688 3.32745L9.07803 4.76084L6.72838 4.86126L8.50053 6.88647L7.42082 7.83122L5.64569 5.80299L5.23212 8.11853L3.81985 7.86593L4.49667 4.08188C4.55582 3.75117 4.83657 3.50581 5.17223 3.49149L5.50473 3.47662L5.51218 3.47121L9.01688 3.32745ZM13.8232 0.270576L16.3262 3.32742L15.1838 4.26275L13.6983 2.44815L13.1973 5.23228L11.7442 4.9708L12.2461 2.18039L10.2179 3.36623L9.473 2.09151L12.8796 0.100878C13.1931 -0.0822922 13.5932 -0.0103335 13.8232 0.270576Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Pinecone\"})}),className:\"framer-1w1tmeh\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mof5aq-container\",isModuleExternal:true,nodeId:\"qx5Hz5tJG\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"qx5Hz5tJG\",layoutId:\"qx5Hz5tJG\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hjk45o\",\"data-border\":true,\"data-framer-name\":\"integration-vertex\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-poezjg\",\"data-framer-name\":\"Google Cloud\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1bxw4gy\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:10,svg:'<svg width=\"10\" height=\"14\" viewBox=\"0 0 10 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.0965 4.17955C6.711 2.80305 5.937 1.59105 4.898 0.664551L2.599 2.96355C3.4375 3.64605 4.003 4.65055 4.106 5.78755V6.54155C4.119 6.54155 4.131 6.53755 4.144 6.53755C5.305 6.53755 6.25 7.48255 6.25 8.64355C6.25 9.80455 5.305 10.7501 4.144 10.7501C4.131 10.7501 4.119 10.7466 4.106 10.7461V10.7501H0.773H0V14.0001H4.106V13.998C4.119 13.998 4.131 14.0001 4.144 14.0001C7.0975 14.0001 9.5 11.5971 9.5 8.64405C9.5 6.78155 8.543 5.13955 7.0965 4.17955Z\" fill=\"#1976D2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-3v9e22\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"3\" viewBox=\"0 0 4 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M0.780001 2.79497L3.14 0.434967C3.138 0.432467 3.136 0.430467 3.1345 0.428467L0.776001 2.78697C0.777001 2.78947 0.778501 2.79197 0.780001 2.79497Z\" fill=\"#FFE082\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5lhbxw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"3\" viewBox=\"0 0 4 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M0.780001 2.79497L3.14 0.434967C3.138 0.432467 3.136 0.430467 3.1345 0.428467L0.776001 2.78697C0.777001 2.78947 0.778501 2.79197 0.780001 2.79497Z\" fill=\"#90CAF9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-184ubcn\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:9,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"9\" viewBox=\"0 0 13 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8 0.787964C3.9335 0.787964 0.625 4.09646 0.625 8.16296C0.625 8.27946 0.637 8.39296 0.6425 8.50796H3.8925C3.883 8.39396 3.875 8.27946 3.875 8.16296C3.875 5.88846 5.7255 4.03796 8 4.03796C8.9845 4.03796 9.889 4.38596 10.599 4.96346L12.898 2.66446C11.594 1.50146 9.8805 0.787964 8 0.787964Z\" fill=\"#FF3D00\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fdv8tp\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"4\" viewBox=\"0 0 8 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path opacity=\"0.5\" d=\"M3.85598 0.749976H3.85498C3.54948 0.749976 3.26098 0.681477 2.99898 0.563477L0.643982 2.91848C1.54048 3.59398 2.65048 3.99998 3.85498 3.99998H3.85598H7.99998V0.749976H3.85598Z\" fill=\"#90CAF9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-szadw\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:8,svg:'<svg width=\"8\" height=\"4\" viewBox=\"0 0 8 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.85598 0.749976H3.85498C3.54948 0.749976 3.26098 0.681477 2.99898 0.563477L0.643982 2.91848C1.54048 3.59398 2.65048 3.99998 3.85498 3.99998H3.85598H7.99998V0.749976H3.85598Z\" fill=\"#4CAF50\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yz0dm8\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:11,svg:'<svg width=\"11\" height=\"10\" viewBox=\"0 0 11 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M3.75 5.64504C3.75 4.48504 4.695 3.54004 5.855 3.54004C6.7065 3.54004 7.444 4.05154 7.7755 4.78704L10.134 2.42854C9.1535 1.12754 7.6015 0.290039 5.8545 0.290039C2.905 0.290039 0.5 2.69004 0.5 5.64504C0.5 7.39054 1.3455 8.94004 2.644 9.91854L4.999 7.56354C4.265 7.23454 3.75 6.49954 3.75 5.64504Z\" fill=\"#FFC107\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Vertex AI\"})}),className:\"framer-1r88vl1\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qos9qf\",\"data-border\":true,\"data-framer-name\":\"integration-bing\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mgdv4k\",\"data-framer-name\":\"Bing\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i12204\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"20\" viewBox=\"0 0 16 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 0.5V16.5L5 19.5L15.5 14V8.5L7 5.5L8.5 10L11.5 11L1.5 16L5.5 12.5V2L0.5 0.5Z\" fill=\"#FFC107\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bing\"})}),className:\"framer-p1wipt\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ic92rv\",\"data-border\":true,\"data-framer-name\":\"integration-nvidia\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-15uz2by\",\"data-framer-name\":\"NVIDIA\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l8f469\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"17\" viewBox=\"0 0 25 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.14061 0.321899C8.87565 0.321899 8.66061 0.53742 8.66061 0.801899V1.80971C8.97453 1.77803 9.29515 1.7619 9.62155 1.7619C13.5422 1.7619 16.4144 3.96737 18.6056 6.22721C18.7765 6.40385 18.7865 6.6817 18.629 6.87034C16.3202 9.63034 13.4592 11.8419 10.1006 11.8419H10.0762C9.57736 11.817 9.10533 11.7496 8.65967 11.6422V10.1563C9.10056 10.3116 9.58064 10.401 10.0997 10.401C12.0715 10.401 14.8032 8.80736 16.3397 6.56096C15.1277 5.0072 11.9102 3.20096 9.61967 3.20096C9.30348 3.20096 8.98302 3.22854 8.66061 3.27971V1.80971C5.30301 2.14715 2.56867 4.20148 0.191233 6.19253C0.0376333 6.32117 -0.0198617 6.53263 0.0468583 6.72128C1.40756 10.5735 4.39682 13.982 8.65873 14.616L8.65967 15.681C8.65967 15.9459 8.87471 16.1605 9.13967 16.161H23.5406C23.8051 16.161 24.0206 15.9459 24.0206 15.681V0.801899C24.0206 0.53742 23.8051 0.321899 23.5406 0.321899H9.14061ZM8.65873 3.27971V4.66534C7.0514 4.82426 5.51421 5.75317 4.05748 6.81596C3.87124 6.9518 3.80815 7.20156 3.90655 7.4094C4.97728 9.67325 6.51696 11.1251 8.65873 11.6422V13.0907C5.52992 12.2892 2.50552 9.14077 1.94061 7.04096C3.78958 5.3254 6.28471 3.65515 8.65873 3.27971ZM9.13967 4.64096C11.1221 4.64096 12.7062 5.15272 13.7953 6.21784L11.5397 8.00096C11.2618 7.22768 10.2706 6.08096 9.13967 6.08096C8.9876 6.08096 8.82651 6.10011 8.66061 6.13253V4.66534C8.81935 4.64914 8.97902 4.64096 9.13967 4.64096ZM8.65873 6.13346V10.1563C7.32284 9.68428 6.35265 8.5993 5.78061 7.52096C6.54234 7.00483 7.69194 6.32264 8.65873 6.13346ZM19.2206 8.4819L21.9525 10.2688C19.4891 12.6304 14.8963 14.7219 10.1006 14.7219C9.60557 14.7219 9.12451 14.685 8.65967 14.616V13.0907C9.14033 13.2139 9.62331 13.2819 10.1006 13.2819C13.4121 13.2819 17.0544 10.7129 19.2206 8.4819Z\" fill=\"#CCFD6A\"/>\\n<path d=\"M9.14061 0.321899C8.87565 0.321899 8.66061 0.53742 8.66061 0.801899V1.80971C8.97453 1.77803 9.29515 1.7619 9.62155 1.7619C13.5422 1.7619 16.4144 3.96737 18.6056 6.22721C18.7765 6.40385 18.7865 6.6817 18.629 6.87034C16.3202 9.63034 13.4592 11.8419 10.1006 11.8419H10.0762C9.57736 11.817 9.10533 11.7496 8.65967 11.6422V10.1563C9.10056 10.3116 9.58064 10.401 10.0997 10.401C12.0715 10.401 14.8032 8.80736 16.3397 6.56096C15.1277 5.0072 11.9102 3.20096 9.61967 3.20096C9.30348 3.20096 8.98302 3.22854 8.66061 3.27971V1.80971C5.30301 2.14715 2.56867 4.20148 0.191233 6.19253C0.0376333 6.32117 -0.0198617 6.53263 0.0468583 6.72128C1.40756 10.5735 4.39682 13.982 8.65873 14.616L8.65967 15.681C8.65967 15.9459 8.87471 16.1605 9.13967 16.161H23.5406C23.8051 16.161 24.0206 15.9459 24.0206 15.681V0.801899C24.0206 0.53742 23.8051 0.321899 23.5406 0.321899H9.14061ZM8.65873 3.27971V4.66534C7.0514 4.82426 5.51421 5.75317 4.05748 6.81596C3.87124 6.9518 3.80815 7.20156 3.90655 7.4094C4.97728 9.67325 6.51696 11.1251 8.65873 11.6422V13.0907C5.52992 12.2892 2.50552 9.14077 1.94061 7.04096C3.78958 5.3254 6.28471 3.65515 8.65873 3.27971ZM9.13967 4.64096C11.1221 4.64096 12.7062 5.15272 13.7953 6.21784L11.5397 8.00096C11.2618 7.22768 10.2706 6.08096 9.13967 6.08096C8.9876 6.08096 8.82651 6.10011 8.66061 6.13253V4.66534C8.81935 4.64914 8.97902 4.64096 9.13967 4.64096ZM8.65873 6.13346V10.1563C7.32284 9.68428 6.35265 8.5993 5.78061 7.52096C6.54234 7.00483 7.69194 6.32264 8.65873 6.13346ZM19.2206 8.4819L21.9525 10.2688C19.4891 12.6304 14.8963 14.7219 10.1006 14.7219C9.60557 14.7219 9.12451 14.685 8.65967 14.616V13.0907C9.14033 13.2139 9.62331 13.2819 10.1006 13.2819C13.4121 13.2819 17.0544 10.7129 19.2206 8.4819Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"NVIDIA\"})}),className:\"framer-hwzkv7\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wiju6c\",\"data-border\":true,\"data-framer-name\":\"integration-airbyte\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e99e6y\",\"data-framer-name\":\"Airbyte\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1srr35f\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"22\" viewBox=\"0 0 20 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.91914 3.18425C9.11175 0.703483 12.743 -0.0242639 15.7281 1.40768C19.6941 3.31042 21.1412 8.1574 18.9818 11.8963L14.124 20.298C13.8526 20.7673 13.4059 21.11 12.8821 21.2503C12.3582 21.3907 11.8001 21.3174 11.3301 21.0468L17.2113 10.8731C18.7779 8.15952 17.73 4.64215 14.8546 3.25727C12.6969 2.21821 10.0595 2.73729 8.46572 4.52422C7.58646 5.50522 7.09287 6.77175 7.07642 8.08895C7.05995 9.40616 7.52165 10.6846 8.37614 11.6874C8.5297 11.8671 8.69483 12.0368 8.87068 12.1951L5.43742 18.145C5.30315 18.3776 5.12439 18.5813 4.91133 18.745C4.69828 18.9085 4.4551 19.0284 4.19569 19.098C3.93627 19.1675 3.66572 19.1853 3.39944 19.1502C3.13317 19.1151 2.8764 19.028 2.64379 18.8938L6.37107 12.4343C5.83569 11.6624 5.45121 10.7962 5.23791 9.88139L2.95389 13.8476C2.68239 14.3171 2.23568 14.6595 1.71185 14.7999C1.18801 14.9404 0.629864 14.8672 0.159973 14.5964L6.06646 4.36566C6.31231 3.94553 6.59784 3.54991 6.91914 3.18425ZM13.7364 6.4407C15.1589 7.26224 15.6501 9.08921 14.827 10.5111L9.16315 20.2967C8.89173 20.7661 8.44487 21.1087 7.92103 21.2491C7.39719 21.3894 6.83912 21.3161 6.36923 21.0456L11.6284 11.9351C11.2063 11.8463 10.8088 11.6669 10.4628 11.4094C10.1169 11.152 9.83106 10.8225 9.62486 10.4437C9.41867 10.065 9.2971 9.646 9.26862 9.21573C9.24013 8.78545 9.30536 8.35412 9.45995 7.95151C9.61434 7.54891 9.85438 7.18463 10.1634 6.88382C10.4723 6.58302 10.8428 6.35284 11.2494 6.20918C11.656 6.06555 12.0891 6.01187 12.5184 6.05183C12.9477 6.09181 13.3634 6.22448 13.7364 6.4407ZM11.6763 8.27975C11.5789 8.35447 11.4971 8.44766 11.4358 8.55395C11.3434 8.71404 11.3002 8.89792 11.3124 9.08236C11.3246 9.26678 11.391 9.4435 11.5035 9.59012C11.6162 9.73673 11.7696 9.8467 11.9446 9.9061C12.1196 9.9655 12.3085 9.97167 12.487 9.92381C12.6656 9.87597 12.8257 9.77625 12.9477 9.63728C13.0695 9.49832 13.1475 9.32634 13.1716 9.14308C13.1956 8.95984 13.1648 8.77354 13.0831 8.60778C13.0014 8.442 12.8724 8.30419 12.7122 8.21176C12.6061 8.1504 12.4887 8.11056 12.3671 8.09455C12.2453 8.07853 12.1217 8.08664 12.0032 8.11843C11.8847 8.15021 11.7735 8.20501 11.6763 8.27975Z\" fill=\"#6895F8\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Airbyte\"})}),className:\"framer-ry1dxv\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d0xcut\",\"data-border\":true,\"data-framer-name\":\"integration-glean\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qlpdgk\",\"data-framer-name\":\"Glean\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ejg511\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"24\" viewBox=\"0 0 20 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5115 3.05645L13.7255 0.23999L16.4121 2.32619L14.2143 5.12206C15.3488 6.47044 16.0317 8.20711 16.0317 10.1023C16.0317 14.3926 12.5324 17.8705 8.21584 17.8705C3.89926 17.8705 0.399994 14.3926 0.399994 10.1023C0.399994 5.81209 3.89926 2.33414 8.21584 2.33414C9.39335 2.33414 10.5101 2.59294 11.5115 3.05645ZM8.21584 14.5342C5.75314 14.5342 3.75674 12.55 3.75674 10.1023C3.75674 7.65466 5.75314 5.67042 8.21584 5.67042C10.6785 5.67042 12.6749 7.65466 12.6749 10.1023C12.6749 12.55 10.6785 14.5342 8.21584 14.5342ZM16.1226 16.7479C15.929 16.9759 15.725 17.1934 15.5121 17.4049C15.2992 17.615 15.0773 17.8163 14.8465 18.0074C14.6172 18.1982 14.3789 18.3788 14.1317 18.549C13.8861 18.7192 13.6314 18.8805 13.3708 19.0284C13.1118 19.1779 12.8452 19.3141 12.5727 19.4399C12.3017 19.5658 12.0248 19.6798 11.7418 19.7802C11.4604 19.8824 11.1745 19.9713 10.8826 20.0468C10.5952 20.1252 10.3019 20.1888 10.0056 20.2392C9.71224 20.291 9.41444 20.3294 9.11365 20.3545C8.81731 20.3798 8.51802 20.3929 8.21575 20.3929C7.91348 20.3929 7.61418 20.3798 7.31786 20.3545C7.01706 20.3294 6.71925 20.291 6.42591 20.2392C6.12959 20.1888 5.83625 20.1252 5.54887 20.0468L4.6718 23.2997C5.053 23.4019 5.44314 23.4876 5.83774 23.5558C6.22637 23.6238 6.62246 23.6756 7.02301 23.7082C7.41613 23.7422 7.8137 23.76 8.21575 23.76C8.61779 23.76 9.01537 23.7422 9.40848 23.7082C9.80904 23.6756 10.2036 23.6238 10.5938 23.5558C10.9884 23.4876 11.377 23.4019 11.7597 23.2997C12.1469 23.199 12.5281 23.0806 12.9003 22.9444C13.277 22.8098 13.6448 22.659 14.0052 22.4917C14.367 22.3244 14.7214 22.1424 15.0654 21.9456C15.4109 21.7472 15.7474 21.5342 16.0735 21.3062C16.4011 21.0798 16.7183 20.8399 17.0235 20.5853C17.3302 20.3309 17.6251 20.0643 17.9065 19.7846C18.1894 19.5049 18.4589 19.215 18.7166 18.9116C18.9742 18.6096 19.2184 18.2944 19.4477 17.9703L16.6736 16.0389C16.5008 16.2831 16.3162 16.52 16.1226 16.7479Z\" fill=\"#343CED\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Glean\"})}),className:\"framer-1w76h9i\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dfytz3\",\"data-border\":true,\"data-framer-name\":\"integration-reddis\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nzds46\",\"data-framer-name\":\"Reddis\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/Iww6h9KZbxlI5nRV466c4kUBCw.png\"},className:\"framer-hqebqk\",\"data-framer-name\":\"image 78\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Reddis\"})}),className:\"framer-mm9acz\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j1j6pt\",\"data-border\":true,\"data-framer-name\":\"integration-mongodb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-aotoc9\",\"data-framer-name\":\"MongoDB\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y6xbgg\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"24\" viewBox=\"0 0 12 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.16775 2.67496C7.16048 1.47987 6.29309 0.266097 6.1159 0.0140051C6.09724 -0.00466836 6.06925 -0.00466836 6.0506 0.0140051C5.87339 0.266097 5.00602 1.47987 3.99874 2.67496C-4.64702 13.7016 5.36044 21.143 5.36044 21.143L5.44437 21.199C5.51898 22.3474 5.70551 24 5.70551 24H6.07858H6.45164C6.45164 24 6.63818 22.3567 6.7128 21.199L6.79673 21.1336C6.80605 21.143 16.8135 13.7016 8.16775 2.67496ZM6.07858 20.9749C6.07858 20.9749 5.63091 20.5921 5.50966 20.3961V20.3773L6.0506 8.37036C6.0506 8.33301 6.10657 8.33301 6.10657 8.37036L6.6475 20.3773V20.3961C6.52626 20.5921 6.07858 20.9749 6.07858 20.9749Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"MongoDB\"})}),className:\"framer-1dgglsp\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ancofn\",\"data-border\":true,\"data-framer-name\":\"integration-couchbase\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cgh9u8\",\"data-framer-name\":\"Couchbase\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1weyvao\",\"data-framer-name\":\"Logo-Icon_00000163792212036030492870000001230780939491195802_\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2079 12.9072C18.2079 13.5509 17.8293 14.1377 17.091 14.2513C15.8226 14.4785 13.1723 14.611 10.9385 14.611C8.70464 14.611 6.05433 14.4785 4.78597 14.2513C4.04767 14.1188 3.68799 13.5319 3.68799 12.9072V8.68567C3.68799 8.04202 4.18019 7.43623 4.78597 7.34158C5.16459 7.26586 6.0354 7.20907 6.71691 7.20907C6.98194 7.20907 7.17125 7.4173 7.19018 7.7202V10.6545C8.4964 10.6545 9.63225 10.5787 10.9574 10.5787C12.2826 10.5787 13.3995 10.6545 14.7246 10.6545V7.7202C14.7246 7.4173 14.9329 7.20907 15.179 7.20907C15.8605 7.20907 16.7313 7.26586 17.1099 7.34158C17.7157 7.45517 18.2268 8.06095 18.2268 8.68567L18.2079 12.9072ZM10.9148 0.199951C5.00841 0.199951 0.199997 5.04623 0.199997 11.0094C0.199997 16.9726 5.00841 21.7999 10.9148 21.7999C16.8212 21.7999 21.6296 16.9537 21.6296 11.0094C21.6296 5.06516 16.8638 0.199951 10.9148 0.199951Z\" fill=\"#EC1218\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Couchbase\"})}),className:\"framer-343mjt\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11gkno8\",\"data-border\":true,\"data-framer-name\":\"integration-perplexity\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-khygld\",\"data-framer-name\":\"Perplexity\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vd6a8k\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"24\" viewBox=\"0 0 20 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.98587 0.959961L9.27322 6.75282V6.75149V0.973328H10.4971V6.77874L16.8126 0.959961V7.56468H19.4056V17.0914H16.8206V22.9725L10.4971 17.4169V23.0363H9.27322V17.5085L2.993 23.04V17.0914H0.399994V7.56468H2.98587V0.959961ZM8.35054 8.77363H1.62389V15.8824H2.99146V13.64L8.35054 8.77363ZM4.21683 14.1764V20.3423L9.27322 15.8888V9.58381L4.21683 14.1764ZM10.5323 15.8299V9.57787L15.5902 14.1708V17.0914H15.5967V20.2793L10.5323 15.8299ZM16.8206 15.8824H18.1817V8.77363H11.5051L16.8206 13.5897V15.8824ZM15.5887 7.56468V3.7408L11.4384 7.56468H15.5887ZM8.36005 7.56468H4.20977V3.7408L8.36005 7.56468Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Perplexity\"})}),className:\"framer-1cwbduh\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vvjj11\",\"data-border\":true,\"data-framer-name\":\"integration-milvus\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16cm156\",\"data-framer-name\":\"Milvus\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-23z16g\",\"data-framer-name\":\"MILVUS\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"17\" viewBox=\"0 0 24 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.56351 2.42752C8.68228 -0.702566 13.7396 -0.702566 16.8584 2.42752C19.9822 5.55761 19.9822 10.6324 16.8584 13.7574C13.7396 16.8824 8.68228 16.8824 5.56351 13.7523L0.465988 8.63637C0.164658 8.33363 0.164658 7.84618 0.465988 7.5434L5.56351 2.42752ZM15.648 3.93099C13.3579 1.63217 9.64149 1.63217 7.3514 3.93099L3.60485 7.68711C3.38387 7.91286 3.38387 8.27205 3.60485 8.49271L7.3564 12.2539C9.64653 14.5527 13.3629 14.5527 15.653 12.2539C17.9432 9.95514 17.9432 6.22981 15.648 3.93099ZM11.5296 4.07979C13.7015 4.07979 15.462 5.87863 15.462 8.09761C15.462 10.3165 13.7015 12.1154 11.5296 12.1154C9.35788 12.1154 7.59732 10.3165 7.59732 8.09761C7.59732 5.87863 9.35788 4.07979 11.5296 4.07979ZM23.5378 7.54848L21.2929 5.25482C21.1573 5.11624 20.9312 5.24455 20.9765 5.43439C21.3632 7.18416 21.3632 9.01092 20.9765 10.7607C20.9363 10.9505 21.1623 11.0737 21.2929 10.9403L23.5378 8.6466C23.8166 8.35683 23.833 7.90796 23.587 7.60375L23.5378 7.54848Z\" fill=\"#33B6F2\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Milvus\"})}),className:\"framer-1mlu2tv\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eh1enb\",\"data-border\":true,\"data-framer-name\":\"integration-wikipedia\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1b1sc3k\",\"data-framer-name\":\"Wikipedia\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5zc48z\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.68 0.920044H3.31998C1.99518 0.920044 0.919983 1.99524 0.919983 3.32004V18.68C0.919983 20.0048 1.99518 21.08 3.31998 21.08H18.68C20.0048 21.08 21.08 20.0048 21.08 18.68V3.32004C21.08 1.99524 20.0048 0.920044 18.68 0.920044ZM19.16 7.42884C19.16 7.51524 19.0736 7.59684 18.9872 7.59684H17.9984L13.5776 16.6784C13.5344 16.7168 13.4912 16.76 13.4048 16.76C13.3184 16.76 13.2752 16.7168 13.232 16.6784L11.1296 12.5792L8.85438 16.6784C8.81118 16.7168 8.76798 16.76 8.68158 16.76C8.59518 16.76 8.55198 16.7168 8.50878 16.6784L4.04478 7.64004H3.01278C2.92638 7.64004 2.83998 7.55844 2.83998 7.47204V6.84804C2.83998 6.76164 2.92638 6.68004 3.01278 6.68004H6.50718C6.59358 6.68004 6.67998 6.76164 6.67998 6.84804V7.47204C6.67998 7.55844 6.59358 7.64004 6.50718 7.64004H5.84478L8.94078 14.4176L10.5728 11.4896L8.50878 7.64004H7.82238C7.73598 7.64004 7.64958 7.55844 7.64958 7.47204V6.84804C7.64958 6.76164 7.73598 6.68004 7.82238 6.68004H10.8272C10.9136 6.68004 11 6.76164 11 6.84804V7.47204C11 7.55844 10.9136 7.64004 10.8272 7.64004H10.2272L11.3888 9.98244L12.8048 7.64004H12.1328C12.0464 7.64004 11.96 7.55844 11.96 7.47204V6.84804C11.96 6.76164 12.0464 6.68004 12.1328 6.68004H14.6672C14.7536 6.68004 14.84 6.76164 14.84 6.84804V7.47204C14.84 7.55844 14.7536 7.64004 14.6672 7.64004H14.0048L11.9456 11.072L13.6208 14.4176L16.8416 7.64004H15.9728C15.8864 7.64004 15.8 7.55844 15.8 7.47204V6.84804C15.8 6.76164 15.8864 6.68004 15.9728 6.68004H18.9872C19.0736 6.68004 19.16 6.76164 19.16 6.84804V7.42884Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Wikipedia\"})}),className:\"framer-61y7ei\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h7pll0\",\"data-border\":true,\"data-framer-name\":\"integration-gmail\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gndduy\",\"data-framer-name\":\"Gmail\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fj8w6u\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:6,svg:'<svg width=\"6\" height=\"12\" viewBox=\"0 0 6 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.5 0.0999756L3 1.47498L0.5 3.84998V12H4C4.8285 12 5.5 11.3285 5.5 10.5V0.0999756Z\" fill=\"#4CAF50\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-47m76c\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:6,svg:'<svg width=\"6\" height=\"12\" viewBox=\"0 0 6 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 0.0999756L2.307 0.954975L5.5 3.84998V12H2C1.1715 12 0.5 11.3285 0.5 10.5V0.0999756Z\" fill=\"#1E88E5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13j0d3n\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"11\" viewBox=\"0 0 12 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M11.5 0.599976L6 4.72498L0.5 0.599976L0 3.49998L0.5 6.84998L6 10.975L11.5 6.84998L12 3.49998L11.5 0.599976Z\" fill=\"#E53935\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zmnyan\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:6,svg:'<svg width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 2.149V4.1L5.5 7.85V1.6L3.938 0.4295C3.566 0.1505 3.114 0 2.649 0C1.462 0 0.5 0.962 0.5 2.149Z\" fill=\"#C62828\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-yhtu5h\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:6,svg:'<svg width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M5.5 2.149V4.1L0.5 7.85V1.6L2.062 0.4295C2.434 0.1505 2.886 0 3.351 0C4.538 0 5.5 0.962 5.5 2.149Z\" fill=\"#FBC02D\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Gmail\"})}),className:\"framer-6nbah3\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ag477q\",\"data-border\":true,\"data-framer-name\":\"integration-yahoo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13buv8i\",\"data-framer-name\":\"Yahoo Finance\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-udkmt2\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z\" fill=\"#570FCA\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5mmpgj\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:15,svg:'<svg width=\"15\" height=\"10\" viewBox=\"0 0 15 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.1106 2.8715L13.4206 2.893L14.1881 1.8955H8.51006L8.66355 2.816L10.0921 2.839L7.66606 5.118L5.13406 1.2815H6.66856L6.59206 0.4375H0.607056L0.684056 1.2815H2.52556L6.50006 6.1875V8.5H4.50006V10H10.5001V8.5H8.20355V6.1155L12.1106 2.8715Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-kc1zuv\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:5,intrinsicWidth:3,svg:'<svg width=\"3\" height=\"5\" viewBox=\"0 0 3 5\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.807007 0.583496L0.883507 4.8035L1.80451 4.88L2.95551 0.813497L0.807007 0.583496Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pv4suo\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:2,intrinsicWidth:2,svg:'<svg width=\"2\" height=\"2\" viewBox=\"0 0 2 2\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.653442 0.494019C0.653442 0.494019 1.57394 0.647518 1.80444 0.570518L1.65094 1.56802L0.653442 1.49152V0.494019Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Yahoo! Finance\"})}),className:\"framer-9u1xcv\",\"data-framer-name\":\"NVIDIA\",fonts:[\"GF;Chivo-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jv2l19\",\"data-framer-name\":\"Quote Holder\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+9389.5+0},smpJH_6oh:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1180px) - 80px)`,y:(componentViewport?.y||0)+0+7523.8885+0+0},XVwuG8NC4:{width:`max(${componentViewport?.width||\"100vw\"} - 32px, 1px)`,y:(componentViewport?.y||0)+180+8124.073+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:133,width:\"1310px\",y:(componentViewport?.y||0)+0+7457.6+.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yg8af-container\",nodeId:\"uQ9DpJTiM\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{variant:\"dyKvFWeJM\"},XVwuG8NC4:{variant:\"dyKvFWeJM\"}},children:/*#__PURE__*/_jsx(QuoteComponent,{a1MPFvJbv:addImageAlt({src:\"https://framerusercontent.com/images/GCtgrqkDRziF3ajhhu28wfZVW8w.png\"},\"\"),DWF6g7i9e:\"Brendon Geils\",height:\"100%\",hJYKes5V1:\"\u201CLangflow has completely transformed the way we iterate and deploy AI workflows.\u201D\",id:\"uQ9DpJTiM\",layoutId:\"uQ9DpJTiM\",pqkt9ZduU:\"CEO, Athena Intelligence\",style:{width:\"100%\"},variant:\"Q9ay_pviD\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-63fyo8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nk22oo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Create your first flow\"})})},XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Create your first flow\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tNTAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Create your first flow\"})}),className:\"framer-1o79ypi\",\"data-framer-name\":\"Create your first flow\",fonts:[\"GF;Chivo-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Join thousands of developers accelerating their AI workflows. Start your first Langflow project now.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Q2hpdm8tMzAw\",\"--framer-font-family\":'\"Chivo\", \"Chivo Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Join thousands of developers accelerating their AI workflows. Start your first Langflow project now.\"})}),className:\"framer-6opm5g\",\"data-framer-name\":\"Join thousands of developers accelerating their AI workflows. Start your first LangFlow project now.\",fonts:[\"GF;Chivo-300\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fhcsds\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+9650.5+140+0+290+0},smpJH_6oh:{y:(componentViewport?.y||0)+0+7784.8885+139+0+298+0},XVwuG8NC4:{y:(componentViewport?.y||0)+180+8377.073+78+0+460+12+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+7719.6+159+0+298+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2p2ez-container\",nodeId:\"qcDy8LrQG\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",id:\"qcDy8LrQG\",layoutId:\"qcDy8LrQG\",variant:\"It3beABj4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{y:(componentViewport?.y||0)+0+9650.5+140+0+290+0},smpJH_6oh:{y:(componentViewport?.y||0)+0+7784.8885+139+0+298+0},XVwuG8NC4:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+180+8377.073+78+0+460+12+80}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+7719.6+159+0+298+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u0lqa4-container\",isModuleExternal:true,nodeId:\"Pi0IsMDij\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XVwuG8NC4:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(SecondaryButton,{height:\"100%\",hit9B4MfQ:\"Star on GitHub\",id:\"Pi0IsMDij\",layoutId:\"Pi0IsMDij\",width:\"100%\",yCjt9pMug:\"https://github.com/langflow-ai/langflow\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hfPNC1oh4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:1716,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9650.5+0+0),pixelHeight:1398,pixelWidth:3432,sizes:\"1400px\",src:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg 3432w\"}},smpJH_6oh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:1716,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7784.8885+0+0),pixelHeight:1398,pixelWidth:3432,sizes:\"1700px\",src:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg 3432w\"}},XVwuG8NC4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:1716,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+180+8377.073+0+-61),pixelHeight:1398,pixelWidth:3432,sizes:\"2013px\",src:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg 3432w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:699,intrinsicWidth:1716,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7719.6+0+0),pixelHeight:1398,pixelWidth:3432,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/8bKKgoZVqgsfLRek309Lmht8M.jpg 3432w\"},className:\"framer-1il05d8\",\"data-framer-name\":\"Footer bg\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mk1f4w\",\"data-framer-name\":\"Footer Nav\",children:isDisplayed()&&/*#__PURE__*/_jsxs(\"nav\",{className:\"framer-1kxucxd hidden-1k59e8g\",\"data-framer-name\":\"Nav\",\"data-hide-scrollbars\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bacfwp\",\"data-framer-name\":\"Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa9 2025. All rights reserved.\"})}),className:\"framer-1rzd7ia\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xb7\"})}),className:\"framer-1vr0x3p\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Cb8lCUmB0\"},motionChild:true,nodeId:\"Ot3OeMGdB\",openInNewTab:false,scopeId:\"Qw7myscjb\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-g07isn\",\"data-styles-preset\":\"R8grtrFKB\",children:\"Manage Privacy Choices\"})})})}),className:\"framer-17iur1r\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jdewqk hidden-10jmown\",\"data-framer-name\":\"social icons\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://bit.ly/langflow\",motionChild:true,nodeId:\"MllhA0OJV\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsxs(MotionAWithHover1l4hmz9,{className:\"framer-1l4hmz9 framer-t6ukvj\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xphbu3\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.997.417c-2.374.001-4.67.832-6.478 2.344A9.787 9.787 0 0 0 .129 8.67a9.685 9.685 0 0 0 1.314 6.659 9.972 9.972 0 0 0 5.39 4.236c.498.091.685-.213.685-.472 0-.258-.01-1.008-.014-1.828-2.781.594-3.37-1.16-3.37-1.16-.453-1.14-1.109-1.439-1.109-1.439-.907-.608.068-.597.068-.597 1.005.07 1.533 1.014 1.533 1.014.891 1.502 2.34 1.067 2.91.813.09-.636.35-1.069.636-1.314-2.222-.248-4.557-1.09-4.557-4.855a3.769 3.769 0 0 1 1.03-2.638c-.103-.247-.446-1.246.097-2.603 0 0 .84-.264 2.75 1.007a9.655 9.655 0 0 1 5.009 0c1.909-1.27 2.747-1.007 2.747-1.007.545 1.354.202 2.353.099 2.603a3.76 3.76 0 0 1 1.032 2.64c0 3.774-2.34 4.605-4.566 4.848.358.306.678.903.678 1.82 0 1.315-.012 2.373-.012 2.697 0 .261.18.567.687.471a9.972 9.972 0 0 0 5.392-4.237 9.684 9.684 0 0 0 1.313-6.66 9.786 9.786 0 0 0-3.392-5.909A10.108 10.108 0 0 0 10 .417h-.003Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10qw57p-container\",isAuthoredByUser:true,nodeId:\"XPQZG4vee\",rendersWithMotion:true,scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsx(GitHubStars,{height:\"100%\",id:\"XPQZG4vee\",layoutId:\"XPQZG4vee\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/EqksyE2EX9\",motionChild:true,nodeId:\"Lo_vYBXhK\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsxs(MotionAWithHover9ueq30,{className:\"framer-9ueq30 framer-t6ukvj\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lt5tla\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:20,intrinsicWidth:20,svg:'<svg width=\"20\" height=\"20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0s10 4.477 10 10Z\" fill=\"#fff\"/><path d=\"M14.707 5.631a11.291 11.291 0 0 0-2.765-.831.06.06 0 0 0-.045.019 8.387 8.387 0 0 0-.344.68 10.79 10.79 0 0 0-3.108 0 6.177 6.177 0 0 0-.35-.68c-.007-.013-.026-.019-.045-.019-.972.162-1.898.444-2.766.831-.006 0-.013.006-.02.013-1.76 2.543-2.247 5.017-2.007 7.466 0 .013.007.025.02.032a11.415 11.415 0 0 0 3.393 1.655c.02.007.039 0 .045-.012.26-.344.493-.706.693-1.087.013-.025 0-.05-.025-.056-.37-.138-.72-.3-1.063-.488-.025-.012-.025-.05-.006-.069.071-.05.142-.106.214-.156a.041.041 0 0 1 .045-.006c2.228.98 4.63.98 6.833 0a.041.041 0 0 1 .045.006c.071.056.142.106.214.163.026.018.026.056-.007.068a7.1 7.1 0 0 1-1.062.488c-.026.006-.032.037-.026.056.207.381.44.743.693 1.087.02.006.039.013.058.006a11.371 11.371 0 0 0 3.4-1.655.034.034 0 0 0 .02-.032c.285-2.83-.473-5.286-2.008-7.466-.006-.007-.013-.013-.026-.013Zm-6.962 5.986c-.667 0-1.224-.594-1.224-1.325 0-.73.544-1.324 1.224-1.324.687 0 1.23.6 1.224 1.324 0 .731-.544 1.325-1.224 1.325Zm4.514 0c-.667 0-1.224-.594-1.224-1.325 0-.73.544-1.324 1.224-1.324.687 0 1.23.6 1.224 1.324 0 .731-.537 1.325-1.224 1.325Z\" fill=\"#000\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"12k\"})}),className:\"framer-68a0io\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://twitter.com/langflow_ai\",motionChild:true,nodeId:\"ax4uNOSnr\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsxs(MotionAWithHover12ziew6,{className:\"framer-12ziew6 framer-t6ukvj\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-z1rt6f\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.019 8.7.304 15.223h2.532l4.374-5.006 3.854 5.007L16 15.197 9.742 6.921l5.34-6.117-2.49-.028-4.035 4.597L5.106.783 0 .778 6.019 8.7Zm6.992 5.022-1.278-.005-8.776-11.49H4.33l8.68 11.495Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"8k\"})}),className:\"framer-119scqq\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@Langflow\",motionChild:true,nodeId:\"VR_Gwsmr9\",scopeId:\"Qw7myscjb\",children:/*#__PURE__*/_jsxs(MotionAWithHover62mdir,{className:\"framer-62mdir framer-t6ukvj\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-134wqxj\",\"data-framer-name\":\"Graphic\",fill:\"black\",intrinsicHeight:14,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.82 3.402s-.175-1.241-.716-1.786C16.418.899 15.652.896 15.3.853 12.783.67 9.004.67 9.004.67h-.008S5.217.67 2.7.853c-.352.042-1.118.046-1.804.763-.54.545-.713 1.786-.713 1.786S0 4.86 0 6.316V7.68c0 1.456.18 2.915.18 2.915s.175 1.24.713 1.786c.686.717 1.586.692 1.986.77C4.321 13.288 9 13.33 9 13.33s3.783-.007 6.3-.186c.352-.043 1.118-.046 1.803-.763.542-.545.718-1.786.718-1.786S18 9.139 18 7.68V6.316c0-1.455-.18-2.914-.18-2.914ZM7.14 9.336V4.277l4.862 2.538L7.14 9.336Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"6k\"})}),className:\"framer-tpktcf\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NE6xL.framer-t6ukvj, .framer-NE6xL .framer-t6ukvj { display: block; }\",\".framer-NE6xL.framer-ok2y70 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 128px; height: 7561px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 153px 0px; position: relative; width: 1700px; }\",\".framer-NE6xL .framer-65rn7m { align-content: center; align-items: center; background: linear-gradient(90deg, #3e64fe 0%, rgb(8, 58, 152) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: 56px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px 32px 0px 32px; position: fixed; right: 0px; top: 0px; z-index: 4; }\",\".framer-NE6xL .framer-1yr0gis { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-NE6xL .framer-xnr7rz { --framer-paragraph-spacing: 0px; flex: none; height: auto; min-width: 100%; position: relative; white-space: pre-wrap; width: 1637px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-k9lq74-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 56px; z-index: 2; }\",\".framer-NE6xL .framer-3d8xdr { 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: 151px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-NE6xL .framer-qjisnc { aspect-ratio: 1.9813519813519813 / 1; bottom: -188px; flex: none; height: var(--framer-aspect-ratio-supported, 858px); left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 0; }\",\".framer-NE6xL .framer-1h9s779 { flex: none; height: 519px; max-width: 1700px; overflow: hidden; position: relative; width: 1700px; }\",\".framer-NE6xL .framer-12mrdpu-container { bottom: 0px; flex: none; height: 56px; left: 0px; opacity: 0.6; position: absolute; right: 0px; }\",\".framer-NE6xL .framer-1ol3gxt { aspect-ratio: 2.033333333333333 / 1; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 61px; }\",\".framer-NE6xL .framer-pcai42 { aspect-ratio: 4.093333333333334 / 1; height: var(--framer-aspect-ratio-supported, 38px); overflow: visible; position: relative; width: 154px; }\",\".framer-NE6xL .framer-1r5rxeu { aspect-ratio: 3.375 / 1; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 149px; }\",\".framer-NE6xL .framer-1kcny78 { aspect-ratio: 5.2 / 1; height: var(--framer-aspect-ratio-supported, 38px); overflow: visible; position: relative; width: 195px; }\",\".framer-NE6xL .framer-x337tm { aspect-ratio: 0.8607594936708861 / 1; height: var(--framer-aspect-ratio-supported, 39px); overflow: visible; position: relative; width: 34px; }\",\".framer-NE6xL .framer-122idxs { aspect-ratio: 5.648148148148148 / 1; height: var(--framer-aspect-ratio-supported, 27px); overflow: visible; position: relative; width: 153px; }\",\".framer-NE6xL .framer-eqp0l1 { aspect-ratio: 1.7638888888888888 / 1; height: var(--framer-aspect-ratio-supported, 37px); overflow: visible; position: relative; width: 64px; }\",\".framer-NE6xL .framer-132075g { aspect-ratio: 3.125 / 1; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 113px; }\",\".framer-NE6xL .framer-17e965s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 82px; flex: none; height: auto; left: 210px; opacity: 0.6; position: absolute; white-space: pre; width: auto; }\",\".framer-NE6xL .framer-1qy4yad { align-content: center; align-items: center; bottom: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 52px; height: 44px; justify-content: center; left: calc(50.00000000000002% - 1280px / 2); opacity: 0.6; overflow: hidden; padding: 0px; position: absolute; width: 1280px; }\",\".framer-NE6xL .framer-lqaa9i { aspect-ratio: 2.033333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 61px; }\",\".framer-NE6xL .framer-lfoy52 { aspect-ratio: 4.093333333333334 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); overflow: visible; position: relative; width: 154px; }\",\".framer-NE6xL .framer-a3m0hr { aspect-ratio: 3.375 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); overflow: visible; position: relative; width: 149px; }\",\".framer-NE6xL .framer-cf08n7 { aspect-ratio: 5.2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); overflow: visible; position: relative; width: 195px; }\",\".framer-NE6xL .framer-6vgwz9 { aspect-ratio: 0.8607594936708861 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 34px; }\",\".framer-NE6xL .framer-77ktyp { aspect-ratio: 5.648148148148148 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); overflow: visible; position: relative; width: 153px; }\",\".framer-NE6xL .framer-1222f8v { aspect-ratio: 1.7638888888888888 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 64px; }\",\".framer-NE6xL .framer-1hs6hzb { aspect-ratio: 3.125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 113px; }\",\".framer-NE6xL .framer-1wrwj9n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 296px; justify-content: center; left: 162px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 686px; }\",\".framer-NE6xL .framer-oeur0f { --border-bottom-width: 2px; --border-color: #333333; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 30px 48px 30px 48px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-1aw55et { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 60px; position: relative; white-space: pre; width: auto; }\",\".framer-NE6xL .framer-1d6sv7h { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; height: 16px; position: absolute; right: -8px; top: calc(50.00000000000002% - 16px / 2); width: 16px; z-index: 1; }\",\".framer-NE6xL .framer-13yxseg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 50px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 48px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-u5mf3q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 650px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-m3camp-container { bottom: -84px; flex: none; height: auto; left: 980px; position: absolute; width: auto; z-index: 1; }\",\".framer-NE6xL .framer-13aypxt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 0px 0px 0px 48px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-9ihzp6-container, .framer-NE6xL .framer-1f7wgva-container, .framer-NE6xL .framer-2p2ez-container, .framer-NE6xL .framer-1u0lqa4-container, .framer-NE6xL .framer-10qw57p-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NE6xL .framer-3t0dy3, .framer-NE6xL .framer-x833m7 { flex: none; height: 133px; overflow: hidden; position: relative; width: 1310px; }\",\".framer-NE6xL .framer-1nck6y-container, .framer-NE6xL .framer-1bsl06u-container, .framer-NE6xL .framer-16yg8af-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); }\",\".framer-NE6xL .framer-zlqbtw, .framer-NE6xL .framer-1qdgwu7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NE6xL .framer-1faazw8, .framer-NE6xL .framer-1df7b64 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-v7horb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-2s7aca, .framer-NE6xL .framer-1j6pdzv, .framer-NE6xL .framer-wfnfwz { flex: none; height: 472px; overflow: hidden; position: relative; width: 416px; }\",\".framer-NE6xL .framer-1b1byae { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: inset 0px 8px 48px -14px #34d399; flex: none; height: 416px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-1kn215l { --border-bottom-width: 2px; --border-color: #34d399; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 416px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-132y6a4, .framer-NE6xL .framer-ne95q9 { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 95%); flex: none; height: 416px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-NE6xL .framer-1g2vlsd-container { flex: none; height: 416px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-NE6xL .framer-1u9mcng, .framer-NE6xL .framer-13lbcww, .framer-NE6xL .framer-1dfalh2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: -5px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre; width: auto; }\",\".framer-NE6xL .framer-15wr6yt { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: inset 0px 8px 48px -14px #c084fc; flex: none; height: 416px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-1izcemx { --border-bottom-width: 2px; --border-color: #c084fc; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 416px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-tb5cz9 { flex: none; height: 418px; left: 0px; overflow: hidden; position: absolute; top: 2px; width: 99%; }\",\".framer-NE6xL .framer-kpoiwc-container { flex: none; height: 400px; left: 0px; position: absolute; right: 0px; top: calc(49.04306220095696% - 400px / 2); }\",\".framer-NE6xL .framer-dj6cnv-container { bottom: 52px; flex: none; left: 6px; position: absolute; top: 2px; width: 99%; }\",\".framer-NE6xL .framer-gbsqp4 { --border-bottom-width: 1px; --border-color: var(--token-1860837b-5576-4e33-8528-a71573286fae, #52525b); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; height: 48px; overflow: hidden; position: relative; width: 48px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-1cnqxw3 { flex: none; height: 48px; left: 0px; position: absolute; top: 0px; width: 48px; }\",\".framer-NE6xL .framer-1ffqyip { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 50px; box-shadow: inset 0px 8px 48px -14px var(--token-b3699132-bd2f-45a1-b6e7-bb3c2ee9e201, #98f4fe); flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-1c3ag8b { --border-bottom-width: 2px; --border-color: var(--token-b3699132-bd2f-45a1-b6e7-bb3c2ee9e201, #98f4fe); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 50px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-1ko94sc { background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 95%); bottom: 50px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-NE6xL .framer-129bnzw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-owo4hm, .framer-NE6xL .framer-1x5zpmk { align-content: flex-start; align-items: flex-start; align-self: stretch; 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: auto; }\",\".framer-NE6xL .framer-13xnibw, .framer-NE6xL .framer-17nkd1b, .framer-NE6xL .framer-8vpvi3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NE6xL .framer-wmqswj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 657px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-lj2ppe { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-NE6xL .framer-ds4xv1 { flex: none; height: 478px; overflow: hidden; position: relative; width: 1280px; }\",\".framer-NE6xL .framer-ltne9p { aspect-ratio: 2.094240837696335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 478px); left: 0px; overflow: visible; position: absolute; top: 0px; width: 1000px; }\",\".framer-NE6xL .framer-58a9s7 { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #ff3276; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 0px 4px 2px rgba(255, 50, 118, 0.8), 0px 0px 20px 12px rgba(255, 50, 118, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 46%; position: absolute; top: 47%; transform: translate(-50%, -50%); width: 12px; }\",\".framer-NE6xL .framer-1k9s18t { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #ff3276; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 188px; box-shadow: 0px 0px 4px 2px rgba(255, 50, 118, 0.8), 0px 0px 20px 12px rgba(255, 50, 118, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 46%; position: absolute; transform: translateX(-50%); width: 12px; }\",\".framer-NE6xL .framer-32ns3z { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 187px; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: absolute; right: -4px; width: 16px; }\",\".framer-NE6xL .framer-7cs27m, .framer-NE6xL .framer-a58etu { 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-NE6xL .framer-13ecoiv { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 466px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-js4p9e, .framer-NE6xL .framer-1plnbz1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-1fk1fr5 { aspect-ratio: 1.5388349514563107 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 130px); overflow: visible; position: relative; width: 100%; }\",\".framer-NE6xL .framer-1ql6gh6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 536px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-NE6xL .framer-hzfg0 { aspect-ratio: 1.8656716417910448 / 1; flex: none; height: 536px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 1000px); }\",\".framer-NE6xL .framer-m6k6js { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 195px; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: -7px; position: absolute; width: 16px; }\",\".framer-NE6xL .framer-14gwprp { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 876px; position: absolute; top: -8px; width: 16px; }\",\".framer-NE6xL .framer-1q585vf { aspect-ratio: 0.7657004830917874 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 261px); position: relative; width: 100%; }\",\".framer-NE6xL .framer-10t2q8p { align-content: flex-end; align-items: flex-end; 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: 1280px; }\",\".framer-NE6xL .framer-15g1b2c, .framer-NE6xL .framer-px4vbv { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1000px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-8xawyp { 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: 100px 0px 0px 0px; position: relative; width: 1280px; }\",\".framer-NE6xL .framer-148s6r5 { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 12%; position: absolute; top: 92px; transform: translateX(-50%); width: 16px; z-index: 1; }\",\".framer-NE6xL .framer-1id9uby { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 56px; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; position: absolute; right: 135px; top: 423px; width: var(--framer-aspect-ratio-supported, 16px); z-index: 1; }\",\".framer-NE6xL .framer-ode9qp { aspect-ratio: 3.240506329113924 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 395px); overflow: visible; position: relative; width: 1280px; }\",\".framer-NE6xL .framer-1dj695k { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 397px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-gbxrhr { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-NE6xL .framer-eyivlk { flex: none; height: 362px; overflow: visible; position: relative; width: 800px; }\",\".framer-NE6xL .framer-18ywrx9-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-NE6xL .framer-cn4x2b { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #7528fc; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; box-shadow: 0px 0px 4px 2px rgba(117, 40, 252, 0.8), 0px 0px 20px 12px rgba(117, 40, 252, 0.5); flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 50%; position: absolute; top: -8px; transform: translateX(-50%); width: 16px; }\",\".framer-NE6xL .framer-nny4du { align-content: flex-end; align-items: flex-end; align-self: stretch; 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: auto; }\",\".framer-NE6xL .framer-1q38vfd, .framer-NE6xL .framer-or55ft { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 800px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-17eqgrz, .framer-NE6xL .framer-7yc381 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 778px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-5zyqgv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-1nj1c5o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 416px; }\",\".framer-NE6xL .framer-3qlxq8-container { flex: none; height: 340px; position: relative; width: 416px; }\",\".framer-NE6xL .framer-14lyq8x, .framer-NE6xL .framer-7vxo6q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-69rk5f, .framer-NE6xL .framer-1e9pigm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 416px; }\",\".framer-NE6xL .framer-1a4lk56-container, .framer-NE6xL .framer-8k2y0e-container { flex: none; height: 340px; position: relative; width: 100%; }\",\".framer-NE6xL .framer-hrxnt3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NE6xL .framer-1w570nu { 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; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NE6xL .framer-1sqj7ag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NE6xL .framer-1uxkfu6-container, .framer-NE6xL .framer-nllzmq-container, .framer-NE6xL .framer-1cvk5g-container, .framer-NE6xL .framer-1mof5aq-container { flex: none; height: 56px; position: relative; width: 1700px; }\",\".framer-NE6xL .framer-1u1brmp, .framer-NE6xL .framer-1sdwei4, .framer-NE6xL .framer-e7x5pb, .framer-NE6xL .framer-1ojsol, .framer-NE6xL .framer-1mu302v, .framer-NE6xL .framer-553uir, .framer-NE6xL .framer-1bkyumr, .framer-NE6xL .framer-1n6n39v, .framer-NE6xL .framer-1bjhq03, .framer-NE6xL .framer-ggr1ha, .framer-NE6xL .framer-1e0ub8f, .framer-NE6xL .framer-grh25v, .framer-NE6xL .framer-u8s8qv, .framer-NE6xL .framer-auurk3, .framer-NE6xL .framer-1754dvr, .framer-NE6xL .framer-1pqtrms, .framer-NE6xL .framer-1drmjwv, .framer-NE6xL .framer-18s6d6u, .framer-NE6xL .framer-1aeyq01, .framer-NE6xL .framer-1oizviq, .framer-NE6xL .framer-1k55wus, .framer-NE6xL .framer-dcabe2, .framer-NE6xL .framer-jw87pq, .framer-NE6xL .framer-17qh8xt, .framer-NE6xL .framer-8ue7wk, .framer-NE6xL .framer-1ywckbz, .framer-NE6xL .framer-1s2fk4a, .framer-NE6xL .framer-1orbje8, .framer-NE6xL .framer-1l8tqqw, .framer-NE6xL .framer-1tskp9p, .framer-NE6xL .framer-fvc9vk, .framer-NE6xL .framer-aynj91, .framer-NE6xL .framer-ina6ho, .framer-NE6xL .framer-1vno7m7, .framer-NE6xL .framer-g72rif, .framer-NE6xL .framer-e53jgk, .framer-NE6xL .framer-fx9rjo, .framer-NE6xL .framer-1v54n9z, .framer-NE6xL .framer-1wfzdlu, .framer-NE6xL .framer-z9ijp8, .framer-NE6xL .framer-hjk45o, .framer-NE6xL .framer-qos9qf, .framer-NE6xL .framer-ic92rv, .framer-NE6xL .framer-wiju6c, .framer-NE6xL .framer-d0xcut, .framer-NE6xL .framer-dfytz3, .framer-NE6xL .framer-1j1j6pt, .framer-NE6xL .framer-ancofn, .framer-NE6xL .framer-11gkno8, .framer-NE6xL .framer-1vvjj11, .framer-NE6xL .framer-1eh1enb, .framer-NE6xL .framer-h7pll0, .framer-NE6xL .framer-1ag477q { --border-bottom-width: 1px; --border-color: rgba(152, 244, 254, 0.35); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: inset 0px 6px 24px -9px rgba(152, 244, 254, 0.7); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-NE6xL .framer-1yl5i4r, .framer-NE6xL .framer-15tko4f, .framer-NE6xL .framer-acv0la, .framer-NE6xL .framer-1sy0bwl, .framer-NE6xL .framer-lmquwx, .framer-NE6xL .framer-6wfz5w, .framer-NE6xL .framer-1n0p2mc, .framer-NE6xL .framer-15dlh12, .framer-NE6xL .framer-xq2s19, .framer-NE6xL .framer-4bjrh1, .framer-NE6xL .framer-1h2vmln, .framer-NE6xL .framer-14o8ug6, .framer-NE6xL .framer-qwt8ph, .framer-NE6xL .framer-1o3kyj2, .framer-NE6xL .framer-1skj29i, .framer-NE6xL .framer-1e8020y, .framer-NE6xL .framer-1ifku7j, .framer-NE6xL .framer-1ablwcv, .framer-NE6xL .framer-c56aji, .framer-NE6xL .framer-obsb6v, .framer-NE6xL .framer-7z89kg, .framer-NE6xL .framer-e7xkyp, .framer-NE6xL .framer-1tq2q9b, .framer-NE6xL .framer-y3veyl, .framer-NE6xL .framer-9pyy68, .framer-NE6xL .framer-jc8a42, .framer-NE6xL .framer-1wka5tf, .framer-NE6xL .framer-1rmpbdf, .framer-NE6xL .framer-1o79cy4, .framer-NE6xL .framer-1ppxjnf, .framer-NE6xL .framer-b96j47, .framer-NE6xL .framer-vpo53v, .framer-NE6xL .framer-jqzi6j, .framer-NE6xL .framer-slxc9n, .framer-NE6xL .framer-1gjmm65, .framer-NE6xL .framer-10sjgbc, .framer-NE6xL .framer-1ycr83, .framer-NE6xL .framer-poezjg, .framer-NE6xL .framer-mgdv4k, .framer-NE6xL .framer-1e99e6y, .framer-NE6xL .framer-1qlpdgk, .framer-NE6xL .framer-1nzds46, .framer-NE6xL .framer-aotoc9, .framer-NE6xL .framer-1cgh9u8, .framer-NE6xL .framer-khygld, .framer-NE6xL .framer-16cm156, .framer-NE6xL .framer-1b1sc3k, .framer-NE6xL .framer-1gndduy, .framer-NE6xL .framer-13buv8i { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-NE6xL .framer-1qky7mm { bottom: 1px; flex: none; left: 1px; position: absolute; right: 1px; top: 1px; }\",\".framer-NE6xL .framer-lzju2p, .framer-NE6xL .framer-23k1zz, .framer-NE6xL .framer-gw1boo, .framer-NE6xL .framer-bfqb6q, .framer-NE6xL .framer-6trl3l, .framer-NE6xL .framer-xzx6c0, .framer-NE6xL .framer-wahdv, .framer-NE6xL .framer-16yheyg, .framer-NE6xL .framer-thdxko, .framer-NE6xL .framer-1jl6co9, .framer-NE6xL .framer-1j7qpic, .framer-NE6xL .framer-1lz1jg4, .framer-NE6xL .framer-1e813as, .framer-NE6xL .framer-t9pwrx, .framer-NE6xL .framer-1n78yge, .framer-NE6xL .framer-9w6sdu, .framer-NE6xL .framer-1dmo34h, .framer-NE6xL .framer-nnkda1, .framer-NE6xL .framer-hksjjg, .framer-NE6xL .framer-vrhjh1, .framer-NE6xL .framer-1rfpxhc, .framer-NE6xL .framer-up6lxm, .framer-NE6xL .framer-1y2y4i0, .framer-NE6xL .framer-dn6395, .framer-NE6xL .framer-1wwugqv, .framer-NE6xL .framer-t7dkbr, .framer-NE6xL .framer-18prvhr, .framer-NE6xL .framer-t2ulbn, .framer-NE6xL .framer-1yw392p, .framer-NE6xL .framer-eedz8s, .framer-NE6xL .framer-40flgz, .framer-NE6xL .framer-vfd8gu, .framer-NE6xL .framer-17pmapv, .framer-NE6xL .framer-1cobdaf, .framer-NE6xL .framer-mcyi2p, .framer-NE6xL .framer-1ssdg5m, .framer-NE6xL .framer-u2bb6g, .framer-NE6xL .framer-1uz887l, .framer-NE6xL .framer-1gl36pb, .framer-NE6xL .framer-1w1tmeh, .framer-NE6xL .framer-1r88vl1, .framer-NE6xL .framer-p1wipt, .framer-NE6xL .framer-hwzkv7, .framer-NE6xL .framer-ry1dxv, .framer-NE6xL .framer-1w76h9i, .framer-NE6xL .framer-mm9acz, .framer-NE6xL .framer-1dgglsp, .framer-NE6xL .framer-343mjt, .framer-NE6xL .framer-1cwbduh, .framer-NE6xL .framer-1mlu2tv, .framer-NE6xL .framer-61y7ei, .framer-NE6xL .framer-6nbah3, .framer-NE6xL .framer-9u1xcv, .framer-NE6xL .framer-1o79ypi { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-NE6xL .framer-owldan { flex: none; height: 20px; left: 0px; position: absolute; top: 2px; width: 24px; }\",\".framer-NE6xL .framer-133cfdv { flex: none; height: 18px; left: 3px; position: absolute; top: 3px; width: 18px; }\",\".framer-NE6xL .framer-16actjm { flex: none; height: 24px; left: 3px; position: absolute; top: 0px; width: 18px; }\",\".framer-NE6xL .framer-h0v7ob, .framer-NE6xL .framer-fjc1rf, .framer-NE6xL .framer-cxrrvp, .framer-NE6xL .framer-1bnu9ol { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 1px); flex: none; height: 22px; left: 1px; position: absolute; right: 1px; top: 1px; }\",\".framer-NE6xL .framer-l93lzy, .framer-NE6xL .framer-4fppbo, .framer-NE6xL .framer-1schrk8 { bottom: 3px; flex: none; left: 2px; position: absolute; right: 3px; top: 2px; }\",\".framer-NE6xL .framer-9h0rjr { bottom: 3px; flex: none; left: 4px; position: absolute; right: 5px; top: 15px; }\",\".framer-NE6xL .framer-anah5c { bottom: 8px; flex: none; left: 12px; position: absolute; right: 2px; top: 3px; }\",\".framer-NE6xL .framer-do5sb4 { bottom: 4px; flex: none; left: 15px; position: absolute; right: 2px; top: 15px; }\",\".framer-NE6xL .framer-1mc81xg { bottom: 8px; flex: none; left: 2px; position: absolute; right: 12px; top: 3px; }\",\".framer-NE6xL .framer-1w77crt { bottom: 4px; flex: none; left: 2px; position: absolute; right: 16px; top: 15px; }\",\".framer-NE6xL .framer-p724kx { bottom: 15px; flex: none; left: 8px; position: absolute; right: 10px; top: 3px; }\",\".framer-NE6xL .framer-1qxbiqm { bottom: 4px; flex: none; left: 3px; position: absolute; right: 4px; top: 1px; }\",\".framer-NE6xL .framer-1c5necz { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 0px; }\",\".framer-NE6xL .framer-lgzrpv { bottom: 15px; flex: none; left: 7px; position: absolute; right: 8px; top: 6px; }\",\".framer-NE6xL .framer-g995cc { bottom: 9px; flex: none; left: 8px; position: absolute; right: 10px; top: 11px; }\",\".framer-NE6xL .framer-swj440 { bottom: 10px; flex: none; left: 8px; position: absolute; right: 10px; top: 11px; }\",\".framer-NE6xL .framer-f1t1ma { bottom: 1px; flex: none; left: 0px; position: absolute; right: 6px; top: 8px; }\",\".framer-NE6xL .framer-leysxa { bottom: 2px; flex: none; left: 1px; position: absolute; right: 15px; top: 14px; }\",\".framer-NE6xL .framer-1vduutn { bottom: 1px; flex: none; left: 12px; position: absolute; right: 2px; top: 13px; }\",\".framer-NE6xL .framer-18gth7o { bottom: 2px; flex: none; left: 13px; position: absolute; right: 3px; top: 14px; }\",\".framer-NE6xL .framer-170dgs { bottom: 8px; flex: none; left: 12px; position: absolute; right: 3px; top: 12px; }\",\".framer-NE6xL .framer-u9p73u { bottom: 3px; flex: none; left: 12px; position: absolute; right: 8px; top: 17px; }\",\".framer-NE6xL .framer-ducmnu { bottom: 3px; flex: none; left: 7px; position: absolute; right: 13px; top: 12px; }\",\".framer-NE6xL .framer-j1bh26 { bottom: 8px; flex: none; left: 2px; position: absolute; right: 18px; top: 12px; }\",\".framer-NE6xL .framer-joptb9 { bottom: 13px; flex: none; left: 2px; position: absolute; right: 13px; top: 7px; }\",\".framer-NE6xL .framer-151221g { bottom: 18px; flex: none; left: 7px; position: absolute; right: 13px; top: 2px; }\",\".framer-NE6xL .framer-50jjoq { bottom: 13px; flex: none; left: 12px; position: absolute; right: 8px; top: 2px; }\",\".framer-NE6xL .framer-1wyf7xz { bottom: 13px; flex: none; left: 17px; position: absolute; right: 3px; top: 7px; }\",\".framer-NE6xL .framer-1i4gawy { bottom: 4px; flex: none; left: 3px; position: absolute; right: 4px; top: 3px; }\",\".framer-NE6xL .framer-j4uasu, .framer-NE6xL .framer-1mi43qt, .framer-NE6xL .framer-1yrumvg, .framer-NE6xL .framer-3s45fg { flex: none; height: 22px; left: 1px; position: absolute; top: 1px; width: 22px; }\",\".framer-NE6xL .framer-1y5g7xo { bottom: 12px; flex: none; left: 2px; position: absolute; right: 1px; top: 1px; }\",\".framer-NE6xL .framer-vcl1is { bottom: 1px; flex: none; left: 1px; position: absolute; right: 2px; top: 12px; }\",\".framer-NE6xL .framer-1cix4gt { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; }\",\".framer-NE6xL .framer-wgfzue { flex: none; height: 15px; left: 0px; position: absolute; top: 5px; width: 24px; }\",\".framer-NE6xL .framer-2fp16k { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: visible; position: relative; width: 24px; }\",\".framer-NE6xL .framer-xosriq { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: var(--framer-aspect-ratio-supported, 1px); flex: none; height: 21px; left: 1px; position: absolute; right: 1px; top: 1px; }\",\".framer-NE6xL .framer-1vj0gc4 { flex: none; height: 10px; left: 0px; position: absolute; top: 7px; width: 24px; }\",\".framer-NE6xL .framer-nj0q24 { aspect-ratio: 0.888889183232816 / 1; bottom: var(--framer-aspect-ratio-supported, 2px); flex: none; height: 20px; left: 3px; position: absolute; right: 3px; top: 2px; }\",\".framer-NE6xL .framer-1uszqpx { bottom: 3px; flex: none; left: 1px; position: absolute; right: 2px; top: 2px; }\",\".framer-NE6xL .framer-1r30ld3 { flex: none; height: 24px; overflow: hidden; position: relative; width: 32px; }\",\".framer-NE6xL .framer-rqi5t9 { flex: none; height: 32px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(54.166666666666686% - 32px / 2); width: 32px; }\",\".framer-NE6xL .framer-114gzha { aspect-ratio: 0.7070312557019748 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 24px; left: 4px; position: absolute; right: 4px; top: 0px; }\",\".framer-NE6xL .framer-phx1rp, .framer-NE6xL .framer-1bxw4gy { bottom: 5px; flex: none; left: 12px; position: absolute; right: 3px; top: 5px; }\",\".framer-NE6xL .framer-18eo3wk, .framer-NE6xL .framer-1btc0qt, .framer-NE6xL .framer-3v9e22, .framer-NE6xL .framer-5lhbxw { bottom: 12px; flex: none; left: 9px; position: absolute; right: 13px; top: 10px; }\",\".framer-NE6xL .framer-1ntk7s7, .framer-NE6xL .framer-184ubcn { bottom: 13px; flex: none; left: 4px; position: absolute; right: 7px; top: 3px; }\",\".framer-NE6xL .framer-1neie9g, .framer-NE6xL .framer-nol7gs, .framer-NE6xL .framer-fdv8tp, .framer-NE6xL .framer-szadw { bottom: 5px; flex: none; left: 4px; position: absolute; right: 12px; top: 15px; }\",\".framer-NE6xL .framer-15bu70y, .framer-NE6xL .framer-yz0dm8 { bottom: 6px; flex: none; left: 2px; position: absolute; right: 13px; top: 8px; }\",\".framer-NE6xL .framer-9l3uuo { bottom: 5px; flex: none; left: 8px; position: absolute; right: 6px; top: 6px; }\",\".framer-NE6xL .framer-1goja5v { bottom: 6px; flex: none; left: 9px; position: absolute; right: 3px; top: 2px; }\",\".framer-NE6xL .framer-6f4nc2 { bottom: 9px; flex: none; left: 2px; position: absolute; right: 7px; top: 4px; }\",\".framer-NE6xL .framer-1vdjlf6 { flex: none; height: 14px; left: 2px; position: absolute; top: 6px; width: 14px; }\",\".framer-NE6xL .framer-16j9n4p, .framer-NE6xL .framer-1n327ja { flex: none; height: 18px; left: 6px; position: absolute; top: 4px; width: 16px; }\",\".framer-NE6xL .framer-1nttnw3 { bottom: 8px; flex: none; left: 2px; position: absolute; right: 15px; top: 13px; }\",\".framer-NE6xL .framer-bro6fk { bottom: 10px; flex: none; left: 5px; position: absolute; right: 13px; top: 10px; }\",\".framer-NE6xL .framer-1fy3sq2 { bottom: 3px; flex: none; left: 2px; position: absolute; right: 10px; top: 3px; }\",\".framer-NE6xL .framer-1rjds7x { bottom: 3px; flex: none; left: 7px; position: absolute; right: 5px; top: 14px; }\",\".framer-NE6xL .framer-1vb1xxe { bottom: 3px; flex: none; left: 2px; position: absolute; right: 5px; top: 3px; }\",\".framer-NE6xL .framer-hongl4 { bottom: 3px; flex: none; left: 8px; position: absolute; right: 3px; top: 3px; }\",\".framer-NE6xL .framer-2l6o87 { bottom: 2px; flex: none; left: 2px; position: absolute; right: 4px; top: 0px; }\",\".framer-NE6xL .framer-1f1ayph { aspect-ratio: 0.8880596668961446 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 23px; left: 2px; position: absolute; right: 2px; top: 0px; }\",\".framer-NE6xL .framer-12yjbx9 { flex: none; height: 20px; left: 1px; position: absolute; top: 2px; width: 22px; }\",\".framer-NE6xL .framer-12bmx7y { flex: none; height: 14px; left: 0px; position: absolute; top: 5px; width: 24px; }\",\".framer-NE6xL .framer-697sm5 { flex: none; height: 20px; left: -10px; position: absolute; top: 0px; width: 35px; }\",\".framer-NE6xL .framer-zrzti { flex: none; height: 12px; left: 0px; position: absolute; top: 6px; width: 24px; }\",\".framer-NE6xL .framer-ev3506 { bottom: 4px; flex: none; left: 0px; position: absolute; right: 1px; top: 4px; }\",\".framer-NE6xL .framer-25xp1g { bottom: 4px; flex: none; left: 2px; position: absolute; right: 1px; top: 4px; }\",\".framer-NE6xL .framer-15m41p0 { bottom: 7px; flex: none; left: 0px; position: absolute; right: 18px; top: 4px; }\",\".framer-NE6xL .framer-xson06 { bottom: 12px; flex: none; left: 10px; position: absolute; right: 11px; top: 7px; }\",\".framer-NE6xL .framer-1x1lna3 { bottom: 13px; flex: none; left: 10px; position: absolute; right: 11px; top: 7px; }\",\".framer-NE6xL .framer-1juyi78, .framer-NE6xL .framer-15uz2by { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-NE6xL .framer-1t986cl { aspect-ratio: 1.5476190864654582 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); left: 0px; overflow: visible; position: absolute; top: 4px; width: 24px; }\",\".framer-NE6xL .framer-1vduwji { aspect-ratio: 1.5476190864654582 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 15px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-NE6xL .framer-ivvphw { flex: none; height: 24px; left: 1px; position: absolute; top: 0px; width: 22px; }\",\".framer-NE6xL .framer-1i12204 { bottom: 3px; flex: none; left: 4px; position: absolute; right: 5px; top: 2px; }\",\".framer-NE6xL .framer-l8f469 { bottom: 4px; flex: none; left: 0px; position: absolute; right: 0px; top: 4px; }\",\".framer-NE6xL .framer-1srr35f { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 1px; }\",\".framer-NE6xL .framer-1ejg511 { bottom: 0px; flex: none; left: 2px; position: absolute; right: 3px; top: 0px; }\",\".framer-NE6xL .framer-hqebqk { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 2px); flex: none; height: 20px; left: 2px; position: absolute; right: 2px; top: 2px; }\",\".framer-NE6xL .framer-1y6xbgg { bottom: 0px; flex: none; left: 6px; position: absolute; right: 7px; top: 0px; }\",\".framer-NE6xL .framer-1weyvao { bottom: 1px; flex: none; left: 1px; position: absolute; right: 2px; top: 1px; }\",\".framer-NE6xL .framer-vd6a8k { bottom: 2px; flex: none; left: 2px; position: absolute; right: 3px; top: 0px; }\",\".framer-NE6xL .framer-23z16g { flex: none; height: 17px; left: 0px; position: absolute; top: 4px; width: 24px; }\",\".framer-NE6xL .framer-5zc48z { bottom: 3px; flex: none; left: 1px; position: absolute; right: 3px; top: 1px; }\",\".framer-NE6xL .framer-fj8w6u { bottom: 4px; flex: none; left: 17px; position: absolute; right: 2px; top: 8px; }\",\".framer-NE6xL .framer-47m76c { bottom: 4px; flex: none; left: 1px; position: absolute; right: 18px; top: 8px; }\",\".framer-NE6xL .framer-13j0d3n { bottom: 8px; flex: none; left: 6px; position: absolute; right: 6px; top: 5px; }\",\".framer-NE6xL .framer-zmnyan { bottom: 12px; flex: none; left: 1px; position: absolute; right: 18px; top: 4px; }\",\".framer-NE6xL .framer-yhtu5h { bottom: 12px; flex: none; left: 17px; position: absolute; right: 2px; top: 4px; }\",\".framer-NE6xL .framer-udkmt2 { bottom: 2px; flex: none; left: 2px; position: absolute; right: 2px; top: 2px; }\",\".framer-NE6xL .framer-5mmpgj { bottom: 7px; flex: none; left: 4px; position: absolute; right: 7px; top: 7px; }\",\".framer-NE6xL .framer-kc1zuv { bottom: 9px; flex: none; left: 16px; position: absolute; right: 5px; top: 10px; }\",\".framer-NE6xL .framer-pv4suo { bottom: 8px; flex: none; left: 16px; position: absolute; right: 7px; top: 15px; }\",\".framer-NE6xL .framer-1jv2l19 { flex: none; height: 134px; overflow: hidden; position: relative; width: 1310px; }\",\".framer-NE6xL .framer-63fyo8 { 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-NE6xL .framer-1nk22oo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 159px; transform: translateX(-50%); width: 1700px; z-index: 1; }\",\".framer-NE6xL .framer-6opm5g { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 548px; word-break: break-word; word-wrap: break-word; }\",\".framer-NE6xL .framer-1fhcsds { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NE6xL .framer-1il05d8 { aspect-ratio: 2.4549356223175964 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 693px); overflow: visible; position: relative; width: 100%; }\",\".framer-NE6xL .framer-1mk1f4w { align-content: flex-start; align-items: flex-start; bottom: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px 32px 0px 32px; position: absolute; width: 100%; z-index: 1; }\",\".framer-NE6xL .framer-1kxucxd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-NE6xL .framer-bacfwp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NE6xL .framer-1rzd7ia, .framer-NE6xL .framer-1vr0x3p, .framer-NE6xL .framer-17iur1r, .framer-NE6xL .framer-68a0io, .framer-NE6xL .framer-119scqq, .framer-NE6xL .framer-tpktcf { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-NE6xL .framer-1jdewqk { align-content: center; align-items: center; bottom: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: absolute; right: 0px; width: min-content; z-index: 1; }\",\".framer-NE6xL .framer-1l4hmz9, .framer-NE6xL .framer-9ueq30, .framer-NE6xL .framer-12ziew6, .framer-NE6xL .framer-62mdir { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-NE6xL .framer-xphbu3, .framer-NE6xL .framer-1lt5tla { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-NE6xL .framer-z1rt6f { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-NE6xL .framer-134wqxj { aspect-ratio: 1.2857142857142858 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); position: relative; width: 18px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NE6xL.framer-ok2y70, .framer-NE6xL .framer-65rn7m, .framer-NE6xL .framer-3d8xdr, .framer-NE6xL .framer-1qy4yad, .framer-NE6xL .framer-1wrwj9n, .framer-NE6xL .framer-oeur0f, .framer-NE6xL .framer-13yxseg, .framer-NE6xL .framer-13aypxt, .framer-NE6xL .framer-zlqbtw, .framer-NE6xL .framer-v7horb, .framer-NE6xL .framer-129bnzw, .framer-NE6xL .framer-owo4hm, .framer-NE6xL .framer-lj2ppe, .framer-NE6xL .framer-7cs27m, .framer-NE6xL .framer-1ql6gh6, .framer-NE6xL .framer-10t2q8p, .framer-NE6xL .framer-8xawyp, .framer-NE6xL .framer-1x5zpmk, .framer-NE6xL .framer-gbxrhr, .framer-NE6xL .framer-nny4du, .framer-NE6xL .framer-1qdgwu7, .framer-NE6xL .framer-a58etu, .framer-NE6xL .framer-5zyqgv, .framer-NE6xL .framer-1nj1c5o, .framer-NE6xL .framer-69rk5f, .framer-NE6xL .framer-1e9pigm, .framer-NE6xL .framer-hrxnt3, .framer-NE6xL .framer-1w570nu, .framer-NE6xL .framer-1sqj7ag, .framer-NE6xL .framer-1u1brmp, .framer-NE6xL .framer-1sdwei4, .framer-NE6xL .framer-e7x5pb, .framer-NE6xL .framer-1ojsol, .framer-NE6xL .framer-1mu302v, .framer-NE6xL .framer-553uir, .framer-NE6xL .framer-1bkyumr, .framer-NE6xL .framer-1n6n39v, .framer-NE6xL .framer-1bjhq03, .framer-NE6xL .framer-ggr1ha, .framer-NE6xL .framer-1e0ub8f, .framer-NE6xL .framer-grh25v, .framer-NE6xL .framer-u8s8qv, .framer-NE6xL .framer-auurk3, .framer-NE6xL .framer-1754dvr, .framer-NE6xL .framer-1pqtrms, .framer-NE6xL .framer-1drmjwv, .framer-NE6xL .framer-18s6d6u, .framer-NE6xL .framer-1aeyq01, .framer-NE6xL .framer-1oizviq, .framer-NE6xL .framer-1k55wus, .framer-NE6xL .framer-dcabe2, .framer-NE6xL .framer-jw87pq, .framer-NE6xL .framer-17qh8xt, .framer-NE6xL .framer-8ue7wk, .framer-NE6xL .framer-1ywckbz, .framer-NE6xL .framer-1s2fk4a, .framer-NE6xL .framer-1orbje8, .framer-NE6xL .framer-1l8tqqw, .framer-NE6xL .framer-1tskp9p, .framer-NE6xL .framer-fvc9vk, .framer-NE6xL .framer-aynj91, .framer-NE6xL .framer-ina6ho, .framer-NE6xL .framer-1vno7m7, .framer-NE6xL .framer-g72rif, .framer-NE6xL .framer-e53jgk, .framer-NE6xL .framer-fx9rjo, .framer-NE6xL .framer-1v54n9z, .framer-NE6xL .framer-1wfzdlu, .framer-NE6xL .framer-z9ijp8, .framer-NE6xL .framer-hjk45o, .framer-NE6xL .framer-qos9qf, .framer-NE6xL .framer-ic92rv, .framer-NE6xL .framer-wiju6c, .framer-NE6xL .framer-d0xcut, .framer-NE6xL .framer-dfytz3, .framer-NE6xL .framer-1j1j6pt, .framer-NE6xL .framer-ancofn, .framer-NE6xL .framer-11gkno8, .framer-NE6xL .framer-1vvjj11, .framer-NE6xL .framer-1eh1enb, .framer-NE6xL .framer-h7pll0, .framer-NE6xL .framer-1ag477q, .framer-NE6xL .framer-63fyo8, .framer-NE6xL .framer-1nk22oo, .framer-NE6xL .framer-1fhcsds, .framer-NE6xL .framer-1mk1f4w, .framer-NE6xL .framer-1kxucxd, .framer-NE6xL .framer-bacfwp, .framer-NE6xL .framer-1jdewqk, .framer-NE6xL .framer-1l4hmz9, .framer-NE6xL .framer-9ueq30, .framer-NE6xL .framer-12ziew6, .framer-NE6xL .framer-62mdir { gap: 0px; } .framer-NE6xL.framer-ok2y70 > * { margin: 0px; margin-bottom: calc(128px / 2); margin-top: calc(128px / 2); } .framer-NE6xL.framer-ok2y70 > :first-child, .framer-NE6xL .framer-1wrwj9n > :first-child, .framer-NE6xL .framer-zlqbtw > :first-child, .framer-NE6xL .framer-129bnzw > :first-child, .framer-NE6xL .framer-owo4hm > :first-child, .framer-NE6xL .framer-lj2ppe > :first-child, .framer-NE6xL .framer-7cs27m > :first-child, .framer-NE6xL .framer-10t2q8p > :first-child, .framer-NE6xL .framer-8xawyp > :first-child, .framer-NE6xL .framer-1x5zpmk > :first-child, .framer-NE6xL .framer-nny4du > :first-child, .framer-NE6xL .framer-1qdgwu7 > :first-child, .framer-NE6xL .framer-a58etu > :first-child, .framer-NE6xL .framer-1nj1c5o > :first-child, .framer-NE6xL .framer-69rk5f > :first-child, .framer-NE6xL .framer-1e9pigm > :first-child, .framer-NE6xL .framer-hrxnt3 > :first-child, .framer-NE6xL .framer-1w570nu > :first-child, .framer-NE6xL .framer-1sqj7ag > :first-child, .framer-NE6xL .framer-63fyo8 > :first-child, .framer-NE6xL .framer-1nk22oo > :first-child, .framer-NE6xL .framer-1mk1f4w > :first-child { margin-top: 0px; } .framer-NE6xL.framer-ok2y70 > :last-child, .framer-NE6xL .framer-1wrwj9n > :last-child, .framer-NE6xL .framer-zlqbtw > :last-child, .framer-NE6xL .framer-129bnzw > :last-child, .framer-NE6xL .framer-owo4hm > :last-child, .framer-NE6xL .framer-lj2ppe > :last-child, .framer-NE6xL .framer-7cs27m > :last-child, .framer-NE6xL .framer-10t2q8p > :last-child, .framer-NE6xL .framer-8xawyp > :last-child, .framer-NE6xL .framer-1x5zpmk > :last-child, .framer-NE6xL .framer-nny4du > :last-child, .framer-NE6xL .framer-1qdgwu7 > :last-child, .framer-NE6xL .framer-a58etu > :last-child, .framer-NE6xL .framer-1nj1c5o > :last-child, .framer-NE6xL .framer-69rk5f > :last-child, .framer-NE6xL .framer-1e9pigm > :last-child, .framer-NE6xL .framer-hrxnt3 > :last-child, .framer-NE6xL .framer-1w570nu > :last-child, .framer-NE6xL .framer-1sqj7ag > :last-child, .framer-NE6xL .framer-63fyo8 > :last-child, .framer-NE6xL .framer-1nk22oo > :last-child, .framer-NE6xL .framer-1mk1f4w > :last-child { margin-bottom: 0px; } .framer-NE6xL .framer-65rn7m > *, .framer-NE6xL .framer-1u1brmp > *, .framer-NE6xL .framer-1sdwei4 > *, .framer-NE6xL .framer-e7x5pb > *, .framer-NE6xL .framer-1ojsol > *, .framer-NE6xL .framer-1mu302v > *, .framer-NE6xL .framer-553uir > *, .framer-NE6xL .framer-1bkyumr > *, .framer-NE6xL .framer-1n6n39v > *, .framer-NE6xL .framer-1bjhq03 > *, .framer-NE6xL .framer-ggr1ha > *, .framer-NE6xL .framer-1e0ub8f > *, .framer-NE6xL .framer-grh25v > *, .framer-NE6xL .framer-u8s8qv > *, .framer-NE6xL .framer-auurk3 > *, .framer-NE6xL .framer-1754dvr > *, .framer-NE6xL .framer-1pqtrms > *, .framer-NE6xL .framer-1drmjwv > *, .framer-NE6xL .framer-18s6d6u > *, .framer-NE6xL .framer-1aeyq01 > *, .framer-NE6xL .framer-1oizviq > *, .framer-NE6xL .framer-1k55wus > *, .framer-NE6xL .framer-dcabe2 > *, .framer-NE6xL .framer-jw87pq > *, .framer-NE6xL .framer-17qh8xt > *, .framer-NE6xL .framer-8ue7wk > *, .framer-NE6xL .framer-1ywckbz > *, .framer-NE6xL .framer-1s2fk4a > *, .framer-NE6xL .framer-1orbje8 > *, .framer-NE6xL .framer-1l8tqqw > *, .framer-NE6xL .framer-1tskp9p > *, .framer-NE6xL .framer-fvc9vk > *, .framer-NE6xL .framer-aynj91 > *, .framer-NE6xL .framer-ina6ho > *, .framer-NE6xL .framer-1vno7m7 > *, .framer-NE6xL .framer-g72rif > *, .framer-NE6xL .framer-e53jgk > *, .framer-NE6xL .framer-fx9rjo > *, .framer-NE6xL .framer-1v54n9z > *, .framer-NE6xL .framer-1wfzdlu > *, .framer-NE6xL .framer-z9ijp8 > *, .framer-NE6xL .framer-hjk45o > *, .framer-NE6xL .framer-qos9qf > *, .framer-NE6xL .framer-ic92rv > *, .framer-NE6xL .framer-wiju6c > *, .framer-NE6xL .framer-d0xcut > *, .framer-NE6xL .framer-dfytz3 > *, .framer-NE6xL .framer-1j1j6pt > *, .framer-NE6xL .framer-ancofn > *, .framer-NE6xL .framer-11gkno8 > *, .framer-NE6xL .framer-1vvjj11 > *, .framer-NE6xL .framer-1eh1enb > *, .framer-NE6xL .framer-h7pll0 > *, .framer-NE6xL .framer-1ag477q > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-NE6xL .framer-65rn7m > :first-child, .framer-NE6xL .framer-3d8xdr > :first-child, .framer-NE6xL .framer-1qy4yad > :first-child, .framer-NE6xL .framer-oeur0f > :first-child, .framer-NE6xL .framer-13yxseg > :first-child, .framer-NE6xL .framer-13aypxt > :first-child, .framer-NE6xL .framer-v7horb > :first-child, .framer-NE6xL .framer-1ql6gh6 > :first-child, .framer-NE6xL .framer-gbxrhr > :first-child, .framer-NE6xL .framer-5zyqgv > :first-child, .framer-NE6xL .framer-1u1brmp > :first-child, .framer-NE6xL .framer-1sdwei4 > :first-child, .framer-NE6xL .framer-e7x5pb > :first-child, .framer-NE6xL .framer-1ojsol > :first-child, .framer-NE6xL .framer-1mu302v > :first-child, .framer-NE6xL .framer-553uir > :first-child, .framer-NE6xL .framer-1bkyumr > :first-child, .framer-NE6xL .framer-1n6n39v > :first-child, .framer-NE6xL .framer-1bjhq03 > :first-child, .framer-NE6xL .framer-ggr1ha > :first-child, .framer-NE6xL .framer-1e0ub8f > :first-child, .framer-NE6xL .framer-grh25v > :first-child, .framer-NE6xL .framer-u8s8qv > :first-child, .framer-NE6xL .framer-auurk3 > :first-child, .framer-NE6xL .framer-1754dvr > :first-child, .framer-NE6xL .framer-1pqtrms > :first-child, .framer-NE6xL .framer-1drmjwv > :first-child, .framer-NE6xL .framer-18s6d6u > :first-child, .framer-NE6xL .framer-1aeyq01 > :first-child, .framer-NE6xL .framer-1oizviq > :first-child, .framer-NE6xL .framer-1k55wus > :first-child, .framer-NE6xL .framer-dcabe2 > :first-child, .framer-NE6xL .framer-jw87pq > :first-child, .framer-NE6xL .framer-17qh8xt > :first-child, .framer-NE6xL .framer-8ue7wk > :first-child, .framer-NE6xL .framer-1ywckbz > :first-child, .framer-NE6xL .framer-1s2fk4a > :first-child, .framer-NE6xL .framer-1orbje8 > :first-child, .framer-NE6xL .framer-1l8tqqw > :first-child, .framer-NE6xL .framer-1tskp9p > :first-child, .framer-NE6xL .framer-fvc9vk > :first-child, .framer-NE6xL .framer-aynj91 > :first-child, .framer-NE6xL .framer-ina6ho > :first-child, .framer-NE6xL .framer-1vno7m7 > :first-child, .framer-NE6xL .framer-g72rif > :first-child, .framer-NE6xL .framer-e53jgk > :first-child, .framer-NE6xL .framer-fx9rjo > :first-child, .framer-NE6xL .framer-1v54n9z > :first-child, .framer-NE6xL .framer-1wfzdlu > :first-child, .framer-NE6xL .framer-z9ijp8 > :first-child, .framer-NE6xL .framer-hjk45o > :first-child, .framer-NE6xL .framer-qos9qf > :first-child, .framer-NE6xL .framer-ic92rv > :first-child, .framer-NE6xL .framer-wiju6c > :first-child, .framer-NE6xL .framer-d0xcut > :first-child, .framer-NE6xL .framer-dfytz3 > :first-child, .framer-NE6xL .framer-1j1j6pt > :first-child, .framer-NE6xL .framer-ancofn > :first-child, .framer-NE6xL .framer-11gkno8 > :first-child, .framer-NE6xL .framer-1vvjj11 > :first-child, .framer-NE6xL .framer-1eh1enb > :first-child, .framer-NE6xL .framer-h7pll0 > :first-child, .framer-NE6xL .framer-1ag477q > :first-child, .framer-NE6xL .framer-1fhcsds > :first-child, .framer-NE6xL .framer-1kxucxd > :first-child, .framer-NE6xL .framer-bacfwp > :first-child, .framer-NE6xL .framer-1jdewqk > :first-child, .framer-NE6xL .framer-1l4hmz9 > :first-child, .framer-NE6xL .framer-9ueq30 > :first-child, .framer-NE6xL .framer-12ziew6 > :first-child, .framer-NE6xL .framer-62mdir > :first-child { margin-left: 0px; } .framer-NE6xL .framer-65rn7m > :last-child, .framer-NE6xL .framer-3d8xdr > :last-child, .framer-NE6xL .framer-1qy4yad > :last-child, .framer-NE6xL .framer-oeur0f > :last-child, .framer-NE6xL .framer-13yxseg > :last-child, .framer-NE6xL .framer-13aypxt > :last-child, .framer-NE6xL .framer-v7horb > :last-child, .framer-NE6xL .framer-1ql6gh6 > :last-child, .framer-NE6xL .framer-gbxrhr > :last-child, .framer-NE6xL .framer-5zyqgv > :last-child, .framer-NE6xL .framer-1u1brmp > :last-child, .framer-NE6xL .framer-1sdwei4 > :last-child, .framer-NE6xL .framer-e7x5pb > :last-child, .framer-NE6xL .framer-1ojsol > :last-child, .framer-NE6xL .framer-1mu302v > :last-child, .framer-NE6xL .framer-553uir > :last-child, .framer-NE6xL .framer-1bkyumr > :last-child, .framer-NE6xL .framer-1n6n39v > :last-child, .framer-NE6xL .framer-1bjhq03 > :last-child, .framer-NE6xL .framer-ggr1ha > :last-child, .framer-NE6xL .framer-1e0ub8f > :last-child, .framer-NE6xL .framer-grh25v > :last-child, .framer-NE6xL .framer-u8s8qv > :last-child, .framer-NE6xL .framer-auurk3 > :last-child, .framer-NE6xL .framer-1754dvr > :last-child, .framer-NE6xL .framer-1pqtrms > :last-child, .framer-NE6xL .framer-1drmjwv > :last-child, .framer-NE6xL .framer-18s6d6u > :last-child, .framer-NE6xL .framer-1aeyq01 > :last-child, .framer-NE6xL .framer-1oizviq > :last-child, .framer-NE6xL .framer-1k55wus > :last-child, .framer-NE6xL .framer-dcabe2 > :last-child, .framer-NE6xL .framer-jw87pq > :last-child, .framer-NE6xL .framer-17qh8xt > :last-child, .framer-NE6xL .framer-8ue7wk > :last-child, .framer-NE6xL .framer-1ywckbz > :last-child, .framer-NE6xL .framer-1s2fk4a > :last-child, .framer-NE6xL .framer-1orbje8 > :last-child, .framer-NE6xL .framer-1l8tqqw > :last-child, .framer-NE6xL .framer-1tskp9p > :last-child, .framer-NE6xL .framer-fvc9vk > :last-child, .framer-NE6xL .framer-aynj91 > :last-child, .framer-NE6xL .framer-ina6ho > :last-child, .framer-NE6xL .framer-1vno7m7 > :last-child, .framer-NE6xL .framer-g72rif > :last-child, .framer-NE6xL .framer-e53jgk > :last-child, .framer-NE6xL .framer-fx9rjo > :last-child, .framer-NE6xL .framer-1v54n9z > :last-child, .framer-NE6xL .framer-1wfzdlu > :last-child, .framer-NE6xL .framer-z9ijp8 > :last-child, .framer-NE6xL .framer-hjk45o > :last-child, .framer-NE6xL .framer-qos9qf > :last-child, .framer-NE6xL .framer-ic92rv > :last-child, .framer-NE6xL .framer-wiju6c > :last-child, .framer-NE6xL .framer-d0xcut > :last-child, .framer-NE6xL .framer-dfytz3 > :last-child, .framer-NE6xL .framer-1j1j6pt > :last-child, .framer-NE6xL .framer-ancofn > :last-child, .framer-NE6xL .framer-11gkno8 > :last-child, .framer-NE6xL .framer-1vvjj11 > :last-child, .framer-NE6xL .framer-1eh1enb > :last-child, .framer-NE6xL .framer-h7pll0 > :last-child, .framer-NE6xL .framer-1ag477q > :last-child, .framer-NE6xL .framer-1fhcsds > :last-child, .framer-NE6xL .framer-1kxucxd > :last-child, .framer-NE6xL .framer-bacfwp > :last-child, .framer-NE6xL .framer-1jdewqk > :last-child, .framer-NE6xL .framer-1l4hmz9 > :last-child, .framer-NE6xL .framer-9ueq30 > :last-child, .framer-NE6xL .framer-12ziew6 > :last-child, .framer-NE6xL .framer-62mdir > :last-child { margin-right: 0px; } .framer-NE6xL .framer-3d8xdr > *, .framer-NE6xL .framer-oeur0f > *, .framer-NE6xL .framer-13yxseg > *, .framer-NE6xL .framer-13aypxt > *, .framer-NE6xL .framer-1ql6gh6 > *, .framer-NE6xL .framer-gbxrhr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NE6xL .framer-1qy4yad > * { margin: 0px; margin-left: calc(52px / 2); margin-right: calc(52px / 2); } .framer-NE6xL .framer-1wrwj9n > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-NE6xL .framer-zlqbtw > *, .framer-NE6xL .framer-1qdgwu7 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-NE6xL .framer-v7horb > *, .framer-NE6xL .framer-5zyqgv > *, .framer-NE6xL .framer-1fhcsds > *, .framer-NE6xL .framer-1jdewqk > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-NE6xL .framer-129bnzw > *, .framer-NE6xL .framer-lj2ppe > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-NE6xL .framer-owo4hm > *, .framer-NE6xL .framer-7cs27m > *, .framer-NE6xL .framer-10t2q8p > *, .framer-NE6xL .framer-8xawyp > *, .framer-NE6xL .framer-1x5zpmk > *, .framer-NE6xL .framer-nny4du > *, .framer-NE6xL .framer-a58etu > *, .framer-NE6xL .framer-1w570nu > *, .framer-NE6xL .framer-63fyo8 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NE6xL .framer-1nj1c5o > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NE6xL .framer-69rk5f > *, .framer-NE6xL .framer-1e9pigm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-NE6xL .framer-hrxnt3 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-NE6xL .framer-1sqj7ag > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NE6xL .framer-1nk22oo > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-NE6xL .framer-1mk1f4w > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-NE6xL .framer-1kxucxd > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-NE6xL .framer-bacfwp > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-NE6xL .framer-1l4hmz9 > *, .framer-NE6xL .framer-9ueq30 > *, .framer-NE6xL .framer-12ziew6 > *, .framer-NE6xL .framer-62mdir > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-NE6xL[data-border=\"true\"]::after, .framer-NE6xL [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; }','.framer-NE6xL[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-NE6xL [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-NE6xL[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-NE6xL [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-NE6xL[data-hide-scrollbars=\"true\"], .framer-NE6xL [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-NE6xL.framer-ok2y70 { height: 9202px; width: 810px; } .framer-NE6xL .framer-qjisnc { aspect-ratio: unset; height: 858px; } .framer-NE6xL .framer-1h9s779 { flex: 1 0 0px; height: 689px; max-width: 1701px; width: 1px; } .framer-NE6xL .framer-17e965s { left: 36px; } .framer-NE6xL .framer-1wrwj9n { gap: 78px; height: min-content; left: 10px; width: 100%; } .framer-NE6xL .framer-oeur0f { padding: 24px 32px 24px 32px; } .framer-NE6xL .framer-1aw55et { height: auto; } .framer-NE6xL .framer-13yxseg { height: min-content; padding: 0px 0px 0px 26px; width: 450px; } .framer-NE6xL .framer-u5mf3q, .framer-NE6xL .framer-eyivlk { flex: 1 0 0px; width: 1px; } .framer-NE6xL .framer-m3camp-container { bottom: 97px; left: unset; right: 44px; width: 286px; } .framer-NE6xL .framer-13aypxt { padding: 0px 0px 0px 26px; } .framer-NE6xL .framer-3t0dy3, .framer-NE6xL .framer-x833m7, .framer-NE6xL .framer-1jv2l19 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 40px 0px 40px; width: 100%; } .framer-NE6xL .framer-1nck6y-container, .framer-NE6xL .framer-1bsl06u-container { flex: 1 0 0px; left: unset; position: relative; right: unset; top: unset; transform: unset; width: 1px; } .framer-NE6xL .framer-zlqbtw, .framer-NE6xL .framer-1qdgwu7 { align-content: center; align-items: center; padding: 0px 32px 0px 32px; } .framer-NE6xL .framer-v7horb { flex-direction: column; gap: 24px; } .framer-NE6xL .framer-1u9mcng, .framer-NE6xL .framer-13lbcww { bottom: 25px; } .framer-NE6xL .framer-1dfalh2 { bottom: 5px; } .framer-NE6xL .framer-129bnzw { padding: 0px 32px 0px 32px; width: 100%; } .framer-NE6xL .framer-owo4hm, .framer-NE6xL .framer-lj2ppe, .framer-NE6xL .framer-1x5zpmk, .framer-NE6xL .framer-gbxrhr, .framer-NE6xL .framer-nny4du { align-self: unset; width: 100%; } .framer-NE6xL .framer-13xnibw, .framer-NE6xL .framer-17nkd1b { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-NE6xL .framer-ds4xv1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; width: 100%; } .framer-NE6xL .framer-ltne9p { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 357px); left: unset; position: relative; top: unset; width: 1px; } .framer-NE6xL .framer-58a9s7 { bottom: 139px; left: 46%; top: unset; transform: translateX(-50%); } .framer-NE6xL .framer-1k9s18t { bottom: unset; left: 46%; top: 47%; transform: translate(-50%, -50%); } .framer-NE6xL .framer-32ns3z { bottom: unset; right: 31px; top: 83%; transform: translateY(-50%); } .framer-NE6xL .framer-1ql6gh6, .framer-NE6xL .framer-10t2q8p, .framer-NE6xL .framer-1q38vfd, .framer-NE6xL .framer-or55ft, .framer-NE6xL .framer-14lyq8x { width: 100%; } .framer-NE6xL .framer-hzfg0 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 400px); width: 1px; } .framer-NE6xL .framer-m6k6js { bottom: -8px; left: 87px; } .framer-NE6xL .framer-14gwprp { left: unset; right: 31px; } .framer-NE6xL .framer-15g1b2c, .framer-NE6xL .framer-px4vbv { width: 501px; } .framer-NE6xL .framer-8xawyp { padding: 0px; width: 100%; } .framer-NE6xL .framer-148s6r5 { left: 87px; top: -8px; transform: unset; } .framer-NE6xL .framer-1id9uby { bottom: unset; height: var(--framer-aspect-ratio-supported, 16px); right: 79px; top: 85%; transform: translateY(-50%); width: 16px; } .framer-NE6xL .framer-ode9qp { height: var(--framer-aspect-ratio-supported, 231px); width: 100%; } .framer-NE6xL .framer-a58etu { align-content: center; align-items: center; } .framer-NE6xL .framer-5zyqgv { flex-direction: column; gap: 48px; } .framer-NE6xL .framer-1w570nu { max-width: 1240px; padding: 0px 40px 0px 40px; } .framer-NE6xL .framer-16yg8af-container { left: unset; position: relative; right: unset; top: unset; transform: unset; width: 100%; } .framer-NE6xL .framer-1nk22oo { top: 140px; } .framer-NE6xL .framer-1il05d8 { height: var(--framer-aspect-ratio-supported, 571px); width: 1400px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NE6xL .framer-1wrwj9n, .framer-NE6xL .framer-3t0dy3, .framer-NE6xL .framer-v7horb, .framer-NE6xL .framer-x833m7, .framer-NE6xL .framer-ds4xv1, .framer-NE6xL .framer-5zyqgv, .framer-NE6xL .framer-1jv2l19 { gap: 0px; } .framer-NE6xL .framer-1wrwj9n > * { margin: 0px; margin-bottom: calc(78px / 2); margin-top: calc(78px / 2); } .framer-NE6xL .framer-1wrwj9n > :first-child, .framer-NE6xL .framer-v7horb > :first-child, .framer-NE6xL .framer-5zyqgv > :first-child { margin-top: 0px; } .framer-NE6xL .framer-1wrwj9n > :last-child, .framer-NE6xL .framer-v7horb > :last-child, .framer-NE6xL .framer-5zyqgv > :last-child { margin-bottom: 0px; } .framer-NE6xL .framer-3t0dy3 > *, .framer-NE6xL .framer-x833m7 > *, .framer-NE6xL .framer-ds4xv1 > *, .framer-NE6xL .framer-1jv2l19 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NE6xL .framer-3t0dy3 > :first-child, .framer-NE6xL .framer-x833m7 > :first-child, .framer-NE6xL .framer-ds4xv1 > :first-child, .framer-NE6xL .framer-1jv2l19 > :first-child { margin-left: 0px; } .framer-NE6xL .framer-3t0dy3 > :last-child, .framer-NE6xL .framer-x833m7 > :last-child, .framer-NE6xL .framer-ds4xv1 > :last-child, .framer-NE6xL .framer-1jv2l19 > :last-child { margin-right: 0px; } .framer-NE6xL .framer-v7horb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-NE6xL .framer-5zyqgv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\",\"@media (max-width: 809px) { .framer-NE6xL.framer-ok2y70 { gap: 120px; height: 9504px; padding: 180px 0px 50px 0px; width: 349px; } .framer-NE6xL .framer-65rn7m { height: min-content; order: 0; padding: 16px; } .framer-NE6xL .framer-xnr7rz, .framer-NE6xL .framer-u5mf3q, .framer-NE6xL .framer-eyivlk { flex: 1 0 0px; width: 1px; } .framer-NE6xL .framer-k9lq74-container { order: 1; top: 76px; } .framer-NE6xL .framer-3d8xdr { height: 572px; order: 2; padding: 0px; } .framer-NE6xL .framer-qjisnc { aspect-ratio: unset; bottom: unset; height: 757px; top: 0px; } .framer-NE6xL .framer-1h9s779 { 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; max-width: unset; padding: 0px; width: 1px; } .framer-NE6xL .framer-12mrdpu-container { bottom: unset; left: unset; order: 2; position: relative; right: unset; width: 100%; } .framer-NE6xL .framer-17e965s { bottom: unset; left: unset; order: 1; position: relative; } .framer-NE6xL .framer-1wrwj9n { align-content: center; align-items: center; height: min-content; left: unset; order: 0; padding: 0px 16px 16px 16px; position: relative; top: unset; width: 100%; } .framer-NE6xL .framer-oeur0f { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; background-color: unset; order: 0; padding: 0px; width: 100%; } .framer-NE6xL .framer-1aw55et { flex: 1 0 0px; height: auto; order: 0; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; } .framer-NE6xL .framer-13yxseg { height: min-content; order: 2; padding: 0px; width: 100%; } .framer-NE6xL .framer-13aypxt { flex-direction: column; gap: 14px; height: min-content; order: 3; padding: 0px; width: 100%; } .framer-NE6xL .framer-9ihzp6-container, .framer-NE6xL .framer-1f7wgva-container, .framer-NE6xL .framer-wmqswj, .framer-NE6xL .framer-13ecoiv, .framer-NE6xL .framer-15g1b2c, .framer-NE6xL .framer-px4vbv, .framer-NE6xL .framer-1dj695k, .framer-NE6xL .framer-1q38vfd, .framer-NE6xL .framer-or55ft, .framer-NE6xL .framer-17eqgrz, .framer-NE6xL .framer-1nj1c5o, .framer-NE6xL .framer-3qlxq8-container, .framer-NE6xL .framer-14lyq8x, .framer-NE6xL .framer-69rk5f, .framer-NE6xL .framer-1e9pigm, .framer-NE6xL .framer-7yc381, .framer-NE6xL .framer-6opm5g, .framer-NE6xL .framer-1u0lqa4-container { width: 100%; } .framer-NE6xL .framer-3t0dy3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 4; padding: 0px 16px 0px 16px; width: 100%; } .framer-NE6xL .framer-1nck6y-container, .framer-NE6xL .framer-1bsl06u-container, .framer-NE6xL .framer-16yg8af-container { flex: 1 0 0px; left: unset; position: relative; right: unset; top: unset; transform: unset; width: 1px; } .framer-NE6xL .framer-zlqbtw { align-content: center; align-items: center; max-width: 430px; order: 5; padding: 0px 16px 0px 16px; } .framer-NE6xL .framer-v7horb { flex-direction: column; gap: 48px; width: 100%; } .framer-NE6xL .framer-2s7aca, .framer-NE6xL .framer-1j6pdzv { height: 401px; width: 100%; } .framer-NE6xL .framer-1g2vlsd-container { bottom: -2px; height: unset; top: -13px; } .framer-NE6xL .framer-1u9mcng, .framer-NE6xL .framer-1dfalh2 { left: 50%; transform: translateX(-50%); } .framer-NE6xL .framer-13lbcww { bottom: unset; left: 50%; top: 97%; transform: translate(-50%, -50%); } .framer-NE6xL .framer-tb5cz9 { bottom: -4px; height: unset; top: -13px; } .framer-NE6xL .framer-kpoiwc-container { top: calc(51.43540669856461% - 400px / 2); } .framer-NE6xL .framer-wfnfwz { aspect-ratio: 0.8927038626609443 / 1; height: var(--framer-aspect-ratio-supported, 355px); width: 100%; } .framer-NE6xL .framer-x833m7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 6; padding: 0px 16px 0px 16px; width: 100%; } .framer-NE6xL .framer-129bnzw { gap: 40px; order: 7; width: 100%; } .framer-NE6xL .framer-owo4hm { align-self: unset; order: 0; padding: 0px 0px 32px 0px; width: 100%; } .framer-NE6xL .framer-13xnibw, .framer-NE6xL .framer-17nkd1b, .framer-NE6xL .framer-8vpvi3, .framer-NE6xL .framer-1o79ypi { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-NE6xL .framer-lj2ppe { align-self: unset; gap: 40px; order: 1; width: 100%; } .framer-NE6xL .framer-7cs27m { order: 2; padding: 0px 0px 40px 0px; } .framer-NE6xL .framer-1fk1fr5 { height: var(--framer-aspect-ratio-supported, 206px); order: 1; } .framer-NE6xL .framer-1ql6gh6 { flex-direction: column; height: min-content; justify-content: center; order: 2; width: 100%; } .framer-NE6xL .framer-1q585vf { height: var(--framer-aspect-ratio-supported, 414px); } .framer-NE6xL .framer-10t2q8p { order: 3; padding: 0px 0px 40px 0px; width: 100%; } .framer-NE6xL .framer-8xawyp { order: 4; padding: 0px; width: 100%; } .framer-NE6xL .framer-ode9qp { aspect-ratio: 1.1072664359861593 / 1; height: var(--framer-aspect-ratio-supported, 286px); order: 2; width: 100%; } .framer-NE6xL .framer-1x5zpmk { align-self: unset; order: 5; padding: 0px 0px 40px 0px; width: 100%; } .framer-NE6xL .framer-gbxrhr { align-self: unset; order: 6; width: 100%; } .framer-NE6xL .framer-nny4du { align-self: unset; order: 7; width: 100%; } .framer-NE6xL .framer-1qdgwu7 { align-content: center; align-items: center; order: 8; } .framer-NE6xL .framer-a58etu, .framer-NE6xL .framer-1w570nu { padding: 0px 16px 0px 16px; } .framer-NE6xL .framer-5zyqgv { flex-direction: column; gap: 48px; max-width: 430px; padding: 0px 16px 0px 16px; pointer-events: none; width: 100%; } .framer-NE6xL .framer-hrxnt3 { order: 9; } .framer-NE6xL .framer-1jv2l19 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 10; padding: 0px 16px 0px 16px; width: 100%; } .framer-NE6xL .framer-63fyo8 { height: 697px; order: 11; } .framer-NE6xL .framer-1nk22oo { gap: 30px; left: 50%; order: 0; padding: 0px 16px 0px 16px; top: 78px; width: 100%; } .framer-NE6xL .framer-1fhcsds { flex-direction: column; gap: 26px; padding: 12px 0px 0px 0px; width: 100%; } .framer-NE6xL .framer-1il05d8 { height: var(--framer-aspect-ratio-supported, 820px); order: 1; width: 2013px; } .framer-NE6xL .framer-1mk1f4w { bottom: 2px; min-height: 28px; order: 12; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NE6xL.framer-ok2y70, .framer-NE6xL .framer-1h9s779, .framer-NE6xL .framer-13aypxt, .framer-NE6xL .framer-3t0dy3, .framer-NE6xL .framer-v7horb, .framer-NE6xL .framer-x833m7, .framer-NE6xL .framer-129bnzw, .framer-NE6xL .framer-lj2ppe, .framer-NE6xL .framer-1ql6gh6, .framer-NE6xL .framer-5zyqgv, .framer-NE6xL .framer-1jv2l19, .framer-NE6xL .framer-1nk22oo, .framer-NE6xL .framer-1fhcsds { gap: 0px; } .framer-NE6xL.framer-ok2y70 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-NE6xL.framer-ok2y70 > :first-child, .framer-NE6xL .framer-1h9s779 > :first-child, .framer-NE6xL .framer-13aypxt > :first-child, .framer-NE6xL .framer-v7horb > :first-child, .framer-NE6xL .framer-129bnzw > :first-child, .framer-NE6xL .framer-lj2ppe > :first-child, .framer-NE6xL .framer-1ql6gh6 > :first-child, .framer-NE6xL .framer-5zyqgv > :first-child, .framer-NE6xL .framer-1nk22oo > :first-child, .framer-NE6xL .framer-1fhcsds > :first-child { margin-top: 0px; } .framer-NE6xL.framer-ok2y70 > :last-child, .framer-NE6xL .framer-1h9s779 > :last-child, .framer-NE6xL .framer-13aypxt > :last-child, .framer-NE6xL .framer-v7horb > :last-child, .framer-NE6xL .framer-129bnzw > :last-child, .framer-NE6xL .framer-lj2ppe > :last-child, .framer-NE6xL .framer-1ql6gh6 > :last-child, .framer-NE6xL .framer-5zyqgv > :last-child, .framer-NE6xL .framer-1nk22oo > :last-child, .framer-NE6xL .framer-1fhcsds > :last-child { margin-bottom: 0px; } .framer-NE6xL .framer-1h9s779 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NE6xL .framer-13aypxt > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-NE6xL .framer-3t0dy3 > *, .framer-NE6xL .framer-x833m7 > *, .framer-NE6xL .framer-1jv2l19 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NE6xL .framer-3t0dy3 > :first-child, .framer-NE6xL .framer-x833m7 > :first-child, .framer-NE6xL .framer-1jv2l19 > :first-child { margin-left: 0px; } .framer-NE6xL .framer-3t0dy3 > :last-child, .framer-NE6xL .framer-x833m7 > :last-child, .framer-NE6xL .framer-1jv2l19 > :last-child { margin-right: 0px; } .framer-NE6xL .framer-v7horb > *, .framer-NE6xL .framer-5zyqgv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-NE6xL .framer-129bnzw > *, .framer-NE6xL .framer-lj2ppe > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-NE6xL .framer-1ql6gh6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-NE6xL .framer-1nk22oo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-NE6xL .framer-1fhcsds > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } }}\",\"@media (min-width: 1200px) and (max-width: 1699px) { .framer-NE6xL.framer-ok2y70 { width: 1200px; } .framer-NE6xL .framer-qjisnc { bottom: -5px; height: var(--framer-aspect-ratio-supported, 606px); order: 1; } .framer-NE6xL .framer-1h9s779 { flex: 1 0 0px; max-width: 1286px; order: 0; width: 1px; } .framer-NE6xL .framer-17e965s { left: 96px; } .framer-NE6xL .framer-1wrwj9n { left: 48px; } .framer-NE6xL .framer-1d6sv7h { bottom: 52px; right: -7px; top: unset; } .framer-NE6xL .framer-m3camp-container { left: unset; right: -420px; } .framer-NE6xL .framer-3t0dy3, .framer-NE6xL .framer-x833m7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1180px; padding: 0px 40px 0px 40px; width: 100%; } .framer-NE6xL .framer-1nck6y-container, .framer-NE6xL .framer-1bsl06u-container { flex: 1 0 0px; left: unset; position: relative; right: unset; top: unset; transform: unset; width: 1px; } .framer-NE6xL .framer-zlqbtw { align-content: center; align-items: center; padding: 0px 40px 0px 40px; } .framer-NE6xL .framer-1faazw8, .framer-NE6xL .framer-a58etu { max-width: 1100px; } .framer-NE6xL .framer-v7horb, .framer-NE6xL .framer-1ql6gh6, .framer-NE6xL .framer-10t2q8p, .framer-NE6xL .framer-8xawyp, .framer-NE6xL .framer-5zyqgv, .framer-NE6xL .framer-3qlxq8-container { width: 100%; } .framer-NE6xL .framer-2s7aca, .framer-NE6xL .framer-1j6pdzv, .framer-NE6xL .framer-wfnfwz { aspect-ratio: 0.8927038626609443 / 1; height: var(--framer-aspect-ratio-supported, 399px); width: 356px; } .framer-NE6xL .framer-1b1byae, .framer-NE6xL .framer-1kn215l, .framer-NE6xL .framer-132y6a4 { height: 356px; } .framer-NE6xL .framer-1g2vlsd-container { bottom: -5px; height: unset; top: -12px; } .framer-NE6xL .framer-15wr6yt, .framer-NE6xL .framer-1izcemx, .framer-NE6xL .framer-ne95q9 { bottom: 43px; height: unset; } .framer-NE6xL .framer-tb5cz9 { height: 371px; left: 2px; right: 2px; width: unset; } .framer-NE6xL .framer-kpoiwc-container { left: -30px; right: -30px; top: calc(52.56064690026956% - 400px / 2); } .framer-NE6xL .framer-1ffqyip, .framer-NE6xL .framer-1c3ag8b, .framer-NE6xL .framer-1ko94sc { bottom: 43px; } .framer-NE6xL .framer-129bnzw { gap: 80px; max-width: 1180px; padding: 0px 40px 0px 40px; width: 100%; } .framer-NE6xL .framer-owo4hm, .framer-NE6xL .framer-lj2ppe, .framer-NE6xL .framer-1x5zpmk, .framer-NE6xL .framer-gbxrhr, .framer-NE6xL .framer-nny4du { align-self: unset; width: 100%; } .framer-NE6xL .framer-ds4xv1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; width: 100%; } .framer-NE6xL .framer-ltne9p { height: var(--framer-aspect-ratio-supported, 450px); left: unset; max-width: 1000px; position: relative; top: unset; width: 86%; } .framer-NE6xL .framer-58a9s7 { height: var(--framer-aspect-ratio-supported, 16px); left: 46%; top: 47%; width: 16px; } .framer-NE6xL .framer-1k9s18t { bottom: 179px; height: var(--framer-aspect-ratio-supported, 16px); left: 46%; width: 16px; } .framer-NE6xL .framer-32ns3z { bottom: 177px; } .framer-NE6xL .framer-13ecoiv, .framer-NE6xL .framer-js4p9e { width: 450px; } .framer-NE6xL .framer-m6k6js { bottom: 196px; left: -8px; } .framer-NE6xL .framer-14gwprp { left: 949px; top: -7px; } .framer-NE6xL .framer-148s6r5 { left: 3%; } .framer-NE6xL .framer-1id9uby { bottom: unset; height: var(--framer-aspect-ratio-supported, 16px); right: 115px; top: 88%; transform: translateY(-50%); width: 16px; } .framer-NE6xL .framer-ode9qp { height: var(--framer-aspect-ratio-supported, 340px); width: 100%; } .framer-NE6xL .framer-1qdgwu7, .framer-NE6xL .framer-1w570nu { max-width: 1180px; padding: 0px 40px 0px 40px; } .framer-NE6xL .framer-1nj1c5o, .framer-NE6xL .framer-69rk5f, .framer-NE6xL .framer-1e9pigm { flex: 1 0 0px; width: 1px; } .framer-NE6xL .framer-1jv2l19 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1180px; padding: 0px 40px 0px 40px; width: 100%; } .framer-NE6xL .framer-16yg8af-container { left: unset; position: relative; right: unset; top: unset; transform: unset; width: 100%; } .framer-NE6xL .framer-1nk22oo { order: 1; top: 139px; } .framer-NE6xL .framer-1il05d8 { order: 0; width: 1700px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-NE6xL .framer-3t0dy3, .framer-NE6xL .framer-x833m7, .framer-NE6xL .framer-129bnzw, .framer-NE6xL .framer-ds4xv1, .framer-NE6xL .framer-1jv2l19 { gap: 0px; } .framer-NE6xL .framer-3t0dy3 > *, .framer-NE6xL .framer-x833m7 > *, .framer-NE6xL .framer-ds4xv1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NE6xL .framer-3t0dy3 > :first-child, .framer-NE6xL .framer-x833m7 > :first-child, .framer-NE6xL .framer-ds4xv1 > :first-child { margin-left: 0px; } .framer-NE6xL .framer-3t0dy3 > :last-child, .framer-NE6xL .framer-x833m7 > :last-child, .framer-NE6xL .framer-ds4xv1 > :last-child { margin-right: 0px; } .framer-NE6xL .framer-129bnzw > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-NE6xL .framer-129bnzw > :first-child, .framer-NE6xL .framer-1jv2l19 > :first-child { margin-top: 0px; } .framer-NE6xL .framer-129bnzw > :last-child, .framer-NE6xL .framer-1jv2l19 > :last-child { margin-bottom: 0px; } .framer-NE6xL .framer-1jv2l19 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7561\n * @framerIntrinsicWidth 1700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hfPNC1oh4\":{\"layout\":[\"fixed\",\"fixed\"]},\"XVwuG8NC4\":{\"layout\":[\"fixed\",\"fixed\"]},\"smpJH_6oh\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerQw7myscjb=withCSS(Component,css,\"framer-NE6xL\");export default FramerQw7myscjb;FramerQw7myscjb.displayName=\"Page\";FramerQw7myscjb.defaultProps={height:7561,width:1700};addFonts(FramerQw7myscjb,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_jh_ukmDSFXjQiQ.woff2\",weight:\"500\"},{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_4h_ukmDSFXjQiQ.woff2\",weight:\"300\"},{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ukmDSFXjQiQ.woff2\",weight:\"400\"},{family:\"Chivo\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PB_ukmDSFXjQiQ.woff2\",weight:\"200\"},{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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...Navigation2Fonts,...TickerFonts,...HeroUIFonts,...PrimaryButtonFonts,...SecondaryButtonFonts,...QuoteComponentFonts,...ControlTheComplexityFonts,...SwapAndCompareFonts,...BeforeAfterFonts,...CodeSamplesFonts,...DeployOrSignUpFonts,...Compliance2Fonts,...OSSorCloudFonts,...GitHubStarsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQw7myscjb\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"7561\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hfPNC1oh4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XVwuG8NC4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"smpJH_6oh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1700\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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eA,EAAE,MAAQ,aAAe,IAAKY,EAAE,aAAeb,EAAE,aAAca,EAAE,eAAiBA,EAAGA,EAAE,eAAiBZ,EAAGY,EAAE,iBAAmBH,EAAGG,EAAE,sBAAwBT,EAAG,OAAO,eAAeS,EAAG,WAAY,CACtS,MAAO,UAAW,CAChB,MAAyF,IAAMV,CACjG,CACF,CAAC,EAAGU,EAAE,cAAgB,SAASE,EAAGC,EAAG,CACnC,OAAOjB,EAAEgB,EAAGiB,GAAG,CAAC,EAAG,EAAGhB,EAAG,CACvB,kBAAmBX,GAAGQ,EAAGG,EAAG,EAAE,CAChC,CAAC,CAAC,EAAE,MAAM,OAAQN,CAAC,CACrB,EAAGG,CACL,CACF,EAAGoB,GAAK,CACN,IACA,OACA,UACA,OACA,UACA,QACA,QACA,IACA,OACA,MACA,MACA,MACA,aACA,OACA,KACA,SACA,SACA,UACA,OACA,OACA,MACA,WACA,OACA,WACA,KACA,MACA,UACA,MACA,SACA,MACA,KACA,KACA,KACA,QACA,WACA,aACA,SACA,SACA,OACA,KACA,KACA,KACA,KACA,KACA,KACA,OACA,SACA,SACA,KACA,OACA,IACA,SACA,MACA,QACA,MACA,MACA,SACA,QACA,SACA,KACA,OACA,OACA,MACA,OACA,UACA,OACA,WACA,OACA,QACA,MACA,WACA,SACA,KACA,WACA,SACA,SACA,IACA,QACA,UACA,MACA,WACA,IACA,KACA,KACA,OACA,IACA,OACA,SACA,UACA,SACA,QACA,SACA,OACA,SACA,QACA,MACA,UACA,MACA,QACA,QACA,KACA,WACA,QACA,KACA,QACA,OACA,QACA,KACA,QACA,IACA,KACA,MACA,QACA,MAEA,SACA,WACA,OACA,UACA,gBACA,IACA,QACA,OACA,iBACA,OACA,OACA,UACA,UACA,WACA,iBACA,OACA,OACA,MACA,OACA,OACF,EAAGC,GAAIpC,GAAG,KAAK,EACfmC,GAAG,QAAQ,SAASlC,EAAG,CACrBmC,GAAEnC,CAAC,EAAImC,GAAEnC,CAAC,CACZ,CAAC,EACD,IAAMoC,GAAMpC,GAAMqC,GAAGC,GAAI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",
  "names": ["MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "Re", "jt", "e", "le", "Rr", "Lt", "r", "a", "i", "s", "l", "u", "d", "g", "f", "v", "C", "T", "e", "Lt", "jt", "L", "Re", "Br", "ze", "r", "a", "Hr", "Ft", "Mt", "Wt", "zt", "Yt", "i", "s", "l", "j", "Oe", "_", "He", "Ge", "Je", "Ut", "Gr", "qt", "Ce", "Bt", "Ht", "$", "Jr", "Gt", "S", "Ye", "de", "B", "Xe", "xe", "Jt", "Te", "ie", "Xr", "M", "I", "oe", "Pe", "fe", "Xt", "Kt", "W", "H", "we", "me", "pe", "Kr", "Zr", "_e", "Ue", "Zt", "Qt", "en", "rn", "tn", "Se", "u", "d", "g", "f", "v", "C", "T", "x", "h", "O", "E", "p", "P", "q", "D", "V", "R", "nn", "Cr", "kr", "ae", "an", "on", "sn", "cn", "n", "ln", "un", "Tr", "fn", "dn", "et", "e", "r", "Ht", "_", "Oe", "j", "S", "B", "$", "Ye", "bn", "n", "a", "Je", "Gr", "ae", "fe", "Ge", "Jt", "s", "Gt", "yn", "En", "h", "O", "l", "u", "E", "d", "g", "fn", "dn", "f", "an", "sn", "C", "on", "T", "tn", "p", "P", "x", "Yt", "xn", "rt", "i", "Ke", "tt", "wn", "_n", "Rn", "nt", "Ze", "Ar", "Me", "Hr", "e", "ke", "n", "a", "s", "U", "_n", "he", "e", "r", "U", "a", "i", "Nn", "s", "l", "u", "d", "g", "Ar", "Me", "ke", "$r", "U", "qe", "n", "a", "s", "l", "he", "u", "d", "$r", "g", "f", "wn", "An", "In", "ie", "ot", "$n", "Qe", "z", "En", "st", "Y", "re", "er", "Ln", "Mt", "Vn", "Lr", "Vr", "n", "a", "s", "l", "Fn", "n", "a", "Ke", "ot", "tt", "Mn", "e", "r", "i", "s", "l", "u", "Vr", "d", "Lr", "g", "f", "v", "C", "T", "x", "st", "h", "O", "E", "p", "P", "q", "D", "V", "re", "er", "rt", "R", "qe", "Ne", "K", "Q", "B", "ze", "Wn", "z", "zn", "Br", "Yn", "L", "Un", "qn", "Bn", "Hn", "Gn", "pe", "ue", "Jn", "Wr", "zr", "Xn", "Mr", "Zn", "Kn", "Qn", "ea", "ye", "X", "ta", "na", "addPropertyControls", "BeforeAfter", "ta", "props", "p", "na", "useStore", "createStore", "ConnectDotsOverride", "Component", "props", "store", "setStore", "isScreenLarge", "setIsScreenLarge", "ye", "window", "isExtraLarge", "setIsExtraLarge", "updateDotPositions", "pairs", "svgContainer", "svgRect", "updatedDotPairs", "dotName1", "dotName2", "index", "dot1", "dot2", "dot1Rect", "dot2Rect", "type", "ue", "handleResize", "generatePath", "x1", "y1", "x2", "y2", "goesRight", "cornerRadius", "yMid", "xMid1", "xMid2", "xMid3", "curveHeight", "u", "p", "dots", "addPropertyControls", "ControlType", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "yCjt9pMug", "hit9B4MfQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramertciwixBHP", "withCSS", "tciwixBHP_default", "addPropertyControls", "ControlType", "addFonts", "useStore", "createStore", "withSlider", "Component", "props", "store", "setStore", "ue", "_document_querySelector", "dragPercent", "componentRoot", "startDrag", "event", "sliderBar", "dragKnob", "dragFill", "sliderWidth", "knobWidth", "updateSlider", "e", "rect", "newValue", "roundedValue", "stopDrag", "window", "p", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapfqsrpk", "args", "onTap173gtw2", "onTap1k15ghz", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramergzQrqDVu3", "withCSS", "gzQrqDVu3_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click2", "height", "id", "modelAbrv", "modelName", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "c1gCNFWlp", "XBnIR_kLy", "fXS573xzG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1nfatk6", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "css", "FramerWieAHdw28", "withCSS", "WieAHdw28_default", "addPropertyControls", "ControlType", "addFonts", "CustomSelectItemFonts", "getFonts", "WieAHdw28_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17se5eu", "args", "onTapi64xks", "onTap8zh04j", "fXS573xzGpe0d5x", "fXS573xzG7leyj0", "fXS573xzGgox1vt", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "ComponentViewportProvider", "css", "FramerUfxtIwHAF", "withCSS", "UfxtIwHAF_default", "addPropertyControls", "ControlType", "addFonts", "CustomSelectFonts", "getFonts", "UfxtIwHAF_default", "MotionDivWithSlider", "withSlider", "motion", "Select3Fonts", "gzQrqDVu3_default", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "u", "RichText2", "ComponentViewportProvider", "UfxtIwHAF_default", "MotionDivWithSlider", "SVG", "gzQrqDVu3_default", "css", "FramermXJZwI31n", "withCSS", "mXJZwI31n_default", "addFonts", "CustomSelectFonts", "Select3Fonts", "useStore", "createStore", "withSlider", "Component", "props", "store", "setStore", "ue", "_document_querySelector", "dragPercent", "componentRoot", "startDrag", "event", "sliderBar", "dragKnob", "dragFill", "sliderWidth", "knobWidth", "updateSlider", "e", "rect", "newValue", "roundedValue", "stopDrag", "window", "p", "addPropertyControls", "ControlType", "CustomSelectFonts", "getFonts", "UfxtIwHAF_default", "MotionDivWithSlider", "withSlider", "motion", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "showDot", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "PYXgNMuvJ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "FormPlainTextInput2", "SVG", "ComponentViewportProvider", "UfxtIwHAF_default", "MotionDivWithSlider", "css", "FramerKHhfGqeeO", "withCSS", "KHhfGqeeO_default", "addPropertyControls", "ControlType", "addFonts", "CustomSelectFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "radiusForCorner", "cornerIndex", "segments", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "buttonFontSize", "height", "iconsVisible", "id", "padding", "radius", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Q5DmSrvtR", "QUfCntTYr", "RG8EMY2tp", "wPuIagDSQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapfhpjt8", "args", "onTapbazsli", "onTap1ctld3c", "onTapjifudo", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "SVG", "RichText2", "css", "Framerb7QMj4b4k", "withCSS", "b7QMj4b4k_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "SVG", "css", "FramerNCrWirug0", "withCSS", "NCrWirug0_default", "addPropertyControls", "ControlType", "addFonts", "DeployOrSignUpWindowsFonts", "getFonts", "NCrWirug0_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1fdhh0x", "args", "onMouseLeave1t19ewq", "onMouseEnterezqskl", "onMouseLeavem9cq1w", "onTapfnqzzx", "onTap1kyu44d", "onTap1tjz3ti", "onTap1f0lbid", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "SVG", "RichText2", "css", "FrameriiDBxOxS2", "withCSS", "iiDBxOxS2_default", "addPropertyControls", "ControlType", "addFonts", "MotionAWithpulseShadow9t0n44", "withCodeBoundaryForOverrides", "motion", "withpulseShadow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "Link", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerKnBJKt67f", "withCSS", "KnBJKt67f_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeavehcip1p", "args", "onMouseEnter13z9j3g", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "Image2", "getLoadingLazyAtYPosition", "css", "FramerN5gxyTbfa", "withCSS", "N5gxyTbfa_default", "addPropertyControls", "ControlType", "addFonts", "Animator", "props", "pathAnimation", "from", "to", "animate", "shouldLoop", "loopOptions", "slots", "endCircle", "hasChildren", "j", "customShape", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "firstChild", "getFirstChild", "svgChild", "isSpring", "shapeTransition", "pathLength", "useMotionValue", "opacity", "useTransform", "shapeProps", "isCanvas", "RenderTarget", "attributes", "pathD", "stroke", "strokeWidth", "strokeLinecap", "strokeLinejoin", "element", "splitAndReplace", "svgViewbox", "motion", "addPropertyControls", "ControlType", "string", "child", "AnimatorFonts", "getFonts", "Animator", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeavex1zksl", "args", "onMouseEnter9ingxy", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "SVG", "RichText2", "css", "FramerNNZx9JoZM", "withCSS", "NNZx9JoZM_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "logo", "name1", "photo", "position", "quote", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "a1MPFvJbv", "DWF6g7i9e", "pqkt9ZduU", "hJYKes5V1", "HMq0dxzRF", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramernobFXaPLP", "withCSS", "nobFXaPLP_default", "addPropertyControls", "ControlType", "addFonts", "withClickToAnim", "Component", "props", "currentGroupIndex", "setCurrentGroupIndex", "ye", "isAnimating", "setIsAnimating", "groups", "logState", "message", "current", "next", "setUpLine", "line", "curved", "curvedSVGLine", "straightSVGLine", "animateLine", "backwards", "hide", "delay", "path", "pathLength", "keyframes", "animateDot", "dot", "fadeOut", "animateGroup", "group", "baseDelay", "lineDelay", "staggerDelay", "lineAnimations", "lineSelector", "index", "lineElement", "dotAnimations", "dotSelector", "dotElement", "animations", "anim", "getBox", "groupIndex", "box", "positions", "animateGroupSwitch", "currentIndex", "nextIndex", "direction", "currentBox", "nextBox", "offscreenStart", "offscreenEnd", "animatePositions", "resolve", "handleArrowClick", "nextGroupIndex", "error", "ue", "upButton", "downButton", "onUpClick", "onDownClick", "p", "FtU7GbMDJ_exports", "__export", "__FramerMetadata__", "FtU7GbMDJ_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "SSccqi03x", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1gok8kz", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerFtU7GbMDJ", "withCSS", "FtU7GbMDJ_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "withHover", "Component", "props", "p", "UpButtonFonts", "getFonts", "FtU7GbMDJ_default", "UpButtonWithHoverWithMappedReactProps16op6y9", "withMappedReactProps", "withHover", "FtU7GbMDJ_exports", "MotionDivWithClickToAnim", "withClickToAnim", "motion", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "MotionDivWithClickToAnim", "cx", "serializationHash", "RichText2", "ComponentViewportProvider", "UpButtonWithHoverWithMappedReactProps16op6y9", "css", "FramersbYERKKLt", "withCSS", "sbYERKKLt_default", "addFonts", "UpButtonFonts", "useStore", "createStore", "debounce", "func", "wait", "timeout", "args", "ConnectDotsOverride", "Component", "props", "store", "setStore", "isScreenLarge", "setIsScreenLarge", "ye", "window", "updateDotPosition", "svgContainer", "dot1", "dot2", "svgRect", "dot1Rect", "dot2Rect", "ue", "handleResize", "u", "p", "x1", "y1", "x2", "y2", "controlPointOffset", "addPropertyControls", "ControlType", "Navigation2Fonts", "getFonts", "VEy_TioID_default", "TickerFonts", "Ticker", "HeroUIFonts", "KHhfGqeeO_default", "PrimaryButtonFonts", "KnBJKt67f_default", "SecondaryButtonFonts", "tciwixBHP_default", "MotionDivConnectDotsOverride1h9s779", "withCodeBoundaryForOverrides", "motion", "ConnectDotsOverride", "QuoteComponentFonts", "nobFXaPLP_default", "ControlTheComplexityFonts", "mXJZwI31n_default", "SwapAndCompareFonts", "sbYERKKLt_default", "BeforeAfterFonts", "BeforeAfter", "CodeSamplesFonts", "b7QMj4b4k_default", "MotionDivConnectDotsOverride1129bnzw", "DeployOrSignUpFonts", "iiDBxOxS2_default", "Compliance2Fonts", "NNZx9JoZM_default", "OSSorCloudFonts", "N5gxyTbfa_default", "GitHubStarsFonts", "GitHubStars", "MotionAWithHover1l4hmz9", "withHover", "MotionAWithHover9ueq30", "MotionAWithHover12ziew6", "MotionAWithHover62mdir", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "SVG", "RichText2", "x", "Link", "PropertyOverrides2", "ComponentViewportProvider", "Container", "getLoadingLazyAtYPosition", "Image2", "css", "FramerQw7myscjb", "withCSS", "Qw7myscjb_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
