{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.15.1/dist/index.es.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.15.1/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/Xkph9rjIjY1f08ReNust/oDRiAguAw0rX0bH4D0sc/EgdykkkJx.js", "ssg:https://framerusercontent.com/modules/bQXwA2uyy3UuV4ZnzTfS/ZlznjAIfwe12MYFdIIKl/jEcssIyci.js", "ssg:https://framerusercontent.com/modules/Ht9ROw0AH3sLkmVx3fd9/z5L3TcJy6lsr43GHJkU6/mdwI2Xxxo.js", "ssg:https://framerusercontent.com/modules/FCY496MIJVeqbdlPrcp2/701g2DsZpR5FmtnpjnN0/nmui258Cg.js", "ssg:https://framerusercontent.com/modules/4obfAgYgoTFqTNdTN5hO/cCcVS76mkDvsatFPJg8E/NRjViGTV3.js", "ssg:https://framerusercontent.com/modules/FndZuf53CXDh8Sh0Z2wQ/mr6T8XJA4tn5yaSNMgp3/sWDjdymW6.js", "ssg:https://framerusercontent.com/modules/nAcevMyj3Nc9rndww4fe/wYpcb3CHdaElfuIYELqt/a7w3v2CCa.js", "ssg:https://framerusercontent.com/modules/CNXtgtdmVhUW8dAmBHON/Ka2JO5BlAbrNFG8LBSUE/E2W68uNoY.js", "ssg:https://framerusercontent.com/modules/nSPy7RoHOxmnfY5SKvKH/fOmg1AVlYXd4KLAWdtpZ/srOhbyP6u.js", "ssg:https://framerusercontent.com/modules/sRiKvv9SC5D4OBTkqamc/lfu2OMuvBe90yobgW7Go/Q6akyLQUp.js", "ssg:https://framerusercontent.com/modules/4RshJsLwLSOeG0Mfns7I/zu1GymuD5bzEi2Vj15Kr/WsO4h4NMx.js", "ssg:https://framerusercontent.com/modules/6bGApZ73zxlEsLZPfiZf/i4AmmGI97ckcpHackqQu/ypoqA5rB7.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/Gv6IJgr0a6Dz3x8BX7ql/VMlF2vGrOpt4sOZDZdd6/Strokes.js", "ssg:https://framerusercontent.com/modules/BAnuz2xrjdgQGJqILHdR/kIi9ixDbOLXDZrON6DTK/WZ9rIqrEw.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "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 MAX_AREA=5e6;const CSS_VAR_NAME=\"--ticker-offset\";const supportsWaapi=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";let supportsRegisterProperty=true;if(typeof window!==\"undefined\"){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){supportsRegisterProperty=false;}}/**\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 axis=isHorizontal?\"X\":\"Y\";const minus=direction===\"left\"||direction===\"top\"?\"-\":\"\";const transform=useTransform(()=>`translate${axis}(${minus}${offset.get()}px)`);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null,childrenArea: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;}const fullChildrenArea=size.childrenArea===null?null:size.childrenArea*(duplicateBy+1);const isLayerTooBig=fullChildrenArea===null?null:fullChildrenArea>MAX_AREA;/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const[firstChild,lastChild]=childrenRef;const childrenLeft=firstChild.current?firstChild.current.offsetLeft:0;const childrenRight=lastChild.current?lastChild.current.offsetLeft+lastChild.current.offsetWidth:0;const childrenTop=firstChild.current?firstChild.current.offsetTop:0;const childrenBottom=lastChild.current?lastChild.current.offsetTop+lastChild.current.offsetHeight:0;const childrenWidth=childrenRight-childrenLeft;const childrenHeight=childrenBottom-childrenTop;const childrenArea=childrenWidth*childrenHeight;const childrenLength=(isHorizontal?childrenWidth:childrenHeight)+gap;setSize({parent:parentLength,children:childrenLength,childrenArea});}},[]);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)})},index+\"-original\");});}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:isLayerTooBig===true?\"auto\":\"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(supportsWaapi&&(!isLayerTooBig||isLayerTooBig&&supportsRegisterProperty)){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed||isLayerTooBig===null){return;}if(isLayerTooBig){try{window.CSS.registerProperty({name:CSS_VAR_NAME,syntax:\"<length>\",initialValue:\"0px\",inherits:false});}catch(e){}}/**\n                 * If the layer is too big we want to animate a CSS variable instead of the transform\n                 * to avoid promoting the layer to the GPU.\n                 */const keyframes=isLayerTooBig?{[CSS_VAR_NAME]:[\"0px\",`${minus}${animateToValue}px`]}:{transform:[`translate${axis}(0px)`,`translate${axis}(${minus}${animateToValue}px)`]};animationRef.current=listRef.current.animate(keyframes,{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed,isLayerTooBig]);// 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||supportsWaapi){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||isLayerTooBig?\"auto\":\"transform\",transform:supportsWaapi?isLayerTooBig?`translate${axis}(var(${CSS_VAR_NAME}))`:\"none\":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\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (114832d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={Bw4uFTxQO:{hover:true},en8kppi5E:{hover:true},H6oEIElxg:{hover:true},IiyPY4tbG:{hover:true},LmNXYUDkd:{hover:true},lsh7bmvS9:{hover:true},Myk8ByPrs:{hover:true},NDxDpckoA:{hover:true},nWEGKeLbq:{hover:true},qM96tzQX0:{hover:true},UwCPxnhQH:{hover:true},YIgDfY7I2:{hover:true}};const cycleOrder=[\"UwCPxnhQH\",\"en8kppi5E\",\"Bw4uFTxQO\",\"Myk8ByPrs\",\"YIgDfY7I2\",\"NDxDpckoA\",\"nWEGKeLbq\",\"IiyPY4tbG\",\"LmNXYUDkd\",\"qM96tzQX0\",\"H6oEIElxg\",\"lsh7bmvS9\"];const serializationHash=\"framer-E2O43\";const variantClassNames={Bw4uFTxQO:\"framer-v-1h1ndhw\",en8kppi5E:\"framer-v-pyp0yv\",H6oEIElxg:\"framer-v-lno6c1\",IiyPY4tbG:\"framer-v-183hb3s\",LmNXYUDkd:\"framer-v-11nh6ir\",lsh7bmvS9:\"framer-v-csu4ax\",Myk8ByPrs:\"framer-v-9rzbgv\",NDxDpckoA:\"framer-v-1yeidyc\",nWEGKeLbq:\"framer-v-an4i9z\",qM96tzQX0:\"framer-v-x5omes\",UwCPxnhQH:\"framer-v-7jq4hh\",YIgDfY7I2:\"framer-v-158hz4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"\u2B1B\uFE0F L Button Fill\":\"UwCPxnhQH\",\"\u2B1B\uFE0F L Icon Fill\":\"en8kppi5E\",\"\u2B1B\uFE0F M Button Fill\":\"Bw4uFTxQO\",\"\u2B1B\uFE0F M Icon FIll\":\"Myk8ByPrs\",\"\u2B1B\uFE0F S Button Fill\":\"YIgDfY7I2\",\"\u2B1B\uFE0F S Icon Fill \":\"NDxDpckoA\",\"\uD83D\uDD32 L Button Border\":\"nWEGKeLbq\",\"\uD83D\uDD32 L Icon Border\":\"IiyPY4tbG\",\"\uD83D\uDD32 M Button Border\":\"LmNXYUDkd\",\"\uD83D\uDD32 M Icon Border\":\"qM96tzQX0\",\"\uD83D\uDD32 S Button Border\":\"H6oEIElxg\",\"\uD83D\uDD32 S Icon Border\":\"lsh7bmvS9\"};const getProps=({height,icon,icon1,id,overlayOpen,radius,title,width,...props})=>{return{...props,eszixBaDA:radius??props.eszixBaDA??10,ik9I5qIGz:icon??props.ik9I5qIGz??true,KJK1sV1GB:title??props.KJK1sV1GB??\"Get started\",RmkZjgJwi:icon1??props.RmkZjgJwi??\"ArrowRight\",RYOtwK5qb:overlayOpen??props.RYOtwK5qb,variant:humanReadableVariantMap[props.variant]??props.variant??\"UwCPxnhQH\"};};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,eszixBaDA,KJK1sV1GB,ik9I5qIGz,RmkZjgJwi,RYOtwK5qb,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UwCPxnhQH\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1lvhxnx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(RYOtwK5qb){const res=await RYOtwK5qb(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"en8kppi5E-hover\",\"Myk8ByPrs-hover\",\"NDxDpckoA-hover\",\"IiyPY4tbG-hover\",\"qM96tzQX0-hover\",\"lsh7bmvS9-hover\"].includes(gestureVariant))return false;if([\"en8kppi5E\",\"Myk8ByPrs\",\"NDxDpckoA\",\"IiyPY4tbG\",\"qM96tzQX0\",\"lsh7bmvS9\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-7jq4hh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"\u2B1B\uFE0F L Button Fill\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UwCPxnhQH\",onTap:onTap1lvhxnx,ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.12))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(52, 218, 176)\",borderBottomLeftRadius:radiusForCorner(eszixBaDA,3),borderBottomRightRadius:radiusForCorner(eszixBaDA,2),borderTopLeftRadius:radiusForCorner(eszixBaDA,0),borderTopRightRadius:radiusForCorner(eszixBaDA,1),boxShadow:\"0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.07199), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.06356), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.025)\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\",...style},variants:{\"Bw4uFTxQO-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"en8kppi5E-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"H6oEIElxg-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"IiyPY4tbG-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"LmNXYUDkd-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"lsh7bmvS9-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"Myk8ByPrs-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"NDxDpckoA-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"nWEGKeLbq-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"qM96tzQX0-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"UwCPxnhQH-hover\":{boxShadow:\"0px 1px 10px 0px rgb(56, 240, 193)\",filter:\"brightness(1.1)\",WebkitFilter:\"brightness(1.1)\"},\"YIgDfY7I2-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},H6oEIElxg:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},IiyPY4tbG:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},LmNXYUDkd:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},lsh7bmvS9:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},nWEGKeLbq:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},qM96tzQX0:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({\"Bw4uFTxQO-hover\":{\"data-framer-name\":undefined},\"en8kppi5E-hover\":{\"data-framer-name\":undefined},\"H6oEIElxg-hover\":{\"data-framer-name\":undefined},\"IiyPY4tbG-hover\":{\"data-framer-name\":undefined},\"LmNXYUDkd-hover\":{\"data-framer-name\":undefined},\"lsh7bmvS9-hover\":{\"data-framer-name\":undefined},\"Myk8ByPrs-hover\":{\"data-framer-name\":undefined},\"NDxDpckoA-hover\":{\"data-framer-name\":undefined},\"nWEGKeLbq-hover\":{\"data-framer-name\":undefined},\"qM96tzQX0-hover\":{\"data-framer-name\":undefined},\"UwCPxnhQH-hover\":{\"data-framer-name\":undefined},\"YIgDfY7I2-hover\":{\"data-framer-name\":undefined},Bw4uFTxQO:{\"data-framer-name\":\"\u2B1B\uFE0F M Button Fill\"},en8kppi5E:{\"data-framer-name\":\"\u2B1B\uFE0F L Icon Fill\"},H6oEIElxg:{\"data-framer-name\":\"\uD83D\uDD32 S Button Border\"},IiyPY4tbG:{\"data-framer-name\":\"\uD83D\uDD32 L Icon Border\"},LmNXYUDkd:{\"data-framer-name\":\"\uD83D\uDD32 M Button Border\"},lsh7bmvS9:{\"data-framer-name\":\"\uD83D\uDD32 S Icon Border\"},Myk8ByPrs:{\"data-framer-name\":\"\u2B1B\uFE0F M Icon FIll\"},NDxDpckoA:{\"data-framer-name\":\"\u2B1B\uFE0F S Icon Fill \"},nWEGKeLbq:{\"data-framer-name\":\"\uD83D\uDD32 L Button Border\"},qM96tzQX0:{\"data-framer-name\":\"\uD83D\uDD32 M Icon Border\"},YIgDfY7I2:{\"data-framer-name\":\"\u2B1B\uFE0F S Button Fill\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})}),className:\"framer-1kt4uub\",fonts:[\"__SF-UI-Display-Semibold__\"],layoutDependency:layoutDependency,layoutId:\"I_jYTYsN9\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KJK1sV1GB,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Bw4uFTxQO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})},H6oEIElxg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})},LmNXYUDkd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})},YIgDfY7I2:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})}},baseVariant,gestureVariant)}),ik9I5qIGz&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11jbnn7\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"YVEXbltFN\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ukbx62-container\",layoutDependency:layoutDependency,layoutId:\"bjiObDKDq-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:RmkZjgJwi,id:\"bjiObDKDq\",layoutId:\"bjiObDKDq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({H6oEIElxg:{color:\"rgb(0, 0, 0)\"},IiyPY4tbG:{color:\"rgb(0, 0, 0)\"},LmNXYUDkd:{color:\"rgb(0, 0, 0)\"},lsh7bmvS9:{color:\"rgb(0, 0, 0)\"},nWEGKeLbq:{color:\"rgb(0, 0, 0)\"},qM96tzQX0:{color:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E2O43.framer-1dwq1vj, .framer-E2O43 .framer-1dwq1vj { display: block; }\",\".framer-E2O43.framer-7jq4hh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 53px 15px 53px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-E2O43 .framer-1kt4uub { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-E2O43 .framer-11jbnn7 { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-E2O43 .framer-1ukbx62-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-7jq4hh > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-E2O43.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-pyp0yv.framer-7jq4hh, .framer-E2O43.framer-v-183hb3s.framer-7jq4hh { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 54px); padding: 20px; width: 54px; }\",\".framer-E2O43.framer-v-1h1ndhw.framer-7jq4hh, .framer-E2O43.framer-v-11nh6ir.framer-7jq4hh { gap: 4px; padding: 10px 15px 10px 15px; }\",\".framer-E2O43.framer-v-1h1ndhw .framer-1ukbx62-container { bottom: 1px; height: 16px; left: calc(50.00000000000002% - 16px / 2); right: unset; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-v-1h1ndhw.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-v-1h1ndhw.framer-7jq4hh > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E2O43.framer-v-1h1ndhw.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-v-1h1ndhw.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-9rzbgv.framer-7jq4hh, .framer-E2O43.framer-v-x5omes.framer-7jq4hh { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); padding: 10px; width: 40px; }\",\".framer-E2O43.framer-v-9rzbgv .framer-1ukbx62-container, .framer-E2O43.framer-v-x5omes .framer-1ukbx62-container { bottom: unset; height: 16px; left: calc(50.00000000000002% - 16px / 2); right: unset; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\".framer-E2O43.framer-v-158hz4.framer-7jq4hh, .framer-E2O43.framer-v-lno6c1.framer-7jq4hh { gap: 0px; padding: 5px 10px 5px 10px; }\",\".framer-E2O43.framer-v-158hz4 .framer-1ukbx62-container { bottom: 2px; height: 14px; left: calc(50.00000000000002% - 14px / 2); right: unset; top: unset; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-v-158hz4.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-v-158hz4.framer-7jq4hh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-E2O43.framer-v-158hz4.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-v-158hz4.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-1yeidyc.framer-7jq4hh { aspect-ratio: 1 / 1; gap: 4px; height: var(--framer-aspect-ratio-supported, 30px); padding: 10px 15px 10px 15px; width: 30px; }\",\".framer-E2O43.framer-v-1yeidyc .framer-1ukbx62-container, .framer-E2O43.framer-v-csu4ax .framer-1ukbx62-container { bottom: unset; height: 14px; left: calc(50.00000000000002% - 14px / 2); right: unset; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-v-1yeidyc.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-v-1yeidyc.framer-7jq4hh > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E2O43.framer-v-1yeidyc.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-v-1yeidyc.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-11nh6ir .framer-1ukbx62-container { bottom: 1px; height: 16px; right: unset; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-v-11nh6ir.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-v-11nh6ir.framer-7jq4hh > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E2O43.framer-v-11nh6ir.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-v-11nh6ir.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-lno6c1 .framer-1ukbx62-container { bottom: 3px; height: 14px; left: calc(50.00000000000002% - 14px / 2); right: unset; top: unset; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-v-lno6c1.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-v-lno6c1.framer-7jq4hh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-E2O43.framer-v-lno6c1.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-v-lno6c1.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-csu4ax.framer-7jq4hh { aspect-ratio: 1 / 1; gap: 2px; height: var(--framer-aspect-ratio-supported, 30px); padding: 10px 15px 10px 15px; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E2O43.framer-v-csu4ax.framer-7jq4hh { gap: 0px; } .framer-E2O43.framer-v-csu4ax.framer-7jq4hh > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-E2O43.framer-v-csu4ax.framer-7jq4hh > :first-child { margin-left: 0px; } .framer-E2O43.framer-v-csu4ax.framer-7jq4hh > :last-child { margin-right: 0px; } }\",\".framer-E2O43.framer-v-1h1ndhw.hover .framer-1ukbx62-container { left: unset; right: -1px; top: unset; }\",\".framer-E2O43.framer-v-9rzbgv.hover .framer-1ukbx62-container, .framer-E2O43.framer-v-1yeidyc.hover .framer-1ukbx62-container, .framer-E2O43.framer-v-x5omes.hover .framer-1ukbx62-container, .framer-E2O43.framer-v-csu4ax.hover .framer-1ukbx62-container { bottom: unset; right: unset; }\",\".framer-E2O43.framer-v-158hz4.hover .framer-1ukbx62-container, .framer-E2O43.framer-v-11nh6ir.hover .framer-1ukbx62-container, .framer-E2O43.framer-v-lno6c1.hover .framer-1ukbx62-container { left: unset; right: 1px; top: unset; }\",\".framer-E2O43.framer-v-an4i9z.hover .framer-1ukbx62-container { left: unset; right: -3px; width: 20px; }\",'.framer-E2O43[data-border=\"true\"]::after, .framer-E2O43 [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 59\n * @framerIntrinsicWidth 250.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"en8kppi5E\":{\"layout\":[\"fixed\",\"fixed\"]},\"Bw4uFTxQO\":{\"layout\":[\"auto\",\"auto\"]},\"Myk8ByPrs\":{\"layout\":[\"fixed\",\"fixed\"]},\"YIgDfY7I2\":{\"layout\":[\"auto\",\"auto\"]},\"NDxDpckoA\":{\"layout\":[\"fixed\",\"fixed\"]},\"nWEGKeLbq\":{\"layout\":[\"auto\",\"auto\"]},\"IiyPY4tbG\":{\"layout\":[\"fixed\",\"fixed\"]},\"LmNXYUDkd\":{\"layout\":[\"auto\",\"auto\"]},\"qM96tzQX0\":{\"layout\":[\"fixed\",\"fixed\"]},\"H6oEIElxg\":{\"layout\":[\"auto\",\"auto\"]},\"lsh7bmvS9\":{\"layout\":[\"fixed\",\"fixed\"]},\"t6kfyoIkS\":{\"layout\":[\"auto\",\"auto\"]},\"ZHXHWiLPd\":{\"layout\":[\"fixed\",\"fixed\"]},\"NEsRnLg2d\":{\"layout\":[\"auto\",\"auto\"]},\"ko4nlEhUZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"eFqp13JHV\":{\"layout\":[\"auto\",\"auto\"]},\"FXDd47rK8\":{\"layout\":[\"fixed\",\"fixed\"]},\"CvJeVej0J\":{\"layout\":[\"auto\",\"auto\"]},\"MFvo59GcT\":{\"layout\":[\"fixed\",\"fixed\"]},\"tq9xLT9yc\":{\"layout\":[\"auto\",\"auto\"]},\"u7sSIrWVW\":{\"layout\":[\"fixed\",\"fixed\"]},\"Af1UNWhQ8\":{\"layout\":[\"auto\",\"auto\"]},\"FLVI26yzc\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"eszixBaDA\":\"radius\",\"KJK1sV1GB\":\"title\",\"ik9I5qIGz\":\"icon\",\"RmkZjgJwi\":\"icon1\",\"RYOtwK5qb\":\"overlayOpen\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEgdykkkJx=withCSS(Component,css,\"framer-E2O43\");export default FramerEgdykkkJx;FramerEgdykkkJx.displayName=\"hero button\";FramerEgdykkkJx.defaultProps={height:59,width:250.5};addPropertyControls(FramerEgdykkkJx,{variant:{options:[\"UwCPxnhQH\",\"en8kppi5E\",\"Bw4uFTxQO\",\"Myk8ByPrs\",\"YIgDfY7I2\",\"NDxDpckoA\",\"nWEGKeLbq\",\"IiyPY4tbG\",\"LmNXYUDkd\",\"qM96tzQX0\",\"H6oEIElxg\",\"lsh7bmvS9\"],optionTitles:[\"\u2B1B\uFE0F L Button Fill\",\"\u2B1B\uFE0F L Icon Fill\",\"\u2B1B\uFE0F M Button Fill\",\"\u2B1B\uFE0F M Icon FIll\",\"\u2B1B\uFE0F S Button Fill\",\"\u2B1B\uFE0F S Icon Fill \",\"\uD83D\uDD32 L Button Border\",\"\uD83D\uDD32 L Icon Border\",\"\uD83D\uDD32 M Button Border\",\"\uD83D\uDD32 M Icon Border\",\"\uD83D\uDD32 S Button Border\",\"\uD83D\uDD32 S Icon Border\"],title:\"Variant\",type:ControlType.Enum},eszixBaDA:{defaultValue:10,title:\"Radius\",type:ControlType.Number},KJK1sV1GB:{defaultValue:\"Get started\",displayTextArea:false,title:\"Title\",type:ControlType.String},ik9I5qIGz:{defaultValue:true,title:\"Icon\",type:ControlType.Boolean},RmkZjgJwi:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Icon\"},RYOtwK5qb:{title:\"Overlay Open\",type:ControlType.EventHandler}});addFonts(FramerEgdykkkJx,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEgdykkkJx\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"59\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"250.5\",\"framerVariables\":\"{\\\"eszixBaDA\\\":\\\"radius\\\",\\\"KJK1sV1GB\\\":\\\"title\\\",\\\"ik9I5qIGz\\\":\\\"icon\\\",\\\"RmkZjgJwi\\\":\\\"icon1\\\",\\\"RYOtwK5qb\\\":\\\"overlayOpen\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"en8kppi5E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Bw4uFTxQO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Myk8ByPrs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YIgDfY7I2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NDxDpckoA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nWEGKeLbq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IiyPY4tbG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LmNXYUDkd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qM96tzQX0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H6oEIElxg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lsh7bmvS9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"t6kfyoIkS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZHXHWiLPd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NEsRnLg2d\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ko4nlEhUZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eFqp13JHV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FXDd47rK8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CvJeVej0J\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MFvo59GcT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tq9xLT9yc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u7sSIrWVW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Af1UNWhQ8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FLVI26yzc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EgdykkkJx.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-rjy9H\";const variantClassNames={jnQY91J29:\"framer-v-1h8r0cn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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 getProps=({height,hover,id,width,...props})=>{return{...props,vKEuyOxUi:hover??props.vKEuyOxUi};};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,vKEuyOxUi,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"jnQY91J29\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter100ffm=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(vKEuyOxUi){const res=await vKEuyOxUi(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1h8r0cn\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"jnQY91J29\",onMouseEnter:onMouseEnter100ffm,ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lfkio1\",layoutDependency:layoutDependency,layoutId:\"eYqzlDTW6\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://play.google.com/store/apps/details?id=com.peekaboolabs.lorademoapp\",nodeId:\"m6PXP2VjD\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:125,intrinsicWidth:323,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||55)-0-55)/2)+0),pixelHeight:250,pixelWidth:646,sizes:\"142px\",src:\"https://framerusercontent.com/images/y4EmsywidOA5Qka0C9C3fhH5Ew.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/y4EmsywidOA5Qka0C9C3fhH5Ew.png?scale-down-to=512 512w,https://framerusercontent.com/images/y4EmsywidOA5Qka0C9C3fhH5Ew.png 646w\"},className:\"framer-1sf45pv framer-1v699p5\",\"data-framer-name\":\"Google-play-badge\",layoutDependency:layoutDependency,layoutId:\"m6PXP2VjD\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://testflight.apple.com/join/8M5Pfets\",nodeId:\"rP2SWSchm\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-17itgdk framer-1v699p5\",\"data-framer-name\":\"Download on_the_App_Store_Badge_US-UK_RGB_blk_092917\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rP2SWSchm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 121 40\"><path d=\"M 111.053 0 L 9.614 0 C 9.244 0 8.878 0 8.51 0.002 C 8.202 0.004 7.895 0.01 7.584 0.015 C 6.907 0.022 6.231 0.081 5.563 0.19 C 4.896 0.302 4.25 0.514 3.647 0.817 C 3.044 1.123 2.493 1.522 2.014 1.997 C 1.533 2.47 1.132 3.017 0.827 3.617 C 0.52 4.216 0.308 4.858 0.197 5.52 C 0.084 6.182 0.024 6.851 0.016 7.522 C 0.006 7.829 0.006 8.137 0.001 8.443 L 0.001 31.56 C 0.006 31.87 0.007 32.17 0.016 32.481 C 0.024 33.152 0.085 33.821 0.198 34.483 C 0.308 35.146 0.52 35.789 0.827 36.388 C 1.132 36.985 1.534 37.53 2.015 38 C 2.491 38.477 3.042 38.875 3.646 39.179 C 4.25 39.483 4.896 39.695 5.563 39.809 C 6.231 39.918 6.907 39.977 7.584 39.986 C 7.896 39.993 8.202 39.997 8.51 39.997 C 8.879 39.999 9.244 39.999 9.614 39.999 L 111.053 39.999 C 111.416 39.999 111.783 39.999 112.146 39.997 C 112.452 39.997 112.768 39.993 113.076 39.987 C 113.751 39.978 114.425 39.919 115.092 39.809 C 115.761 39.695 116.41 39.482 117.016 39.179 C 117.62 38.875 118.17 38.477 118.647 38 C 119.127 37.527 119.529 36.983 119.838 36.386 C 120.143 35.786 120.353 35.144 120.463 34.481 C 120.575 33.819 120.637 33.15 120.649 32.479 C 120.653 32.169 120.653 31.869 120.653 31.558 C 120.661 31.194 120.661 30.833 120.661 30.464 L 120.661 9.536 C 120.661 9.17 120.661 8.806 120.653 8.444 C 120.653 8.138 120.653 7.83 120.649 7.524 C 120.637 6.853 120.575 6.183 120.463 5.521 C 120.353 4.859 120.142 4.217 119.837 3.618 C 119.215 2.415 118.229 1.436 117.016 0.818 C 116.41 0.515 115.761 0.304 115.092 0.191 C 114.426 0.081 113.751 0.022 113.076 0.015 C 112.768 0.01 112.452 0.004 112.146 0.002 C 111.783 0 111.415 0 111.053 0 Z\" fill=\"rgb(166,166,166)\"></path><path d=\"M 8.515 39.125 C 8.208 39.125 7.908 39.121 7.604 39.115 C 6.972 39.107 6.342 39.052 5.718 38.951 C 5.137 38.852 4.575 38.667 4.048 38.403 C 3.527 38.141 3.051 37.798 2.64 37.387 C 2.222 36.98 1.875 36.508 1.611 35.99 C 1.344 35.469 1.159 34.91 1.063 34.333 C 0.959 33.713 0.903 33.086 0.895 32.458 C 0.888 32.248 0.88 31.545 0.88 31.545 L 0.88 8.445 C 0.88 8.445 0.889 7.753 0.895 7.55 C 0.903 6.923 0.959 6.297 1.062 5.678 C 1.158 5.1 1.343 4.539 1.61 4.016 C 1.873 3.498 2.219 3.026 2.634 2.618 C 3.048 2.206 3.525 1.861 4.047 1.595 C 4.572 1.332 5.134 1.149 5.714 1.051 C 6.34 0.95 6.972 0.895 7.606 0.887 L 8.515 0.875 L 112.141 0.875 L 113.061 0.888 C 113.689 0.895 114.315 0.949 114.935 1.05 C 115.521 1.149 116.089 1.333 116.62 1.598 C 117.666 2.133 118.518 2.979 119.055 4.018 C 119.318 4.538 119.499 5.094 119.594 5.667 C 119.699 6.291 119.758 6.922 119.77 7.554 C 119.773 7.837 119.773 8.142 119.773 8.444 C 119.781 8.819 119.781 9.176 119.781 9.536 L 119.781 30.465 C 119.781 30.828 119.781 31.183 119.773 31.54 C 119.773 31.865 119.773 32.163 119.769 32.47 C 119.757 33.091 119.7 33.71 119.597 34.323 C 119.503 34.904 119.32 35.467 119.053 35.993 C 118.787 36.506 118.441 36.973 118.028 37.379 C 117.616 37.793 117.14 38.138 116.617 38.401 C 116.087 38.667 115.52 38.852 114.935 38.951 C 114.312 39.052 113.682 39.106 113.05 39.114 C 112.755 39.121 112.445 39.125 112.146 39.125 L 111.053 39.127 Z\" fill=\"rgb(0,0,0)\"></path><g transform=\"translate(10.055 8.72)\" id=\"ss11647584328_3\"><g id=\"ss11647584328_4\"><path d=\"M 14.921 11.58 C 14.943 9.884 15.839 8.318 17.296 7.429 C 16.373 6.121 14.882 5.321 13.273 5.271 C 11.579 5.095 9.937 6.276 9.074 6.276 C 8.195 6.276 6.866 5.288 5.436 5.318 C 3.554 5.378 1.842 6.414 0.926 8.046 C -1.024 11.394 0.431 16.315 2.298 19.022 C 3.233 20.347 4.325 21.827 5.755 21.775 C 7.153 21.717 7.676 20.89 9.365 20.89 C 11.037 20.89 11.527 21.775 12.985 21.742 C 14.486 21.717 15.431 20.41 16.332 19.072 C 17.004 18.128 17.522 17.084 17.865 15.98 C 16.082 15.232 14.922 13.5 14.921 11.58 Z M 12.166 3.49 C 12.984 2.516 13.388 1.264 13.29 0 C 12.04 0.13 10.885 0.723 10.055 1.66 C 9.237 2.584 8.822 3.793 8.902 5.02 C 10.169 5.033 11.372 4.469 12.166 3.49 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 32.6 18.42 L 27.828 18.42 L 26.682 21.776 L 24.66 21.776 L 29.181 9.358 L 31.282 9.358 L 35.802 21.776 L 33.746 21.776 Z M 28.321 16.87 L 32.105 16.87 L 30.239 11.424 L 30.188 11.424 Z M 45.565 17.25 C 45.565 20.063 44.046 21.87 41.754 21.87 C 40.57 21.931 39.455 21.316 38.883 20.287 L 38.839 20.287 L 38.839 24.771 L 36.964 24.771 L 36.964 12.722 L 38.779 12.722 L 38.779 14.228 L 38.812 14.228 C 39.41 13.204 40.527 12.59 41.719 12.628 C 44.036 12.628 45.564 14.444 45.564 17.25 Z M 43.639 17.25 C 43.639 15.417 42.683 14.212 41.226 14.212 C 39.794 14.212 38.831 15.442 38.831 17.25 C 38.831 19.074 39.794 20.296 41.226 20.296 C 42.683 20.296 43.639 19.099 43.639 17.25 Z M 55.613 17.25 C 55.613 20.063 54.094 21.87 51.802 21.87 C 50.619 21.931 49.503 21.316 48.931 20.287 L 48.887 20.287 L 48.887 24.771 L 47.013 24.771 L 47.013 12.722 L 48.827 12.722 L 48.827 14.228 L 48.861 14.228 C 49.459 13.204 50.576 12.59 51.768 12.628 C 54.085 12.628 55.613 14.444 55.613 17.25 Z M 53.687 17.25 C 53.687 15.417 52.731 14.212 51.274 14.212 C 49.842 14.212 48.879 15.442 48.879 17.25 C 48.879 19.074 49.842 20.296 51.274 20.296 C 52.731 20.296 53.686 19.099 53.686 17.25 Z M 62.253 18.316 C 62.392 19.548 63.598 20.356 65.248 20.356 C 66.827 20.356 67.963 19.548 67.963 18.437 C 67.963 17.473 67.277 16.897 65.654 16.501 L 64.031 16.113 C 61.732 15.563 60.665 14.496 60.665 12.765 C 60.665 10.623 62.547 9.151 65.221 9.151 C 67.867 9.151 69.681 10.623 69.742 12.765 L 67.85 12.765 C 67.737 11.526 66.705 10.778 65.194 10.778 C 63.684 10.778 62.652 11.535 62.652 12.636 C 62.652 13.514 63.312 14.031 64.926 14.426 L 66.305 14.762 C 68.875 15.365 69.941 16.388 69.941 18.205 C 69.941 20.528 68.076 21.983 65.108 21.983 C 62.331 21.983 60.456 20.563 60.335 18.316 Z M 73.986 10.58 L 73.986 12.722 L 75.722 12.722 L 75.722 14.194 L 73.986 14.194 L 73.986 19.185 C 73.986 19.961 74.334 20.322 75.097 20.322 C 75.303 20.318 75.509 20.304 75.713 20.279 L 75.713 21.742 C 75.37 21.806 75.021 21.834 74.672 21.828 C 72.824 21.828 72.103 21.139 72.103 19.383 L 72.103 14.194 L 70.776 14.194 L 70.776 12.722 L 72.103 12.722 L 72.103 10.58 Z M 76.727 17.25 C 76.727 14.401 78.419 12.611 81.057 12.611 C 83.704 12.611 85.388 14.401 85.388 17.25 C 85.388 20.106 83.713 21.888 81.057 21.888 C 78.402 21.888 76.727 20.106 76.727 17.25 Z M 83.478 17.25 C 83.478 15.296 82.576 14.142 81.057 14.142 C 79.539 14.142 78.637 15.304 78.637 17.25 C 78.637 19.212 79.539 20.356 81.057 20.356 C 82.576 20.356 83.478 19.212 83.478 17.25 Z M 86.933 12.722 L 88.721 12.722 L 88.721 14.263 L 88.764 14.263 C 89.014 13.272 89.929 12.589 90.959 12.628 C 91.175 12.627 91.391 12.65 91.601 12.697 L 91.601 14.435 C 91.329 14.352 91.044 14.315 90.759 14.323 C 90.208 14.301 89.675 14.519 89.3 14.919 C 88.924 15.319 88.744 15.863 88.806 16.406 L 88.806 21.776 L 86.933 21.776 Z M 100.241 19.117 C 99.989 20.76 98.375 21.888 96.31 21.888 C 93.654 21.888 92.006 20.124 92.006 17.293 C 92.006 14.453 93.663 12.611 96.231 12.611 C 98.757 12.611 100.345 14.331 100.345 17.077 L 100.345 17.714 L 93.897 17.714 L 93.897 17.826 C 93.837 18.5 94.072 19.167 94.542 19.658 C 95.012 20.148 95.672 20.415 96.354 20.39 C 97.263 20.474 98.12 19.957 98.461 19.117 Z M 93.906 16.415 L 98.47 16.415 C 98.504 15.809 98.282 15.217 97.857 14.781 C 97.432 14.345 96.843 14.104 96.232 14.117 C 95.615 14.113 95.023 14.354 94.586 14.785 C 94.149 15.217 93.905 15.804 93.906 16.415 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 38.141 8.731 C 38.937 8.674 39.716 8.975 40.265 9.549 C 40.813 10.123 41.073 10.911 40.973 11.696 C 40.973 13.602 39.934 14.698 38.141 14.698 L 35.968 14.698 L 35.968 8.73 Z M 36.903 13.854 L 38.037 13.854 C 38.606 13.887 39.159 13.665 39.544 13.249 C 39.928 12.833 40.104 12.267 40.021 11.708 C 40.098 11.152 39.92 10.59 39.536 10.177 C 39.153 9.764 38.603 9.543 38.037 9.574 L 36.903 9.574 Z M 42.027 12.444 C 41.952 11.638 42.344 10.86 43.037 10.435 C 43.731 10.009 44.607 10.009 45.301 10.435 C 45.995 10.86 46.386 11.638 46.311 12.444 C 46.392 13.253 46.003 14.038 45.306 14.467 C 44.61 14.897 43.729 14.897 43.033 14.467 C 42.337 14.038 41.947 13.253 42.028 12.444 Z M 45.389 12.444 C 45.389 11.468 44.946 10.897 44.171 10.897 C 43.392 10.897 42.954 11.468 42.954 12.444 C 42.954 13.428 43.392 13.994 44.171 13.994 C 44.947 13.994 45.389 13.424 45.389 12.444 Z M 52.003 14.698 L 51.073 14.698 L 50.135 11.381 L 50.065 11.381 L 49.13 14.698 L 48.209 14.698 L 46.957 10.195 L 47.867 10.195 L 48.679 13.631 L 48.747 13.631 L 49.681 10.195 L 50.54 10.195 L 51.473 13.631 L 51.544 13.631 L 52.354 10.195 L 53.25 10.195 Z M 54.303 10.195 L 55.165 10.195 L 55.165 10.91 L 55.231 10.91 C 55.464 10.383 56.009 10.061 56.587 10.108 C 57.034 10.075 57.473 10.245 57.779 10.571 C 58.084 10.897 58.224 11.343 58.159 11.783 L 58.159 14.698 L 57.262 14.698 L 57.262 12.006 C 57.262 11.282 56.946 10.922 56.282 10.922 C 55.979 10.908 55.684 11.026 55.476 11.246 C 55.268 11.465 55.166 11.763 55.198 12.063 L 55.198 14.698 L 54.303 14.698 Z M 59.586 8.437 L 60.482 8.437 L 60.482 14.697 L 59.586 14.697 Z M 61.728 12.444 C 61.651 11.637 62.042 10.857 62.736 10.43 C 63.43 10.003 64.308 10.003 65.003 10.43 C 65.697 10.857 66.088 11.637 66.011 12.444 C 66.092 13.253 65.702 14.038 65.006 14.467 C 64.31 14.897 63.428 14.897 62.732 14.467 C 62.036 14.038 61.647 13.253 61.728 12.444 Z M 65.089 12.444 C 65.089 11.468 64.646 10.897 63.871 10.897 C 63.091 10.897 62.654 11.468 62.654 12.444 C 62.654 13.428 63.091 13.994 63.871 13.994 C 64.647 13.994 65.089 13.424 65.089 12.444 Z M 66.953 13.424 C 66.953 12.614 67.562 12.146 68.643 12.08 L 69.873 12.01 L 69.873 11.621 C 69.873 11.146 69.556 10.877 68.944 10.877 C 68.443 10.877 68.097 11.059 67.997 11.377 L 67.13 11.377 C 67.221 10.604 67.955 10.107 68.985 10.107 C 70.123 10.107 70.765 10.67 70.765 11.621 L 70.765 14.698 L 69.903 14.698 L 69.903 14.065 L 69.832 14.065 C 69.539 14.527 69.018 14.797 68.468 14.772 C 68.082 14.812 67.698 14.688 67.409 14.431 C 67.121 14.174 66.956 13.808 66.954 13.424 Z M 69.872 13.04 L 69.872 12.663 L 68.763 12.733 C 68.138 12.775 67.856 12.986 67.856 13.383 C 67.856 13.788 68.21 14.023 68.697 14.023 C 68.985 14.052 69.273 13.964 69.494 13.778 C 69.716 13.593 69.852 13.327 69.872 13.04 Z M 71.943 12.444 C 71.943 11.021 72.681 10.12 73.828 10.12 C 74.407 10.094 74.949 10.402 75.22 10.91 L 75.287 10.91 L 75.287 8.437 L 76.183 8.437 L 76.183 14.697 L 75.325 14.697 L 75.325 13.987 L 75.254 13.987 C 74.963 14.491 74.413 14.794 73.827 14.772 C 72.673 14.772 71.943 13.871 71.943 12.444 Z M 72.868 12.444 C 72.868 13.399 73.322 13.974 74.081 13.974 C 74.837 13.974 75.303 13.391 75.303 12.448 C 75.303 11.51 74.831 10.918 74.081 10.918 C 73.327 10.918 72.868 11.498 72.868 12.444 Z M 79.89 12.444 C 79.813 11.637 80.204 10.857 80.898 10.43 C 81.592 10.003 82.471 10.003 83.165 10.43 C 83.859 10.857 84.25 11.637 84.173 12.444 C 84.254 13.253 83.864 14.038 83.168 14.467 C 82.472 14.897 81.591 14.897 80.895 14.467 C 80.198 14.038 79.809 13.253 79.89 12.444 Z M 83.251 12.444 C 83.251 11.468 82.809 10.897 82.033 10.897 C 81.255 10.897 80.816 11.468 80.816 12.444 C 80.816 13.428 81.255 13.994 82.033 13.994 C 82.809 13.994 83.251 13.424 83.251 12.444 Z M 85.376 10.195 L 86.238 10.195 L 86.238 10.91 L 86.304 10.91 C 86.537 10.383 87.081 10.061 87.659 10.108 C 88.107 10.075 88.546 10.245 88.851 10.571 C 89.157 10.897 89.297 11.343 89.231 11.783 L 89.231 14.698 L 88.335 14.698 L 88.335 12.006 C 88.335 11.282 88.018 10.922 87.355 10.922 C 87.051 10.908 86.757 11.026 86.549 11.246 C 86.34 11.465 86.239 11.763 86.271 12.063 L 86.271 14.698 L 85.375 14.698 Z M 94.294 9.074 L 94.294 10.215 L 95.278 10.215 L 95.278 10.964 L 94.294 10.964 L 94.294 13.279 C 94.294 13.751 94.49 13.958 94.937 13.958 C 95.051 13.957 95.165 13.95 95.278 13.937 L 95.278 14.677 C 95.117 14.706 94.954 14.721 94.79 14.723 C 93.794 14.723 93.398 14.375 93.398 13.507 L 93.398 10.964 L 92.677 10.964 L 92.677 10.215 L 93.398 10.215 L 93.398 9.074 Z M 96.503 8.437 L 97.39 8.437 L 97.39 10.918 L 97.46 10.918 C 97.705 10.387 98.259 10.064 98.846 10.112 C 99.291 10.088 99.723 10.262 100.026 10.587 C 100.328 10.912 100.468 11.353 100.409 11.791 L 100.409 14.698 L 99.512 14.698 L 99.512 12.01 C 99.512 11.29 99.175 10.926 98.541 10.926 C 98.23 10.901 97.922 11.013 97.702 11.233 C 97.481 11.453 97.37 11.759 97.398 12.068 L 97.398 14.698 L 96.503 14.698 Z M 105.634 13.482 C 105.383 14.331 104.555 14.88 103.668 14.785 C 103.062 14.801 102.48 14.552 102.075 14.105 C 101.671 13.657 101.486 13.055 101.569 12.46 C 101.489 11.863 101.674 11.262 102.075 10.81 C 102.477 10.359 103.056 10.103 103.663 10.108 C 104.926 10.108 105.688 10.964 105.688 12.378 L 105.688 12.688 L 102.482 12.688 L 102.482 12.738 C 102.454 13.072 102.569 13.403 102.799 13.649 C 103.029 13.894 103.354 14.032 103.692 14.028 C 104.13 14.079 104.556 13.864 104.771 13.482 Z M 102.482 12.031 L 104.776 12.031 C 104.799 11.725 104.691 11.424 104.478 11.202 C 104.265 10.979 103.967 10.857 103.658 10.864 C 103.345 10.86 103.043 10.982 102.822 11.202 C 102.6 11.421 102.478 11.72 102.482 12.031 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11647584328,withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rjy9H.framer-1v699p5, .framer-rjy9H .framer-1v699p5 { display: block; }\",\".framer-rjy9H.framer-1h8r0cn { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-rjy9H .framer-1lfkio1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-rjy9H .framer-1sf45pv { aspect-ratio: 2.584 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); overflow: visible; position: relative; text-decoration: none; width: 142px; }\",\".framer-rjy9H .framer-17itgdk { flex: none; height: 40px; position: relative; text-decoration: none; width: 121px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rjy9H.framer-1h8r0cn, .framer-rjy9H .framer-1lfkio1 { gap: 0px; } .framer-rjy9H.framer-1h8r0cn > *, .framer-rjy9H .framer-1lfkio1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-rjy9H.framer-1h8r0cn > :first-child, .framer-rjy9H .framer-1lfkio1 > :first-child { margin-left: 0px; } .framer-rjy9H.framer-1h8r0cn > :last-child, .framer-rjy9H .framer-1lfkio1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 55\n * @framerIntrinsicWidth 273\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"vKEuyOxUi\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjEcssIyci=withCSS(Component,css,\"framer-rjy9H\");export default FramerjEcssIyci;FramerjEcssIyci.displayName=\"appbutton\";FramerjEcssIyci.defaultProps={height:55,width:273};addPropertyControls(FramerjEcssIyci,{vKEuyOxUi:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerjEcssIyci,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjEcssIyci\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"vKEuyOxUi\\\":\\\"hover\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"273\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"55\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jEcssIyci.map", "// Generated by Framer (cc4e308)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CTA from\"https://framerusercontent.com/modules/Fc42YbiZnUmIvfMJiYGP/8DeGUUviurmX7EwQfvOk/FLXzApIyg.js\";const CTAFonts=getFonts(CTA);const cycleOrder=[\"qE4UxVzod\",\"MFRCEUiks\"];const serializationHash=\"framer-ty5vA\";const variantClassNames={MFRCEUiks:\"framer-v-17mjod8\",qE4UxVzod:\"framer-v-gidz6u\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"\u26AA\uFE0F Day\":\"qE4UxVzod\",\"\u26AB\uFE0F Night\":\"MFRCEUiks\"};const getProps=({cTA,cTA1,height,id,rainbow,title,titleOpacity,width,...props})=>{return{...props,GmAhv_WVa:titleOpacity??props.GmAhv_WVa??1,hSgW9f2ir:title??props.hSgW9f2ir??\"Official Framer Resource\",p2xmGpLux:cTA1??props.p2xmGpLux??\"Read more\",ToKaS18SW:cTA??props.ToKaS18SW,variant:humanReadableVariantMap[props.variant]??props.variant??\"qE4UxVzod\",Z69PPXt7v:rainbow??props.Z69PPXt7v??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,GmAhv_WVa,hSgW9f2ir,ToKaS18SW,p2xmGpLux,Z69PPXt7v,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qE4UxVzod\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-gidz6u\",className,classNames),\"data-border\":true,\"data-framer-name\":\"\u26AA\uFE0F Day\",layoutDependency:layoutDependency,layoutId:\"qE4UxVzod\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.3)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(5px)\",...style},variants:{MFRCEUiks:{\"--border-color\":\"var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.17))\",backgroundColor:\"var(--token-fae2c128-35fb-45de-a6c2-32169f920c68, rgb(13, 13, 13))\"}},...addPropertyOverrides({MFRCEUiks:{\"data-framer-name\":\"\u26AB\uFE0F Night\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"Official Framer Resource\"})}),className:\"framer-z4wlk6\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"gbe9q8MiD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:GmAhv_WVa},text:hSgW9f2ir,variants:{MFRCEUiks:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MFRCEUiks:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Official Framer Resource\"})}),fonts:[\"__SF-UI-Display-Bold__\"]}},baseVariant,gestureVariant)}),ToKaS18SW&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(8+((componentViewport?.height||34)-16-30)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-153o2nx-container\",layoutDependency:layoutDependency,layoutId:\"K69BxuICW-container\",children:/*#__PURE__*/_jsx(CTA,{bVToBLBTS:p2xmGpLux,height:\"100%\",id:\"K69BxuICW\",KqeH5xil_:\"rgb(0, 0, 0)\",layoutId:\"K69BxuICW\",variant:\"I27BjI0db\",width:\"100%\",...addPropertyOverrides({MFRCEUiks:{KqeH5xil_:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),Z69PPXt7v&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-u7k6pl\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"k4qqLAuPL\",style:{background:\"linear-gradient(270deg, rgb(52, 218, 176) 0%, rgb(173, 255, 188) 36.75922015765766%, rgb(255, 253, 130) 66.67546452702703%, rgb(245, 105, 255) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.3},variants:{MFRCEUiks:{opacity:.9}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ty5vA.framer-1kupvee, .framer-ty5vA .framer-1kupvee { display: block; }\",\".framer-ty5vA.framer-gidz6u { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 13px 8px 13px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ty5vA .framer-z4wlk6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-ty5vA .framer-153o2nx-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-ty5vA .framer-u7k6pl { flex: none; height: 101%; left: calc(49.2917847025496% - 100.56657223796034% / 2); overflow: hidden; position: absolute; top: calc(50.7042253521127% - 101.40845070422534% / 2); width: 101%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ty5vA.framer-gidz6u { gap: 0px; } .framer-ty5vA.framer-gidz6u > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-ty5vA.framer-gidz6u > :first-child { margin-left: 0px; } .framer-ty5vA.framer-gidz6u > :last-child { margin-right: 0px; } }\",\".framer-ty5vA.framer-v-17mjod8 .framer-z4wlk6, .framer-ty5vA.framer-v-17mjod8 .framer-153o2nx-container { z-index: 0; }\",\".framer-ty5vA.framer-v-17mjod8 .framer-u7k6pl { left: 0px; mix-blend-mode: multiply; top: 0px; }\",'.framer-ty5vA[data-border=\"true\"]::after, .framer-ty5vA [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 34\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"MFRCEUiks\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GmAhv_WVa\":\"titleOpacity\",\"hSgW9f2ir\":\"title\",\"ToKaS18SW\":\"cTA\",\"p2xmGpLux\":\"cTA1\",\"Z69PPXt7v\":\"rainbow\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermdwI2Xxxo=withCSS(Component,css,\"framer-ty5vA\");export default FramermdwI2Xxxo;FramermdwI2Xxxo.displayName=\"Tag\";FramermdwI2Xxxo.defaultProps={height:34,width:176};addPropertyControls(FramermdwI2Xxxo,{variant:{options:[\"qE4UxVzod\",\"MFRCEUiks\"],optionTitles:[\"\u26AA\uFE0F Day\",\"\u26AB\uFE0F Night\"],title:\"Variant\",type:ControlType.Enum},GmAhv_WVa:{defaultValue:1,max:1,min:0,step:.01,title:\"Title Opacity\",type:ControlType.Number},hSgW9f2ir:{defaultValue:\"Official Framer Resource\",displayTextArea:true,title:\"Title\",type:ControlType.String},ToKaS18SW:{defaultValue:false,title:\"CTA\",type:ControlType.Boolean},p2xmGpLux:{defaultValue:\"Read more\",displayTextArea:false,title:\"CTA\",type:ControlType.String},Z69PPXt7v:{defaultValue:true,title:\"Rainbow\",type:ControlType.Boolean}});addFonts(FramermdwI2Xxxo,[{explicitInter:true,fonts:[]},...CTAFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermdwI2Xxxo\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MFRCEUiks\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"34\",\"framerIntrinsicWidth\":\"176\",\"framerVariables\":\"{\\\"GmAhv_WVa\\\":\\\"titleOpacity\\\",\\\"hSgW9f2ir\\\":\\\"title\\\",\\\"ToKaS18SW\\\":\\\"cTA\\\",\\\"p2xmGpLux\\\":\\\"cTA1\\\",\\\"Z69PPXt7v\\\":\\\"rainbow\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mdwI2Xxxo.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withGoogleLoginOverride}from\"https://framerusercontent.com/modules/mVOlgmgPY5AAqj9pMkX6/3wBzDFTUfxWiLesZvnb1/GoogleLogin.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/TYXI34SkwwJK8rcNBHIg/0o24VWLHt1dQSuYeVuVc/zMpsiMOLk.js\";const MotionDivWithGoogleLoginOverride=withGoogleLoginOverride(motion.div);const cycleOrder=[\"hHYDKRTDD\",\"Icl2nlH5Y\"];const serializationHash=\"framer-7dfKS\";const variantClassNames={hHYDKRTDD:\"framer-v-nizb66\",Icl2nlH5Y:\"framer-v-1atlfrp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate3=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"desktop popup\":\"hHYDKRTDD\",\"phone popup\":\"Icl2nlH5Y\"};const getProps=({click,height,id,width,...props})=>{return{...props,lrh8C9dpQ:click??props.lrh8C9dpQ,variant:humanReadableVariantMap[props.variant]??props.variant??\"hHYDKRTDD\"};};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,lrh8C9dpQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hHYDKRTDD\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1nw4qss=activeVariantCallback(async(...args)=>{if(lrh8C9dpQ){const res=await lrh8C9dpQ(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-nizb66\",className,classNames),\"data-framer-name\":\"desktop popup\",layoutDependency:layoutDependency,layoutId:\"hHYDKRTDD\",ref:ref??ref1,style:{...style},...addPropertyOverrides({Icl2nlH5Y:{\"data-framer-name\":\"phone popup\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yt3scz\",layoutDependency:layoutDependency,layoutId:\"x8JwoW_hz\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVRoaW5fXw==\",\"--framer-font-family\":'\".SFNSDisplay-Thin\", \"SFProDisplay-Thin\", \"SFUIDisplay-Thin\", \".SFUIDisplay-Thin\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"199\"},children:[\"By creating an account on Peekaboolabs, you agree to the \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k2gxRxvwq\"},motionChild:true,nodeId:\"lK8aKzQNr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Terms of Service\"})}),\" and \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lkOfsfcpP\"},motionChild:true,nodeId:\"lK8aKzQNr\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-57rakp\",\"data-styles-preset\":\"zMpsiMOLk\",children:\"Privacy Policy\"})}),\".\"]})}),className:\"framer-lmajwa\",fonts:[\"__SF-UI-Display-Thin__\"],layoutDependency:layoutDependency,layoutId:\"lK8aKzQNr\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithGoogleLoginOverride,{className:\"framer-1gj71kn\",\"data-border\":true,\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VDLSGMYlg\",onTap:onTap1nw4qss,style:{\"--border-bottom-width\":\"0.5px\",\"--border-color\":\"rgb(212, 212, 212)\",\"--border-left-width\":\"0.5px\",\"--border-right-width\":\"0.5px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5px\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 1px 5px 0px rgba(0,0,0,0.25)\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||271)-0-271)/2)+125.5+12.500000000000014),src:\"https://framerusercontent.com/images/WWgB2Ql5EN9K7C9jq03ie0hwTE.png\"},className:\"framer-2o1q9x\",\"data-framer-name\":\"icons8-\u1100\u116E\u1100\u1173\u11AF-\u1105\u1169\u1100\u1169-144 1\",layoutDependency:layoutDependency,layoutId:\"e_5MAeGIu\",...addPropertyOverrides({Icl2nlH5Y:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||271)-0-271)/2)+118.00000000000006+12.500000000000014),src:\"https://framerusercontent.com/images/WWgB2Ql5EN9K7C9jq03ie0hwTE.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"20px\"},children:\"Continue with Google\"})}),className:\"framer-1ka4e7a\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"plBGmFNrD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Icl2nlH5Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif'},children:\"Continue with Google\"})}),transformTemplate:transformTemplate3}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"699\"},children:\"Integrate Lora right now!\"})}),className:\"framer-orobdi\",fonts:[\"__SF-UI-Display-Bold__\"],layoutDependency:layoutDependency,layoutId:\"LTwMlwOvs\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Icl2nlH5Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"699\"},children:\"Integrate Lora right now!\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7dfKS.framer-tbo67r, .framer-7dfKS .framer-tbo67r { display: block; }\",\".framer-7dfKS.framer-nizb66 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-7dfKS .framer-yt3scz { flex: none; height: 271px; overflow: visible; position: relative; width: 480px; }\",\".framer-7dfKS .framer-lmajwa { bottom: 34px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre-wrap; width: 86%; word-break: break-word; word-wrap: break-word; }\",\".framer-7dfKS .framer-1gj71kn { cursor: pointer; flex: none; height: 56px; left: calc(50.00000000000002% - 380px / 2); overflow: visible; position: absolute; top: 126px; width: 380px; }\",\".framer-7dfKS .framer-2o1q9x { flex: none; height: 31px; left: 37px; position: absolute; top: calc(50.00000000000002% - 31px / 2); width: 31px; }\",\".framer-7dfKS .framer-1ka4e7a { flex: none; height: auto; left: 52%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\".framer-7dfKS .framer-orobdi { flex: none; height: auto; left: 50%; position: absolute; top: 50px; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7dfKS.framer-nizb66 { gap: 0px; } .framer-7dfKS.framer-nizb66 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7dfKS.framer-nizb66 > :first-child { margin-left: 0px; } .framer-7dfKS.framer-nizb66 > :last-child { margin-right: 0px; } }\",\".framer-7dfKS.framer-v-1atlfrp .framer-yt3scz { width: 332px; }\",\".framer-7dfKS.framer-v-1atlfrp .framer-lmajwa { bottom: 39px; }\",\".framer-7dfKS.framer-v-1atlfrp .framer-1gj71kn { left: calc(50.00000000000002% - 288px / 2); top: calc(53.87453874538748% - 56px / 2); width: 288px; }\",\".framer-7dfKS.framer-v-1atlfrp .framer-2o1q9x { left: 29px; }\",\".framer-7dfKS.framer-v-1atlfrp .framer-1ka4e7a { left: unset; right: 47px; }\",...sharedStyle.css,'.framer-7dfKS[data-border=\"true\"]::after, .framer-7dfKS [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 271\n * @framerIntrinsicWidth 480\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Icl2nlH5Y\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"lrh8C9dpQ\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framernmui258Cg=withCSS(Component,css,\"framer-7dfKS\");export default Framernmui258Cg;Framernmui258Cg.displayName=\"popup\";Framernmui258Cg.defaultProps={height:271,width:480};addPropertyControls(Framernmui258Cg,{variant:{options:[\"hHYDKRTDD\",\"Icl2nlH5Y\"],optionTitles:[\"desktop popup\",\"phone popup\"],title:\"Variant\",type:ControlType.Enum},lrh8C9dpQ:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framernmui258Cg,[{explicitInter:true,fonts:[]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framernmui258Cg\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"480\",\"framerIntrinsicHeight\":\"271\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Icl2nlH5Y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"lrh8C9dpQ\\\":\\\"click\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (114832d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"DZ9wyDt9a\",\"a16b7eZL5\",\"md_YMwAN4\"];const serializationHash=\"framer-vAjvZ\";const variantClassNames={a16b7eZL5:\"framer-v-iiyb4c\",DZ9wyDt9a:\"framer-v-14n01u1\",md_YMwAN4:\"framer-v-1d2w25v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"DZ9wyDt9a\",\"Variant 2\":\"a16b7eZL5\",\"Variant 3\":\"md_YMwAN4\"};const getProps=({color,height,icon,id,title,width,...props})=>{return{...props,jTcf_EQ_W:title??props.jTcf_EQ_W??\"Up to 5 project members\",pbavLymla:icon??props.pbavLymla??\"Check\",T2CsNbFcm:color??props.T2CsNbFcm??\"rgb(0, 0, 0)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"DZ9wyDt9a\"};};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,T2CsNbFcm,pbavLymla,jTcf_EQ_W,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DZ9wyDt9a\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"a16b7eZL5\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-14n01u1\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"DZ9wyDt9a\",ref:ref??ref1,style:{...style},...addPropertyOverrides({a16b7eZL5:{\"data-framer-name\":\"Variant 2\"},md_YMwAN4:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1f67j-container\",layoutDependency:layoutDependency,layoutId:\"vDwqhYk0j-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:T2CsNbFcm,height:\"100%\",iconSearch:\"House\",iconSelection:pbavLymla,id:\"vDwqhYk0j\",layoutId:\"vDwqhYk0j\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-T2CsNbFcm-NRjViGTV3))\"},children:\"Up to 5 project members\"})}),className:\"framer-cnom3i\",fonts:[\"__SF-UI-Display-Light__\"],layoutDependency:layoutDependency,layoutId:\"I96kqlhaW\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-T2CsNbFcm-NRjViGTV3)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-T2CsNbFcm-NRjViGTV3\":T2CsNbFcm,opacity:.8},text:jTcf_EQ_W,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({md_YMwAN4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-T2CsNbFcm-NRjViGTV3))\"},children:\"Up to 5 project members\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vAjvZ.framer-1xv7rez, .framer-vAjvZ .framer-1xv7rez { display: block; }\",\".framer-vAjvZ.framer-14n01u1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vAjvZ .framer-o1f67j-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-vAjvZ .framer-cnom3i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vAjvZ.framer-14n01u1 { gap: 0px; } .framer-vAjvZ.framer-14n01u1 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-vAjvZ.framer-14n01u1 > :first-child { margin-left: 0px; } .framer-vAjvZ.framer-14n01u1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28.5\n * @framerIntrinsicWidth 247.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"a16b7eZL5\":{\"layout\":[\"auto\",\"auto\"]},\"md_YMwAN4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"T2CsNbFcm\":\"color\",\"pbavLymla\":\"icon\",\"jTcf_EQ_W\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNRjViGTV3=withCSS(Component,css,\"framer-vAjvZ\");export default FramerNRjViGTV3;FramerNRjViGTV3.displayName=\"Feature List 5\";FramerNRjViGTV3.defaultProps={height:28.5,width:247.5};addPropertyControls(FramerNRjViGTV3,{variant:{options:[\"DZ9wyDt9a\",\"a16b7eZL5\",\"md_YMwAN4\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},T2CsNbFcm:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},pbavLymla:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Check\",description:undefined,hidden:undefined,title:\"Icon\"},jTcf_EQ_W:{defaultValue:\"Up to 5 project members\",displayTextArea:true,title:\"Title\",type:ControlType.String}});addFonts(FramerNRjViGTV3,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNRjViGTV3\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"T2CsNbFcm\\\":\\\"color\\\",\\\"pbavLymla\\\":\\\"icon\\\",\\\"jTcf_EQ_W\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a16b7eZL5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"md_YMwAN4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"28.5\",\"framerIntrinsicWidth\":\"247.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NRjViGTV3.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}];export const css=['.framer-ORjCh .framer-styles-preset-1liy3mn:not(.rich-text-wrapper), .framer-ORjCh .framer-styles-preset-1liy3mn.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-ORjCh\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/FndZuf53CXDh8Sh0Z2wQ/mr6T8XJA4tn5yaSNMgp3/sWDjdymW6.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={AY2iJjz0z:{hover:true}};const cycleOrder=[\"pulFlqedB\",\"TuI1FkLhZ\",\"AY2iJjz0z\"];const serializationHash=\"framer-6Roee\";const variantClassNames={AY2iJjz0z:\"framer-v-162iq3o\",pulFlqedB:\"framer-v-1wdy4ks\",TuI1FkLhZ:\"framer-v-baarrv\"};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={damping:60,delay:0,mass:1,stiffness:500,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(React.Fragment);const humanReadableVariantMap={Closed:\"TuI1FkLhZ\",Open:\"pulFlqedB\",Simple:\"AY2iJjz0z\"};const getProps=({color,height,hover,id,link,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,Dl6AiX37G:(_ref=color!==null&&color!==void 0?color:props.Dl6AiX37G)!==null&&_ref!==void 0?_ref:\"rgb(0, 0, 0)\",kcKdHX2wm:(_ref1=title!==null&&title!==void 0?title:props.kcKdHX2wm)!==null&&_ref1!==void 0?_ref1:\"Features\",NKudH2mEX:link!==null&&link!==void 0?link:props.NKudH2mEX,qe8e_sxRy:hover!==null&&hover!==void 0?hover:props.qe8e_sxRy,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"pulFlqedB\"};};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,kcKdHX2wm,qe8e_sxRy,Dl6AiX37G,NKudH2mEX,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pulFlqedB\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter7j7d8i=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(qe8e_sxRy){const res=await qe8e_sxRy(...args);if(res===false)return false;}});const onClick1jfbi8x=activeVariantCallback(async(...args)=>{setVariant(\"vZNkcdFXx\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"AY2iJjz0z-hover\")return false;if(baseVariant===\"AY2iJjz0z\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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:NKudH2mEX,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1wdy4ks\",className,classNames)} framer-roi0j8`,\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pulFlqedB\",onMouseEnter:onMouseEnter7j7d8i,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"AY2iJjz0z-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onMouseEnter:undefined},AY2iJjz0z:{\"data-framer-name\":\"Simple\",\"data-highlight\":undefined,onMouseEnter:undefined},TuI1FkLhZ:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1liy3mn\",\"data-styles-preset\":\"sWDjdymW6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Dl6AiX37G-a7w3v2CCa))\"},children:\"Features\"})}),className:\"framer-b7fp7k\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mHiSIHdfP\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Dl6AiX37G-a7w3v2CCa)\",\"--variable-reference-Dl6AiX37G-a7w3v2CCa\":Dl6AiX37G,opacity:.6},text:kcKdHX2wm,variants:{\"AY2iJjz0z-hover\":{opacity:1},TuI1FkLhZ:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-jyo5yj\",layoutDependency:layoutDependency,layoutId:\"fLarbH1fh\",style:{rotate:0},variants:{TuI1FkLhZ:{rotate:-180}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16uib3x-container\",layoutDependency:layoutDependency,layoutId:\"ay1YqJbqw-container\",style:{opacity:.6},variants:{TuI1FkLhZ:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:Dl6AiX37G,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"ay1YqJbqw\",layoutId:\"ay1YqJbqw\",mirrored:false,onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6Roee.framer-roi0j8, .framer-6Roee .framer-roi0j8 { display: block; }\",\".framer-6Roee.framer-1wdy4ks { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-6Roee .framer-b7fp7k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6Roee .framer-jyo5yj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 12px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 12px; }\",\".framer-6Roee .framer-16uib3x-container { flex: none; height: 12px; position: relative; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6Roee.framer-1wdy4ks, .framer-6Roee .framer-jyo5yj { gap: 0px; } .framer-6Roee.framer-1wdy4ks > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-6Roee.framer-1wdy4ks > :first-child, .framer-6Roee .framer-jyo5yj > :first-child { margin-left: 0px; } .framer-6Roee.framer-1wdy4ks > :last-child, .framer-6Roee .framer-jyo5yj > :last-child { margin-right: 0px; } .framer-6Roee .framer-jyo5yj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-6Roee.framer-v-162iq3o.framer-1wdy4ks { cursor: pointer; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 77\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"TuI1FkLhZ\":{\"layout\":[\"auto\",\"auto\"]},\"AY2iJjz0z\":{\"layout\":[\"auto\",\"auto\"]},\"GF2iy3eg1\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"kcKdHX2wm\":\"title\",\"qe8e_sxRy\":\"hover\",\"Dl6AiX37G\":\"color\",\"NKudH2mEX\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framera7w3v2CCa=withCSS(Component,css,\"framer-6Roee\");export default Framera7w3v2CCa;Framera7w3v2CCa.displayName=\"Nav/Menu\";Framera7w3v2CCa.defaultProps={height:24,width:77};addPropertyControls(Framera7w3v2CCa,{variant:{options:[\"pulFlqedB\",\"TuI1FkLhZ\",\"AY2iJjz0z\"],optionTitles:[\"Open\",\"Closed\",\"Simple\"],title:\"Variant\",type:ControlType.Enum},kcKdHX2wm:{defaultValue:\"Features\",displayTextArea:false,title:\"Title\",type:ControlType.String},qe8e_sxRy:{title:\"Hover\",type:ControlType.EventHandler},Dl6AiX37G:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},NKudH2mEX:{title:\"Link\",type:ControlType.Link}});addFonts(Framera7w3v2CCa,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera7w3v2CCa\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"77\",\"framerVariables\":\"{\\\"kcKdHX2wm\\\":\\\"title\\\",\\\"qe8e_sxRy\\\":\\\"hover\\\",\\\"Dl6AiX37G\\\":\\\"color\\\",\\\"NKudH2mEX\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TuI1FkLhZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AY2iJjz0z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GF2iy3eg1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./a7w3v2CCa.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={K3J716FKC:{hover:true}};const cycleOrder=[\"qnVT6Vxhi\",\"ZrrGqnHKH\",\"K3J716FKC\",\"v_7NBhPsi\"];const serializationHash=\"framer-HJKfu\";const variantClassNames={K3J716FKC:\"framer-v-5p99cq\",qnVT6Vxhi:\"framer-v-1pdbp3w\",v_7NBhPsi:\"framer-v-5nhv5k\",ZrrGqnHKH:\"framer-v-1a7l6cp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 4\":\"v_7NBhPsi\",Closed:\"ZrrGqnHKH\",Open:\"qnVT6Vxhi\",Simple:\"K3J716FKC\"};const getProps=({color,height,hover,id,title,width,...props})=>{return{...props,Dl6AiX37G:color??props.Dl6AiX37G??\"rgb(0, 0, 0)\",kcKdHX2wm:title??props.kcKdHX2wm??\"Features\",qe8e_sxRy:hover??props.qe8e_sxRy,variant:humanReadableVariantMap[props.variant]??props.variant??\"qnVT6Vxhi\"};};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,kcKdHX2wm,qe8e_sxRy,Dl6AiX37G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qnVT6Vxhi\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter7j7d8i=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(qe8e_sxRy){const res=await qe8e_sxRy(...args);if(res===false)return false;}});const onClick1jfbi8x=activeVariantCallback(async(...args)=>{setVariant(\"vZNkcdFXx\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"K3J716FKC-hover\")return false;if([\"K3J716FKC\",\"v_7NBhPsi\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1pdbp3w\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qnVT6Vxhi\",onMouseEnter:onMouseEnter7j7d8i,ref:ref??ref1,style:{...style},...addPropertyOverrides({\"K3J716FKC-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined,onMouseEnter:undefined},K3J716FKC:{\"data-framer-name\":\"Simple\",\"data-highlight\":undefined,onMouseEnter:undefined},v_7NBhPsi:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":undefined,onMouseEnter:undefined},ZrrGqnHKH:{\"data-framer-name\":\"Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-Dl6AiX37G-E2W68uNoY))\"},children:\"Features\"})}),className:\"framer-2f0xla\",fonts:[\"__SF-UI-Display-Light__\"],layoutDependency:layoutDependency,layoutId:\"K2iWyGc1E\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-Dl6AiX37G-E2W68uNoY)\",\"--variable-reference-Dl6AiX37G-E2W68uNoY\":Dl6AiX37G,opacity:.6},text:kcKdHX2wm,variants:{K3J716FKC:{opacity:1},v_7NBhPsi:{opacity:1},ZrrGqnHKH:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xch7qy\",layoutDependency:layoutDependency,layoutId:\"cPS6mgPvu\",style:{rotate:0},variants:{ZrrGqnHKH:{rotate:-180}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lc4ymj-container\",layoutDependency:layoutDependency,layoutId:\"aiORuiQRe-container\",style:{opacity:.6},variants:{ZrrGqnHKH:{opacity:1}},children:/*#__PURE__*/_jsx(Phosphor,{color:Dl6AiX37G,height:\"100%\",iconSearch:\"House\",iconSelection:\"CaretDown\",id:\"aiORuiQRe\",layoutId:\"aiORuiQRe\",mirrored:false,onClick:onClick1jfbi8x,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HJKfu.framer-1ium8my, .framer-HJKfu .framer-1ium8my { display: block; }\",\".framer-HJKfu.framer-1pdbp3w { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-HJKfu .framer-2f0xla { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HJKfu .framer-1xch7qy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 12px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 12px; }\",\".framer-HJKfu .framer-1lc4ymj-container { flex: none; height: 12px; position: relative; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HJKfu.framer-1pdbp3w, .framer-HJKfu .framer-1xch7qy { gap: 0px; } .framer-HJKfu.framer-1pdbp3w > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-HJKfu.framer-1pdbp3w > :first-child, .framer-HJKfu .framer-1xch7qy > :first-child { margin-left: 0px; } .framer-HJKfu.framer-1pdbp3w > :last-child, .framer-HJKfu .framer-1xch7qy > :last-child { margin-right: 0px; } .framer-HJKfu .framer-1xch7qy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-HJKfu.framer-v-5p99cq.framer-1pdbp3w { cursor: pointer; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 75.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ZrrGqnHKH\":{\"layout\":[\"auto\",\"auto\"]},\"K3J716FKC\":{\"layout\":[\"auto\",\"auto\"]},\"v_7NBhPsi\":{\"layout\":[\"auto\",\"auto\"]},\"UgJE71LhI\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"kcKdHX2wm\":\"title\",\"qe8e_sxRy\":\"hover\",\"Dl6AiX37G\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerE2W68uNoY=withCSS(Component,css,\"framer-HJKfu\");export default FramerE2W68uNoY;FramerE2W68uNoY.displayName=\"Nav/Menu\";FramerE2W68uNoY.defaultProps={height:24,width:75.5};addPropertyControls(FramerE2W68uNoY,{variant:{options:[\"qnVT6Vxhi\",\"ZrrGqnHKH\",\"K3J716FKC\",\"v_7NBhPsi\"],optionTitles:[\"Open\",\"Closed\",\"Simple\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},kcKdHX2wm:{defaultValue:\"Features\",displayTextArea:false,title:\"Title\",type:ControlType.String},qe8e_sxRy:{title:\"Hover\",type:ControlType.EventHandler},Dl6AiX37G:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color}});addFonts(FramerE2W68uNoY,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerE2W68uNoY\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZrrGqnHKH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K3J716FKC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"v_7NBhPsi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UgJE71LhI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"kcKdHX2wm\\\":\\\"title\\\",\\\"qe8e_sxRy\\\":\\\"hover\\\",\\\"Dl6AiX37G\\\":\\\"color\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"75.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./E2W68uNoY.map", "// Generated by Framer (114832d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={aY08L8BnK:{hover:true},B7cZJECNg:{hover:true},cL3PLMutX:{hover:true},F1Yf2nvBD:{hover:true},g2HXStwZW:{hover:true},IogQVTLnj:{hover:true},nAW1YUSEC:{hover:true},NUPskvV9x:{hover:true},q3M3hrxRY:{hover:true},SjnkvDbvu:{hover:true},UwKTWvWaL:{hover:true},W7kqYMScS:{hover:true},waLIvV3Lx:{hover:true}};const cycleOrder=[\"cL3PLMutX\",\"nAW1YUSEC\",\"SjnkvDbvu\",\"F1Yf2nvBD\",\"q3M3hrxRY\",\"B7cZJECNg\",\"g2HXStwZW\",\"W7kqYMScS\",\"aY08L8BnK\",\"waLIvV3Lx\",\"IogQVTLnj\",\"UwKTWvWaL\",\"NUPskvV9x\"];const serializationHash=\"framer-tHEer\";const variantClassNames={aY08L8BnK:\"framer-v-gbglwa\",B7cZJECNg:\"framer-v-13hana0\",cL3PLMutX:\"framer-v-16hk5o3\",F1Yf2nvBD:\"framer-v-fiia1c\",g2HXStwZW:\"framer-v-3fw3q0\",IogQVTLnj:\"framer-v-t2ukhb\",nAW1YUSEC:\"framer-v-1j7f28r\",NUPskvV9x:\"framer-v-hjggfe\",q3M3hrxRY:\"framer-v-flgkn4\",SjnkvDbvu:\"framer-v-1xextdc\",UwKTWvWaL:\"framer-v-yrkh51\",W7kqYMScS:\"framer-v-a0x7ng\",waLIvV3Lx:\"framer-v-zdaf9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}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 transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"\u2B1B\uFE0F L Button Fill\":\"cL3PLMutX\",\"\u2B1B\uFE0F L Icon Fill\":\"nAW1YUSEC\",\"\u2B1B\uFE0F M Button Fill\":\"SjnkvDbvu\",\"\u2B1B\uFE0F M Icon FIll\":\"F1Yf2nvBD\",\"\u2B1B\uFE0F S Button Fill\":\"q3M3hrxRY\",\"\u2B1B\uFE0F S Icon Fill \":\"B7cZJECNg\",\"\uD83D\uDD32 L Button Border\":\"g2HXStwZW\",\"\uD83D\uDD32 L Icon Border\":\"W7kqYMScS\",\"\uD83D\uDD32 M Button Border\":\"aY08L8BnK\",\"\uD83D\uDD32 M Icon Border\":\"waLIvV3Lx\",\"\uD83D\uDD32 S Button Border\":\"IogQVTLnj\",\"\uD83D\uDD32 S Icon Border\":\"UwKTWvWaL\",\"Variant 13\":\"NUPskvV9x\"};const getProps=({background,click,height,hover,icon,icon1,id,link,newTab,overlayOpen,radius,title,width,...props})=>{return{...props,eszixBaDA:radius??props.eszixBaDA??10,H5uf7ZxMY:overlayOpen??props.H5uf7ZxMY,ik9I5qIGz:icon??props.ik9I5qIGz??true,J0LC2FGV8:newTab??props.J0LC2FGV8,KJK1sV1GB:title??props.KJK1sV1GB??\"Get started\",nHDeesR15:hover??props.nHDeesR15,RKdabix78:click??props.RKdabix78,RmkZjgJwi:icon1??props.RmkZjgJwi??\"ArrowRight\",UsLusPFRg:background??props.UsLusPFRg??\"rgb(52, 218, 176)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"cL3PLMutX\",yTZZaFOb3:link??props.yTZZaFOb3};};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,eszixBaDA,KJK1sV1GB,UsLusPFRg,ik9I5qIGz,RmkZjgJwi,yTZZaFOb3,nHDeesR15,J0LC2FGV8,RKdabix78,H5uf7ZxMY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"cL3PLMutX\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap139n4we=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(RKdabix78){const res=await RKdabix78(...args);if(res===false)return false;}});const onTaplbsjxu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(nHDeesR15){const res=await nHDeesR15(...args);if(res===false)return false;}if(RKdabix78){const res=await RKdabix78(...args);if(res===false)return false;}});const onTap14brlll=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(H5uf7ZxMY){const res=await H5uf7ZxMY(...args);if(res===false)return false;}});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"nAW1YUSEC-hover\",\"F1Yf2nvBD-hover\",\"B7cZJECNg-hover\",\"W7kqYMScS-hover\",\"waLIvV3Lx-hover\",\"UwKTWvWaL-hover\"].includes(gestureVariant))return false;if([\"nAW1YUSEC\",\"F1Yf2nvBD\",\"B7cZJECNg\",\"W7kqYMScS\",\"waLIvV3Lx\",\"UwKTWvWaL\"].includes(baseVariant))return false;return true;};const isDisplayed1=value=>{if([\"g2HXStwZW-hover\",\"NUPskvV9x-hover\"].includes(gestureVariant))return false;if([\"g2HXStwZW\",\"NUPskvV9x\"].includes(baseVariant))return false;return value;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:yTZZaFOb3,nodeId:\"cL3PLMutX\",openInNewTab:false,smoothScroll:true,...addPropertyOverrides({\"g2HXStwZW-hover\":{href:undefined},\"NUPskvV9x-hover\":{href:undefined},\"SjnkvDbvu-hover\":{href:undefined},g2HXStwZW:{href:undefined},IogQVTLnj:{openInNewTab:J0LC2FGV8},NUPskvV9x:{href:undefined},SjnkvDbvu:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-16hk5o3\",className,classNames)} framer-1wr30sj`,\"data-border\":true,\"data-framer-name\":\"\u2B1B\uFE0F L Button Fill\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cL3PLMutX\",onTap:onTap139n4we,ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.12))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:UsLusPFRg,borderBottomLeftRadius:radiusForCorner(eszixBaDA,3),borderBottomRightRadius:radiusForCorner(eszixBaDA,2),borderTopLeftRadius:radiusForCorner(eszixBaDA,0),borderTopRightRadius:radiusForCorner(eszixBaDA,1),boxShadow:\"0px 0.6021873017743928px 1.8065619053231785px -1.25px rgba(0, 0, 0, 0.07199), 0px 2.288533303243457px 6.8655999097303715px -2.5px rgba(0, 0, 0, 0.06356), 0px 10px 30px -3.75px rgba(0, 0, 0, 0.025)\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\",...style},variants:{\"aY08L8BnK-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"B7cZJECNg-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"cL3PLMutX-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"F1Yf2nvBD-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"g2HXStwZW-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"IogQVTLnj-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"nAW1YUSEC-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"NUPskvV9x-hover\":{backgroundColor:\"rgb(52, 218, 176)\",boxShadow:\"0px 1px 20px 0px rgba(212, 212, 212, 0.1)\",filter:\"brightness(1.1)\",WebkitFilter:\"brightness(1.1)\"},\"q3M3hrxRY-hover\":{filter:\"brightness(0.8)\",WebkitFilter:\"brightness(0.8)\"},\"SjnkvDbvu-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(52, 218, 176)\",boxShadow:\"0px 1px 10px 0px rgba(0, 0, 0, 0.1)\",filter:\"brightness(1.1)\",WebkitFilter:\"brightness(1.1)\"},\"UwKTWvWaL-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"W7kqYMScS-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},\"waLIvV3Lx-hover\":{filter:\"brightness(0.9)\",WebkitFilter:\"brightness(0.9)\"},aY08L8BnK:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},g2HXStwZW:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},IogQVTLnj:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},NUPskvV9x:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(52, 218, 176)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-top-width\":\"2px\",backgroundColor:\"rgb(255, 255, 255)\"},SjnkvDbvu:{\"--border-color\":\"rgb(52, 218, 176)\",backgroundColor:\"rgb(255, 255, 255)\"},UwKTWvWaL:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},W7kqYMScS:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"},waLIvV3Lx:{\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({\"aY08L8BnK-hover\":{\"data-framer-name\":undefined},\"B7cZJECNg-hover\":{\"data-framer-name\":undefined},\"cL3PLMutX-hover\":{\"data-framer-name\":undefined},\"F1Yf2nvBD-hover\":{\"data-framer-name\":undefined},\"g2HXStwZW-hover\":{\"data-framer-name\":undefined},\"IogQVTLnj-hover\":{\"data-framer-name\":undefined},\"nAW1YUSEC-hover\":{\"data-framer-name\":undefined},\"NUPskvV9x-hover\":{\"data-framer-name\":undefined},\"q3M3hrxRY-hover\":{\"data-framer-name\":undefined},\"SjnkvDbvu-hover\":{\"data-framer-name\":undefined},\"UwKTWvWaL-hover\":{\"data-framer-name\":undefined},\"W7kqYMScS-hover\":{\"data-framer-name\":undefined},\"waLIvV3Lx-hover\":{\"data-framer-name\":undefined},aY08L8BnK:{\"data-framer-name\":\"\uD83D\uDD32 M Button Border\"},B7cZJECNg:{\"data-framer-name\":\"\u2B1B\uFE0F S Icon Fill \"},F1Yf2nvBD:{\"data-framer-name\":\"\u2B1B\uFE0F M Icon FIll\"},g2HXStwZW:{\"data-framer-name\":\"\uD83D\uDD32 L Button Border\",onTap:onTap14brlll},IogQVTLnj:{\"data-framer-name\":\"\uD83D\uDD32 S Button Border\"},nAW1YUSEC:{\"data-framer-name\":\"\u2B1B\uFE0F L Icon Fill\"},NUPskvV9x:{\"data-framer-name\":\"Variant 13\"},q3M3hrxRY:{\"data-framer-name\":\"\u2B1B\uFE0F S Button Fill\"},SjnkvDbvu:{\"data-framer-name\":\"\u2B1B\uFE0F M Button Fill\",onTap:onTaplbsjxu},UwKTWvWaL:{\"data-framer-name\":\"\uD83D\uDD32 S Icon Border\"},W7kqYMScS:{\"data-framer-name\":\"\uD83D\uDD32 L Icon Border\"},waLIvV3Lx:{\"data-framer-name\":\"\uD83D\uDD32 M Icon Border\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})}),className:\"framer-18qlb3q\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Jx21G8urZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KJK1sV1GB,variants:{\"NUPskvV9x-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},\"SjnkvDbvu-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},NUPskvV9x:{\"--extracted-r6o4lv\":\"rgb(52, 218, 176)\"},SjnkvDbvu:{\"--extracted-r6o4lv\":\"rgb(52, 218, 176)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"NUPskvV9x-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})},\"SjnkvDbvu-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})},aY08L8BnK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:\"Get started\"})})},g2HXStwZW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:\"Get started\"})}),fonts:[\"__SF-UI-Display-Regular__\"]},IogQVTLnj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:\"Get started\"})})},NUPskvV9x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(52, 218, 176))\"},children:\"Get started\"})}),fonts:[\"__SF-UI-Display-Regular__\"]},q3M3hrxRY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get started\"})})},SjnkvDbvu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.3px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(52, 218, 176))\"},children:\"Get started\"})}),fonts:[\"__SF-UI-Display-Medium__\"]}},baseVariant,gestureVariant)}),isDisplayed1(ik9I5qIGz)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ofg3k\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"ccIuNzIro\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{\"cL3PLMutX-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"nAW1YUSEC-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"SjnkvDbvu-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},aY08L8BnK:{backgroundColor:\"rgba(0, 0, 0, 0)\"},B7cZJECNg:{backgroundColor:\"rgba(0, 0, 0, 0)\"},F1Yf2nvBD:{backgroundColor:\"rgba(0, 0, 0, 0)\"},IogQVTLnj:{backgroundColor:\"rgba(0, 0, 0, 0)\"},q3M3hrxRY:{backgroundColor:\"rgba(0, 0, 0, 0)\"},SjnkvDbvu:{backgroundColor:\"rgb(255, 255, 255)\"},UwKTWvWaL:{backgroundColor:\"rgba(0, 0, 0, 0)\"},W7kqYMScS:{backgroundColor:\"rgba(0, 0, 0, 0)\"},waLIvV3Lx:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1189tyh-container\",layoutDependency:layoutDependency,layoutId:\"vy7mXw4bc-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:RmkZjgJwi,id:\"vy7mXw4bc\",layoutId:\"vy7mXw4bc\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({\"SjnkvDbvu-hover\":{color:\"rgb(255, 255, 255)\"},aY08L8BnK:{color:\"rgb(0, 0, 0)\"},IogQVTLnj:{color:\"rgb(0, 0, 0)\"},SjnkvDbvu:{color:\"rgb(52, 218, 176)\"},UwKTWvWaL:{color:\"rgb(0, 0, 0)\"},W7kqYMScS:{color:\"rgb(0, 0, 0)\"},waLIvV3Lx:{color:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tHEer.framer-1wr30sj, .framer-tHEer .framer-1wr30sj { display: block; }\",\".framer-tHEer.framer-16hk5o3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-tHEer .framer-18qlb3q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tHEer .framer-11ofg3k { flex: none; height: 20px; overflow: visible; position: relative; width: 20px; }\",\".framer-tHEer .framer-1189tyh-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-16hk5o3 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-tHEer.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-1j7f28r.framer-16hk5o3, .framer-tHEer.framer-v-a0x7ng.framer-16hk5o3 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 54px); padding: 20px; width: 54px; }\",\".framer-tHEer.framer-v-1xextdc.framer-16hk5o3, .framer-tHEer.framer-v-gbglwa.framer-16hk5o3 { gap: 4px; padding: 10px 15px 10px 15px; }\",\".framer-tHEer.framer-v-1xextdc .framer-1189tyh-container, .framer-tHEer.framer-v-fiia1c .framer-1189tyh-container, .framer-tHEer.framer-v-zdaf9 .framer-1189tyh-container { bottom: unset; height: 16px; left: calc(50.00000000000002% - 16px / 2); right: unset; top: calc(50.00000000000002% - 16px / 2); width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-v-1xextdc.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-v-1xextdc.framer-16hk5o3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-tHEer.framer-v-1xextdc.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-v-1xextdc.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-fiia1c.framer-16hk5o3, .framer-tHEer.framer-v-zdaf9.framer-16hk5o3 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); padding: 10px; width: 40px; }\",\".framer-tHEer.framer-v-flgkn4.framer-16hk5o3, .framer-tHEer.framer-v-t2ukhb.framer-16hk5o3 { gap: 0px; padding: 5px 10px 5px 10px; }\",\".framer-tHEer.framer-v-flgkn4 .framer-1189tyh-container { bottom: 2px; height: 14px; left: calc(50.00000000000002% - 14px / 2); right: unset; top: unset; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-v-flgkn4.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-v-flgkn4.framer-16hk5o3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-tHEer.framer-v-flgkn4.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-v-flgkn4.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-13hana0.framer-16hk5o3 { aspect-ratio: 1 / 1; gap: 4px; height: var(--framer-aspect-ratio-supported, 30px); padding: 10px 15px 10px 15px; width: 30px; }\",\".framer-tHEer.framer-v-13hana0 .framer-1189tyh-container, .framer-tHEer.framer-v-yrkh51 .framer-1189tyh-container { bottom: unset; height: 14px; left: calc(50.00000000000002% - 14px / 2); right: unset; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-v-13hana0.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-v-13hana0.framer-16hk5o3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-tHEer.framer-v-13hana0.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-v-13hana0.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-gbglwa .framer-1189tyh-container { bottom: 1px; height: 16px; right: unset; top: unset; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-v-gbglwa.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-v-gbglwa.framer-16hk5o3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-tHEer.framer-v-gbglwa.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-v-gbglwa.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-t2ukhb .framer-1189tyh-container { bottom: 3px; height: 14px; left: calc(50.00000000000002% - 14px / 2); right: unset; top: unset; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-v-t2ukhb.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-v-t2ukhb.framer-16hk5o3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-tHEer.framer-v-t2ukhb.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-v-t2ukhb.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-yrkh51.framer-16hk5o3 { aspect-ratio: 1 / 1; gap: 2px; height: var(--framer-aspect-ratio-supported, 30px); padding: 10px 15px 10px 15px; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tHEer.framer-v-yrkh51.framer-16hk5o3 { gap: 0px; } .framer-tHEer.framer-v-yrkh51.framer-16hk5o3 > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-tHEer.framer-v-yrkh51.framer-16hk5o3 > :first-child { margin-left: 0px; } .framer-tHEer.framer-v-yrkh51.framer-16hk5o3 > :last-child { margin-right: 0px; } }\",\".framer-tHEer.framer-v-1xextdc.hover .framer-1189tyh-container, .framer-tHEer.framer-v-fiia1c.hover .framer-1189tyh-container, .framer-tHEer.framer-v-13hana0.hover .framer-1189tyh-container, .framer-tHEer.framer-v-zdaf9.hover .framer-1189tyh-container, .framer-tHEer.framer-v-yrkh51.hover .framer-1189tyh-container { bottom: unset; right: unset; }\",\".framer-tHEer.framer-v-flgkn4.hover .framer-1189tyh-container, .framer-tHEer.framer-v-gbglwa.hover .framer-1189tyh-container, .framer-tHEer.framer-v-t2ukhb.hover .framer-1189tyh-container { left: unset; right: 1px; top: unset; }\",'.framer-tHEer[data-border=\"true\"]::after, .framer-tHEer [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\n * @framerIntrinsicWidth 162\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"nAW1YUSEC\":{\"layout\":[\"fixed\",\"fixed\"]},\"SjnkvDbvu\":{\"layout\":[\"auto\",\"auto\"]},\"F1Yf2nvBD\":{\"layout\":[\"fixed\",\"fixed\"]},\"q3M3hrxRY\":{\"layout\":[\"auto\",\"auto\"]},\"B7cZJECNg\":{\"layout\":[\"fixed\",\"fixed\"]},\"g2HXStwZW\":{\"layout\":[\"auto\",\"auto\"]},\"W7kqYMScS\":{\"layout\":[\"fixed\",\"fixed\"]},\"aY08L8BnK\":{\"layout\":[\"auto\",\"auto\"]},\"waLIvV3Lx\":{\"layout\":[\"fixed\",\"fixed\"]},\"IogQVTLnj\":{\"layout\":[\"auto\",\"auto\"]},\"UwKTWvWaL\":{\"layout\":[\"fixed\",\"fixed\"]},\"NUPskvV9x\":{\"layout\":[\"auto\",\"auto\"]},\"lySA2HeTJ\":{\"layout\":[\"auto\",\"auto\"]},\"RIBUpKNVe\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ew_RhZA6o\":{\"layout\":[\"auto\",\"auto\"]},\"J91UyLX5t\":{\"layout\":[\"fixed\",\"fixed\"]},\"A8QyWaarB\":{\"layout\":[\"auto\",\"auto\"]},\"Fd2XJ5Mgz\":{\"layout\":[\"fixed\",\"fixed\"]},\"qDzBWKds7\":{\"layout\":[\"auto\",\"auto\"]},\"INMo3Uwq2\":{\"layout\":[\"fixed\",\"fixed\"]},\"kqoo_RJWB\":{\"layout\":[\"auto\",\"auto\"]},\"GhNQ2uWIu\":{\"layout\":[\"fixed\",\"fixed\"]},\"kai15gNMs\":{\"layout\":[\"auto\",\"auto\"]},\"tjR2ubAu4\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZZAVkTm_v\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"eszixBaDA\":\"radius\",\"KJK1sV1GB\":\"title\",\"UsLusPFRg\":\"background\",\"ik9I5qIGz\":\"icon\",\"RmkZjgJwi\":\"icon1\",\"yTZZaFOb3\":\"link\",\"nHDeesR15\":\"hover\",\"J0LC2FGV8\":\"newTab\",\"RKdabix78\":\"click\",\"H5uf7ZxMY\":\"overlayOpen\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersrOhbyP6u=withCSS(Component,css,\"framer-tHEer\");export default FramersrOhbyP6u;FramersrOhbyP6u.displayName=\"menu button\";FramersrOhbyP6u.defaultProps={height:54,width:162};addPropertyControls(FramersrOhbyP6u,{variant:{options:[\"cL3PLMutX\",\"nAW1YUSEC\",\"SjnkvDbvu\",\"F1Yf2nvBD\",\"q3M3hrxRY\",\"B7cZJECNg\",\"g2HXStwZW\",\"W7kqYMScS\",\"aY08L8BnK\",\"waLIvV3Lx\",\"IogQVTLnj\",\"UwKTWvWaL\",\"NUPskvV9x\"],optionTitles:[\"\u2B1B\uFE0F L Button Fill\",\"\u2B1B\uFE0F L Icon Fill\",\"\u2B1B\uFE0F M Button Fill\",\"\u2B1B\uFE0F M Icon FIll\",\"\u2B1B\uFE0F S Button Fill\",\"\u2B1B\uFE0F S Icon Fill \",\"\uD83D\uDD32 L Button Border\",\"\uD83D\uDD32 L Icon Border\",\"\uD83D\uDD32 M Button Border\",\"\uD83D\uDD32 M Icon Border\",\"\uD83D\uDD32 S Button Border\",\"\uD83D\uDD32 S Icon Border\",\"Variant 13\"],title:\"Variant\",type:ControlType.Enum},eszixBaDA:{defaultValue:10,title:\"Radius\",type:ControlType.Number},KJK1sV1GB:{defaultValue:\"Get started\",displayTextArea:false,title:\"Title\",type:ControlType.String},UsLusPFRg:{defaultValue:\"rgb(52, 218, 176)\",description:\"Available for \u201DFill\u201D variants.\",title:\"Background\",type:ControlType.Color},ik9I5qIGz:{defaultValue:true,title:\"Icon\",type:ControlType.Boolean},RmkZjgJwi:PhosphorControls?.[\"iconSelection\"]&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"ArrowRight\",description:undefined,hidden:undefined,title:\"Icon\"},yTZZaFOb3:{title:\"Link\",type:ControlType.Link},nHDeesR15:{title:\"Hover\",type:ControlType.EventHandler},J0LC2FGV8:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},RKdabix78:{title:\"Click\",type:ControlType.EventHandler},H5uf7ZxMY:{title:\"Overlay Open\",type:ControlType.EventHandler}});addFonts(FramersrOhbyP6u,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersrOhbyP6u\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"54\",\"framerIntrinsicWidth\":\"162\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nAW1YUSEC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SjnkvDbvu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"F1Yf2nvBD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"q3M3hrxRY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"B7cZJECNg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g2HXStwZW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W7kqYMScS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aY08L8BnK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"waLIvV3Lx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IogQVTLnj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UwKTWvWaL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NUPskvV9x\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lySA2HeTJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RIBUpKNVe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ew_RhZA6o\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J91UyLX5t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"A8QyWaarB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Fd2XJ5Mgz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qDzBWKds7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"INMo3Uwq2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kqoo_RJWB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GhNQ2uWIu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kai15gNMs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tjR2ubAu4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZZAVkTm_v\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"eszixBaDA\\\":\\\"radius\\\",\\\"KJK1sV1GB\\\":\\\"title\\\",\\\"UsLusPFRg\\\":\\\"background\\\",\\\"ik9I5qIGz\\\":\\\"icon\\\",\\\"RmkZjgJwi\\\":\\\"icon1\\\",\\\"yTZZaFOb3\\\":\\\"link\\\",\\\"nHDeesR15\\\":\\\"hover\\\",\\\"J0LC2FGV8\\\":\\\"newTab\\\",\\\"RKdabix78\\\":\\\"click\\\",\\\"H5uf7ZxMY\\\":\\\"overlayOpen\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./srOhbyP6u.map", "// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import NavMenu1 from\"https://framerusercontent.com/modules/nAcevMyj3Nc9rndww4fe/wYpcb3CHdaElfuIYELqt/a7w3v2CCa.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import{withDocButtonOverride,withLoginButtonOverride}from\"https://framerusercontent.com/modules/mVOlgmgPY5AAqj9pMkX6/3wBzDFTUfxWiLesZvnb1/GoogleLogin.js\";import NavMenu from\"https://framerusercontent.com/modules/CNXtgtdmVhUW8dAmBHON/Ka2JO5BlAbrNFG8LBSUE/E2W68uNoY.js\";import Logo from\"https://framerusercontent.com/modules/fpk3G9xNFS4ra8ktvDfV/ZuWA8gJItVTouFnqc5BQ/RG0eff1Pf.js\";import MenuButton,*as MenuButtonInfo from\"https://framerusercontent.com/modules/nSPy7RoHOxmnfY5SKvKH/fOmg1AVlYXd4KLAWdtpZ/srOhbyP6u.js\";const LogoFonts=getFonts(Logo);const NavMenuFonts=getFonts(NavMenu);const MotionDivWithDocButtonOverride=withDocButtonOverride(motion.div);const MenuButtonFonts=getFonts(MenuButton);const MenuButtonWithLoginButtonOverrideWithMappedReactPropss95ks=withMappedReactProps(withLoginButtonOverride(MenuButton),MenuButtonInfo);const NavMenu1Fonts=getFonts(NavMenu1);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"qbiEkAlkX\",\"DJGeZYuvL\",\"js0u6efJY\"];const serializationHash=\"framer-8tdut\";const variantClassNames={DJGeZYuvL:\"framer-v-lac8pq\",js0u6efJY:\"framer-v-1sb1ai0\",qbiEkAlkX:\"framer-v-ubgvgk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone open\":\"js0u6efJY\",Desktop:\"qbiEkAlkX\",Phone:\"DJGeZYuvL\"};const getProps=({background,backgroundBlur,click,height,id,overlayOpen,width,...props})=>{return{...props,eXPh3W9Oy:overlayOpen??props.eXPh3W9Oy,LylWg8UG8:backgroundBlur??props.LylWg8UG8,oqrd6d5I6:background??props.oqrd6d5I6??\"var(--token-411d128e-7bbe-47d1-af53-dae72f05a21a, rgb(255, 255, 255))\",QqQDj_STD:click??props.QqQDj_STD,variant:humanReadableVariantMap[props.variant]??props.variant??\"qbiEkAlkX\"};};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,oqrd6d5I6,LylWg8UG8,QqQDj_STD,eXPh3W9Oy,Tyvh_HtHOhH1DdpI8D,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qbiEkAlkX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const fgAIG8Gx31s9dxy9=activeVariantCallback(async(...args)=>{setVariant(\"qbiEkAlkX\");});const qe8e_sxRy1s9dxy9=activeVariantCallback(async(...args)=>{setVariant(\"qbiEkAlkX\");});const onTapmw4tqx=activeVariantCallback(async(...args)=>{if(QqQDj_STD){const res=await QqQDj_STD(...args);if(res===false)return false;}setVariant(\"DJGeZYuvL\");});const onTaptgnxcj=activeVariantCallback(async(...args)=>{setVariant(\"DJGeZYuvL\");});const RKdabix78154oto0=activeVariantCallback(async(...args)=>{if(eXPh3W9Oy){const res=await eXPh3W9Oy(...args);if(res===false)return false;}});const onTap13uepcf=activeVariantCallback(async(...args)=>{setVariant(\"js0u6efJY\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"DJGeZYuvL\",\"js0u6efJY\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"js0u6efJY\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"js0u6efJY\")return false;return true;};const isDisplayed3=()=>{if([\"DJGeZYuvL\",\"js0u6efJY\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"DJGeZYuvL\")return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"DJGeZYuvL\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ubgvgk\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"qbiEkAlkX\",ref:ref??ref1,style:{backdropFilter:`blur(${LylWg8UG8}px)`,backgroundColor:oqrd6d5I6,...style},variants:{js0u6efJY:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({DJGeZYuvL:{\"data-framer-name\":\"Phone\"},js0u6efJY:{\"data-framer-name\":\"Phone open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7y6bw4\",layoutDependency:layoutDependency,layoutId:\"kVf2M1L8b\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-94)/2)+27,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sd3yjq-container\",layoutDependency:layoutDependency,layoutId:\"sQvaO0PMJ-container\",children:/*#__PURE__*/_jsx(Logo,{fgAIG8Gx3:fgAIG8Gx31s9dxy9,height:\"100%\",id:\"sQvaO0PMJ\",layoutId:\"sQvaO0PMJ\",QPpn2xZty:\"rgb(0, 0, 0)\",style:{height:\"100%\",width:\"100%\"},variant:\"qy9qVuCBA\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1brz4np\",\"data-framer-name\":\"menu\",layoutDependency:layoutDependency,layoutId:\"g3TWzsekv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a2iw72\",layoutDependency:layoutDependency,layoutId:\"PYcKet29i\",children:[/*#__PURE__*/_jsxs(MotionDivWithDocButtonOverride,{className:\"framer-1be5cjr\",\"data-framer-name\":\"Docs\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VV3RkYmlr\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-94)/2)+20+14.5+.5+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6weg6n-container\",layoutDependency:layoutDependency,layoutId:\"V8OYzdoZC-container\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"rgb(0, 0, 0)\",height:\"100%\",id:\"V8OYzdoZC\",kcKdHX2wm:\"Docs \",layoutId:\"V8OYzdoZC\",qe8e_sxRy:qe8e_sxRy1s9dxy9,variant:\"K3J716FKC\",width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-dnqp0c\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZitKfEhBL\",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 15.75 2.25 L 11.25 2.25 M 15.75 2.25 L 9 9 M 15.75 2.25 L 15.75 6.75\" fill=\"transparent\" stroke-width=\"1.13\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 15.75 9.75 L 15.75 14.25 C 15.75 15.078 15.078 15.75 14.25 15.75 L 3.75 15.75 C 2.922 15.75 2.25 15.078 2.25 14.25 L 2.25 3.75 C 2.25 2.922 2.922 2.25 3.75 2.25 L 8.25 2.25\" fill=\"transparent\" stroke-width=\"1.13\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11016721454,withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":O4lTeblGJ\",webPageId:\"WZ9rIqrEw\"},motionChild:true,nodeId:\"B5rFXHkXc\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-171yejj framer-1k21bbi\",layoutDependency:layoutDependency,layoutId:\"B5rFXHkXc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-94)/2)+20+14.5+.5+0+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x7v7kr-container\",layoutDependency:layoutDependency,layoutId:\"d7cFF4JU3-container\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"rgb(0, 0, 0)\",height:\"100%\",id:\"d7cFF4JU3\",kcKdHX2wm:\"Pricing\",layoutId:\"d7cFF4JU3\",variant:\"K3J716FKC\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-94)/2)+20+0,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-149sc7l-container\",\"data-framer-name\":\"Integrate for Free\",layoutDependency:layoutDependency,layoutId:\"E4pihRaKD-container\",name:\"Integrate for Free\",children:/*#__PURE__*/_jsx(MenuButtonWithLoginButtonOverrideWithMappedReactPropss95ks,{eszixBaDA:10,height:\"100%\",id:\"E4pihRaKD\",ik9I5qIGz:false,J0LC2FGV8:false,KJK1sV1GB:\"Integrate for Free\",layoutId:\"E4pihRaKD\",name:\"Integrate for Free\",RmkZjgJwi:\"ArrowRight\",UsLusPFRg:oqrd6d5I6,variant:\"SjnkvDbvu\",width:\"100%\",yTZZaFOb3:\"https://framer.link/ZQ2l2Kk\"})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ezti7t\",layoutDependency:layoutDependency,layoutId:\"Nnhb0QDaW\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b22yd9\",layoutDependency:layoutDependency,layoutId:\"O4W6JRxtT\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wjfa4s-container\",layoutDependency:layoutDependency,layoutId:\"XfcQyg2Fa-container\",children:/*#__PURE__*/_jsx(NavMenu1,{Dl6AiX37G:Tyvh_HtHOhH1DdpI8D,height:\"100%\",id:\"XfcQyg2Fa\",kcKdHX2wm:\"About\",layoutId:\"XfcQyg2Fa\",variant:\"AY2iJjz0z\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y005ff-container\",layoutDependency:layoutDependency,layoutId:\"yUl6E1Em_-container\",children:/*#__PURE__*/_jsx(NavMenu1,{Dl6AiX37G:Tyvh_HtHOhH1DdpI8D,height:\"100%\",id:\"yUl6E1Em_\",kcKdHX2wm:\"Features\",layoutId:\"yUl6E1Em_\",variant:\"AY2iJjz0z\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5j5mds-container\",layoutDependency:layoutDependency,layoutId:\"AdAkM5fdT-container\",children:/*#__PURE__*/_jsx(NavMenu1,{Dl6AiX37G:Tyvh_HtHOhH1DdpI8D,height:\"100%\",id:\"AdAkM5fdT\",kcKdHX2wm:\"Customers\",layoutId:\"AdAkM5fdT\",variant:\"AY2iJjz0z\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-toe17y-container\",layoutDependency:layoutDependency,layoutId:\"vJirnG_pY-container\",children:/*#__PURE__*/_jsx(NavMenu1,{Dl6AiX37G:Tyvh_HtHOhH1DdpI8D,height:\"100%\",id:\"vJirnG_pY\",kcKdHX2wm:\"Updates\",layoutId:\"vJirnG_pY\",variant:\"AY2iJjz0z\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r683gf-container\",layoutDependency:layoutDependency,layoutId:\"DmbCt8FQE-container\",children:/*#__PURE__*/_jsx(NavMenu1,{Dl6AiX37G:Tyvh_HtHOhH1DdpI8D,height:\"100%\",id:\"DmbCt8FQE\",kcKdHX2wm:\"Help\",layoutId:\"DmbCt8FQE\",variant:\"AY2iJjz0z\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithDocButtonOverride,{className:\"framer-1porx7m\",\"data-framer-name\":\"Docs\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"yA7jNo0k1\",onTap:onTapmw4tqx,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({js0u6efJY:{y:(componentViewport?.y||0)+0+80+20+-7.5+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-78hvbo-container\",layoutDependency:layoutDependency,layoutId:\"tp9k9QKXe-container\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"rgb(0, 0, 0)\",height:\"100%\",id:\"tp9k9QKXe\",kcKdHX2wm:\"Docs \",layoutId:\"tp9k9QKXe\",variant:\"K3J716FKC\",width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12wief\",\"data-framer-name\":\"Graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"RAIoFHk_E\",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 15.75 2.25 L 11.25 2.25 M 15.75 2.25 L 9 9 M 15.75 2.25 L 15.75 6.75\" fill=\"transparent\" stroke-width=\"1.13\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path><path d=\"M 15.75 9.75 L 15.75 14.25 C 15.75 15.078 15.078 15.75 14.25 15.75 L 3.75 15.75 C 2.922 15.75 2.25 15.078 2.25 14.25 L 2.25 3.75 C 2.25 2.922 2.922 2.25 3.75 2.25 L 8.25 2.25\" fill=\"transparent\" stroke-width=\"1.13\" stroke=\"rgb(0,0,0)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:11016721454,withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:{hash:\":O4lTeblGJ\",webPageId:\"WZ9rIqrEw\"},motionChild:true,nodeId:\"nWr3icsbO\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1icclsw framer-1k21bbi\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nWr3icsbO\",onTap:onTaptgnxcj,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,...addPropertyOverrides({js0u6efJY:{y:(componentViewport?.y||0)+0+80+20+-7.5+0+44+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rcahbv-container\",layoutDependency:layoutDependency,layoutId:\"l2UsjnTBf-container\",children:/*#__PURE__*/_jsx(NavMenu,{Dl6AiX37G:\"rgb(0, 0, 0)\",height:\"100%\",id:\"l2UsjnTBf\",kcKdHX2wm:\"Pricing\",layoutId:\"l2UsjnTBf\",variant:\"K3J716FKC\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,...addPropertyOverrides({js0u6efJY:{y:(componentViewport?.y||0)+0+80+20+-7.5+0+88}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11bkxtd-container\",\"data-framer-name\":\"Integrate for Free\",layoutDependency:layoutDependency,layoutId:\"x7Oz4IKYn-container\",name:\"Integrate for Free\",children:/*#__PURE__*/_jsx(MenuButton,{eszixBaDA:10,height:\"100%\",id:\"x7Oz4IKYn\",ik9I5qIGz:false,J0LC2FGV8:false,KJK1sV1GB:\"Integrate for Free\",layoutId:\"x7Oz4IKYn\",name:\"Integrate for Free\",RKdabix78:RKdabix78154oto0,RmkZjgJwi:\"ArrowRight\",UsLusPFRg:oqrd6d5I6,variant:\"SjnkvDbvu\",width:\"100%\",yTZZaFOb3:\"https://framer.link/ZQ2l2Kk\"})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s7lajv\",layoutDependency:layoutDependency,layoutId:\"hsgbLA2u6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",...addPropertyOverrides({DJGeZYuvL:{y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-80)/2)+20},js0u6efJY:{y:(componentViewport?.y||0)+0+0+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bbptnk-container\",layoutDependency:layoutDependency,layoutId:\"KmN7vcnUF-container\",children:/*#__PURE__*/_jsx(Logo,{fgAIG8Gx3:fgAIG8Gx31s9dxy9,height:\"100%\",id:\"KmN7vcnUF\",layoutId:\"KmN7vcnUF\",QPpn2xZty:\"rgb(0, 0, 0)\",style:{height:\"100%\",width:\"100%\"},variant:\"qy9qVuCBA\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vzbzlb\",\"data-framer-name\":\"menu\",layoutDependency:layoutDependency,layoutId:\"gzppFTe7U\"}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-mn7syn\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WJYxJT83k\",onTap:onTap13uepcf,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13gzqqh-container\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"wCsY3MqYb-container\",name:\"Menu\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"List\",id:\"wCsY3MqYb\",layoutId:\"wCsY3MqYb\",mirrored:false,name:\"Menu\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ikoryu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BzkYB8kdf\",onTap:onTaptgnxcj,children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10m3mhb-container\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"GKbaSn1XO-container\",name:\"X\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"X\",id:\"GKbaSn1XO\",layoutId:\"GKbaSn1XO\",mirrored:false,name:\"X\",selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8tdut.framer-1k21bbi, .framer-8tdut .framer-1k21bbi { display: block; }\",\".framer-8tdut.framer-ubgvgk { 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; position: relative; width: 1120px; }\",\".framer-8tdut .framer-7y6bw4, .framer-8tdut .framer-1s7lajv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1600px; overflow: auto; padding: 20px; position: relative; width: 1px; z-index: 0; }\",\".framer-8tdut .framer-1sd3yjq-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-8tdut .framer-1brz4np { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-8tdut .framer-a2iw72 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 161px; }\",\".framer-8tdut .framer-1be5cjr { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 90px; }\",\".framer-8tdut .framer-6weg6n-container, .framer-8tdut .framer-1x7v7kr-container, .framer-8tdut .framer-149sc7l-container, .framer-8tdut .framer-1wjfa4s-container, .framer-8tdut .framer-y005ff-container, .framer-8tdut .framer-5j5mds-container, .framer-8tdut .framer-toe17y-container, .framer-8tdut .framer-1r683gf-container, .framer-8tdut .framer-78hvbo-container, .framer-8tdut .framer-rcahbv-container, .framer-8tdut .framer-11bkxtd-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-8tdut .framer-dnqp0c, .framer-8tdut .framer-12wief { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-8tdut .framer-171yejj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-8tdut .framer-1ezti7t { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 167px; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-8tdut .framer-1b22yd9 { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8tdut .framer-1porx7m { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 90px; }\",\".framer-8tdut .framer-1icclsw { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-8tdut .framer-1bbptnk-container { flex: none; height: 40px; position: relative; width: 40px; z-index: 1; }\",\".framer-8tdut .framer-1vzbzlb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; min-height: 25px; min-width: 161px; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-8tdut .framer-mn7syn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-8tdut .framer-13gzqqh-container, .framer-8tdut .framer-10m3mhb-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-8tdut .framer-1ikoryu { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 28px; min-width: 149px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8tdut.framer-ubgvgk, .framer-8tdut .framer-1brz4np, .framer-8tdut .framer-a2iw72, .framer-8tdut .framer-1be5cjr, .framer-8tdut .framer-171yejj, .framer-8tdut .framer-1ezti7t, .framer-8tdut .framer-1b22yd9, .framer-8tdut .framer-1porx7m, .framer-8tdut .framer-1icclsw, .framer-8tdut .framer-1vzbzlb, .framer-8tdut .framer-mn7syn, .framer-8tdut .framer-1ikoryu { gap: 0px; } .framer-8tdut.framer-ubgvgk > *, .framer-8tdut .framer-a2iw72 > *, .framer-8tdut .framer-1icclsw > *, .framer-8tdut .framer-mn7syn > *, .framer-8tdut .framer-1ikoryu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8tdut.framer-ubgvgk > :first-child, .framer-8tdut .framer-1brz4np > :first-child, .framer-8tdut .framer-a2iw72 > :first-child, .framer-8tdut .framer-1be5cjr > :first-child, .framer-8tdut .framer-1porx7m > :first-child, .framer-8tdut .framer-1icclsw > :first-child, .framer-8tdut .framer-1vzbzlb > :first-child, .framer-8tdut .framer-mn7syn > :first-child, .framer-8tdut .framer-1ikoryu > :first-child { margin-left: 0px; } .framer-8tdut.framer-ubgvgk > :last-child, .framer-8tdut .framer-1brz4np > :last-child, .framer-8tdut .framer-a2iw72 > :last-child, .framer-8tdut .framer-1be5cjr > :last-child, .framer-8tdut .framer-1porx7m > :last-child, .framer-8tdut .framer-1icclsw > :last-child, .framer-8tdut .framer-1vzbzlb > :last-child, .framer-8tdut .framer-mn7syn > :last-child, .framer-8tdut .framer-1ikoryu > :last-child { margin-right: 0px; } .framer-8tdut .framer-1brz4np > *, .framer-8tdut .framer-1vzbzlb > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-8tdut .framer-1be5cjr > *, .framer-8tdut .framer-1porx7m > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-8tdut .framer-171yejj > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-8tdut .framer-171yejj > :first-child, .framer-8tdut .framer-1ezti7t > :first-child, .framer-8tdut .framer-1b22yd9 > :first-child { margin-top: 0px; } .framer-8tdut .framer-171yejj > :last-child, .framer-8tdut .framer-1ezti7t > :last-child, .framer-8tdut .framer-1b22yd9 > :last-child { margin-bottom: 0px; } .framer-8tdut .framer-1ezti7t > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8tdut .framer-1b22yd9 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-8tdut.framer-v-lac8pq.framer-ubgvgk { width: 390px; }\",\".framer-8tdut.framer-v-1sb1ai0.framer-ubgvgk { flex-direction: column; gap: 0px; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 10); padding: 0px 0px 431px 0px; width: 390px; }\",\".framer-8tdut.framer-v-1sb1ai0 .framer-1ezti7t { flex: none; order: 2; width: 100%; }\",\".framer-8tdut.framer-v-1sb1ai0 .framer-1s7lajv { flex: none; order: 0; width: 100%; }\",\".framer-8tdut.framer-v-1sb1ai0 .framer-1bbptnk-container { order: 0; }\",\".framer-8tdut.framer-v-1sb1ai0 .framer-1vzbzlb { order: 1; }\",\".framer-8tdut.framer-v-1sb1ai0 .framer-1ikoryu { min-height: unset; min-width: unset; order: 8; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8tdut.framer-v-1sb1ai0.framer-ubgvgk { gap: 0px; } .framer-8tdut.framer-v-1sb1ai0.framer-ubgvgk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8tdut.framer-v-1sb1ai0.framer-ubgvgk > :first-child { margin-top: 0px; } .framer-8tdut.framer-v-1sb1ai0.framer-ubgvgk > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1120\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DJGeZYuvL\":{\"layout\":[\"fixed\",\"auto\"]},\"js0u6efJY\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"1000vh\"]}}}\n * @framerVariables {\"oqrd6d5I6\":\"background\",\"LylWg8UG8\":\"backgroundBlur\",\"QqQDj_STD\":\"click\",\"eXPh3W9Oy\":\"overlayOpen\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQ6akyLQUp=withCSS(Component,css,\"framer-8tdut\");export default FramerQ6akyLQUp;FramerQ6akyLQUp.displayName=\"Nav Simple\";FramerQ6akyLQUp.defaultProps={height:80,width:1120};addPropertyControls(FramerQ6akyLQUp,{variant:{options:[\"qbiEkAlkX\",\"DJGeZYuvL\",\"js0u6efJY\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone open\"],title:\"Variant\",type:ControlType.Enum},oqrd6d5I6:{defaultValue:'var(--token-411d128e-7bbe-47d1-af53-dae72f05a21a, rgb(255, 255, 255)) /* {\"name\":\"Surface Day\"} */',title:\"Background\",type:ControlType.Color},LylWg8UG8:{defaultValue:0,max:7,title:\"Background Blur\",type:ControlType.Number},QqQDj_STD:{title:\"Click\",type:ControlType.EventHandler},eXPh3W9Oy:{title:\"Overlay Open\",type:ControlType.EventHandler}});addFonts(FramerQ6akyLQUp,[{explicitInter:true,fonts:[]},...LogoFonts,...NavMenuFonts,...MenuButtonFonts,...NavMenu1Fonts,...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ6akyLQUp\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"80\",\"framerVariables\":\"{\\\"oqrd6d5I6\\\":\\\"background\\\",\\\"LylWg8UG8\\\":\\\"backgroundBlur\\\",\\\"QqQDj_STD\\\":\\\"click\\\",\\\"eXPh3W9Oy\\\":\\\"overlayOpen\\\"}\",\"framerIntrinsicWidth\":\"1120\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DJGeZYuvL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"js0u6efJY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"1000vh\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (cc4e308)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"c167HrB28\",\"Otm5HvmLN\"];const serializationHash=\"framer-UtAzy\";const variantClassNames={c167HrB28:\"framer-v-v3epv0\",Otm5HvmLN:\"framer-v-1m1c0gc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Closed:\"Otm5HvmLN\",Open:\"c167HrB28\"};const getProps=({answer,color,height,id,question,width,...props})=>{return{...props,CM1C23HdI:color??props.CM1C23HdI??\"rgb(0, 0, 0)\",m1wBZJAoM:answer??props.m1wBZJAoM??\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"c167HrB28\",vd59XDbg4:question??props.vd59XDbg4??\"Which pricing plan is right for me?\"};};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,CM1C23HdI,vd59XDbg4,m1wBZJAoM,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"c167HrB28\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1uos7w1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Otm5HvmLN\");});const onTap1dn8gyx=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"c167HrB28\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Otm5HvmLN\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-v3epv0\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"c167HrB28\",onTap:onTap1uos7w1,ref:ref??ref1,style:{...style},...addPropertyOverrides({Otm5HvmLN:{\"data-framer-name\":\"Closed\",onTap:onTap1dn8gyx}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o5irjg\",layoutDependency:layoutDependency,layoutId:\"fpiK0cg1D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-CM1C23HdI-WsO4h4NMx))\"},children:\"Which pricing plan is right for me?\"})}),className:\"framer-12avnw\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"mtHiaScna\",style:{\"--extracted-1lwpl3i\":\"var(--variable-reference-CM1C23HdI-WsO4h4NMx)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-CM1C23HdI-WsO4h4NMx\":CM1C23HdI},text:vd59XDbg4,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h4tyet\",layoutDependency:layoutDependency,layoutId:\"NNv_dl_u7\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s60d13-container\",layoutDependency:layoutDependency,layoutId:\"krLgnJJCP-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:CM1C23HdI,height:\"100%\",iconSearch:\"House\",iconSelection:\"Minus\",id:\"krLgnJJCP\",layoutId:\"krLgnJJCP\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\",...addPropertyOverrides({Otm5HvmLN:{iconSelection:\"Plus\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-CM1C23HdI-WsO4h4NMx))\"},children:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\"})}),className:\"framer-14olt3r\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"vTCKyUyVY\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-CM1C23HdI-WsO4h4NMx)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-CM1C23HdI-WsO4h4NMx\":CM1C23HdI,opacity:.8},text:m1wBZJAoM,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UtAzy.framer-9dmkls, .framer-UtAzy .framer-9dmkls { display: block; }\",\".framer-UtAzy.framer-v3epv0 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 617px; }\",\".framer-UtAzy .framer-o5irjg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 24px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UtAzy .framer-12avnw { flex: 1 0 0px; height: auto; max-width: 90%; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-UtAzy .framer-1h4tyet { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-UtAzy .framer-1s60d13-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-UtAzy .framer-14olt3r { flex: none; height: auto; max-width: 460px; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UtAzy.framer-v3epv0, .framer-UtAzy .framer-1h4tyet { gap: 0px; } .framer-UtAzy.framer-v3epv0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-UtAzy.framer-v3epv0 > :first-child { margin-top: 0px; } .framer-UtAzy.framer-v3epv0 > :last-child { margin-bottom: 0px; } .framer-UtAzy .framer-1h4tyet > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UtAzy .framer-1h4tyet > :first-child { margin-left: 0px; } .framer-UtAzy .framer-1h4tyet > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 106\n * @framerIntrinsicWidth 617\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Otm5HvmLN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CM1C23HdI\":\"color\",\"vd59XDbg4\":\"question\",\"m1wBZJAoM\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWsO4h4NMx=withCSS(Component,css,\"framer-UtAzy\");export default FramerWsO4h4NMx;FramerWsO4h4NMx.displayName=\"FAQ 2\";FramerWsO4h4NMx.defaultProps={height:106,width:617};addPropertyControls(FramerWsO4h4NMx,{variant:{options:[\"c167HrB28\",\"Otm5HvmLN\"],optionTitles:[\"Open\",\"Closed\"],title:\"Variant\",type:ControlType.Enum},CM1C23HdI:{defaultValue:\"rgb(0, 0, 0)\",title:\"Color\",type:ControlType.Color},vd59XDbg4:{defaultValue:\"Which pricing plan is right for me?\",displayTextArea:true,title:\"Question\",type:ControlType.String},m1wBZJAoM:{defaultValue:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerWsO4h4NMx,[{explicitInter:true,fonts:[]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWsO4h4NMx\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"106\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Otm5HvmLN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"CM1C23HdI\\\":\\\"color\\\",\\\"vd59XDbg4\\\":\\\"question\\\",\\\"m1wBZJAoM\\\":\\\"answer\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"617\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WsO4h4NMx.map", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import CTA from\"https://framerusercontent.com/modules/Fc42YbiZnUmIvfMJiYGP/8DeGUUviurmX7EwQfvOk/FLXzApIyg.js\";const CTAFonts=getFonts(CTA);const cycleOrder=[\"jzia7O2fC\",\"sV8pH9bBm\"];const serializationHash=\"framer-yxtj8\";const variantClassNames={jzia7O2fC:\"framer-v-fp7wh6\",sV8pH9bBm:\"framer-v-zmj8z0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"\u26AA\uFE0F Day\":\"jzia7O2fC\",\"\u26AB\uFE0F Night\":\"sV8pH9bBm\"};const getProps=({cTA,cTA1,height,id,rainbow,title,titleOpacity,width,...props})=>{return{...props,GmAhv_WVa:titleOpacity??props.GmAhv_WVa??1,hSgW9f2ir:title??props.hSgW9f2ir??\"Official Framer Resource\",p2xmGpLux:cTA1??props.p2xmGpLux??\"Read more\",ToKaS18SW:cTA??props.ToKaS18SW,variant:humanReadableVariantMap[props.variant]??props.variant??\"jzia7O2fC\",Z69PPXt7v:rainbow??props.Z69PPXt7v??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,GmAhv_WVa,hSgW9f2ir,ToKaS18SW,p2xmGpLux,Z69PPXt7v,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jzia7O2fC\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-fp7wh6\",className,classNames),\"data-border\":true,\"data-framer-name\":\"\u26AA\uFE0F Day\",layoutDependency:layoutDependency,layoutId:\"jzia7O2fC\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-700a1961-c2b8-4f37-ad37-e3c28ea0fc93, rgba(34, 34, 34, 0.1))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(5px)\",backgroundColor:\"rgba(255, 255, 255, 0.3)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,WebkitBackdropFilter:\"blur(5px)\",...style},variants:{sV8pH9bBm:{\"--border-color\":\"var(--token-58a904ff-197a-49b3-8356-adaa464e1642, rgba(255, 255, 255, 0.17))\",backgroundColor:\"var(--token-fae2c128-35fb-45de-a6c2-32169f920c68, rgb(13, 13, 13))\"}},...addPropertyOverrides({sV8pH9bBm:{\"data-framer-name\":\"\u26AB\uFE0F Night\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"Official Framer Resource\"})}),className:\"framer-1nat6us\",fonts:[\"__SF-UI-Display-Regular__\"],layoutDependency:layoutDependency,layoutId:\"VSmMjCEdy\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:GmAhv_WVa},text:hSgW9f2ir,variants:{sV8pH9bBm:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({sV8pH9bBm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Official Framer Resource\"})})}},baseVariant,gestureVariant)}),ToKaS18SW&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,y:(componentViewport?.y||0)+(8+((componentViewport?.height||34)-16-30)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17zgves-container\",layoutDependency:layoutDependency,layoutId:\"rX7NZ7gWL-container\",children:/*#__PURE__*/_jsx(CTA,{bVToBLBTS:p2xmGpLux,height:\"100%\",id:\"rX7NZ7gWL\",KqeH5xil_:\"rgb(0, 0, 0)\",layoutId:\"rX7NZ7gWL\",variant:\"I27BjI0db\",width:\"100%\",...addPropertyOverrides({sV8pH9bBm:{KqeH5xil_:\"rgb(255, 255, 255)\"}},baseVariant,gestureVariant)})})}),Z69PPXt7v&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-z0zct4\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"sZsrCgshQ\",style:{background:\"linear-gradient(270deg, rgb(41, 216, 255) 0%, rgb(173, 255, 188) 36.75922015765766%, rgb(255, 253, 130) 66.67546452702703%, rgb(245, 105, 255) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.3},variants:{sV8pH9bBm:{opacity:.9}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yxtj8.framer-g2sij, .framer-yxtj8 .framer-g2sij { display: block; }\",\".framer-yxtj8.framer-fp7wh6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 13px 8px 13px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-yxtj8 .framer-1nat6us { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-yxtj8 .framer-17zgves-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-yxtj8 .framer-z0zct4 { flex: none; height: 101%; left: calc(49.2917847025496% - 100.56657223796034% / 2); overflow: hidden; position: absolute; top: calc(50.7042253521127% - 101.40845070422534% / 2); width: 101%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yxtj8.framer-fp7wh6 { gap: 0px; } .framer-yxtj8.framer-fp7wh6 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-yxtj8.framer-fp7wh6 > :first-child { margin-left: 0px; } .framer-yxtj8.framer-fp7wh6 > :last-child { margin-right: 0px; } }\",\".framer-yxtj8.framer-v-zmj8z0 .framer-1nat6us, .framer-yxtj8.framer-v-zmj8z0 .framer-17zgves-container { z-index: 0; }\",\".framer-yxtj8.framer-v-zmj8z0 .framer-z0zct4 { left: 0px; mix-blend-mode: multiply; top: 0px; }\",'.framer-yxtj8[data-border=\"true\"]::after, .framer-yxtj8 [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 34\n * @framerIntrinsicWidth 176\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"sV8pH9bBm\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"GmAhv_WVa\":\"titleOpacity\",\"hSgW9f2ir\":\"title\",\"ToKaS18SW\":\"cTA\",\"p2xmGpLux\":\"cTA1\",\"Z69PPXt7v\":\"rainbow\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerypoqA5rB7=withCSS(Component,css,\"framer-yxtj8\");export default FramerypoqA5rB7;FramerypoqA5rB7.displayName=\"Tag 2\";FramerypoqA5rB7.defaultProps={height:34,width:176};addPropertyControls(FramerypoqA5rB7,{variant:{options:[\"jzia7O2fC\",\"sV8pH9bBm\"],optionTitles:[\"\u26AA\uFE0F Day\",\"\u26AB\uFE0F Night\"],title:\"Variant\",type:ControlType.Enum},GmAhv_WVa:{defaultValue:1,max:1,min:0,step:.01,title:\"Title Opacity\",type:ControlType.Number},hSgW9f2ir:{defaultValue:\"Official Framer Resource\",displayTextArea:true,title:\"Title\",type:ControlType.String},ToKaS18SW:{defaultValue:false,title:\"CTA\",type:ControlType.Boolean},p2xmGpLux:{defaultValue:\"Read more\",displayTextArea:false,title:\"CTA\",type:ControlType.String},Z69PPXt7v:{defaultValue:true,title:\"Rainbow\",type:ControlType.Boolean}});addFonts(FramerypoqA5rB7,[{explicitInter:true,fonts:[]},...CTAFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerypoqA5rB7\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"34\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sV8pH9bBm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"176\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"GmAhv_WVa\\\":\\\"titleOpacity\\\",\\\"hSgW9f2ir\\\":\\\"title\\\",\\\"ToKaS18SW\\\":\\\"cTA\\\",\\\"p2xmGpLux\\\":\\\"cTA1\\\",\\\"Z69PPXt7v\\\":\\\"rainbow\\\"}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ypoqA5rB7.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/developers/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1.05}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}import{Data}from\"framer\";// Define a global state for strikethrough effect\nconst state=Data({isStrikethrough:false,strikethroughColor:\"#FF5733\"});// Override to toggle strikethrough on/off\nexport function ToggleStrikethrough(){return{onTap:()=>{state.isStrikethrough=!state.isStrikethrough;}};}// Override to apply strikethrough with dynamic color\nexport function StrikethroughText(){return{style:{textDecoration:state.isStrikethrough?`line-through`:\"none\",textDecorationColor:state.strikethroughColor}};}// Override to change strikethrough color dynamically\nexport function ChangeStrikethroughColor(){return{onTap:()=>{// Example: Toggle between red and blue\nstate.strikethroughColor=state.strikethroughColor===\"#FF5733\"?\"#007BFF\":\"#FF5733\";}};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withToggleStrikethrough(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ToggleStrikethrough(props)});};}withToggleStrikethrough.displayName=\"ToggleStrikethrough\";export function withStrikethroughText(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...StrikethroughText(props)});};}withStrikethroughText.displayName=\"StrikethroughText\";export function withChangeStrikethroughColor(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...ChangeStrikethroughColor(props)});};}withChangeStrikethroughColor.displayName=\"ChangeStrikethroughColor\";\nexport const __FramerMetadata__ = {\"exports\":{\"ChangeStrikethroughColor\":{\"type\":\"override\",\"name\":\"ChangeStrikethroughColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"StrikethroughText\":{\"type\":\"override\",\"name\":\"StrikethroughText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ToggleStrikethrough\":{\"type\":\"override\",\"name\":\"ToggleStrikethrough\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withChangeStrikethroughColor\":{\"type\":\"reactHoc\",\"name\":\"withChangeStrikethroughColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleStrikethrough\":{\"type\":\"reactHoc\",\"name\":\"withToggleStrikethrough\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withStrikethroughText\":{\"type\":\"reactHoc\",\"name\":\"withStrikethroughText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Strokes.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCodeBoundaryForOverrides,withCSS,withFX,withMappedReactProps,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import HeroButton,*as HeroButtonInfo from\"#framer/local/canvasComponent/EgdykkkJx/EgdykkkJx.js\";import FAQ3 from\"#framer/local/canvasComponent/GtmdTungG/GtmdTungG.js\";import Appbutton from\"#framer/local/canvasComponent/jEcssIyci/jEcssIyci.js\";import Tag from\"#framer/local/canvasComponent/mdwI2Xxxo/mdwI2Xxxo.js\";import Popup from\"#framer/local/canvasComponent/nmui258Cg/nmui258Cg.js\";import FeatureList5 from\"#framer/local/canvasComponent/NRjViGTV3/NRjViGTV3.js\";import NavSimple from\"#framer/local/canvasComponent/Q6akyLQUp/Q6akyLQUp.js\";import Logo from\"#framer/local/canvasComponent/RG0eff1Pf/RG0eff1Pf.js\";import MenuButton from\"#framer/local/canvasComponent/srOhbyP6u/srOhbyP6u.js\";import FAQ2 from\"#framer/local/canvasComponent/WsO4h4NMx/WsO4h4NMx.js\";import Tag2 from\"#framer/local/canvasComponent/ypoqA5rB7/ypoqA5rB7.js\";import{withLoginButtonOverride}from\"#framer/local/codeFile/q6DxiIu/GoogleLogin.js\";import{withChangeStrikethroughColor}from\"#framer/local/codeFile/d56FJiG/Strokes.js\";import*as sharedStyle from\"#framer/local/css/w0TPgE_QC/w0TPgE_QC.js\";import metadataProvider from\"#framer/local/webPageMetadata/WZ9rIqrEw/WZ9rIqrEw.js\";const NavSimpleFonts=getFonts(NavSimple);const PopupFonts=getFonts(Popup);const EmbedFonts=getFonts(Embed);const HeroButtonFonts=getFonts(HeroButton);const HeroButtonWithLoginButtonOverride1g15yq9WithMappedReactProps1tdk3z9=withMappedReactProps(withCodeBoundaryForOverrides(HeroButton,{nodeId:\"UkyzUIWnm\",override:withLoginButtonOverride,scopeId:\"WZ9rIqrEw\"}),HeroButtonInfo);const TickerFonts=getFonts(Ticker);const TagFonts=getFonts(Tag);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const Tag2Fonts=getFonts(Tag2);const ImageWithFX=withFX(Image);const AppbuttonFonts=getFonts(Appbutton);const RichTextWithChangeStrikethroughColor6j6yha=withCodeBoundaryForOverrides(RichText,{nodeId:\"zjeMTXB2P\",override:withChangeStrikethroughColor,scopeId:\"WZ9rIqrEw\"});const RichTextWithChangeStrikethroughColor1v6xqa0=withCodeBoundaryForOverrides(RichText,{nodeId:\"e264yPRso\",override:withChangeStrikethroughColor,scopeId:\"WZ9rIqrEw\"});const FeatureList5Fonts=getFonts(FeatureList5);const MenuButtonFonts=getFonts(MenuButton);const FAQ2Fonts=getFonts(FAQ2);const FAQ3Fonts=getFonts(FAQ3);const LogoFonts=getFonts(Logo);const breakpoints={bze_BtmQs:\"(min-width: 1200px)\",i3CQjNEFC:\"(min-width: 810px) and (max-width: 1199px)\",ZzszXbfOm:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-61sFP\";const variantClassNames={bze_BtmQs:\"framer-v-66xb4\",i3CQjNEFC:\"framer-v-aox8jw\",ZzszXbfOm:\"framer-v-1j5l3d9\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition2={delay:0,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition3={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:150,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-100,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-100,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation8={opacity:.3,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"bze_BtmQs\",Phone:\"ZzszXbfOm\",Tablet:\"i3CQjNEFC\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bze_BtmQs\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const eXPh3W9Oy3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const H5uf7ZxMY3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const RYOtwK5qb3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"RVeiezAPh\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"i3CQjNEFC\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ZzszXbfOm\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"ZzszXbfOm\")return false;return true;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"i3CQjNEFC\")return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"i3CQjNEFC\",\"ZzszXbfOm\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"j3b1jXlYp\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"jAx_uF4HD\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"P0uSWEsx8\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"WmGR6hHJM\");const ref5=React.useRef(null);const elementId5=useRouteElementId(\"Xhu83UBLw\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"WNKGVWfsZ\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"O4lTeblGJ\");const ref8=React.useRef(null);const elementId8=useRouteElementId(\"OUb58LBcz\");const ref9=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"bze_BtmQs\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-66xb4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{layoutScroll:true}},children:/*#__PURE__*/_jsxs(Container,{className:\"framer-127e6d8-container\",id:\"127e6d8\",nodeId:\"OkVKlSg9W\",scopeId:\"WZ9rIqrEw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{variant:overlay.visible?\"js0u6efJY\":\"DJGeZYuvL\"}},children:/*#__PURE__*/_jsx(NavSimple,{eXPh3W9Oy:eXPh3W9Oy3bnx0g({overlay}),height:\"100%\",id:\"OkVKlSg9W\",layoutId:\"OkVKlSg9W\",LylWg8UG8:5,oqrd6d5I6:\"rgba(255, 255, 255, 0)\",style:{height:\"100%\",width:\"100%\"},variant:overlay.visible?\"qbiEkAlkX\":\"qbiEkAlkX\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-18wdfrd\"),\"data-framer-portal-id\":\"127e6d8\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"VgvFPJsTD\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-yygtae-container\"),\"data-framer-portal-id\":\"127e6d8\",inComponentSlot:true,nodeId:\"MGR7DOZxK\",rendersWithMotion:true,scopeId:\"WZ9rIqrEw\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{variant:\"Icl2nlH5Y\"}},children:/*#__PURE__*/_jsx(Popup,{height:\"100%\",id:\"MGR7DOZxK\",layoutId:\"MGR7DOZxK\",variant:\"hHYDKRTDD\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t0464d\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-grrtqf\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nh0jzd\",\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k9c3xk\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w38ca\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nk7mof-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lpfQNWA53\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<a href=\"https://www.producthunt.com/posts/lora-3313593c-a2f1-4bd2-ba6f-098efaff9cc5?embed=true&utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-lora&#0045;3313593c&#0045;a2f1&#0045;4bd2&#0045;ba6f&#0045;098efaff9cc5\" target=\"_blank\"><img src=\"https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=799207&theme=light&period=daily&t=1740014748044\" alt=\"Lora - Integrate&#0032;local&#0032;LLM&#0044;&#0032;with&#0032;one&#0032;line&#0032;of&#0032;code | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /></a>',id:\"lpfQNWA53\",layoutId:\"lpfQNWA53\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-2.5px\",\"--framer-line-height\":\"1.05em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"36px\"},children:\"Integrate local LLM,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"36px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"36px\"},children:\"with one line of code\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-2.5px\",\"--framer-line-height\":\"1.05em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:\"Integrate local LLM,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:\"with one line of code\"})]})}),className:\"framer-1uvwoy5\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Call Lora\u2019s local LLM instantly with its SDK.\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Call Lora\u2019s local LLM instantly with its SDK.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Call Lora\u2019s local LLM instantly with its SDK.\"})}),className:\"framer-da8882\",fonts:[\"__SF-UI-Display-Light__\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+0+68+0+0+0+20+264.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+65+100+0+10+0+341.79999999999995,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g15yq9-container\",nodeId:\"UkyzUIWnm\",rendersWithMotion:true,scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(HeroButtonWithLoginButtonOverride1g15yq9WithMappedReactProps1tdk3z9,{eszixBaDA:10,height:\"100%\",id:\"UkyzUIWnm\",ik9I5qIGz:true,KJK1sV1GB:\"Integrate for Free\",layoutId:\"UkyzUIWnm\",RmkZjgJwi:\"ArrowRight\",variant:\"UwCPxnhQH\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fkl0rp\",\"data-framer-name\":\"gif1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:460,intrinsicWidth:932,pixelHeight:449,pixelWidth:800,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 80px, 1200px) * 0.9973, 1px)`,src:\"https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif\",srcSet:\"https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif?scale-down-to=512 512w,https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif 800w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:460,intrinsicWidth:932,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+68+0+0+377.8+0),pixelHeight:449,pixelWidth:800,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) * 1, 1px)`,src:\"https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif\",srcSet:\"https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif?scale-down-to=512 512w,https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:460,intrinsicWidth:932,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+65+100+0+16.399999999999977+49.209756097560984),pixelHeight:449,pixelWidth:800,sizes:\"586.7152px\",src:\"https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif\",srcSet:\"https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif?scale-down-to=512 512w,https://framerusercontent.com/images/lPM38PyNFe8UkCxfpuHgOIWzpwQ.gif 800w\"},className:\"framer-un7ta7\",\"data-border\":true,\"data-framer-name\":\"\\xc1\\x84\\x82\\xe1\\x85\\xa9\\xe1\\x86\\xa8\\xe1\\x84\\x92\\xe1\\x85\\xaa 2025_01_16_19_49_06_722 (1) (1)\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sknbx4\",\"data-framer-name\":\"Logo Strip\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-p80tbi-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"m0mU9wqXX\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:20,height:\"100%\",hoverFactor:1,id:\"m0mU9wqXX\",layoutId:\"m0mU9wqXX\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-iowt9n\",\"data-framer-name\":\"Logo Day\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vuitg6\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:331.5,intrinsicWidth:331.5,pixelHeight:663,pixelWidth:663,sizes:\"29px\",src:\"https://framerusercontent.com/images/rU8UbuOcmD0bCHoRaVr8SRqXifQ.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/rU8UbuOcmD0bCHoRaVr8SRqXifQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/rU8UbuOcmD0bCHoRaVr8SRqXifQ.png 663w\"},className:\"framer-1ob0i7r\",\"data-framer-name\":\"File (6) 1 (1)\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\"},children:\"SEED TIPS\"})}),className:\"framer-e29dvl\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qv9z1a\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:398.5,intrinsicWidth:296.5,pixelHeight:797,pixelWidth:593,sizes:\"23px\",src:\"https://framerusercontent.com/images/DMLzgVdMmnyFdQR7tIeyjwrXNdo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/DMLzgVdMmnyFdQR7tIeyjwrXNdo.png 593w\"},className:\"framer-17mjve9\",\"data-framer-name\":\"Crimson2positive-Photoroom\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0tvcmVhIFVuaXZlcmNpdHkgQ2VudGVubmlhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Korea Univercity Centennial Regular\", \"Korea Univercity Centennial Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\"},children:\"Korea University\"})}),className:\"framer-1uno8vj\",fonts:[\"CUSTOM;Korea Univercity Centennial Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n9dho1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05hbnVtU3F1YXJlIEV4dHJhQm9sZA==\",\"--framer-font-family\":'\"NanumSquare ExtraBold\", \"NanumSquare ExtraBold Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-alignment\":\"left\"},children:\"Primer\"})}),className:\"framer-hadue5\",fonts:[\"CUSTOM;NanumSquare ExtraBold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1egftoo\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1374,intrinsicWidth:1380,pixelHeight:2748,pixelWidth:2760,sizes:\"30px\",src:\"https://framerusercontent.com/images/EndIjBfb73lAOPvWS5nEDB5TUUI.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/EndIjBfb73lAOPvWS5nEDB5TUUI.png?scale-down-to=512 512w,https://framerusercontent.com/images/EndIjBfb73lAOPvWS5nEDB5TUUI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/EndIjBfb73lAOPvWS5nEDB5TUUI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/EndIjBfb73lAOPvWS5nEDB5TUUI.png 2760w\"},className:\"framer-eh4vbh\",\"data-framer-name\":\"\\xc1\\x84\\x8c\\xe1\\x85\\xa6\\xe1\\x84\\x86\\xe1\\x85\\xa9\\xe1\\x86\\xa8 \\xe1\\x84\\x8b\\xe1\\x85\\xa5\\xe1\\x86\\xb9\\xe1\\x84\\x8b\\xe1\\x85\\xb3\\xe1\\x86\\xb7-removebg 1 (1)\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7Q2hpbGxheC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Chillax\", \"Chillax Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-text-alignment\":\"left\"},children:\"KUBS Startup Station\"})}),className:\"framer-15lm1hw\",fonts:[\"FS;Chillax-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})],speed:30,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12asj30\",\"data-framer-name\":\"What_is_Lora\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fzhnca\",\"data-framer-name\":\"Lora title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+862.8+40+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+837.8+80+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y6iil3-container\",nodeId:\"iU5rzCxvh\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Tag,{GmAhv_WVa:1,height:\"100%\",hSgW9f2ir:\"What is Lora?\",id:\"iU5rzCxvh\",layoutId:\"iU5rzCxvh\",p2xmGpLux:\"Read more\",ToKaS18SW:false,variant:\"qE4UxVzod\",width:\"100%\",Z69PPXt7v:false})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:[\"Skip the setup. \",/*#__PURE__*/_jsx(\"br\",{}),\"we already did it.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:[\"Skip the setup. \",/*#__PURE__*/_jsx(\"br\",{}),\"we already did it.\"]})}),className:\"framer-k0l8iv\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Lora offers GPT 4o-mini level LLM and SDK \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"for seamless integration in your app.\"})]}),fonts:[\"FS;Satoshi-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Lora is fine-tuned, device-tested, and Flutter-ready\u2014no extra steps required.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Just command one line.\"})]}),className:\"framer-vdmz7y\",fonts:[\"__SF-UI-Display-Light__\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vllz65\",\"data-framer-name\":\"workflow container\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"599\",\"--framer-text-alignment\":\"center\"},children:\"Local LLM\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"599\",\"--framer-text-alignment\":\"center\"},children:\"Integration workflow\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"599\"},children:\"Local LLM Integration workflow\"})}),className:\"framer-6mduxv\",fonts:[\"__SF-UI-Display-Semibold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l8h274 hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zeebsy\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m0wnxm\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1s3lg3m\",\"data-framer-appear-id\":\"1s3lg3m\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-vabhx4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"LLM\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Selection\"})]}),className:\"framer-1wudayt\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-y6rdot\",\"data-framer-appear-id\":\"y6rdot\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1kpkavh\",\"data-framer-appear-id\":\"1kpkavh\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19wderm\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-14oku7y\",\"data-framer-appear-id\":\"14oku7y\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-8p7mhi\",\"data-framer-appear-id\":\"8p7mhi\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1izbber\",\"data-framer-appear-id\":\"1izbber\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1kd6q2n\",\"data-framer-appear-id\":\"1kd6q2n\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-mby8ob hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vmksdu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k54hv\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-13p9tze\",\"data-framer-appear-id\":\"13p9tze\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-13wlfhj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"LLM\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Selection\"})]}),className:\"framer-1cjn8t\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-hftsgp\",\"data-framer-appear-id\":\"hftsgp\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-96py05\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-lgwof\",\"data-framer-appear-id\":\"lgwof\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-11w4bur\",\"data-framer-appear-id\":\"11w4bur\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3vfugl\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1xb2clf\",\"data-framer-appear-id\":\"1xb2clf\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-sup2ac\",\"data-framer-appear-id\":\"sup2ac\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jsnlju\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-h0iueg\",\"data-framer-appear-id\":\"h0iueg\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-js1b3l hidden-1j5l3d9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Integration\"})}),className:\"framer-1hk5bg2\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-18c54gh hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rx45hq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jq31s\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-r2sto2\",\"data-framer-appear-id\":\"r2sto2\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-bmkeae hidden-1j5l3d9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"LLM\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Selection\"})]}),className:\"framer-1g4qr1s\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1ldcd82\",\"data-framer-appear-id\":\"1ldcd82\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true,children:isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-c0vdik hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Model\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Compression\"})]}),className:\"framer-jcdrk3\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14cw2n0\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-tmg6r1\",\"data-framer-appear-id\":\"tmg6r1\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1nuh05q\",\"data-framer-appear-id\":\"1nuh05q\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m8u6o2\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-5w12ov\",\"data-framer-appear-id\":\"5w12ov\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-fvnovi\",\"data-framer-appear-id\":\"fvnovi\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-69eue4\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-twa61\",\"data-framer-appear-id\":\"twa61\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a0ao8i hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1776pdg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6obn7a\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1969fqq\",\"data-framer-appear-id\":\"1969fqq\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-4esn1s\",\"data-framer-appear-id\":\"4esn1s\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fn3fmx hidden-1j5l3d9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Model\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Compression\"})]}),className:\"framer-rjy505\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ylaup\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1v6nqhd\",\"data-framer-appear-id\":\"1v6nqhd\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-ubeeyr\",\"data-framer-appear-id\":\"ubeeyr\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true,children:isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10vsluz hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Convert to \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Mobile-\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Optimized\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Model\"})]}),className:\"framer-1i8boap\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kxa36l\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1yvhl3a\",\"data-framer-appear-id\":\"1yvhl3a\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-ikyb49\",\"data-framer-appear-id\":\"ikyb49\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5ndhxf\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1s5q8fo\",\"data-framer-appear-id\":\"1s5q8fo\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ohruq8 hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M4\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-68bm6f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n7tb3\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1q4mqcx\",\"data-framer-appear-id\":\"1q4mqcx\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-xz7xdb\",\"data-framer-appear-id\":\"xz7xdb\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-44ul4i\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-kadfad\",\"data-framer-appear-id\":\"kadfad\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-6f1nlv\",\"data-framer-appear-id\":\"6f1nlv\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ajcccz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Package\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Integration\"})]}),className:\"framer-b80vx5\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m8jtev\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-a9nhc5\",\"data-framer-appear-id\":\"a9nhc5\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-11y8g9t\",\"data-framer-appear-id\":\"11y8g9t\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7tn32z\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1nff1c7\",\"data-framer-appear-id\":\"1nff1c7\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rza1c6 hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M5\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zl5s3i\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-esx9mo\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-thugom\",\"data-framer-appear-id\":\"thugom\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1b2z28s\",\"data-framer-appear-id\":\"1b2z28s\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yrcil0\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1vfrm8g\",\"data-framer-appear-id\":\"1vfrm8g\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ts10zo hidden-1j5l3d9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Package\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Integration\"})]}),className:\"framer-n4bau8\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-q0eggz\",\"data-framer-appear-id\":\"q0eggz\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbmuyj\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1o60825\",\"data-framer-appear-id\":\"1o60825\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true,children:isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-jcwf3s hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Prompt\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Setting\"})]}),className:\"framer-rmics8\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-890uhl\",\"data-framer-appear-id\":\"890uhl\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mp0b5h\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-tvvh73\",\"data-framer-appear-id\":\"tvvh73\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c5v8cy hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vlsizu\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qzpxj4\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-mphei3\",\"data-framer-appear-id\":\"mphei3\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1m10voz\",\"data-framer-appear-id\":\"1m10voz\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v8jufo\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-iufrc7\",\"data-framer-appear-id\":\"iufrc7\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-t6kx5l\",\"data-framer-appear-id\":\"t6kx5l\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x8jaj5\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-14nnd7n\",\"data-framer-appear-id\":\"14nnd7n\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jy2yyd hidden-1j5l3d9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Prompt\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Setting\"})]}),className:\"framer-laozen\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-78za1s\",\"data-framer-appear-id\":\"78za1s\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true,children:isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yj9491 hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Optimization\"})}),className:\"framer-wo9r0g\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9y1ar5\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-22zvoh\",\"data-framer-appear-id\":\"22zvoh\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-hksvvc hidden-66xb4 hidden-aox8jw\",\"data-framer-name\":\"workflow step_M7\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1plr2c6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zrh0dv\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1h99u1h\",\"data-framer-appear-id\":\"1h99u1h\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1nyrkve\",\"data-framer-appear-id\":\"1nyrkve\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nnldgn\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-lwh5jx\",\"data-framer-appear-id\":\"lwh5jx\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-vajpzd\",\"data-framer-appear-id\":\"vajpzd\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mqi07j\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1vfdlf6\",\"data-framer-appear-id\":\"1vfdlf6\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-e20pj0\",\"data-framer-appear-id\":\"e20pj0\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true,children:isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-uyq3b2 hidden-1j5l3d9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Optimization\"})}),className:\"framer-t1d85v\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19kc0l3\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-zjqltv\",\"data-framer-appear-id\":\"zjqltv\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true,children:isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-zrrd0e hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-text-alignment\":\"center\"},children:\"Integration\"})}),className:\"framer-kylsf4\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-euom05 hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qdj1rw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ffzf2v\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-zizny0\",\"data-framer-appear-id\":\"zizny0\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-11g043g hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"LLM\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Selection\"})]}),className:\"framer-171s5nu\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-bwha22\",\"data-framer-appear-id\":\"bwha22\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true,children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1slf4s1 hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Model\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Compression\"})]}),className:\"framer-153ptrb\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1g94mud\",\"data-framer-appear-id\":\"1g94mud\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vaxur8\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-6mdc2j\",\"data-framer-appear-id\":\"6mdc2j\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-170pmtd\",\"data-framer-appear-id\":\"170pmtd\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1fcnezf\",\"data-framer-appear-id\":\"1fcnezf\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-v7mect\",\"data-framer-appear-id\":\"v7mect\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r5s730 hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9tus0s\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12qe79o\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1f4b6k4\",\"data-framer-appear-id\":\"1f4b6k4\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-9f7v5h\",\"data-framer-appear-id\":\"9f7v5h\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-nu7yn3 hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Model\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Compression\"})]}),className:\"framer-1nd64in\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-wqshgk\",\"data-framer-appear-id\":\"wqshgk\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true,children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-np8dmj hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Convert to \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Mobile-\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Optimized\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Model\"})]}),className:\"framer-1353bxw\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zm61gi\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1nngfa2\",\"data-framer-appear-id\":\"1nngfa2\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-p0z27\",\"data-framer-appear-id\":\"p0z27\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1nam5sl\",\"data-framer-appear-id\":\"1nam5sl\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1h96puv\",\"data-framer-appear-id\":\"1h96puv\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sjfj2y hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T4\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-scwheg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h7ga5r\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1wqk07o\",\"data-framer-appear-id\":\"1wqk07o\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-6k3v4u\",\"data-framer-appear-id\":\"6k3v4u\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-58kl8l\",\"data-framer-appear-id\":\"58kl8l\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qmd9yg hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Convert to \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Mobile-\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Optimized\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Model\"})]}),className:\"framer-wa0l8r\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tq2a1d\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-lrwba7\",\"data-framer-appear-id\":\"lrwba7\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true,children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-im5075 hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Package\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Integration\"})]}),className:\"framer-mbevix\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-8jglb8\",\"data-framer-appear-id\":\"8jglb8\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-i9zd6o\",\"data-framer-appear-id\":\"i9zd6o\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-rdkdan\",\"data-framer-appear-id\":\"rdkdan\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1usc45 hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11i0yy1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ewmdz8\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-16w6i58\",\"data-framer-appear-id\":\"16w6i58\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-ousqmc\",\"data-framer-appear-id\":\"ousqmc\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-8zcts3\",\"data-framer-appear-id\":\"8zcts3\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ko39xl\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1y8zze3\",\"data-framer-appear-id\":\"1y8zze3\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xqhojr hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Package\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Integration\"})]}),className:\"framer-utg2g4\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1ns938z\",\"data-framer-appear-id\":\"1ns938z\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true,children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1shxsr2 hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Prompt\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Setting\"})]}),className:\"framer-qz4b0v\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1msusha\",\"data-framer-appear-id\":\"1msusha\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-gfywz3\",\"data-framer-appear-id\":\"gfywz3\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7go41t hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1enbp8k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5noird\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-2ncyj4\",\"data-framer-appear-id\":\"2ncyj4\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1pr7mow\",\"data-framer-appear-id\":\"1pr7mow\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-yo4jer\",\"data-framer-appear-id\":\"yo4jer\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k9nm0v\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1tkhflr\",\"data-framer-appear-id\":\"1tkhflr\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1qm7441\",\"data-framer-appear-id\":\"1qm7441\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-16otam9 hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Prompt\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Setting\"})]}),className:\"framer-m99id5\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1671jm4\",\"data-framer-appear-id\":\"1671jm4\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true,children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i8tjbo hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Optimization\"})}),className:\"framer-16lyj24\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-exivmu\",\"data-framer-appear-id\":\"exivmu\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bz2m8c hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_T7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ppsle1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-168ws6g\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-9fep9w\",\"data-framer-appear-id\":\"9fep9w\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-lb8drk\",\"data-framer-appear-id\":\"lb8drk\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-z7ru6b\",\"data-framer-appear-id\":\"z7ru6b\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lmjm17\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-110b6m\",\"data-framer-appear-id\":\"110b6m\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1g289pb\",\"data-framer-appear-id\":\"1g289pb\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-77fzmi\",\"data-framer-appear-id\":\"77fzmi\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nrz4e9 hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Optimization\"})}),className:\"framer-16wlsf5\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-timaky\",\"data-framer-appear-id\":\"timaky\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true,children:isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nynxgl hidden-66xb4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Integration\"})}),className:\"framer-zha92x\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pzfiy6 hidden-66xb4 hidden-1j5l3d9\",\"data-framer-name\":\"workflow step_TLora\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i8ypf3\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-30ure0\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-sjjqyo\",\"data-framer-appear-id\":\"sjjqyo\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"699\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lora\"})}),className:\"framer-1c9ifrr\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-73zr4k hidden-aox8jw\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-o7orpp\",\"data-framer-appear-id\":\"o7orpp\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1367l2x\",\"data-framer-appear-id\":\"1367l2x\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-rbssdv\",\"data-framer-appear-id\":\"rbssdv\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1ax6efm\",\"data-framer-appear-id\":\"1ax6efm\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true,children:isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1scntwy hidden-aox8jw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Integration\"})}),className:\"framer-5gbm6z\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oas6n1 hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step1\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-13ievx1\",\"data-framer-appear-id\":\"13ievx1\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1smidm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"LLM\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Selection\"})]}),className:\"framer-1b803if\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1npneac\",\"data-framer-appear-id\":\"1npneac\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1fyn5ph\",\"data-framer-appear-id\":\"1fyn5ph\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-76g9f3\",\"data-framer-appear-id\":\"76g9f3\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-15lxexy\",\"data-framer-appear-id\":\"15lxexy\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-12dwvcj\",\"data-framer-appear-id\":\"12dwvcj\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1fe41xz\",\"data-framer-appear-id\":\"1fe41xz\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11fwvco hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step2\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-3wju3x\",\"data-framer-appear-id\":\"3wju3x\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-19s4g5q\",\"data-framer-appear-id\":\"19s4g5q\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-o2k11r\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Model\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Compression\"})]}),className:\"framer-12w1q8w\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1cfum1r\",\"data-framer-appear-id\":\"1cfum1r\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1f93t8z\",\"data-framer-appear-id\":\"1f93t8z\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1bhkugf\",\"data-framer-appear-id\":\"1bhkugf\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-fawh1i\",\"data-framer-appear-id\":\"fawh1i\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-7hnsc2\",\"data-framer-appear-id\":\"7hnsc2\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15r07po hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step3\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-3bvnz6\",\"data-framer-appear-id\":\"3bvnz6\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-x0grxl\",\"data-framer-appear-id\":\"x0grxl\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1b45zlp\",\"data-framer-appear-id\":\"1b45zlp\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-c2w4kc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Convert to \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Mobile-\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Optimized\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Model\"})]}),className:\"framer-143hlom\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-gjr5uo\",\"data-framer-appear-id\":\"gjr5uo\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-132h45m\",\"data-framer-appear-id\":\"132h45m\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-698nz0\",\"data-framer-appear-id\":\"698nz0\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1e2bkhn\",\"data-framer-appear-id\":\"1e2bkhn\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-biwf3g hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step4\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-701pbw\",\"data-framer-appear-id\":\"701pbw\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-12uhy98\",\"data-framer-appear-id\":\"12uhy98\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1c6wug1\",\"data-framer-appear-id\":\"1c6wug1\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-fdqd5g\",\"data-framer-appear-id\":\"fdqd5g\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-g1x8uz\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Package\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Integration\"})]}),className:\"framer-2ywe24\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-hb6a42\",\"data-framer-appear-id\":\"hb6a42\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-ce4qek\",\"data-framer-appear-id\":\"ce4qek\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-eygj00\",\"data-framer-appear-id\":\"eygj00\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jue20f hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step5\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1535yhe\",\"data-framer-appear-id\":\"1535yhe\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-zy2jj2\",\"data-framer-appear-id\":\"zy2jj2\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1abicd9\",\"data-framer-appear-id\":\"1abicd9\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1gllcr2\",\"data-framer-appear-id\":\"1gllcr2\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-f7rc3c\",\"data-framer-appear-id\":\"f7rc3c\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dvc44e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Prompt\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Setting\"})]}),className:\"framer-yr05xr\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1s3o0q\",\"data-framer-appear-id\":\"1s3o0q\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1qkeu49\",\"data-framer-appear-id\":\"1qkeu49\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1474m26 hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step6\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-17mujnv\",\"data-framer-appear-id\":\"17mujnv\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1oukqgq\",\"data-framer-appear-id\":\"1oukqgq\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-55kz56\",\"data-framer-appear-id\":\"55kz56\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-2m7ux3\",\"data-framer-appear-id\":\"2m7ux3\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1pwqkn4\",\"data-framer-appear-id\":\"1pwqkn4\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1dc8mo4\",\"data-framer-appear-id\":\"1dc8mo4\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b1ixzb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Optimization\"})}),className:\"framer-1jh3542\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1xfsk1g\",\"data-framer-appear-id\":\"1xfsk1g\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-185vpa7 hidden-aox8jw hidden-1j5l3d9\",\"data-framer-name\":\"workflow step7\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1rgi2vh\",\"data-framer-appear-id\":\"1rgi2vh\",\"data-framer-name\":\"workflow_1\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-qggnwl\",\"data-framer-appear-id\":\"qggnwl\",\"data-framer-name\":\"workflow_2\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-hlyopj\",\"data-framer-appear-id\":\"hlyopj\",\"data-framer-name\":\"workflow_3\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1xuiv2n\",\"data-framer-appear-id\":\"1xuiv2n\",\"data-framer-name\":\"workflow_4\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-c025vf\",\"data-framer-appear-id\":\"c025vf\",\"data-framer-name\":\"workflow_5\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-clpc6x\",\"data-framer-appear-id\":\"clpc6x\",\"data-framer-name\":\"workflow_6\",initial:animation1,optimized:true}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-v7ruz8\",\"data-framer-appear-id\":\"v7ruz8\",\"data-framer-name\":\"workflow_7\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-fsf9c9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\"},children:\"Integration\"})}),className:\"framer-1o73y0k\",\"data-framer-name\":\"Optimization\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tlmzwf hidden-aox8jw\",\"data-framer-name\":\"workflow step_lora\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m96cr4\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"699\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lora\"})}),className:\"framer-amq6jq\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lfmsro hidden-1j5l3d9\"})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-shdb9c\",\"data-framer-name\":\"Lora_LLM_performance\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ectj6d\",\"data-framer-name\":\"perf title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+5480.400000000001+60+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+4808.2+80+-62.39999999999998+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oq09uc-container\",nodeId:\"cxubUrQIG\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Tag2,{GmAhv_WVa:1,height:\"100%\",hSgW9f2ir:\"Lora LLM performance\",id:\"cxubUrQIG\",layoutId:\"cxubUrQIG\",p2xmGpLux:\"Read more\",ToKaS18SW:false,variant:\"jzia7O2fC\",width:\"100%\",Z69PPXt7v:false})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"The Most Advanced \"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Local LLM for mobile\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"The Most Advanced \"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Local LLM for mobile\"})]}),className:\"framer-12f7cju\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Supports iOS/Android. Performance is comparable to GPT-4o-mini.  1.5GB, 2.4B parameters. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Optimized for real-time mobile inference.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Supports iOS/Android. Performance is comparable to GPT-4o-mini. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"1.5GB, 2.4B parameters. Optimized for real-time mobile inference.\"})]}),className:\"framer-1nrk77n\",fonts:[\"__SF-UI-Display-Light__\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-joxdd9\",\"data-framer-name\":\"main perf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fit\",pixelHeight:1386,pixelWidth:2895,positionX:\"center\",positionY:\"center\",sizes:\"724px\",src:\"https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png\",srcSet:\"https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png 2895w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5480.400000000001+60+441.2+0+0),pixelHeight:1386,pixelWidth:2895,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.9)`,src:\"https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png\",srcSet:\"https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png 2895w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4808.2+80+524.4+0+0),pixelHeight:1386,pixelWidth:2895,positionX:\"center\",positionY:\"center\",sizes:\"1022px\",src:\"https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png\",srcSet:\"https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/caB3TlCnAvFoz18MoCUj68grUk0.png 2895w\"},className:\"framer-vb2clh\",id:elementId2,ref:ref3})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r7zup9\",\"data-framer-name\":\"sub perf wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-haoyz0\",\"data-framer-name\":\"sub perf container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gep9n4\",\"data-framer-name\":\"sub power\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fit\",pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 80px) * 0.8696 - 20px) / 3, 1px)`,src:\"https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png\",srcSet:\"https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png?scale-down-to=1024 748w,https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png 1405w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5480.400000000001+60+698.2+0+0+0+0+0+36.05000000000001),pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.8696)`,src:\"https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png\",srcSet:\"https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png?scale-down-to=1024 748w,https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png 1405w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4808.2+80+1015.4+0+0+0+0+0),pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 80px) * 0.8696 - 20px) / 3, 1px)`,src:\"https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png\",srcSet:\"https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png?scale-down-to=1024 748w,https://framerusercontent.com/images/kIrTnlpJxDQVWfSoH6mfm1ys9OY.png 1405w\"},className:\"framer-86m20n\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tgxky4\",\"data-border\":true,\"data-framer-name\":\"lower energy\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[\"3.5x\",/*#__PURE__*/_jsx(\"br\",{}),\"Lower energy\"]})})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[\"3.5x\",/*#__PURE__*/_jsx(\"br\",{}),\"Lower energy\"]})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"3.5x\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Lower energy\"]})})}),className:\"framer-qb9jxj\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tv2yqy\",\"data-framer-name\":\"sub memory\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fit\",pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 80px) * 0.8696 - 20px) / 3, 1px)`,src:\"https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png\",srcSet:\"https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png?scale-down-to=1024 748w,https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png 1405w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5480.400000000001+60+698.2+0+0+0+523+0+36.05000000000001),pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.8696)`,src:\"https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png\",srcSet:\"https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png?scale-down-to=1024 748w,https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png 1405w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4808.2+80+1015.4+0+0+0+0+0),pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 80px) * 0.8696 - 20px) / 3, 1px)`,src:\"https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png\",srcSet:\"https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png?scale-down-to=1024 748w,https://framerusercontent.com/images/ctX93Um85yVVEe4H1FsPr1PAOU.png 1405w\"},className:\"framer-9bu1sx\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gevcz\",\"data-border\":true,\"data-framer-name\":\"lighter\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[\"2.0x\",/*#__PURE__*/_jsx(\"br\",{}),\"Lighter\"]})})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[\"2.0x\",/*#__PURE__*/_jsx(\"br\",{}),\"Lighter\"]})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"2.0x\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Lighter\"]})})}),className:\"framer-kk439z\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xq4wo\",\"data-framer-name\":\"sub inference\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fit\",pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 80px) * 0.8696 - 20px) / 3, 1px)`,src:\"https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png\",srcSet:\"https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png?scale-down-to=1024 748w,https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png 1405w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5480.400000000001+60+698.2+0+0+0+1046+0+36.05000000000001),pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`calc((${componentViewport?.width||\"100vw\"} - 40px) * 0.8696)`,src:\"https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png\",srcSet:\"https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png?scale-down-to=1024 748w,https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png 1405w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4808.2+80+1015.4+0+0+0+0+0),pixelHeight:1923,pixelWidth:1405,positionX:\"center\",positionY:\"center\",sizes:`max(((${componentViewport?.width||\"100vw\"} - 80px) * 0.8696 - 20px) / 3, 1px)`,src:\"https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png\",srcSet:\"https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png?scale-down-to=1024 748w,https://framerusercontent.com/images/81P2yDyf0ywOWwNVVcnWHf6b50g.png 1405w\"},className:\"framer-l2fnke\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q3i667\",\"data-border\":true,id:elementId5,ref:ref6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"2.4x\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Faster\"})]})})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[\"2.4x\",/*#__PURE__*/_jsx(\"br\",{}),\"Faster\"]})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsxs(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(90deg, rgb(128, 250, 112) 0%, rgb(51, 219, 176) 63%)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"2.4x\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Faster\"]})})}),className:\"framer-1px8n23\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,pixelHeight:1500,pixelWidth:1500,sizes:\"252px\",src:\"https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png\",srcSet:\"https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png?scale-down-to=512 512w,https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png 1500w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4808.2+89.5),pixelHeight:1500,pixelWidth:1500,sizes:\"252px\",src:\"https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png\",srcSet:\"https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png?scale-down-to=512 512w,https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mIeiiFyiLX8guUCulp8nzYRde7s.png 1500w\"},className:\"framer-1aiwgcy hidden-1j5l3d9\",\"data-framer-name\":\"Shape Holo\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,pixelHeight:1500,pixelWidth:1500,sizes:\"252px\",src:\"https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png\",srcSet:\"https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png?scale-down-to=512 512w,https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png 1500w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4808.2+1564-754.5),pixelHeight:1500,pixelWidth:1500,sizes:\"252px\",src:\"https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png\",srcSet:\"https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png?scale-down-to=512 512w,https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/y2xlq1h3icZ4jgx95T5M5Jv9fhg.png 1500w\"},className:\"framer-1m3obj7 hidden-1j5l3d9\",\"data-framer-name\":\"Shape Holo\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t45akf\",\"data-framer-name\":\"How it works\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qb1v43\",\"data-framer-name\":\"title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+7815.6+120+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+6372.2+120+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eultma-container\",nodeId:\"YVhyfAKrZ\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Tag,{GmAhv_WVa:1,height:\"100%\",hSgW9f2ir:\"Try Lora\",id:\"YVhyfAKrZ\",layoutId:\"YVhyfAKrZ\",p2xmGpLux:\"Read more\",ToKaS18SW:false,variant:\"qE4UxVzod\",width:\"100%\",Z69PPXt7v:false})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Need more confidence?\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Try it on your device.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Need more confidence?\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Try it on your device.\"})]}),className:\"framer-47c0k1\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Lora offers GPT 4o-mini level LLM and SDK for seamless integration in your app.\"})}),fonts:[\"FS;Satoshi-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"Experience our private AI assistant app powered by Lora.\"})}),className:\"framer-1oo2huq\",fonts:[\"__SF-UI-Display-Light__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13er579\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+7815.6+120+0+0+285.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,y:(componentViewport?.y||0)+0+6372.2+120+0+0+366.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u3zypr-container\",nodeId:\"uBxtn7LPf\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Appbutton,{height:\"100%\",id:\"uBxtn7LPf\",layoutId:\"uBxtn7LPf\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1734,pixelWidth:800,sizes:\"334px\",src:\"https://framerusercontent.com/images/dgLJ2ky6okVSIjkFGZkn7UpkgHw.gif\",srcSet:\"https://framerusercontent.com/images/dgLJ2ky6okVSIjkFGZkn7UpkgHw.gif 800w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7815.6+120+386.2),pixelHeight:1734,pixelWidth:800,sizes:\"334px\",src:\"https://framerusercontent.com/images/dgLJ2ky6okVSIjkFGZkn7UpkgHw.gif\",srcSet:\"https://framerusercontent.com/images/dgLJ2ky6okVSIjkFGZkn7UpkgHw.gif 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6372.2+120+467.8),pixelHeight:1734,pixelWidth:800,sizes:\"334px\",src:\"https://framerusercontent.com/images/dgLJ2ky6okVSIjkFGZkn7UpkgHw.gif\",srcSet:\"https://framerusercontent.com/images/dgLJ2ky6okVSIjkFGZkn7UpkgHw.gif 800w\"},className:\"framer-g3qu82\",\"data-border\":true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kjagt\",\"data-framer-name\":\"Pricing\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-15om29m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Pricing\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Pricing\"})}),className:\"framer-1mit65q\",fonts:[\"FS;Switzer-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tc0gam\",\"data-framer-name\":\"pricing container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e6o66t\",\"data-border\":true,\"data-framer-name\":\"Team\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7fhajb\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-411d128e-7bbe-47d1-af53-dae72f05a21a, rgb(255, 255, 255))\"},children:\"Starter\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-411d128e-7bbe-47d1-af53-dae72f05a21a, rgb(255, 255, 255))\"},children:\"Starter\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-411d128e-7bbe-47d1-af53-dae72f05a21a, rgb(255, 255, 255))\"},children:\"Starter\"})}),className:\"framer-11yr9gh\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+0+2.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-80ohh8-container\",nodeId:\"iV_0NL4Sd\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Tag,{GmAhv_WVa:1,height:\"100%\",hSgW9f2ir:\"Early Access now!\",id:\"iV_0NL4Sd\",layoutId:\"iV_0NL4Sd\",p2xmGpLux:\"Read more\",ToKaS18SW:false,variant:\"MFRCEUiks\",width:\"100%\",Z69PPXt7v:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5lvffq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"line-through\"},children:\"$99\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"line-through\"},children:\"$99\"})})}},children:/*#__PURE__*/_jsx(RichTextWithChangeStrikethroughColor6j6yha,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"line-through\"},children:\"$99\"})}),className:\"framer-6j6yha\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 219, 176)\"},children:\"$0\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 219, 176)\"},children:\"$0\"})})}},children:/*#__PURE__*/_jsx(RichTextWithChangeStrikethroughColor1v6xqa0,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUhlYXZ5X18=\",\"--framer-font-family\":'\".SFNSDisplay-Heavy\", \"SFProDisplay-Heavy\", \"SFUIDisplay-Heavy\", \".SFUIDisplay-Heavy\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"799\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 219, 176)\"},children:\"$0\"})}),className:\"framer-1v6xqa0\",fonts:[\"__SF-UI-Display-Heavy__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"/month\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"/month\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"/month\"})}),className:\"framer-1mrfoq6\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sqsu76\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+157.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rt9ow8-container\",nodeId:\"Rt74esBvM\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"Rt74esBvM\",jTcf_EQ_W:\"Unlimited token provided\",layoutId:\"Rt74esBvM\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(255, 255, 255)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+157.2+0+48}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3cpy0w-container\",nodeId:\"hn9JM2R93\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"hn9JM2R93\",jTcf_EQ_W:\"1 application supported\",layoutId:\"hn9JM2R93\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(255, 255, 255)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+157.2+0+96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-a6zd2b-container\",nodeId:\"ffWaM2C92\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"ffWaM2C92\",jTcf_EQ_W:\"Flutter framework supported\",layoutId:\"ffWaM2C92\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(255, 255, 255)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+157.2+0+144}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+144,children:/*#__PURE__*/_jsx(Container,{className:\"framer-z0d0k3-container\",nodeId:\"wyNeF8K5S\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"wyNeF8K5S\",jTcf_EQ_W:\"Lora LLM supported\",layoutId:\"wyNeF8K5S\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(255, 255, 255)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+157.2+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+192,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x4uhyb-container\",nodeId:\"LtrN_ufPF\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"LtrN_ufPF\",jTcf_EQ_W:\"Technical Support\",layoutId:\"LtrN_ufPF\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(255, 255, 255)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+157.2+0+240}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+240,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qfvgxs-container\",nodeId:\"ReOw96i2h\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"ReOw96i2h\",jTcf_EQ_W:\"  \",layoutId:\"ReOw96i2h\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(255, 255, 255)\",variant:\"a16b7eZL5\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+0+40+469.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+498.4,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-56j4pr-container\",id:\"56j4pr\",nodeId:\"VOkalfTCV\",scopeId:\"WZ9rIqrEw\",children:[/*#__PURE__*/_jsx(MenuButton,{eszixBaDA:10,H5uf7ZxMY:H5uf7ZxMY3bnx0g({overlay:overlay1}),height:\"100%\",id:\"VOkalfTCV\",ik9I5qIGz:true,J0LC2FGV8:false,KJK1sV1GB:\"Start now\",layoutId:\"VOkalfTCV\",RmkZjgJwi:\"ArrowRight\",UsLusPFRg:\"rgb(52, 218, 176)\",variant:\"g2HXStwZW\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1t1m0g\"),\"data-framer-portal-id\":\"56j4pr\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"pV5TNYDk9\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-nldqhf-container\"),\"data-framer-portal-id\":\"56j4pr\",inComponentSlot:true,nodeId:\"qfaKFPpnc\",rendersWithMotion:true,scopeId:\"WZ9rIqrEw\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{variant:\"Icl2nlH5Y\"}},children:/*#__PURE__*/_jsx(Popup,{height:\"100%\",id:\"qfaKFPpnc\",layoutId:\"qfaKFPpnc\",variant:\"hHYDKRTDD\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m8v3wx\",\"data-border\":true,\"data-framer-name\":\"Enterprise\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pblmf0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"Enterprise\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"Enterprise\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"Enterprise\"})}),className:\"framer-1xdmfpl\",fonts:[\"__SF-UI-Display-Semibold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+0+2.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yql9bp-container\",nodeId:\"zjFqIwxr6\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Tag,{GmAhv_WVa:1,height:\"100%\",hSgW9f2ir:\"Popular\",id:\"zjFqIwxr6\",layoutId:\"zjFqIwxr6\",p2xmGpLux:\"Read more\",ToKaS18SW:false,variant:\"qE4UxVzod\",width:\"100%\",Z69PPXt7v:true})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cmvazv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVNlbWlib2xkX18=\",\"--framer-font-family\":'\".SFNSDisplay-Semibold\", \"SFProDisplay-Semibold\", \"SFUIDisplay-Semibold\", \".SFUIDisplay-Semibold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"599\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"Contact\"})}),className:\"framer-6pdrej\",fonts:[\"__SF-UI-Display-Semibold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zdh0n4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+181.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7m1r54-container\",nodeId:\"mm2gyrlaw\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"mm2gyrlaw\",jTcf_EQ_W:\"Everything in Starter\",layoutId:\"mm2gyrlaw\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(0, 0, 0)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+181.4+0+48}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+48,children:/*#__PURE__*/_jsx(Container,{className:\"framer-143a797-container\",nodeId:\"NZkGvid1D\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"NZkGvid1D\",jTcf_EQ_W:\"Extended application supported\",layoutId:\"NZkGvid1D\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(0, 0, 0)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+181.4+0+96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+96,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zg86pl-container\",nodeId:\"yN7ee_5iY\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"yN7ee_5iY\",jTcf_EQ_W:\"Extended framework supported\",layoutId:\"yN7ee_5iY\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(0, 0, 0)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+181.4+0+144}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+144,children:/*#__PURE__*/_jsx(Container,{className:\"framer-dcrxs0-container\",nodeId:\"c7vr9sPgZ\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"c7vr9sPgZ\",jTcf_EQ_W:\"Extended AI model supported\",layoutId:\"c7vr9sPgZ\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(0, 0, 0)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+181.4+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+192,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e7cqe9-container\",nodeId:\"xmdUjlwbo\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"xmdUjlwbo\",jTcf_EQ_W:\"AI model Customizing\",layoutId:\"xmdUjlwbo\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(0, 0, 0)\",variant:\"md_YMwAN4\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+181.4+0+240}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:28,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+186.4+0+240,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10nudm6-container\",nodeId:\"VTApjau6_\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FeatureList5,{height:\"100%\",id:\"VTApjau6_\",jTcf_EQ_W:\"1:1 Technical Support\",layoutId:\"VTApjau6_\",pbavLymla:\"Check\",T2CsNbFcm:\"rgb(0, 0, 0)\",variant:\"md_YMwAN4\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+9144.800000000001+80+84+0+623.2+40+493.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:54,y:(componentViewport?.y||0)+0+7783+120+119.4+0+0+40+498.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l7onzm-container\",id:\"1l7onzm\",nodeId:\"AbsciP67x\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(MenuButton,{eszixBaDA:10,height:\"100%\",id:\"AbsciP67x\",ik9I5qIGz:true,J0LC2FGV8:false,KJK1sV1GB:\"Contact us\",layoutId:\"AbsciP67x\",RmkZjgJwi:\"ArrowRight\",UsLusPFRg:\"rgb(52, 218, 176)\",variant:\"NUPskvV9x\",width:\"100%\",yTZZaFOb3:\"mailto:contact@peekaboolabs.ai?subject=\uBB38\uC758\uB4DC\uB9BD\uB2C8\uB2E4\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yhdtv7\",\"data-border\":true,\"data-framer-name\":\"FAQ\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wjui62\",\"data-framer-name\":\"FAQ Day\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"FAQ\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\"},children:\"FAQ\"})}),className:\"framer-shfvtv\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z03o77\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 40px, 660px)`,y:(componentViewport?.y||0)+0+10612.000000000002+0+40+84+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:106,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 660px)`,y:(componentViewport?.y||0)+0+8742.4+0+80+119.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ul0xe1-container\",nodeId:\"AbhhUB4dx\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FAQ2,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"AbhhUB4dx\",layoutId:\"AbhhUB4dx\",m1wBZJAoM:\"Lora was used to fine-tune the latest AI model.\",style:{width:\"100%\"},variant:\"c167HrB28\",vd59XDbg4:\"What LLM model does Lora use?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vtwa6h\",\"data-framer-name\":\"Line Bottom\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 40px, 660px)`,y:(componentViewport?.y||0)+0+10612.000000000002+0+40+84+0+167}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:106,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 660px)`,y:(componentViewport?.y||0)+0+8742.4+0+80+119.4+0+167,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8x64bl-container\",nodeId:\"hukcG1ymZ\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FAQ3,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"hukcG1ymZ\",layoutId:\"hukcG1ymZ\",m1wBZJAoM:\"Yes, please contact us.\",style:{width:\"100%\"},variant:\"cnBtxnTRc\",vd59XDbg4:\"How can I use Lora SDK?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cvxfex\",\"data-framer-name\":\"Line Bottom\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 40px, 660px)`,y:(componentViewport?.y||0)+0+10612.000000000002+0+40+84+0+334}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:106,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 80px, 660px)`,y:(componentViewport?.y||0)+0+8742.4+0+80+119.4+0+334,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tm1ami-container\",nodeId:\"rd8yHHf8v\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(FAQ3,{CM1C23HdI:\"rgb(0, 0, 0)\",height:\"100%\",id:\"rd8yHHf8v\",layoutId:\"rd8yHHf8v\",m1wBZJAoM:\"Yes, Lora SDK support flutter only. We are developing to be used in react, window etc.\",style:{width:\"100%\"},variant:\"cnBtxnTRc\",vd59XDbg4:\"Does Lora SDK support flutter only?\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1300c4y\",\"data-framer-name\":\"Line Bottom\"})]})]}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,pixelHeight:1500,pixelWidth:1500,sizes:\"360px\",src:\"https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png\",srcSet:\"https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png 1500w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:300,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8742.4+19.5),pixelHeight:1500,pixelWidth:1500,sizes:\"360px\",src:\"https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png\",srcSet:\"https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png?scale-down-to=512 512w,https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/F95XtBuIu9yRJpVFOQe6khYgo.png 1500w\"},className:\"framer-wgcd86 hidden-1j5l3d9\",\"data-framer-name\":\"Shape Holo\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s40bkj\",\"data-framer-name\":\"Contact\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z81vsk\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Upgrade Your App Instantly.\"})})},ZzszXbfOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Upgrade Your App Instantly.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-2.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Upgrade Your App Instantly.\"})}),className:\"framer-ltcpuf\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUxpZ2h0X18=\",\"--framer-font-family\":'\".SFNSDisplay-Light\", \"SFProDisplay-Light\", \"SFUIDisplay-Light\", \".SFUIDisplay-Light\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"299\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"It takes in a minute\"})}),className:\"framer-b93t6s\",fonts:[\"__SF-UI-Display-Light__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oj3fg2\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+11247.000000000002+91+247.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:59,y:(componentViewport?.y||0)+0+9492.8+91+264+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-18u9w9r-container\",id:\"18u9w9r\",nodeId:\"mIPJ83HZ5\",scopeId:\"WZ9rIqrEw\",children:[/*#__PURE__*/_jsx(HeroButton,{eszixBaDA:10,height:\"100%\",id:\"mIPJ83HZ5\",ik9I5qIGz:true,KJK1sV1GB:\"Integrate for Free\",layoutId:\"mIPJ83HZ5\",RmkZjgJwi:\"ArrowRight\",RYOtwK5qb:RYOtwK5qb3bnx0g({overlay:overlay2}),variant:\"UwCPxnhQH\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-130f379\"),\"data-framer-portal-id\":\"18u9w9r\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"LaKMx3l1I\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1sydpk3-container\"),\"data-framer-portal-id\":\"18u9w9r\",inComponentSlot:true,nodeId:\"iSlA67mBb\",rendersWithMotion:true,scopeId:\"WZ9rIqrEw\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZzszXbfOm:{variant:\"Icl2nlH5Y\"}},children:/*#__PURE__*/_jsx(Popup,{height:\"100%\",id:\"iSlA67mBb\",layoutId:\"iSlA67mBb\",variant:\"hHYDKRTDD\",width:\"100%\"})})})})]}),getContainer())})})]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mz5pmg\",\"data-framer-name\":\"Footer Complete Night\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jnjmhe\",\"data-border\":true,\"data-framer-name\":\"footer wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7rc18m\",\"data-framer-name\":\"logo&linkedin\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qbh1lp\",\"data-framer-name\":\"logo\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{y:undefined},ZzszXbfOm:{y:(componentViewport?.y||0)+0+11744.200000000003+0+40+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+0+9997.8+0+40+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b2rnzv-container\",nodeId:\"LAi4YLpZv\",scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"LAi4YLpZv\",layoutId:\"LAi4YLpZv\",QPpn2xZty:\"rgb(0, 0, 0)\",style:{height:\"100%\",width:\"100%\"},variant:\"xUqID8nR2\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19q18op\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa9 2025 PeekabooLabs. All rights reserved\"})}),className:\"framer-1whdxz5\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"contact@peekaboolabs.ai\"})}),className:\"framer-56g7jc\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19qm42z\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/showcase/lora-ai/about/?viewAsMember=true\",motionChild:true,nodeId:\"VoK7KWWzp\",openInNewTab:true,scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-181vgog framer-1ucabbh\",\"data-framer-name\":\"LinkedIn\",whileHover:animation8,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vo33qk\",\"data-framer-name\":\"LinkedIn\",layout:\"position\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 4 7 C 4 5.343 5.343 4 7 4 L 17 4 C 18.657 4 20 5.343 20 7 L 20 17 C 20 18.657 18.657 20 17 20 L 7 20 C 5.343 20 4 18.657 4 17 Z M 8.85 17.393 L 8.85 10.169 L 6.434 10.169 L 6.434 17.393 Z M 7.642 9.182 C 8.484 9.182 9.009 8.628 9.009 7.934 C 8.993 7.225 8.484 6.686 7.658 6.686 C 6.831 6.686 6.291 7.225 6.291 7.934 C 6.291 8.628 6.815 9.182 7.626 9.182 Z M 10.187 17.394 C 10.187 17.394 10.187 17.394 10.187 17.393 L 10.187 17.393 Z M 12.604 17.393 L 12.604 13.359 C 12.604 13.143 12.62 12.928 12.683 12.773 C 12.858 12.342 13.256 11.895 13.923 11.895 C 14.798 11.895 15.148 12.557 15.148 13.529 L 15.148 17.393 L 17.564 17.393 L 17.564 13.251 C 17.564 11.032 16.372 9.999 14.782 9.999 C 13.5 9.999 12.925 10.699 12.604 11.192 L 12.604 10.169 L 10.187 10.169 C 10.219 10.844 10.188 17.351 10.187 17.393 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11863471675,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/Lora__ai\",motionChild:true,nodeId:\"wMyS0GUi0\",openInNewTab:true,scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gxpkzj framer-1ucabbh\",\"data-framer-name\":\"X\",whileHover:animation8,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1c6j0j1\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 16.641 5 L 19.095 5 L 13.735 10.93 L 20.041 19 L 15.103 19 L 11.236 14.106 L 6.811 19 L 4.356 19 L 10.09 12.657 L 4.041 5 L 9.103 5 L 12.599 9.474 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11173607720,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://discord.gg/fghkFwXe\",motionChild:true,nodeId:\"iZywVPOuW\",openInNewTab:true,scopeId:\"WZ9rIqrEw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{i3CQjNEFC:{background:{alt:\"\",fit:\"fit\",pixelHeight:469,pixelWidth:619,positionX:\"center\",positionY:\"center\",sizes:\"24px\",src:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png\",srcSet:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png 619w\"}},ZzszXbfOm:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11744.200000000003+0+40+0+0+279+0),pixelHeight:469,pixelWidth:619,positionX:\"center\",positionY:\"center\",sizes:\"24px\",src:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png\",srcSet:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png 619w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9997.8+0+40+0+279+0),pixelHeight:469,pixelWidth:619,positionX:\"center\",positionY:\"center\",sizes:\"24px\",src:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png\",srcSet:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png 619w\"},className:\"framer-1kobft3 framer-1ucabbh\",\"data-framer-name\":\"Discord\",whileHover:animation8,children:/*#__PURE__*/_jsx(SVG,{background:{alt:\"\",fit:\"fit\",pixelHeight:469,pixelWidth:619,positionX:\"center\",positionY:\"center\",sizes:\"24px\",src:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png\",srcSet:\"https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png?scale-down-to=512 512w,https://framerusercontent.com/images/TXvCCbPbOXLC9URWNfRVX5U0iC4.png 619w\"},className:\"framer-1uhzt5r\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,radius:{bottomLeft:0,bottomRight:0,topLeft:0,topRight:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"></svg>',svgContentId:10381705564,withExternalLayout:true})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-83f9ah\",\"data-framer-name\":\"legal\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Legal\"})}),className:\"framer-17v3hsk\",fonts:[\"__SF-UI-Display-Bold__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"k2gxRxvwq\"},motionChild:true,nodeId:\"pNxpEmnVV\",openInNewTab:false,scopeId:\"WZ9rIqrEw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b3130f\",\"data-styles-preset\":\"w0TPgE_QC\",children:\"Terms of service\"})})})}),className:\"framer-iagbww\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"lkOfsfcpP\"},motionChild:true,nodeId:\"tiQk37BcX\",openInNewTab:false,scopeId:\"WZ9rIqrEw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b3130f\",\"data-styles-preset\":\"w0TPgE_QC\",children:\"Privacy policy\"})})})}),className:\"framer-py62gz\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LVJlZ3VsYXJfXw==\",\"--framer-font-family\":'\".SFNSDisplay\", \"SFProDisplay-Regular\", \"SFUIDisplay-Regular\", \".SFUIDisplay\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xwD2uEp0R\"},motionChild:true,nodeId:\"qhlbhpdvT\",openInNewTab:false,scopeId:\"WZ9rIqrEw\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-b3130f\",\"data-styles-preset\":\"w0TPgE_QC\",children:\"Usage policy\"})})})}),className:\"framer-h9za4y\",fonts:[\"__SF-UI-Display-Regular__\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-61sFP.framer-1ucabbh, .framer-61sFP .framer-1ucabbh { display: block; }\",\".framer-61sFP.framer-66xb4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-61sFP .framer-127e6d8-container { flex: none; height: 65px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-61sFP.framer-18wdfrd, .framer-61sFP.framer-1t1m0g, .framer-61sFP.framer-130f379 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-61sFP.framer-yygtae-container, .framer-61sFP.framer-nldqhf-container, .framer-61sFP.framer-1sydpk3-container { flex: none; height: auto; left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: auto; z-index: 10; }\",\".framer-61sFP .framer-t0464d { align-content: center; align-items: center; background: radial-gradient(101.4% 61.3% at 109.00000000000001% 50%, rgba(52, 218, 176, 0.5) 0%, rgb(237, 255, 240) 86.29293355855856%, rgb(255, 255, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 100px 40px 100px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-61sFP .framer-grrtqf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1nh0jzd { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 17px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-61sFP .framer-k9c3xk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 549px; }\",\".framer-61sFP .framer-1w38ca { 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: hidden; padding: 0px 0px 0px 25px; position: relative; width: 100%; }\",\".framer-61sFP .framer-nk7mof-container { flex: none; height: 58px; position: relative; width: 204px; }\",\".framer-61sFP .framer-1uvwoy5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-da8882 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-61sFP .framer-1g15yq9-container, .framer-61sFP .framer-y6iil3-container, .framer-61sFP .framer-1oq09uc-container, .framer-61sFP .framer-1eultma-container, .framer-61sFP .framer-80ohh8-container, .framer-61sFP .framer-rt9ow8-container, .framer-61sFP .framer-3cpy0w-container, .framer-61sFP .framer-a6zd2b-container, .framer-61sFP .framer-z0d0k3-container, .framer-61sFP .framer-x4uhyb-container, .framer-61sFP .framer-1qfvgxs-container, .framer-61sFP .framer-56j4pr-container, .framer-61sFP .framer-7m1r54-container, .framer-61sFP .framer-143a797-container, .framer-61sFP .framer-zg86pl-container, .framer-61sFP .framer-dcrxs0-container, .framer-61sFP .framer-1e7cqe9-container, .framer-61sFP .framer-10nudm6-container, .framer-61sFP .framer-1l7onzm-container, .framer-61sFP .framer-18u9w9r-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-61sFP .framer-1fkl0rp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 388px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 54%; }\",\".framer-61sFP .framer-un7ta7 { --border-bottom-width: 1px; --border-color: #222222; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 2.026086956521739 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 75%; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 587px); }\",\".framer-61sFP .framer-sknbx4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 100%; }\",\".framer-61sFP .framer-p80tbi-container { flex: none; height: 82px; max-width: 1200px; position: relative; width: 100%; }\",\".framer-61sFP .framer-iowt9n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-vuitg6, .framer-61sFP .framer-1qv9z1a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; opacity: 0.5; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-1ob0i7r { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); overflow: visible; position: relative; width: 29px; }\",\".framer-61sFP .framer-e29dvl, .framer-61sFP .framer-1uno8vj, .framer-61sFP .framer-hadue5, .framer-61sFP .framer-15lm1hw, .framer-61sFP .framer-11yr9gh, .framer-61sFP .framer-6j6yha, .framer-61sFP .framer-1v6xqa0, .framer-61sFP .framer-6pdrej, .framer-61sFP .framer-17v3hsk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-61sFP .framer-17mjve9 { aspect-ratio: 0.7440401505646174 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); overflow: visible; position: relative; width: 23px; }\",\".framer-61sFP .framer-1n9dho1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; opacity: 0.5; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-1egftoo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; opacity: 0.5; overflow: visible; padding: 0px 40px 0px 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-eh4vbh { aspect-ratio: 1.0043668122270741 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 30px; }\",\".framer-61sFP .framer-12asj30 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1fzhnca, .framer-61sFP .framer-qb1v43, .framer-61sFP .framer-15om29m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-k0l8iv, .framer-61sFP .framer-47c0k1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-vdmz7y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 80%; position: relative; white-space: pre-wrap; width: 802px; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-vllz65 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 229px; height: 3369px; justify-content: flex-start; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-61sFP .framer-6mduxv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: sticky; top: 120px; white-space: pre; width: auto; z-index: 1; }\",\".framer-61sFP .framer-1l8h274 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 0px 10px 0px 10px; position: sticky; top: 240px; width: 100%; z-index: 1; }\",\".framer-61sFP .framer-zeebsy, .framer-61sFP .framer-1m0wnxm, .framer-61sFP .framer-19wderm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-61sFP .framer-1s3lg3m, .framer-61sFP .framer-zizny0, .framer-61sFP .framer-9f7v5h, .framer-61sFP .framer-58kl8l, .framer-61sFP .framer-1y8zze3, .framer-61sFP .framer-1qm7441, .framer-61sFP .framer-77fzmi, .framer-61sFP .framer-13ievx1, .framer-61sFP .framer-19s4g5q, .framer-61sFP .framer-1b45zlp, .framer-61sFP .framer-fdqd5g, .framer-61sFP .framer-f7rc3c, .framer-61sFP .framer-1dc8mo4, .framer-61sFP .framer-v7ruz8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-vabhx4, .framer-61sFP .framer-11g043g, .framer-61sFP .framer-1slf4s1, .framer-61sFP .framer-nu7yn3, .framer-61sFP .framer-np8dmj, .framer-61sFP .framer-1qmd9yg, .framer-61sFP .framer-im5075, .framer-61sFP .framer-1xqhojr, .framer-61sFP .framer-1shxsr2, .framer-61sFP .framer-16otam9, .framer-61sFP .framer-1i8tjbo, .framer-61sFP .framer-1nrz4e9 { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 200px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 150px; }\",\".framer-61sFP .framer-1wudayt, .framer-61sFP .framer-1cjn8t, .framer-61sFP .framer-1hk5bg2, .framer-61sFP .framer-1g4qr1s, .framer-61sFP .framer-jcdrk3, .framer-61sFP .framer-rjy505, .framer-61sFP .framer-1i8boap, .framer-61sFP .framer-b80vx5, .framer-61sFP .framer-n4bau8, .framer-61sFP .framer-rmics8, .framer-61sFP .framer-laozen, .framer-61sFP .framer-wo9r0g, .framer-61sFP .framer-t1d85v, .framer-61sFP .framer-kylsf4, .framer-61sFP .framer-171s5nu, .framer-61sFP .framer-153ptrb, .framer-61sFP .framer-1nd64in, .framer-61sFP .framer-1353bxw, .framer-61sFP .framer-wa0l8r, .framer-61sFP .framer-mbevix, .framer-61sFP .framer-utg2g4, .framer-61sFP .framer-qz4b0v, .framer-61sFP .framer-m99id5, .framer-61sFP .framer-16lyj24, .framer-61sFP .framer-16wlsf5, .framer-61sFP .framer-zha92x, .framer-61sFP .framer-1c9ifrr, .framer-61sFP .framer-5gbm6z, .framer-61sFP .framer-1b803if, .framer-61sFP .framer-12w1q8w, .framer-61sFP .framer-143hlom, .framer-61sFP .framer-2ywe24, .framer-61sFP .framer-yr05xr, .framer-61sFP .framer-1jh3542, .framer-61sFP .framer-1o73y0k, .framer-61sFP .framer-amq6jq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-61sFP .framer-y6rdot, .framer-61sFP .framer-1kpkavh, .framer-61sFP .framer-14oku7y, .framer-61sFP .framer-8p7mhi, .framer-61sFP .framer-1izbber, .framer-61sFP .framer-1kd6q2n, .framer-61sFP .framer-bwha22, .framer-61sFP .framer-1g94mud, .framer-61sFP .framer-6mdc2j, .framer-61sFP .framer-170pmtd, .framer-61sFP .framer-1fcnezf, .framer-61sFP .framer-1f4b6k4, .framer-61sFP .framer-wqshgk, .framer-61sFP .framer-1nngfa2, .framer-61sFP .framer-p0z27, .framer-61sFP .framer-1nam5sl, .framer-61sFP .framer-1wqk07o, .framer-61sFP .framer-6k3v4u, .framer-61sFP .framer-lrwba7, .framer-61sFP .framer-8jglb8, .framer-61sFP .framer-i9zd6o, .framer-61sFP .framer-16w6i58, .framer-61sFP .framer-ousqmc, .framer-61sFP .framer-8zcts3, .framer-61sFP .framer-1ns938z, .framer-61sFP .framer-1msusha, .framer-61sFP .framer-2ncyj4, .framer-61sFP .framer-1pr7mow, .framer-61sFP .framer-yo4jer, .framer-61sFP .framer-1tkhflr, .framer-61sFP .framer-1671jm4, .framer-61sFP .framer-9fep9w, .framer-61sFP .framer-lb8drk, .framer-61sFP .framer-z7ru6b, .framer-61sFP .framer-110b6m, .framer-61sFP .framer-1g289pb, .framer-61sFP .framer-o7orpp, .framer-61sFP .framer-1367l2x, .framer-61sFP .framer-rbssdv, .framer-61sFP .framer-1npneac, .framer-61sFP .framer-1fyn5ph, .framer-61sFP .framer-76g9f3, .framer-61sFP .framer-15lxexy, .framer-61sFP .framer-12dwvcj, .framer-61sFP .framer-1fe41xz, .framer-61sFP .framer-3wju3x, .framer-61sFP .framer-1cfum1r, .framer-61sFP .framer-1f93t8z, .framer-61sFP .framer-1bhkugf, .framer-61sFP .framer-fawh1i, .framer-61sFP .framer-7hnsc2, .framer-61sFP .framer-3bvnz6, .framer-61sFP .framer-x0grxl, .framer-61sFP .framer-gjr5uo, .framer-61sFP .framer-132h45m, .framer-61sFP .framer-698nz0, .framer-61sFP .framer-1e2bkhn, .framer-61sFP .framer-701pbw, .framer-61sFP .framer-12uhy98, .framer-61sFP .framer-1c6wug1, .framer-61sFP .framer-hb6a42, .framer-61sFP .framer-ce4qek, .framer-61sFP .framer-eygj00, .framer-61sFP .framer-1535yhe, .framer-61sFP .framer-zy2jj2, .framer-61sFP .framer-1abicd9, .framer-61sFP .framer-1gllcr2, .framer-61sFP .framer-1s3o0q, .framer-61sFP .framer-1qkeu49, .framer-61sFP .framer-17mujnv, .framer-61sFP .framer-1oukqgq, .framer-61sFP .framer-55kz56, .framer-61sFP .framer-2m7ux3, .framer-61sFP .framer-1pwqkn4, .framer-61sFP .framer-1xfsk1g, .framer-61sFP .framer-1rgi2vh, .framer-61sFP .framer-qggnwl, .framer-61sFP .framer-hlyopj, .framer-61sFP .framer-1xuiv2n, .framer-61sFP .framer-c025vf, .framer-61sFP .framer-clpc6x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; min-height: 150px; min-width: 150px; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-mby8ob, .framer-61sFP .framer-18c54gh, .framer-61sFP .framer-1a0ao8i, .framer-61sFP .framer-1ohruq8, .framer-61sFP .framer-1rza1c6, .framer-61sFP .framer-1c5v8cy, .framer-61sFP .framer-hksvvc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 0px 10px 0px 10px; position: sticky; top: 150px; width: 100%; z-index: 1; }\",\".framer-61sFP .framer-1vmksdu, .framer-61sFP .framer-1rx45hq, .framer-61sFP .framer-1776pdg, .framer-61sFP .framer-68bm6f, .framer-61sFP .framer-zl5s3i, .framer-61sFP .framer-vlsizu, .framer-61sFP .framer-1plr2c6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 421px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-61sFP .framer-1k54hv, .framer-61sFP .framer-96py05, .framer-61sFP .framer-3vfugl, .framer-61sFP .framer-jq31s, .framer-61sFP .framer-14cw2n0, .framer-61sFP .framer-1m8u6o2, .framer-61sFP .framer-6obn7a, .framer-61sFP .framer-13ylaup, .framer-61sFP .framer-1kxa36l, .framer-61sFP .framer-n7tb3, .framer-61sFP .framer-44ul4i, .framer-61sFP .framer-m8jtev, .framer-61sFP .framer-esx9mo, .framer-61sFP .framer-yrcil0, .framer-61sFP .framer-1vbmuyj, .framer-61sFP .framer-qzpxj4, .framer-61sFP .framer-v8jufo, .framer-61sFP .framer-1x8jaj5, .framer-61sFP .framer-zrh0dv, .framer-61sFP .framer-1nnldgn, .framer-61sFP .framer-1mqi07j, .framer-61sFP .framer-ffzf2v, .framer-61sFP .framer-1vaxur8, .framer-61sFP .framer-12qe79o, .framer-61sFP .framer-zm61gi, .framer-61sFP .framer-1h7ga5r, .framer-61sFP .framer-1tq2a1d, .framer-61sFP .framer-1ewmdz8, .framer-61sFP .framer-1ko39xl, .framer-61sFP .framer-5noird, .framer-61sFP .framer-k9nm0v, .framer-61sFP .framer-168ws6g, .framer-61sFP .framer-1lmjm17, .framer-61sFP .framer-73zr4k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-13p9tze, .framer-61sFP .framer-r2sto2, .framer-61sFP .framer-4esn1s, .framer-61sFP .framer-6f1nlv, .framer-61sFP .framer-1vfrm8g, .framer-61sFP .framer-14nnd7n, .framer-61sFP .framer-e20pj0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100px; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-13wlfhj, .framer-61sFP .framer-bmkeae, .framer-61sFP .framer-c0vdik, .framer-61sFP .framer-1fn3fmx, .framer-61sFP .framer-10vsluz, .framer-61sFP .framer-1ajcccz, .framer-61sFP .framer-ts10zo, .framer-61sFP .framer-jcwf3s, .framer-61sFP .framer-1jy2yyd, .framer-61sFP .framer-1yj9491, .framer-61sFP .framer-uyq3b2 { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 90%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 150px; }\",\".framer-61sFP .framer-hftsgp, .framer-61sFP .framer-lgwof, .framer-61sFP .framer-11w4bur, .framer-61sFP .framer-1xb2clf, .framer-61sFP .framer-sup2ac, .framer-61sFP .framer-1ldcd82, .framer-61sFP .framer-tmg6r1, .framer-61sFP .framer-1nuh05q, .framer-61sFP .framer-5w12ov, .framer-61sFP .framer-fvnovi, .framer-61sFP .framer-1969fqq, .framer-61sFP .framer-1v6nqhd, .framer-61sFP .framer-ubeeyr, .framer-61sFP .framer-1yvhl3a, .framer-61sFP .framer-ikyb49, .framer-61sFP .framer-1q4mqcx, .framer-61sFP .framer-xz7xdb, .framer-61sFP .framer-kadfad, .framer-61sFP .framer-a9nhc5, .framer-61sFP .framer-11y8g9t, .framer-61sFP .framer-thugom, .framer-61sFP .framer-1b2z28s, .framer-61sFP .framer-q0eggz, .framer-61sFP .framer-1o60825, .framer-61sFP .framer-890uhl, .framer-61sFP .framer-mphei3, .framer-61sFP .framer-1m10voz, .framer-61sFP .framer-iufrc7, .framer-61sFP .framer-t6kx5l, .framer-61sFP .framer-78za1s, .framer-61sFP .framer-1h99u1h, .framer-61sFP .framer-1nyrkve, .framer-61sFP .framer-lwh5jx, .framer-61sFP .framer-vajpzd, .framer-61sFP .framer-1vfdlf6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100px; justify-content: space-evenly; min-width: 150px; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-1jsnlju, .framer-61sFP .framer-69eue4, .framer-61sFP .framer-5ndhxf, .framer-61sFP .framer-7tn32z, .framer-61sFP .framer-1mp0b5h, .framer-61sFP .framer-9y1ar5, .framer-61sFP .framer-19kc0l3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 10px 0px 10px; position: relative; width: 100%; }\",\".framer-61sFP .framer-h0iueg, .framer-61sFP .framer-twa61, .framer-61sFP .framer-1s5q8fo, .framer-61sFP .framer-1nff1c7, .framer-61sFP .framer-tvvh73, .framer-61sFP .framer-22zvoh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 54px; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-js1b3l { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 90%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-61sFP .framer-zjqltv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; min-width: 310px; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-zrrd0e { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 90%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 310px; }\",\".framer-61sFP .framer-euom05, .framer-61sFP .framer-1r5s730, .framer-61sFP .framer-1sjfj2y, .framer-61sFP .framer-1usc45, .framer-61sFP .framer-7go41t, .framer-61sFP .framer-bz2m8c, .framer-61sFP .framer-1pzfiy6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-evenly; overflow: visible; padding: 0px 10px 0px 10px; position: sticky; top: 200px; width: 100%; z-index: 1; }\",\".framer-61sFP .framer-1qdj1rw, .framer-61sFP .framer-9tus0s, .framer-61sFP .framer-scwheg, .framer-61sFP .framer-11i0yy1, .framer-61sFP .framer-1enbp8k, .framer-61sFP .framer-ppsle1, .framer-61sFP .framer-i8ypf3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-61sFP .framer-v7mect, .framer-61sFP .framer-1h96puv, .framer-61sFP .framer-rdkdan, .framer-61sFP .framer-gfywz3, .framer-61sFP .framer-exivmu, .framer-61sFP .framer-timaky { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-evenly; min-width: 150px; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-1nynxgl, .framer-61sFP .framer-1scntwy { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 150px; }\",\".framer-61sFP .framer-30ure0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 310px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-sjjqyo { align-content: center; align-items: center; background-color: #33dbb0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 100%; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: 470px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-1ax6efm { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-evenly; overflow: visible; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-oas6n1, .framer-61sFP .framer-11fwvco, .framer-61sFP .framer-15r07po, .framer-61sFP .framer-biwf3g, .framer-61sFP .framer-1jue20f, .framer-61sFP .framer-1474m26, .framer-61sFP .framer-185vpa7, .framer-61sFP .framer-1tlmzwf { 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; overflow: visible; padding: 0px 10px 0px 10px; position: sticky; top: 300px; width: 100%; z-index: 1; }\",\".framer-61sFP .framer-1smidm, .framer-61sFP .framer-o2k11r, .framer-61sFP .framer-c2w4kc, .framer-61sFP .framer-g1x8uz, .framer-61sFP .framer-dvc44e, .framer-61sFP .framer-1b1ixzb, .framer-61sFP .framer-fsf9c9 { align-content: center; align-items: center; aspect-ratio: 1 / 1; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 150px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 150px; }\",\".framer-61sFP .framer-1m96cr4 { align-content: center; align-items: center; background-color: #34dab0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 86%; }\",\".framer-61sFP .framer-1lfmsro { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 150px; min-width: 150px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-shdb9c { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: 1564px; justify-content: center; overflow: hidden; padding: 80px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1ectj6d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-12f7cju { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 70%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-1nrk77n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-joxdd9 { 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: min-content; }\",\".framer-61sFP .framer-vb2clh { flex: none; height: 429px; overflow: hidden; position: relative; width: 1022px; }\",\".framer-61sFP .framer-1r7zup9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 471px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-haoyz0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 87%; }\",\".framer-61sFP .framer-gep9n4, .framer-61sFP .framer-1tv2yqy, .framer-61sFP .framer-1xq4wo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 471px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-61sFP .framer-86m20n, .framer-61sFP .framer-9bu1sx, .framer-61sFP .framer-l2fnke { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-61sFP .framer-tgxky4, .framer-61sFP .framer-1gevcz, .framer-61sFP .framer-q3i667 { --border-bottom-width: 1px; --border-color: var(--token-309e6274-88b5-4197-8b68-6aab28c09b8e, rgba(34, 34, 34, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 0.6021873017743928px 0.6021873017743928px -1.0833333333333333px rgba(0, 0, 0, 0.06), 0px 2.288533303243457px 2.288533303243457px -2.1666666666666665px rgba(0, 0, 0, 0.05813), 0px 10px 10px -3.25px rgba(0, 0, 0, 0.035); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 117px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-61sFP .framer-qb9jxj, .framer-61sFP .framer-kk439z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 287px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-61sFP .framer-1px8n23 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: sticky; top: 0px; white-space: pre-wrap; width: 287px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-61sFP .framer-1aiwgcy { -webkit-filter: drop-shadow(0px 60px 26px rgba(20, 36, 94, 0.2)); aspect-ratio: 1 / 1; filter: drop-shadow(0px 60px 26px rgba(20, 36, 94, 0.2)); flex: none; height: var(--framer-aspect-ratio-supported, 252px); overflow: visible; position: absolute; right: -86px; top: 90px; width: 252px; z-index: 1; }\",\".framer-61sFP .framer-1m3obj7 { -webkit-filter: drop-shadow(0px 10px 26px rgba(20, 36, 94, 0.2)); aspect-ratio: 1 / 1; bottom: 503px; filter: drop-shadow(0px 10px 26px rgba(20, 36, 94, 0.2)); flex: none; height: var(--framer-aspect-ratio-supported, 252px); left: -164px; overflow: visible; position: absolute; width: 252px; z-index: 1; }\",\".framer-61sFP .framer-t45akf { align-content: center; align-items: center; background: radial-gradient(124% 75% at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(51, 219, 176, 0.3) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1oo2huq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 654px; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-13er579, .framer-61sFP .framer-z81vsk { 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 0px 20px 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1u3zypr-container { cursor: default; flex: none; height: auto; position: relative; width: auto; }\",\".framer-61sFP .framer-g3qu82 { --border-bottom-width: 3px; --border-color: #222222; --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 703px; overflow: hidden; position: relative; width: 334px; will-change: var(--framer-will-change-override, transform); }\",\".framer-61sFP .framer-kjagt { 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: hidden; padding: 120px 40px 120px 40px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1mit65q { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 510px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-1tc0gam { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1e6o66t { --border-bottom-width: 1px; --border-color: var(--token-309e6274-88b5-4197-8b68-6aab28c09b8e, rgba(34, 34, 34, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #000000; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: 600px; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-61sFP .framer-7fhajb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-5lvffq { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 240px; }\",\".framer-61sFP .framer-1mrfoq6, .framer-61sFP .framer-1xdmfpl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre; width: auto; }\",\".framer-61sFP .framer-1sqsu76, .framer-61sFP .framer-zdh0n4 { 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: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-1m8v3wx { --border-bottom-width: 1px; --border-color: var(--token-309e6274-88b5-4197-8b68-6aab28c09b8e, rgba(34, 34, 34, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-8c47652b-dea5-4767-a9f2-5d952dcce49a, #ffffff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: 600px; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-61sFP .framer-pblmf0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1yql9bp-container { flex: none; height: auto; opacity: 0; position: relative; width: auto; }\",\".framer-61sFP .framer-cmvazv { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1yhdtv7 { --border-bottom-width: 1px; --border-color: var(--token-56f97cb6-bbea-481b-ad90-6a84cfacecde, rgba(34, 34, 34, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-61sFP .framer-1wjui62 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 80px 40px; position: relative; width: 1px; }\",\".framer-61sFP .framer-shfvtv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 690px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-1z03o77 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 660px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-ul0xe1-container, .framer-61sFP .framer-8x64bl-container, .framer-61sFP .framer-1tm1ami-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-61sFP .framer-vtwa6h, .framer-61sFP .framer-cvxfex, .framer-61sFP .framer-1300c4y { background-color: var(--token-56f97cb6-bbea-481b-ad90-6a84cfacecde, rgba(34, 34, 34, 0.1)); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-61sFP .framer-wgcd86 { -webkit-filter: drop-shadow(0px 60px 26px rgba(20, 36, 94, 0.2)); aspect-ratio: 1 / 1; filter: drop-shadow(0px 60px 26px rgba(20, 36, 94, 0.2)); flex: none; height: var(--framer-aspect-ratio-supported, 360px); overflow: visible; position: absolute; right: -180px; top: 20px; width: 360px; z-index: 1; }\",\".framer-61sFP .framer-1s40bkj { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 91px 40px 91px 40px; position: relative; width: 100%; }\",\".framer-61sFP .framer-ltcpuf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-61sFP .framer-b93t6s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 700px; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-1oj3fg2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 400px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-1mz5pmg { align-content: flex-start; align-items: flex-start; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-61sFP .framer-jnjmhe { --border-bottom-width: 0px; --border-color: #525252; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #000000; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1600px; overflow: visible; padding: 40px; position: relative; width: 1px; }\",\".framer-61sFP .framer-7rc18m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-61sFP .framer-qbh1lp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 290px; }\",\".framer-61sFP .framer-1b2rnzv-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-61sFP .framer-19q18op { 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-61sFP .framer-1whdxz5, .framer-61sFP .framer-56g7jc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 290px; word-break: break-word; word-wrap: break-word; }\",\".framer-61sFP .framer-19qm42z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-61sFP .framer-181vgog { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); opacity: 0.5; overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-1vo33qk { flex: none; height: 24px; position: absolute; right: 0px; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-61sFP .framer-1gxpkzj, .framer-61sFP .framer-1kobft3 { flex: none; height: 24px; opacity: 0.5; overflow: visible; position: relative; text-decoration: none; width: 24px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-61sFP .framer-1c6j0j1, .framer-61sFP .framer-1uhzt5r { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-61sFP .framer-83f9ah { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-61sFP .framer-iagbww, .framer-61sFP .framer-py62gz, .framer-61sFP .framer-h9za4y { flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-61sFP.framer-66xb4, .framer-61sFP .framer-t0464d, .framer-61sFP .framer-grrtqf, .framer-61sFP .framer-1nh0jzd, .framer-61sFP .framer-k9c3xk, .framer-61sFP .framer-1w38ca, .framer-61sFP .framer-1fkl0rp, .framer-61sFP .framer-sknbx4, .framer-61sFP .framer-iowt9n, .framer-61sFP .framer-vuitg6, .framer-61sFP .framer-1qv9z1a, .framer-61sFP .framer-1n9dho1, .framer-61sFP .framer-1egftoo, .framer-61sFP .framer-12asj30, .framer-61sFP .framer-1fzhnca, .framer-61sFP .framer-vllz65, .framer-61sFP .framer-zeebsy, .framer-61sFP .framer-1m0wnxm, .framer-61sFP .framer-vabhx4, .framer-61sFP .framer-19wderm, .framer-61sFP .framer-1vmksdu, .framer-61sFP .framer-1k54hv, .framer-61sFP .framer-13wlfhj, .framer-61sFP .framer-96py05, .framer-61sFP .framer-3vfugl, .framer-61sFP .framer-1jsnlju, .framer-61sFP .framer-js1b3l, .framer-61sFP .framer-1rx45hq, .framer-61sFP .framer-jq31s, .framer-61sFP .framer-bmkeae, .framer-61sFP .framer-c0vdik, .framer-61sFP .framer-14cw2n0, .framer-61sFP .framer-1m8u6o2, .framer-61sFP .framer-69eue4, .framer-61sFP .framer-1776pdg, .framer-61sFP .framer-6obn7a, .framer-61sFP .framer-1fn3fmx, .framer-61sFP .framer-13ylaup, .framer-61sFP .framer-10vsluz, .framer-61sFP .framer-1kxa36l, .framer-61sFP .framer-5ndhxf, .framer-61sFP .framer-68bm6f, .framer-61sFP .framer-n7tb3, .framer-61sFP .framer-44ul4i, .framer-61sFP .framer-1ajcccz, .framer-61sFP .framer-m8jtev, .framer-61sFP .framer-7tn32z, .framer-61sFP .framer-zl5s3i, .framer-61sFP .framer-esx9mo, .framer-61sFP .framer-yrcil0, .framer-61sFP .framer-ts10zo, .framer-61sFP .framer-1vbmuyj, .framer-61sFP .framer-jcwf3s, .framer-61sFP .framer-1mp0b5h, .framer-61sFP .framer-vlsizu, .framer-61sFP .framer-qzpxj4, .framer-61sFP .framer-v8jufo, .framer-61sFP .framer-1x8jaj5, .framer-61sFP .framer-1jy2yyd, .framer-61sFP .framer-1yj9491, .framer-61sFP .framer-9y1ar5, .framer-61sFP .framer-1plr2c6, .framer-61sFP .framer-zrh0dv, .framer-61sFP .framer-1nnldgn, .framer-61sFP .framer-1mqi07j, .framer-61sFP .framer-uyq3b2, .framer-61sFP .framer-19kc0l3, .framer-61sFP .framer-zjqltv, .framer-61sFP .framer-zrrd0e, .framer-61sFP .framer-1qdj1rw, .framer-61sFP .framer-ffzf2v, .framer-61sFP .framer-11g043g, .framer-61sFP .framer-1slf4s1, .framer-61sFP .framer-1vaxur8, .framer-61sFP .framer-9tus0s, .framer-61sFP .framer-12qe79o, .framer-61sFP .framer-nu7yn3, .framer-61sFP .framer-np8dmj, .framer-61sFP .framer-zm61gi, .framer-61sFP .framer-scwheg, .framer-61sFP .framer-1h7ga5r, .framer-61sFP .framer-1qmd9yg, .framer-61sFP .framer-1tq2a1d, .framer-61sFP .framer-im5075, .framer-61sFP .framer-11i0yy1, .framer-61sFP .framer-1ewmdz8, .framer-61sFP .framer-1ko39xl, .framer-61sFP .framer-1xqhojr, .framer-61sFP .framer-1shxsr2, .framer-61sFP .framer-1enbp8k, .framer-61sFP .framer-5noird, .framer-61sFP .framer-k9nm0v, .framer-61sFP .framer-16otam9, .framer-61sFP .framer-1i8tjbo, .framer-61sFP .framer-ppsle1, .framer-61sFP .framer-168ws6g, .framer-61sFP .framer-1lmjm17, .framer-61sFP .framer-1nrz4e9, .framer-61sFP .framer-1nynxgl, .framer-61sFP .framer-i8ypf3, .framer-61sFP .framer-30ure0, .framer-61sFP .framer-73zr4k, .framer-61sFP .framer-1scntwy, .framer-61sFP .framer-1smidm, .framer-61sFP .framer-o2k11r, .framer-61sFP .framer-c2w4kc, .framer-61sFP .framer-g1x8uz, .framer-61sFP .framer-dvc44e, .framer-61sFP .framer-1b1ixzb, .framer-61sFP .framer-fsf9c9, .framer-61sFP .framer-1m96cr4, .framer-61sFP .framer-1lfmsro, .framer-61sFP .framer-shdb9c, .framer-61sFP .framer-1ectj6d, .framer-61sFP .framer-joxdd9, .framer-61sFP .framer-1r7zup9, .framer-61sFP .framer-haoyz0, .framer-61sFP .framer-gep9n4, .framer-61sFP .framer-tgxky4, .framer-61sFP .framer-1tv2yqy, .framer-61sFP .framer-1gevcz, .framer-61sFP .framer-1xq4wo, .framer-61sFP .framer-q3i667, .framer-61sFP .framer-t45akf, .framer-61sFP .framer-qb1v43, .framer-61sFP .framer-13er579, .framer-61sFP .framer-kjagt, .framer-61sFP .framer-15om29m, .framer-61sFP .framer-1tc0gam, .framer-61sFP .framer-1e6o66t, .framer-61sFP .framer-7fhajb, .framer-61sFP .framer-5lvffq, .framer-61sFP .framer-1sqsu76, .framer-61sFP .framer-1m8v3wx, .framer-61sFP .framer-pblmf0, .framer-61sFP .framer-cmvazv, .framer-61sFP .framer-zdh0n4, .framer-61sFP .framer-1yhdtv7, .framer-61sFP .framer-1wjui62, .framer-61sFP .framer-1z03o77, .framer-61sFP .framer-1s40bkj, .framer-61sFP .framer-z81vsk, .framer-61sFP .framer-1oj3fg2, .framer-61sFP .framer-1mz5pmg, .framer-61sFP .framer-7rc18m, .framer-61sFP .framer-qbh1lp, .framer-61sFP .framer-19q18op, .framer-61sFP .framer-19qm42z, .framer-61sFP .framer-83f9ah { gap: 0px; } .framer-61sFP.framer-66xb4 > *, .framer-61sFP .framer-t0464d > *, .framer-61sFP .framer-12asj30 > *, .framer-61sFP .framer-1vmksdu > *, .framer-61sFP .framer-1rx45hq > *, .framer-61sFP .framer-1776pdg > *, .framer-61sFP .framer-68bm6f > *, .framer-61sFP .framer-zl5s3i > *, .framer-61sFP .framer-vlsizu > *, .framer-61sFP .framer-1plr2c6 > *, .framer-61sFP .framer-1r7zup9 > *, .framer-61sFP .framer-tgxky4 > *, .framer-61sFP .framer-1gevcz > *, .framer-61sFP .framer-q3i667 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-61sFP.framer-66xb4 > :first-child, .framer-61sFP .framer-t0464d > :first-child, .framer-61sFP .framer-1nh0jzd > :first-child, .framer-61sFP .framer-k9c3xk > :first-child, .framer-61sFP .framer-sknbx4 > :first-child, .framer-61sFP .framer-12asj30 > :first-child, .framer-61sFP .framer-1fzhnca > :first-child, .framer-61sFP .framer-vllz65 > :first-child, .framer-61sFP .framer-vabhx4 > :first-child, .framer-61sFP .framer-1vmksdu > :first-child, .framer-61sFP .framer-13wlfhj > :first-child, .framer-61sFP .framer-js1b3l > :first-child, .framer-61sFP .framer-1rx45hq > :first-child, .framer-61sFP .framer-bmkeae > :first-child, .framer-61sFP .framer-c0vdik > :first-child, .framer-61sFP .framer-1776pdg > :first-child, .framer-61sFP .framer-1fn3fmx > :first-child, .framer-61sFP .framer-10vsluz > :first-child, .framer-61sFP .framer-68bm6f > :first-child, .framer-61sFP .framer-1ajcccz > :first-child, .framer-61sFP .framer-zl5s3i > :first-child, .framer-61sFP .framer-ts10zo > :first-child, .framer-61sFP .framer-jcwf3s > :first-child, .framer-61sFP .framer-vlsizu > :first-child, .framer-61sFP .framer-1jy2yyd > :first-child, .framer-61sFP .framer-1yj9491 > :first-child, .framer-61sFP .framer-1plr2c6 > :first-child, .framer-61sFP .framer-uyq3b2 > :first-child, .framer-61sFP .framer-zrrd0e > :first-child, .framer-61sFP .framer-1qdj1rw > :first-child, .framer-61sFP .framer-11g043g > :first-child, .framer-61sFP .framer-1slf4s1 > :first-child, .framer-61sFP .framer-9tus0s > :first-child, .framer-61sFP .framer-nu7yn3 > :first-child, .framer-61sFP .framer-np8dmj > :first-child, .framer-61sFP .framer-scwheg > :first-child, .framer-61sFP .framer-1qmd9yg > :first-child, .framer-61sFP .framer-im5075 > :first-child, .framer-61sFP .framer-11i0yy1 > :first-child, .framer-61sFP .framer-1xqhojr > :first-child, .framer-61sFP .framer-1shxsr2 > :first-child, .framer-61sFP .framer-1enbp8k > :first-child, .framer-61sFP .framer-16otam9 > :first-child, .framer-61sFP .framer-1i8tjbo > :first-child, .framer-61sFP .framer-ppsle1 > :first-child, .framer-61sFP .framer-1nrz4e9 > :first-child, .framer-61sFP .framer-1nynxgl > :first-child, .framer-61sFP .framer-i8ypf3 > :first-child, .framer-61sFP .framer-1scntwy > :first-child, .framer-61sFP .framer-1smidm > :first-child, .framer-61sFP .framer-o2k11r > :first-child, .framer-61sFP .framer-c2w4kc > :first-child, .framer-61sFP .framer-g1x8uz > :first-child, .framer-61sFP .framer-dvc44e > :first-child, .framer-61sFP .framer-1b1ixzb > :first-child, .framer-61sFP .framer-fsf9c9 > :first-child, .framer-61sFP .framer-1m96cr4 > :first-child, .framer-61sFP .framer-shdb9c > :first-child, .framer-61sFP .framer-1ectj6d > :first-child, .framer-61sFP .framer-joxdd9 > :first-child, .framer-61sFP .framer-1r7zup9 > :first-child, .framer-61sFP .framer-gep9n4 > :first-child, .framer-61sFP .framer-tgxky4 > :first-child, .framer-61sFP .framer-1tv2yqy > :first-child, .framer-61sFP .framer-1gevcz > :first-child, .framer-61sFP .framer-1xq4wo > :first-child, .framer-61sFP .framer-q3i667 > :first-child, .framer-61sFP .framer-t45akf > :first-child, .framer-61sFP .framer-qb1v43 > :first-child, .framer-61sFP .framer-13er579 > :first-child, .framer-61sFP .framer-kjagt > :first-child, .framer-61sFP .framer-15om29m > :first-child, .framer-61sFP .framer-1e6o66t > :first-child, .framer-61sFP .framer-1sqsu76 > :first-child, .framer-61sFP .framer-1m8v3wx > :first-child, .framer-61sFP .framer-zdh0n4 > :first-child, .framer-61sFP .framer-1wjui62 > :first-child, .framer-61sFP .framer-1z03o77 > :first-child, .framer-61sFP .framer-1s40bkj > :first-child, .framer-61sFP .framer-z81vsk > :first-child, .framer-61sFP .framer-1oj3fg2 > :first-child, .framer-61sFP .framer-7rc18m > :first-child, .framer-61sFP .framer-qbh1lp > :first-child, .framer-61sFP .framer-19q18op > :first-child, .framer-61sFP .framer-83f9ah > :first-child { margin-top: 0px; } .framer-61sFP.framer-66xb4 > :last-child, .framer-61sFP .framer-t0464d > :last-child, .framer-61sFP .framer-1nh0jzd > :last-child, .framer-61sFP .framer-k9c3xk > :last-child, .framer-61sFP .framer-sknbx4 > :last-child, .framer-61sFP .framer-12asj30 > :last-child, .framer-61sFP .framer-1fzhnca > :last-child, .framer-61sFP .framer-vllz65 > :last-child, .framer-61sFP .framer-vabhx4 > :last-child, .framer-61sFP .framer-1vmksdu > :last-child, .framer-61sFP .framer-13wlfhj > :last-child, .framer-61sFP .framer-js1b3l > :last-child, .framer-61sFP .framer-1rx45hq > :last-child, .framer-61sFP .framer-bmkeae > :last-child, .framer-61sFP .framer-c0vdik > :last-child, .framer-61sFP .framer-1776pdg > :last-child, .framer-61sFP .framer-1fn3fmx > :last-child, .framer-61sFP .framer-10vsluz > :last-child, .framer-61sFP .framer-68bm6f > :last-child, .framer-61sFP .framer-1ajcccz > :last-child, .framer-61sFP .framer-zl5s3i > :last-child, .framer-61sFP .framer-ts10zo > :last-child, .framer-61sFP .framer-jcwf3s > :last-child, .framer-61sFP .framer-vlsizu > :last-child, .framer-61sFP .framer-1jy2yyd > :last-child, .framer-61sFP .framer-1yj9491 > :last-child, .framer-61sFP .framer-1plr2c6 > :last-child, .framer-61sFP .framer-uyq3b2 > :last-child, .framer-61sFP .framer-zrrd0e > :last-child, .framer-61sFP .framer-1qdj1rw > :last-child, .framer-61sFP .framer-11g043g > :last-child, .framer-61sFP .framer-1slf4s1 > :last-child, .framer-61sFP .framer-9tus0s > :last-child, .framer-61sFP .framer-nu7yn3 > :last-child, .framer-61sFP .framer-np8dmj > :last-child, .framer-61sFP .framer-scwheg > :last-child, .framer-61sFP .framer-1qmd9yg > :last-child, .framer-61sFP .framer-im5075 > :last-child, .framer-61sFP .framer-11i0yy1 > :last-child, .framer-61sFP .framer-1xqhojr > :last-child, .framer-61sFP .framer-1shxsr2 > :last-child, .framer-61sFP .framer-1enbp8k > :last-child, .framer-61sFP .framer-16otam9 > :last-child, .framer-61sFP .framer-1i8tjbo > :last-child, .framer-61sFP .framer-ppsle1 > :last-child, .framer-61sFP .framer-1nrz4e9 > :last-child, .framer-61sFP .framer-1nynxgl > :last-child, .framer-61sFP .framer-i8ypf3 > :last-child, .framer-61sFP .framer-1scntwy > :last-child, .framer-61sFP .framer-1smidm > :last-child, .framer-61sFP .framer-o2k11r > :last-child, .framer-61sFP .framer-c2w4kc > :last-child, .framer-61sFP .framer-g1x8uz > :last-child, .framer-61sFP .framer-dvc44e > :last-child, .framer-61sFP .framer-1b1ixzb > :last-child, .framer-61sFP .framer-fsf9c9 > :last-child, .framer-61sFP .framer-1m96cr4 > :last-child, .framer-61sFP .framer-shdb9c > :last-child, .framer-61sFP .framer-1ectj6d > :last-child, .framer-61sFP .framer-joxdd9 > :last-child, .framer-61sFP .framer-1r7zup9 > :last-child, .framer-61sFP .framer-gep9n4 > :last-child, .framer-61sFP .framer-tgxky4 > :last-child, .framer-61sFP .framer-1tv2yqy > :last-child, .framer-61sFP .framer-1gevcz > :last-child, .framer-61sFP .framer-1xq4wo > :last-child, .framer-61sFP .framer-q3i667 > :last-child, .framer-61sFP .framer-t45akf > :last-child, .framer-61sFP .framer-qb1v43 > :last-child, .framer-61sFP .framer-13er579 > :last-child, .framer-61sFP .framer-kjagt > :last-child, .framer-61sFP .framer-15om29m > :last-child, .framer-61sFP .framer-1e6o66t > :last-child, .framer-61sFP .framer-1sqsu76 > :last-child, .framer-61sFP .framer-1m8v3wx > :last-child, .framer-61sFP .framer-zdh0n4 > :last-child, .framer-61sFP .framer-1wjui62 > :last-child, .framer-61sFP .framer-1z03o77 > :last-child, .framer-61sFP .framer-1s40bkj > :last-child, .framer-61sFP .framer-z81vsk > :last-child, .framer-61sFP .framer-1oj3fg2 > :last-child, .framer-61sFP .framer-7rc18m > :last-child, .framer-61sFP .framer-qbh1lp > :last-child, .framer-61sFP .framer-19q18op > :last-child, .framer-61sFP .framer-83f9ah > :last-child { margin-bottom: 0px; } .framer-61sFP .framer-grrtqf > *, .framer-61sFP .framer-1fkl0rp > *, .framer-61sFP .framer-zeebsy > *, .framer-61sFP .framer-1m0wnxm > *, .framer-61sFP .framer-19wderm > *, .framer-61sFP .framer-1k54hv > *, .framer-61sFP .framer-96py05 > *, .framer-61sFP .framer-3vfugl > *, .framer-61sFP .framer-1jsnlju > *, .framer-61sFP .framer-jq31s > *, .framer-61sFP .framer-14cw2n0 > *, .framer-61sFP .framer-1m8u6o2 > *, .framer-61sFP .framer-69eue4 > *, .framer-61sFP .framer-6obn7a > *, .framer-61sFP .framer-13ylaup > *, .framer-61sFP .framer-1kxa36l > *, .framer-61sFP .framer-5ndhxf > *, .framer-61sFP .framer-n7tb3 > *, .framer-61sFP .framer-44ul4i > *, .framer-61sFP .framer-m8jtev > *, .framer-61sFP .framer-7tn32z > *, .framer-61sFP .framer-esx9mo > *, .framer-61sFP .framer-yrcil0 > *, .framer-61sFP .framer-1vbmuyj > *, .framer-61sFP .framer-1mp0b5h > *, .framer-61sFP .framer-qzpxj4 > *, .framer-61sFP .framer-v8jufo > *, .framer-61sFP .framer-1x8jaj5 > *, .framer-61sFP .framer-9y1ar5 > *, .framer-61sFP .framer-zrh0dv > *, .framer-61sFP .framer-1nnldgn > *, .framer-61sFP .framer-1mqi07j > *, .framer-61sFP .framer-19kc0l3 > *, .framer-61sFP .framer-zjqltv > *, .framer-61sFP .framer-ffzf2v > *, .framer-61sFP .framer-1vaxur8 > *, .framer-61sFP .framer-12qe79o > *, .framer-61sFP .framer-zm61gi > *, .framer-61sFP .framer-1h7ga5r > *, .framer-61sFP .framer-1tq2a1d > *, .framer-61sFP .framer-1ewmdz8 > *, .framer-61sFP .framer-1ko39xl > *, .framer-61sFP .framer-5noird > *, .framer-61sFP .framer-k9nm0v > *, .framer-61sFP .framer-168ws6g > *, .framer-61sFP .framer-1lmjm17 > *, .framer-61sFP .framer-30ure0 > *, .framer-61sFP .framer-73zr4k > *, .framer-61sFP .framer-1lfmsro > *, .framer-61sFP .framer-haoyz0 > *, .framer-61sFP .framer-pblmf0 > *, .framer-61sFP .framer-1yhdtv7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-61sFP .framer-grrtqf > :first-child, .framer-61sFP .framer-1w38ca > :first-child, .framer-61sFP .framer-1fkl0rp > :first-child, .framer-61sFP .framer-iowt9n > :first-child, .framer-61sFP .framer-vuitg6 > :first-child, .framer-61sFP .framer-1qv9z1a > :first-child, .framer-61sFP .framer-1n9dho1 > :first-child, .framer-61sFP .framer-1egftoo > :first-child, .framer-61sFP .framer-zeebsy > :first-child, .framer-61sFP .framer-1m0wnxm > :first-child, .framer-61sFP .framer-19wderm > :first-child, .framer-61sFP .framer-1k54hv > :first-child, .framer-61sFP .framer-96py05 > :first-child, .framer-61sFP .framer-3vfugl > :first-child, .framer-61sFP .framer-1jsnlju > :first-child, .framer-61sFP .framer-jq31s > :first-child, .framer-61sFP .framer-14cw2n0 > :first-child, .framer-61sFP .framer-1m8u6o2 > :first-child, .framer-61sFP .framer-69eue4 > :first-child, .framer-61sFP .framer-6obn7a > :first-child, .framer-61sFP .framer-13ylaup > :first-child, .framer-61sFP .framer-1kxa36l > :first-child, .framer-61sFP .framer-5ndhxf > :first-child, .framer-61sFP .framer-n7tb3 > :first-child, .framer-61sFP .framer-44ul4i > :first-child, .framer-61sFP .framer-m8jtev > :first-child, .framer-61sFP .framer-7tn32z > :first-child, .framer-61sFP .framer-esx9mo > :first-child, .framer-61sFP .framer-yrcil0 > :first-child, .framer-61sFP .framer-1vbmuyj > :first-child, .framer-61sFP .framer-1mp0b5h > :first-child, .framer-61sFP .framer-qzpxj4 > :first-child, .framer-61sFP .framer-v8jufo > :first-child, .framer-61sFP .framer-1x8jaj5 > :first-child, .framer-61sFP .framer-9y1ar5 > :first-child, .framer-61sFP .framer-zrh0dv > :first-child, .framer-61sFP .framer-1nnldgn > :first-child, .framer-61sFP .framer-1mqi07j > :first-child, .framer-61sFP .framer-19kc0l3 > :first-child, .framer-61sFP .framer-zjqltv > :first-child, .framer-61sFP .framer-ffzf2v > :first-child, .framer-61sFP .framer-1vaxur8 > :first-child, .framer-61sFP .framer-12qe79o > :first-child, .framer-61sFP .framer-zm61gi > :first-child, .framer-61sFP .framer-1h7ga5r > :first-child, .framer-61sFP .framer-1tq2a1d > :first-child, .framer-61sFP .framer-1ewmdz8 > :first-child, .framer-61sFP .framer-1ko39xl > :first-child, .framer-61sFP .framer-5noird > :first-child, .framer-61sFP .framer-k9nm0v > :first-child, .framer-61sFP .framer-168ws6g > :first-child, .framer-61sFP .framer-1lmjm17 > :first-child, .framer-61sFP .framer-30ure0 > :first-child, .framer-61sFP .framer-73zr4k > :first-child, .framer-61sFP .framer-1lfmsro > :first-child, .framer-61sFP .framer-haoyz0 > :first-child, .framer-61sFP .framer-1tc0gam > :first-child, .framer-61sFP .framer-7fhajb > :first-child, .framer-61sFP .framer-5lvffq > :first-child, .framer-61sFP .framer-pblmf0 > :first-child, .framer-61sFP .framer-cmvazv > :first-child, .framer-61sFP .framer-1yhdtv7 > :first-child, .framer-61sFP .framer-1mz5pmg > :first-child, .framer-61sFP .framer-19qm42z > :first-child { margin-left: 0px; } .framer-61sFP .framer-grrtqf > :last-child, .framer-61sFP .framer-1w38ca > :last-child, .framer-61sFP .framer-1fkl0rp > :last-child, .framer-61sFP .framer-iowt9n > :last-child, .framer-61sFP .framer-vuitg6 > :last-child, .framer-61sFP .framer-1qv9z1a > :last-child, .framer-61sFP .framer-1n9dho1 > :last-child, .framer-61sFP .framer-1egftoo > :last-child, .framer-61sFP .framer-zeebsy > :last-child, .framer-61sFP .framer-1m0wnxm > :last-child, .framer-61sFP .framer-19wderm > :last-child, .framer-61sFP .framer-1k54hv > :last-child, .framer-61sFP .framer-96py05 > :last-child, .framer-61sFP .framer-3vfugl > :last-child, .framer-61sFP .framer-1jsnlju > :last-child, .framer-61sFP .framer-jq31s > :last-child, .framer-61sFP .framer-14cw2n0 > :last-child, .framer-61sFP .framer-1m8u6o2 > :last-child, .framer-61sFP .framer-69eue4 > :last-child, .framer-61sFP .framer-6obn7a > :last-child, .framer-61sFP .framer-13ylaup > :last-child, .framer-61sFP .framer-1kxa36l > :last-child, .framer-61sFP .framer-5ndhxf > :last-child, .framer-61sFP .framer-n7tb3 > :last-child, .framer-61sFP .framer-44ul4i > :last-child, .framer-61sFP .framer-m8jtev > :last-child, .framer-61sFP .framer-7tn32z > :last-child, .framer-61sFP .framer-esx9mo > :last-child, .framer-61sFP .framer-yrcil0 > :last-child, .framer-61sFP .framer-1vbmuyj > :last-child, .framer-61sFP .framer-1mp0b5h > :last-child, .framer-61sFP .framer-qzpxj4 > :last-child, .framer-61sFP .framer-v8jufo > :last-child, .framer-61sFP .framer-1x8jaj5 > :last-child, .framer-61sFP .framer-9y1ar5 > :last-child, .framer-61sFP .framer-zrh0dv > :last-child, .framer-61sFP .framer-1nnldgn > :last-child, .framer-61sFP .framer-1mqi07j > :last-child, .framer-61sFP .framer-19kc0l3 > :last-child, .framer-61sFP .framer-zjqltv > :last-child, .framer-61sFP .framer-ffzf2v > :last-child, .framer-61sFP .framer-1vaxur8 > :last-child, .framer-61sFP .framer-12qe79o > :last-child, .framer-61sFP .framer-zm61gi > :last-child, .framer-61sFP .framer-1h7ga5r > :last-child, .framer-61sFP .framer-1tq2a1d > :last-child, .framer-61sFP .framer-1ewmdz8 > :last-child, .framer-61sFP .framer-1ko39xl > :last-child, .framer-61sFP .framer-5noird > :last-child, .framer-61sFP .framer-k9nm0v > :last-child, .framer-61sFP .framer-168ws6g > :last-child, .framer-61sFP .framer-1lmjm17 > :last-child, .framer-61sFP .framer-30ure0 > :last-child, .framer-61sFP .framer-73zr4k > :last-child, .framer-61sFP .framer-1lfmsro > :last-child, .framer-61sFP .framer-haoyz0 > :last-child, .framer-61sFP .framer-1tc0gam > :last-child, .framer-61sFP .framer-7fhajb > :last-child, .framer-61sFP .framer-5lvffq > :last-child, .framer-61sFP .framer-pblmf0 > :last-child, .framer-61sFP .framer-cmvazv > :last-child, .framer-61sFP .framer-1yhdtv7 > :last-child, .framer-61sFP .framer-1mz5pmg > :last-child, .framer-61sFP .framer-19qm42z > :last-child { margin-right: 0px; } .framer-61sFP .framer-1nh0jzd > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-61sFP .framer-k9c3xk > *, .framer-61sFP .framer-vabhx4 > *, .framer-61sFP .framer-13wlfhj > *, .framer-61sFP .framer-js1b3l > *, .framer-61sFP .framer-bmkeae > *, .framer-61sFP .framer-c0vdik > *, .framer-61sFP .framer-1fn3fmx > *, .framer-61sFP .framer-10vsluz > *, .framer-61sFP .framer-1ajcccz > *, .framer-61sFP .framer-ts10zo > *, .framer-61sFP .framer-jcwf3s > *, .framer-61sFP .framer-1jy2yyd > *, .framer-61sFP .framer-1yj9491 > *, .framer-61sFP .framer-uyq3b2 > *, .framer-61sFP .framer-zrrd0e > *, .framer-61sFP .framer-1qdj1rw > *, .framer-61sFP .framer-11g043g > *, .framer-61sFP .framer-1slf4s1 > *, .framer-61sFP .framer-9tus0s > *, .framer-61sFP .framer-nu7yn3 > *, .framer-61sFP .framer-np8dmj > *, .framer-61sFP .framer-scwheg > *, .framer-61sFP .framer-1qmd9yg > *, .framer-61sFP .framer-im5075 > *, .framer-61sFP .framer-11i0yy1 > *, .framer-61sFP .framer-1xqhojr > *, .framer-61sFP .framer-1shxsr2 > *, .framer-61sFP .framer-1enbp8k > *, .framer-61sFP .framer-16otam9 > *, .framer-61sFP .framer-1i8tjbo > *, .framer-61sFP .framer-ppsle1 > *, .framer-61sFP .framer-1nrz4e9 > *, .framer-61sFP .framer-1nynxgl > *, .framer-61sFP .framer-i8ypf3 > *, .framer-61sFP .framer-1scntwy > *, .framer-61sFP .framer-1smidm > *, .framer-61sFP .framer-o2k11r > *, .framer-61sFP .framer-c2w4kc > *, .framer-61sFP .framer-g1x8uz > *, .framer-61sFP .framer-dvc44e > *, .framer-61sFP .framer-1b1ixzb > *, .framer-61sFP .framer-fsf9c9 > *, .framer-61sFP .framer-1m96cr4 > *, .framer-61sFP .framer-joxdd9 > *, .framer-61sFP .framer-gep9n4 > *, .framer-61sFP .framer-1tv2yqy > *, .framer-61sFP .framer-1xq4wo > *, .framer-61sFP .framer-13er579 > *, .framer-61sFP .framer-z81vsk > *, .framer-61sFP .framer-1oj3fg2 > *, .framer-61sFP .framer-19q18op > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-61sFP .framer-1w38ca > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-61sFP .framer-sknbx4 > *, .framer-61sFP .framer-1z03o77 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-61sFP .framer-iowt9n > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-61sFP .framer-vuitg6 > *, .framer-61sFP .framer-1qv9z1a > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-61sFP .framer-1n9dho1 > *, .framer-61sFP .framer-1egftoo > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-61sFP .framer-1fzhnca > *, .framer-61sFP .framer-qb1v43 > *, .framer-61sFP .framer-15om29m > *, .framer-61sFP .framer-1sqsu76 > *, .framer-61sFP .framer-zdh0n4 > *, .framer-61sFP .framer-1s40bkj > *, .framer-61sFP .framer-83f9ah > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-61sFP .framer-vllz65 > * { margin: 0px; margin-bottom: calc(229px / 2); margin-top: calc(229px / 2); } .framer-61sFP .framer-shdb9c > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-61sFP .framer-1ectj6d > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-61sFP .framer-t45akf > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-61sFP .framer-kjagt > *, .framer-61sFP .framer-1wjui62 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-61sFP .framer-1tc0gam > *, .framer-61sFP .framer-7fhajb > *, .framer-61sFP .framer-19qm42z > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-61sFP .framer-1e6o66t > *, .framer-61sFP .framer-1m8v3wx > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-61sFP .framer-5lvffq > *, .framer-61sFP .framer-cmvazv > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-61sFP .framer-1mz5pmg > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-61sFP .framer-7rc18m > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-61sFP .framer-qbh1lp > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }\",...sharedStyle.css,'.framer-61sFP[data-border=\"true\"]::after, .framer-61sFP [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-61sFP.framer-66xb4 { width: 810px; } .framer-61sFP .framer-t0464d { padding: 39px 40px 100px 40px; } .framer-61sFP .framer-grrtqf { flex-direction: column; gap: 0px; justify-content: flex-start; order: 0; padding: 0px; } .framer-61sFP .framer-1nh0jzd { flex: none; padding: 36px 0px 36px 0px; width: 100%; } .framer-61sFP .framer-1fkl0rp { width: 100%; } .framer-61sFP .framer-un7ta7 { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 360px); width: 1px; } .framer-61sFP .framer-vllz65 { height: min-content; } .framer-61sFP .framer-1l8h274 { top: 200px; } .framer-61sFP .framer-zeebsy { flex-direction: column; } .framer-61sFP .framer-1m0wnxm, .framer-61sFP .framer-19wderm { flex: none; width: 100%; } .framer-61sFP .framer-vabhx4, .framer-61sFP .framer-1slf4s1, .framer-61sFP .framer-np8dmj, .framer-61sFP .framer-im5075, .framer-61sFP .framer-1shxsr2, .framer-61sFP .framer-1i8tjbo { height: var(--framer-aspect-ratio-supported, 150px); } .framer-61sFP .framer-1kd6q2n { align-self: stretch; height: auto; min-height: unset; } .framer-61sFP .framer-zizny0, .framer-61sFP .framer-9f7v5h, .framer-61sFP .framer-58kl8l, .framer-61sFP .framer-1y8zze3, .framer-61sFP .framer-1qm7441, .framer-61sFP .framer-77fzmi { min-height: 150px; min-width: 150px; } .framer-61sFP .framer-bwha22, .framer-61sFP .framer-wqshgk, .framer-61sFP .framer-lrwba7, .framer-61sFP .framer-1ns938z, .framer-61sFP .framer-1671jm4 { min-height: unset; min-width: unset; } .framer-61sFP .framer-timaky { min-width: unset; } .framer-61sFP .framer-1ax6efm { min-width: 150px; } .framer-61sFP .framer-shdb9c { height: 1414px; } .framer-61sFP .framer-vb2clh { height: 304px; width: 724px; } .framer-61sFP .framer-1r7zup9 { height: 416px; } .framer-61sFP .framer-gep9n4, .framer-61sFP .framer-1tv2yqy, .framer-61sFP .framer-1xq4wo { height: 383px; } .framer-61sFP .framer-tgxky4, .framer-61sFP .framer-1gevcz, .framer-61sFP .framer-q3i667 { height: 74px; } .framer-61sFP .framer-1aiwgcy { right: -126px; top: 30px; } .framer-61sFP .framer-1m3obj7 { bottom: 393px; left: -152px; } .framer-61sFP .framer-1tc0gam { align-content: center; align-items: center; flex-direction: column; } .framer-61sFP .framer-1e6o66t, .framer-61sFP .framer-1m8v3wx { flex: none; height: min-content; width: 100%; } .framer-61sFP .framer-jnjmhe { flex-wrap: wrap; } .framer-61sFP .framer-7rc18m { width: 288px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-61sFP .framer-grrtqf, .framer-61sFP .framer-zeebsy, .framer-61sFP .framer-1tc0gam { gap: 0px; } .framer-61sFP .framer-grrtqf > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-61sFP .framer-grrtqf > :first-child, .framer-61sFP .framer-zeebsy > :first-child, .framer-61sFP .framer-1tc0gam > :first-child { margin-top: 0px; } .framer-61sFP .framer-grrtqf > :last-child, .framer-61sFP .framer-zeebsy > :last-child, .framer-61sFP .framer-1tc0gam > :last-child { margin-bottom: 0px; } .framer-61sFP .framer-zeebsy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-61sFP .framer-1tc0gam > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\",\"@media (max-width: 809px) { .framer-61sFP.framer-66xb4 { width: 390px; } .framer-61sFP .framer-127e6d8-container { left: calc(50.00000000000002% - 100% / 2); position: fixed; } .framer-61sFP .framer-t0464d { padding: 68px 20px 80px 20px; } .framer-61sFP .framer-grrtqf { flex-direction: column; gap: 0px; justify-content: flex-start; order: 0; padding: 0px; } .framer-61sFP .framer-1nh0jzd { align-content: center; align-items: center; flex: none; order: 0; padding: 20px 0px 34px 0px; width: 100%; } .framer-61sFP .framer-k9c3xk { order: 0; width: 100%; } .framer-61sFP .framer-1w38ca { justify-content: center; padding: 0px; } .framer-61sFP .framer-1g15yq9-container, .framer-61sFP .framer-3vfugl, .framer-61sFP .framer-18c54gh { order: 2; } .framer-61sFP .framer-1fkl0rp { height: min-content; order: 2; width: 100%; } .framer-61sFP .framer-un7ta7 { aspect-ratio: unset; flex: 620 0 0px; height: 175px; width: 1px; } .framer-61sFP .framer-12asj30 { padding: 40px 20px 40px 20px; } .framer-61sFP .framer-vdmz7y { max-width: 100%; width: 100%; } .framer-61sFP .framer-vllz65 { gap: 48px; height: 4200px; } .framer-61sFP .framer-6mduxv { order: 0; top: 85px; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-61sFP .framer-mby8ob, .framer-61sFP .framer-96py05, .framer-61sFP .framer-lgwof, .framer-61sFP .framer-1v6nqhd, .framer-61sFP .framer-6f1nlv { order: 1; } .framer-61sFP .framer-1k54hv, .framer-61sFP .framer-11w4bur, .framer-61sFP .framer-kadfad, .framer-61sFP .framer-q0eggz { order: 0; } .framer-61sFP .framer-1jsnlju, .framer-61sFP .framer-1a0ao8i { order: 3; } .framer-61sFP .framer-r2sto2, .framer-61sFP .framer-4esn1s, .framer-61sFP .framer-1vfrm8g, .framer-61sFP .framer-14nnd7n, .framer-61sFP .framer-e20pj0 { min-width: 150px; } .framer-61sFP .framer-1ldcd82, .framer-61sFP .framer-1o60825, .framer-61sFP .framer-78za1s, .framer-61sFP .framer-zjqltv { min-width: unset; } .framer-61sFP .framer-ubeeyr { min-width: unset; order: 0; } .framer-61sFP .framer-1ohruq8 { order: 4; } .framer-61sFP .framer-1rza1c6 { order: 5; } .framer-61sFP .framer-1c5v8cy { order: 6; } .framer-61sFP .framer-hksvvc { order: 7; } .framer-61sFP .framer-1tlmzwf { gap: 0px; justify-content: center; order: 8; padding: 0px 15px 0px 15px; top: 180px; width: min-content; } .framer-61sFP .framer-1m96cr4 { gap: 0px; height: 300px; width: 320px; } .framer-61sFP .framer-shdb9c { gap: 40px; height: min-content; padding: 60px 20px 60px 20px; } .framer-61sFP .framer-12f7cju { max-width: 100%; } .framer-61sFP .framer-joxdd9 { height: 217px; width: 100%; } .framer-61sFP .framer-vb2clh { height: 100%; width: 90%; } .framer-61sFP .framer-1r7zup9 { height: min-content; } .framer-61sFP .framer-haoyz0 { flex-direction: column; gap: 52px; height: min-content; } .framer-61sFP .framer-gep9n4, .framer-61sFP .framer-1tv2yqy, .framer-61sFP .framer-1xq4wo, .framer-61sFP .framer-1m8v3wx { flex: none; width: 100%; } .framer-61sFP .framer-86m20n, .framer-61sFP .framer-9bu1sx, .framer-61sFP .framer-l2fnke { flex: none; height: 70%; } .framer-61sFP .framer-tgxky4 { height: min-content; padding: 20px 0px 20px 0px; } .framer-61sFP .framer-1gevcz, .framer-61sFP .framer-q3i667 { height: min-content; padding: 20px; } .framer-61sFP .framer-1oo2huq { width: 90%; } .framer-61sFP .framer-kjagt { gap: 40px; padding: 80px 20px 80px 20px; } .framer-61sFP .framer-1tc0gam { flex-direction: column; } .framer-61sFP .framer-1e6o66t { flex: none; height: min-content; width: 100%; } .framer-61sFP .framer-1wjui62 { gap: 40px; padding: 40px 20px 40px 20px; } .framer-61sFP .framer-1s40bkj { padding: 91px 40px 100px 40px; } .framer-61sFP .framer-ltcpuf { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-61sFP .framer-b93t6s, .framer-61sFP .framer-7rc18m, .framer-61sFP .framer-qbh1lp, .framer-61sFP .framer-1whdxz5, .framer-61sFP .framer-56g7jc { width: 100%; } .framer-61sFP .framer-jnjmhe { flex-direction: column; gap: 40px; justify-content: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-61sFP .framer-grrtqf, .framer-61sFP .framer-vllz65, .framer-61sFP .framer-1tlmzwf, .framer-61sFP .framer-1m96cr4, .framer-61sFP .framer-shdb9c, .framer-61sFP .framer-haoyz0, .framer-61sFP .framer-kjagt, .framer-61sFP .framer-1tc0gam, .framer-61sFP .framer-1wjui62, .framer-61sFP .framer-jnjmhe { gap: 0px; } .framer-61sFP .framer-grrtqf > *, .framer-61sFP .framer-1m96cr4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-61sFP .framer-grrtqf > :first-child, .framer-61sFP .framer-vllz65 > :first-child, .framer-61sFP .framer-1m96cr4 > :first-child, .framer-61sFP .framer-shdb9c > :first-child, .framer-61sFP .framer-haoyz0 > :first-child, .framer-61sFP .framer-kjagt > :first-child, .framer-61sFP .framer-1tc0gam > :first-child, .framer-61sFP .framer-1wjui62 > :first-child, .framer-61sFP .framer-jnjmhe > :first-child { margin-top: 0px; } .framer-61sFP .framer-grrtqf > :last-child, .framer-61sFP .framer-vllz65 > :last-child, .framer-61sFP .framer-1m96cr4 > :last-child, .framer-61sFP .framer-shdb9c > :last-child, .framer-61sFP .framer-haoyz0 > :last-child, .framer-61sFP .framer-kjagt > :last-child, .framer-61sFP .framer-1tc0gam > :last-child, .framer-61sFP .framer-1wjui62 > :last-child, .framer-61sFP .framer-jnjmhe > :last-child { margin-bottom: 0px; } .framer-61sFP .framer-vllz65 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-61sFP .framer-1tlmzwf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-61sFP .framer-1tlmzwf > :first-child { margin-left: 0px; } .framer-61sFP .framer-1tlmzwf > :last-child { margin-right: 0px; } .framer-61sFP .framer-shdb9c > *, .framer-61sFP .framer-kjagt > *, .framer-61sFP .framer-1wjui62 > *, .framer-61sFP .framer-jnjmhe > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-61sFP .framer-haoyz0 > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-61sFP .framer-1tc0gam > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9577\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"i3CQjNEFC\":{\"layout\":[\"fixed\",\"auto\"]},\"ZzszXbfOm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"RVeiezAPh\":{\"pattern\":\":RVeiezAPh\",\"name\":\"workflow\"},\"j3b1jXlYp\":{\"pattern\":\":j3b1jXlYp\",\"name\":\"performance\"},\"jAx_uF4HD\":{\"pattern\":\":jAx_uF4HD\",\"name\":\"mmlu-pro\"},\"P0uSWEsx8\":{\"pattern\":\":P0uSWEsx8\",\"name\":\"\"},\"WmGR6hHJM\":{\"pattern\":\":WmGR6hHJM\",\"name\":\"\"},\"Xhu83UBLw\":{\"pattern\":\":Xhu83UBLw\",\"name\":\"\"},\"WNKGVWfsZ\":{\"pattern\":\":WNKGVWfsZ\",\"name\":\"howitworks\"},\"O4lTeblGJ\":{\"pattern\":\":O4lTeblGJ\",\"name\":\"pricing\"},\"OUb58LBcz\":{\"pattern\":\":OUb58LBcz\",\"name\":\"contact\"}}\n * @framerResponsiveScreen\n */const FramerWZ9rIqrEw=withCSS(Component,css,\"framer-61sFP\");export default FramerWZ9rIqrEw;FramerWZ9rIqrEw.displayName=\"Home\";FramerWZ9rIqrEw.defaultProps={height:9577,width:1200};addFonts(FramerWZ9rIqrEw,[{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Chillax\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2T24MWUOKZU65SZJ33GPRGNOKE4KPOBX/T6LIXZJIPB23UDPMTIKURYWSZLXZBJ3A/THF5L6EHVL4N4NNE3GYDZNZSHABL5CH5.woff2\",weight:\"600\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5SZVFDB7V52TI6ULVC6J3WQZQCIZVDV5/ODYPSTCUDMKSTYIPTV4CLQ7URIK7XYBJ/YS3VPNVO4B3TOJMEXDGFZQ4TLZGGSRZC.woff2\",weight:\"600\"}]},...NavSimpleFonts,...PopupFonts,...EmbedFonts,...HeroButtonFonts,...TickerFonts,...TagFonts,...Tag2Fonts,...AppbuttonFonts,...FeatureList5Fonts,...MenuButtonFonts,...FAQ2Fonts,...FAQ3Fonts,...LogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWZ9rIqrEw\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9577\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i3CQjNEFC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZzszXbfOm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"RVeiezAPh\\\":{\\\"pattern\\\":\\\":RVeiezAPh\\\",\\\"name\\\":\\\"workflow\\\"},\\\"j3b1jXlYp\\\":{\\\"pattern\\\":\\\":j3b1jXlYp\\\",\\\"name\\\":\\\"performance\\\"},\\\"jAx_uF4HD\\\":{\\\"pattern\\\":\\\":jAx_uF4HD\\\",\\\"name\\\":\\\"mmlu-pro\\\"},\\\"P0uSWEsx8\\\":{\\\"pattern\\\":\\\":P0uSWEsx8\\\",\\\"name\\\":\\\"\\\"},\\\"WmGR6hHJM\\\":{\\\"pattern\\\":\\\":WmGR6hHJM\\\",\\\"name\\\":\\\"\\\"},\\\"Xhu83UBLw\\\":{\\\"pattern\\\":\\\":Xhu83UBLw\\\",\\\"name\\\":\\\"\\\"},\\\"WNKGVWfsZ\\\":{\\\"pattern\\\":\\\":WNKGVWfsZ\\\",\\\"name\\\":\\\"howitworks\\\"},\\\"O4lTeblGJ\\\":{\\\"pattern\\\":\\\":O4lTeblGJ\\\",\\\"name\\\":\\\"pricing\\\"},\\\"OUb58LBcz\\\":{\\\"pattern\\\":\\\":OUb58LBcz\\\",\\\"name\\\":\\\"contact\\\"}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "l", "cubicBezier", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "MAX_AREA", "CSS_VAR_NAME", "supportsWaapi", "supportsRegisterProperty", "window", "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", "offset", "useMotionValue", "axis", "minus", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "fullChildrenArea", "isLayerTooBig", "measure", "te", "parentLength", "firstChild", "lastChild", "childrenLeft", "childrenRight", "childrenTop", "childrenBottom", "childrenWidth", "childrenHeight", "childrenArea", "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", "keyframes", "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", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "EgdykkkJx_exports", "__export", "__FramerMetadata__", "EgdykkkJx_default", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "icon", "icon1", "id", "overlayOpen", "radius", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eszixBaDA", "KJK1sV1GB", "ik9I5qIGz", "RmkZjgJwi", "RYOtwK5qb", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1lvhxnx", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerEgdykkkJx", "withCSS", "EgdykkkJx_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "hover", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "vKEuyOxUi", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter100ffm", "args", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Link", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "FramerjEcssIyci", "withCSS", "jEcssIyci_default", "addPropertyControls", "ControlType", "addFonts", "CTAFonts", "getFonts", "FLXzApIyg_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", "cTA", "cTA1", "height", "id", "rainbow", "title", "titleOpacity", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GmAhv_WVa", "hSgW9f2ir", "ToKaS18SW", "p2xmGpLux", "Z69PPXt7v", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramermdwI2Xxxo", "withCSS", "mdwI2Xxxo_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithGoogleLoginOverride", "withGoogleLoginOverride", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "lrh8C9dpQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1nw4qss", "args", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "Framernmui258Cg", "withCSS", "nmui258Cg_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "icon", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "T2CsNbFcm", "pbavLymla", "jTcf_EQ_W", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerNRjViGTV3", "withCSS", "NRjViGTV3_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "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", "color", "height", "hover", "id", "link", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kcKdHX2wm", "qe8e_sxRy", "Dl6AiX37G", "NKudH2mEX", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter7j7d8i", "args", "onClick1jfbi8x", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "Framera7w3v2CCa", "withCSS", "a7w3v2CCa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "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", "color", "height", "hover", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kcKdHX2wm", "qe8e_sxRy", "Dl6AiX37G", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter7j7d8i", "args", "onClick1jfbi8x", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerE2W68uNoY", "withCSS", "E2W68uNoY_default", "addPropertyControls", "ControlType", "addFonts", "srOhbyP6u_exports", "__export", "__FramerMetadata__", "srOhbyP6u_default", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "click", "height", "hover", "icon", "icon1", "id", "link", "newTab", "overlayOpen", "radius", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eszixBaDA", "KJK1sV1GB", "UsLusPFRg", "ik9I5qIGz", "RmkZjgJwi", "yTZZaFOb3", "nHDeesR15", "J0LC2FGV8", "RKdabix78", "H5uf7ZxMY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap139n4we", "args", "onTaplbsjxu", "onTap14brlll", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "RichText2", "ComponentViewportProvider", "css", "FramersrOhbyP6u", "withCSS", "srOhbyP6u_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "LogoFonts", "getFonts", "RG0eff1Pf_default", "NavMenuFonts", "E2W68uNoY_default", "MotionDivWithDocButtonOverride", "withDocButtonOverride", "motion", "MenuButtonFonts", "srOhbyP6u_default", "MenuButtonWithLoginButtonOverrideWithMappedReactPropss95ks", "withMappedReactProps", "withLoginButtonOverride", "srOhbyP6u_exports", "NavMenu1Fonts", "a7w3v2CCa_default", "PhosphorFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "background", "backgroundBlur", "click", "height", "id", "overlayOpen", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "oqrd6d5I6", "LylWg8UG8", "QqQDj_STD", "eXPh3W9Oy", "Tyvh_HtHOhH1DdpI8D", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "fgAIG8Gx31s9dxy9", "args", "qe8e_sxRy1s9dxy9", "onTapmw4tqx", "onTaptgnxcj", "RKdabix78154oto0", "onTap13uepcf", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "SVG", "Link", "css", "FramerQ6akyLQUp", "withCSS", "Q6akyLQUp_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "color", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CM1C23HdI", "vd59XDbg4", "m1wBZJAoM", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1uos7w1", "args", "onTap1dn8gyx", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerWsO4h4NMx", "withCSS", "WsO4h4NMx_default", "addPropertyControls", "ControlType", "addFonts", "CTAFonts", "getFonts", "FLXzApIyg_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", "cTA", "cTA1", "height", "id", "rainbow", "title", "titleOpacity", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "GmAhv_WVa", "hSgW9f2ir", "ToKaS18SW", "p2xmGpLux", "Z69PPXt7v", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerypoqA5rB7", "withCSS", "ypoqA5rB7_default", "addPropertyControls", "ControlType", "addFonts", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "state", "Data", "ToggleStrikethrough", "StrikethroughText", "ChangeStrikethroughColor", "withToggleStrikethrough", "C", "props", "re", "DataObserverContext", "p", "withStrikethroughText", "withChangeStrikethroughColor", "NavSimpleFonts", "getFonts", "Q6akyLQUp_default", "PopupFonts", "nmui258Cg_default", "EmbedFonts", "Embed", "HeroButtonFonts", "EgdykkkJx_default", "HeroButtonWithLoginButtonOverride1g15yq9WithMappedReactProps1tdk3z9", "withMappedReactProps", "withCodeBoundaryForOverrides", "withLoginButtonOverride", "EgdykkkJx_exports", "TickerFonts", "Ticker", "TagFonts", "mdwI2Xxxo_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "Tag2Fonts", "ypoqA5rB7_default", "ImageWithFX", "withFX", "Image2", "AppbuttonFonts", "jEcssIyci_default", "RichTextWithChangeStrikethroughColor6j6yha", "RichText2", "withChangeStrikethroughColor", "RichTextWithChangeStrikethroughColor1v6xqa0", "FeatureList5Fonts", "NRjViGTV3_default", "MenuButtonFonts", "srOhbyP6u_default", "FAQ2Fonts", "WsO4h4NMx_default", "FAQ3Fonts", "GtmdTungG_default", "LogoFonts", "RG0eff1Pf_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "transition3", "animation5", "animation6", "animation7", "transition4", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "eXPh3W9Oy3bnx0g", "overlay", "loadMore", "args", "H5uf7ZxMY3bnx0g", "RYOtwK5qb3bnx0g", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "elementId8", "ref9", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "l", "PropertyOverrides2", "ComponentViewportProvider", "Container", "AnimatePresence", "Ga", "x", "getLoadingLazyAtYPosition", "overlay1", "overlay2", "Link", "SVG", "css", "FramerWZ9rIqrEw", "withCSS", "WZ9rIqrEw_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
