{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/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/LHz3bw67SqHRmnCKTlE6/Ticker.js", "ssg:https://framerusercontent.com/modules/bsHM9mixnFX7qlWemBj5/RuiZ1N829rpndAnAVGoa/FIKOsGGWO.js", "ssg:https://framerusercontent.com/modules/EJCBhKYzETMsnj2s4RNB/C0vXeF0MsOWUiIYNnJFR/XXGyjrmIX.js", "ssg:https://framerusercontent.com/modules/72aTLKGXzt5faywNPhWq/Z6jXr6cucVPm25AvQE5e/Z_cAn61vS.js", "ssg:https://framerusercontent.com/modules/t1YgRCh3Qws33HIZc19z/vWVBCrVQPTiy7TpZAWYR/F3EAQ4n0L.js", "ssg:https://framerusercontent.com/modules/kMby2mkLJCwDRZSv03VV/HnReNoHZoAswneNyDO1J/ZOFrDZMTO.js", "ssg:https://framerusercontent.com/modules/yr3GpT23eWiB75Mukf8f/R2uQrcnXd4BiWAHpJnGa/augiA20Il.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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,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{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.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 extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.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}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.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=n.stiffness,damping:s=n.damping,mass:r=n.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/r)/1e3;const l=calcDampingRatio(e,s,r);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 r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/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,useCallback,cloneElement,startTransition}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};/**\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 currentTarget=RenderTarget.current();const isCanvas=currentTarget===RenderTarget.canvas||currentTarget===RenderTarget.export;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=null;let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;startTransition(()=>setSize({parent:parentLength,children:childrenLength}));}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...child.props?.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},child.props?.children)})});});}const isInView=isCanvas?true:useInView(parentRef);if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{const size={width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",willChange:!isInView?undefined:\"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.props?.style,width:widthType?child.props?.width:\"100%\",height:heightType?child.props?.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},child.props?.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){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);const playOrPause=useCallback(()=>{if(!animationRef.current)return;const hidden=document.hidden;if(isInView&&!hidden&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if((!isInView||hidden)&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);useEffect(()=>{playOrPause();},[isInView]);useEffect(()=>{document.addEventListener(\"visibilitychange\",playOrPause);return()=>{document.removeEventListener(\"visibilitychange\",playOrPause);};},[playOrPause]);}/* 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,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||!isInView?\"auto\":\"transform\",transform:transformer(0)},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\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (7e4cc89)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,CycleVariantState,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"SlUBwRaAF\",\"qFCgl9YMC\"];const serializationHash=\"framer-WzcQi\";const variantClassNames={qFCgl9YMC:\"framer-v-10x7mxz\",SlUBwRaAF:\"framer-v-1rtx0e0\"};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 humanReadableVariantMap={\"FAQ { Q only }\":\"SlUBwRaAF\",\"Q+A\":\"qFCgl9YMC\"};const getProps=({height,id,text,text2,textVariable,width,...props})=>{return{...props,j8fuCJEIe:text??props.j8fuCJEIe??\"What type of Smart Contracts can cAI  analyze ?\",ray75y260:text2??props.ray75y260??\"What type of Smart Contracts can cAI  analyze ?\",tUwdz1h4i:textVariable??props.tUwdz1h4i??\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"SlUBwRaAF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,tUwdz1h4i,j8fuCJEIe,ray75y260,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SlUBwRaAF\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1d77swo=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});await delay(()=>setVariant(CycleVariantState),200);});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"qFCgl9YMC\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"qFCgl9YMC\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1rtx0e0\",className,classNames),\"data-framer-name\":\"FAQ { Q only }\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SlUBwRaAF\",onTap:onTap1d77swo,ref:refBinding,style:{...style},...addPropertyOverrides({qFCgl9YMC:{\"data-framer-name\":\"Q+A\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U29yYS01MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:\"What type of Smart Contracts can cAI  analyze ?\"})}),className:\"framer-67wxcv\",\"data-framer-name\":\"What type of Smart Contracts can cAI analyze ?\",fonts:[\"GF;Sora-500\"],layoutDependency:layoutDependency,layoutId:\"sNUtBvSjL\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-paragraph-spacing\":\"0px\"},text:ray75y260,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vq0zr4\",layoutDependency:layoutDependency,layoutId:\"E8TwuJDpc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-126dmwg\",\"data-framer-name\":\"Question frame\",layoutDependency:layoutDependency,layoutId:\"dI3RZqJOR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U29yYS1tZWRpdW0=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"124.3%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51)))\"},children:\"What type of Smart Contracts can cAI  analyze ?\"})}),className:\"framer-1tppw4u\",\"data-framer-name\":\"What type of Smart Contracts can cAI analyze ?\",fonts:[\"FS;Sora-medium\"],layoutDependency:layoutDependency,layoutId:\"Hs2Y46Wza\",style:{\"--extracted-r6o4lv\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\",\"--framer-paragraph-spacing\":\"0px\"},text:j8fuCJEIe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-nieg2u\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"V78FBMc_5\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"40\" height=\"40\" rx=\"20\" fill=\"#275858\"/>\\n<path d=\"M28 20H12\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"124.33%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(51, 51, 51, 0.7))\"},children:\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\"})}),className:\"framer-1iphz6z\",\"data-framer-name\":\"Answer\",fonts:[\"GF;Sora-regular\"],layoutDependency:layoutDependency,layoutId:\"zsDdEZLqh\",style:{\"--extracted-r6o4lv\":\"rgba(51, 51, 51, 0.7)\",\"--framer-paragraph-spacing\":\"0px\"},text:tUwdz1h4i,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-12stjqi\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"I424:1472;284:574\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"40\" height=\"40\" rx=\"20\" fill=\"#305F5F\"/>\\n<path d=\"M20 12V28\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12 20H28\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WzcQi.framer-himqtj, .framer-WzcQi .framer-himqtj { display: block; }\",\".framer-WzcQi.framer-1rtx0e0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1152px; }\",\".framer-WzcQi .framer-67wxcv, .framer-WzcQi .framer-1tppw4u { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-WzcQi .framer-1vq0zr4 { 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-WzcQi .framer-126dmwg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WzcQi .framer-nieg2u, .framer-WzcQi .framer-12stjqi { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-WzcQi .framer-1iphz6z { flex: none; height: auto; 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-WzcQi .framer-1vq0zr4 { gap: 0px; } .framer-WzcQi .framer-1vq0zr4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WzcQi .framer-1vq0zr4 > :first-child { margin-top: 0px; } .framer-WzcQi .framer-1vq0zr4 > :last-child { margin-bottom: 0px; } }\",\".framer-WzcQi.framer-v-10x7mxz.framer-1rtx0e0 { align-content: flex-start; align-items: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 1152\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qFCgl9YMC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"tUwdz1h4i\":\"textVariable\",\"j8fuCJEIe\":\"text\",\"ray75y260\":\"text2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFIKOsGGWO=withCSS(Component,css,\"framer-WzcQi\");export default FramerFIKOsGGWO;FramerFIKOsGGWO.displayName=\"Question only\";FramerFIKOsGGWO.defaultProps={height:40,width:1152};addPropertyControls(FramerFIKOsGGWO,{variant:{options:[\"SlUBwRaAF\",\"qFCgl9YMC\"],optionTitles:[\"FAQ { Q only }\",\"Q+A\"],title:\"Variant\",type:ControlType.Enum},tUwdz1h4i:{defaultValue:\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\",displayTextArea:false,title:\"Text variable\",type:ControlType.String},j8fuCJEIe:{defaultValue:\"What type of Smart Contracts can cAI  analyze ?\",displayTextArea:false,title:\"Text\",type:ControlType.String},ray75y260:{defaultValue:\"What type of Smart Contracts can cAI  analyze ?\",displayTextArea:true,placeholder:\"\",title:\"Text 2\",type:ControlType.String}});addFonts(FramerFIKOsGGWO,[{explicitInter:true,fonts:[{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdgnn-PIwNhBti0.woff2\",weight:\"500\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SJWETCERZXVLDCL4K6NJGS3H7NAV5YTM/F5EBUUP2RO5CM2W74SL4R7M6IUX4GDPL/OAO3FLMO5KOXWLXSTUJGS4EGOYFMSDQ3.woff2\",weight:\"500\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-PIwNhBti0.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFIKOsGGWO\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1152\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qFCgl9YMC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"tUwdz1h4i\\\":\\\"textVariable\\\",\\\"j8fuCJEIe\\\":\\\"text\\\",\\\"ray75y260\\\":\\\"text2\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FIKOsGGWO.map", "// Generated by Framer (b62c1c2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Sora-regular\",\"FS;Sora-variableVF=IndnaHQiIDQwMA==\",\"FS;Sora-variableVF=IndnaHQiIDQwMA==\",\"FS;Sora-variableVF=IndnaHQiIDQwMA==\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XR5REPALAPN54FEEIVU4Z7ZE3Z5TYAXV/ZVSCLT36TMKD3NSNAKQISILPVOHE4VFU/NTHDIHEFNRRDAFXF6EKGHNYZ4FA3VMWE.woff2\",weight:\"400\"}]}];export const css=['.framer-kaFhJ .framer-styles-preset-7ybkdv:not(.rich-text-wrapper), .framer-kaFhJ .framer-styles-preset-7ybkdv.rich-text-wrapper p { --framer-font-family: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold: \"Sora Variable\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Sora Variable\", \"Sora Placeholder\", sans-serif; --framer-font-family-italic: \"Sora Variable\", \"Sora Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.01px; --framer-line-height: 127%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: rgba(51, 51, 51, 0.8); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-kaFhJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7e4cc89)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/EJCBhKYzETMsnj2s4RNB/C0vXeF0MsOWUiIYNnJFR/XXGyjrmIX.js\";const enabledGestures={yc8TA4rFd:{hover:true}};const cycleOrder=[\"yc8TA4rFd\",\"Ctj70KPuS\"];const serializationHash=\"framer-w9zTE\";const variantClassNames={Ctj70KPuS:\"framer-v-rhyjy3\",yc8TA4rFd:\"framer-v-1jg9wjq\"};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 humanReadableVariantMap={\"Nav links\":\"Ctj70KPuS\",\"Variant 1\":\"yc8TA4rFd\"};const getProps=({height,id,textVariable,width,...props})=>{return{...props,UKrzxZ9JT:textVariable??props.UKrzxZ9JT??\"Features\",variant:humanReadableVariantMap[props.variant]??props.variant??\"yc8TA4rFd\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,UKrzxZ9JT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yc8TA4rFd\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1jg9wjq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"yc8TA4rFd\",ref:refBinding,style:{backgroundColor:\"var(--token-a8af9f75-159b-493b-b0b0-fa191e234ef1, rgb(7, 88, 62))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,...style},variants:{\"yc8TA4rFd-hover\":{backgroundColor:\"rgb(6, 99, 70)\"},Ctj70KPuS:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({\"yc8TA4rFd-hover\":{\"data-framer-name\":undefined},Ctj70KPuS:{\"data-framer-name\":\"Nav links\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-7ybkdv\",\"data-styles-preset\":\"XXGyjrmIX\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c8b4a85a-bcf8-4334-9a53-459d8ceabf3e, rgb(250, 250, 250)))\"},children:\"Analyze now\"})}),className:\"framer-yz5bxl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SGsexvhpU\",style:{\"--extracted-r6o4lv\":\"var(--token-c8b4a85a-bcf8-4334-9a53-459d8ceabf3e, rgb(250, 250, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{Ctj70KPuS:{\"--extracted-r6o4lv\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ctj70KPuS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0.01px\",\"--framer-line-height\":\"127.3%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51)))\"},children:\"Features\"})}),fonts:[\"FS;Sora-regular\"],text:UKrzxZ9JT}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-w9zTE.framer-11yo8j8, .framer-w9zTE .framer-11yo8j8 { display: block; }\",\".framer-w9zTE.framer-1jg9wjq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 48px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 160px; will-change: var(--framer-will-change-override, transform); }\",\".framer-w9zTE .framer-yz5bxl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w9zTE.framer-1jg9wjq { gap: 0px; } .framer-w9zTE.framer-1jg9wjq > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-w9zTE.framer-1jg9wjq > :first-child { margin-left: 0px; } .framer-w9zTE.framer-1jg9wjq > :last-child { margin-right: 0px; } }\",\".framer-w9zTE.framer-v-rhyjy3.framer-1jg9wjq { cursor: unset; gap: 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-w9zTE.framer-v-rhyjy3.framer-1jg9wjq { gap: 0px; } .framer-w9zTE.framer-v-rhyjy3.framer-1jg9wjq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-w9zTE.framer-v-rhyjy3.framer-1jg9wjq > :first-child { margin-left: 0px; } .framer-w9zTE.framer-v-rhyjy3.framer-1jg9wjq > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ctj70KPuS\":{\"layout\":[\"auto\",\"fixed\"]},\"oFLOo1tFI\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"UKrzxZ9JT\":\"textVariable\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZ_cAn61vS=withCSS(Component,css,\"framer-w9zTE\");export default FramerZ_cAn61vS;FramerZ_cAn61vS.displayName=\"primary buton/CTA\";FramerZ_cAn61vS.defaultProps={height:48,width:160};addPropertyControls(FramerZ_cAn61vS,{variant:{options:[\"yc8TA4rFd\",\"Ctj70KPuS\"],optionTitles:[\"Variant 1\",\"Nav links\"],title:\"Variant\",type:ControlType.Enum},UKrzxZ9JT:{defaultValue:\"Features\",displayTextArea:false,title:\"Text variable\",type:ControlType.String}});addFonts(FramerZ_cAn61vS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XR5REPALAPN54FEEIVU4Z7ZE3Z5TYAXV/ZVSCLT36TMKD3NSNAKQISILPVOHE4VFU/NTHDIHEFNRRDAFXF6EKGHNYZ4FA3VMWE.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ_cAn61vS\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"UKrzxZ9JT\\\":\\\"textVariable\\\"}\",\"framerIntrinsicHeight\":\"48\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ctj70KPuS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"oFLOo1tFI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"160\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z_cAn61vS.map", "// Generated by Framer (b62c1c2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Sora-regular\",\"FS;Sora-bold\",\"FS;Sora-bold italic\",\"FS;Sora-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XR5REPALAPN54FEEIVU4Z7ZE3Z5TYAXV/ZVSCLT36TMKD3NSNAKQISILPVOHE4VFU/NTHDIHEFNRRDAFXF6EKGHNYZ4FA3VMWE.woff2\",weight:\"400\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/O6APDGOOI6KPTOYLMG2WT7AMVFBAEQQ2/YA4HXMMXHUGDD7BGRS5L5DM7AVKBZQ5D/BB6C7YWXOMIC6G7LPBRQNIGD2FKV5DQB.woff2\",weight:\"700\"},{family:\"Sora\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/PWVVF4DQKI6RDWWIV2CZRSEEK2QLO253/LTCJDNALIL47LGXZ4DEZIAUJXHVCCYEV/UFYKCUM5A2KFQ5SWUWLYKBUQT26DDAI4.woff2\",weight:\"700\"},{family:\"Sora\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/7XRMVNAM3ZG4JEOSS5ZCC4RGBVZURIVX/2DA4FFIXTHA3AMRNPBF34MQKAL74S6Q4/SHCEFA7WWZADWWHDSJZZ2M2R4Z6LTAWX.woff2\",weight:\"400\"}]}];export const css=['.framer-mm55j .framer-styles-preset-iwr16p:not(.rich-text-wrapper), .framer-mm55j .framer-styles-preset-iwr16p.rich-text-wrapper p { --framer-font-family: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-italic: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 124%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, #333333); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-mm55j\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b62c1c2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Sora-semibold\",\"FS;Sora-bold\",\"FS;Sora-bold italic\",\"FS;Sora-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GLVBSLTLGSCYENHQZEZZBTPERIGASIAQ/CT5J6DRJRGN4DH5H6MRQDPOBOI4XDORK/ECOUY4IVDS6VGQYSST232TDR3EZRRMCW.woff2\",weight:\"600\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/O6APDGOOI6KPTOYLMG2WT7AMVFBAEQQ2/YA4HXMMXHUGDD7BGRS5L5DM7AVKBZQ5D/BB6C7YWXOMIC6G7LPBRQNIGD2FKV5DQB.woff2\",weight:\"700\"},{family:\"Sora\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/PWVVF4DQKI6RDWWIV2CZRSEEK2QLO253/LTCJDNALIL47LGXZ4DEZIAUJXHVCCYEV/UFYKCUM5A2KFQ5SWUWLYKBUQT26DDAI4.woff2\",weight:\"700\"},{family:\"Sora\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ASFGCOYEHARCP24ORH6UVUJ25DYL3IAO/6ZQB72YF6O4TBKRA2UW2G777E4GCZCAH/52D4WKNUZOO654KEXOLWKBWXLPNYTTU5.woff2\",weight:\"600\"}]}];export const css=['.framer-bvbpt .framer-styles-preset-10g0loj:not(.rich-text-wrapper), .framer-bvbpt .framer-styles-preset-10g0loj.rich-text-wrapper h2 { --framer-font-family: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-family-italic: \"Sora\", \"Sora Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: rgba(51, 51, 51, 0.8); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-bvbpt\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (677c5d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import QuestionOnly from\"#framer/local/canvasComponent/FIKOsGGWO/FIKOsGGWO.js\";import PrimaryButonCTA from\"#framer/local/canvasComponent/Z_cAn61vS/Z_cAn61vS.js\";import*as sharedStyle from\"#framer/local/css/F3EAQ4n0L/F3EAQ4n0L.js\";import*as sharedStyle1 from\"#framer/local/css/XXGyjrmIX/XXGyjrmIX.js\";import*as sharedStyle2 from\"#framer/local/css/ZOFrDZMTO/ZOFrDZMTO.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const PrimaryButonCTAFonts=getFonts(PrimaryButonCTA);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const TickerFonts=getFonts(Ticker);const MotionDivWithFX=withFX(motion.div);const QuestionOnlyFonts=getFonts(QuestionOnly);const breakpoints={Oigm3Bi3F:\"(max-width: 809px)\",w5_Yq9zZ9:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2tSTn\";const variantClassNames={Oigm3Bi3F:\"framer-v-3i6qzh\",w5_Yq9zZ9:\"framer-v-1szmmrc\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:150,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:-150,y:0};const transition2={delay:.2,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"Oigm3Bi3F\",Tablet:\"w5_Yq9zZ9\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"w5_Yq9zZ9\",\"Oigm3Bi3F\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Oigm3Bi3F\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"Oigm3Bi3F\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-c8b4a85a-bcf8-4334-9a53-459d8ceabf3e, rgb(250, 250, 250)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lhwcn8\",\"data-border\":true,\"data-framer-name\":\"nav bar\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29tZXR5cGUgTW9uby03MDA=\",\"--framer-font-family\":'\"Sometype Mono\", monospace',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"cAI\"})}),className:\"framer-1advir1\",\"data-framer-name\":\"cAI\",fonts:[\"GF;Sometype Mono-700\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rcgi6f hidden-1szmmrc hidden-3i6qzh\",\"data-framer-name\":\"nav links\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wdbyrt-container\",nodeId:\"eq4ozcWTd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PrimaryButonCTA,{height:\"100%\",id:\"eq4ozcWTd\",layoutId:\"eq4ozcWTd\",style:{height:\"100%\"},UKrzxZ9JT:\"Features\",variant:\"Ctj70KPuS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b8iovc-container\",nodeId:\"ngmyFuAIn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PrimaryButonCTA,{height:\"100%\",id:\"ngmyFuAIn\",layoutId:\"ngmyFuAIn\",style:{height:\"100%\"},UKrzxZ9JT:\"Security\",variant:\"Ctj70KPuS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l1bfj-container\",nodeId:\"dThcWaMDA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PrimaryButonCTA,{height:\"100%\",id:\"dThcWaMDA\",layoutId:\"dThcWaMDA\",style:{height:\"100%\"},UKrzxZ9JT:\"Pricing\",variant:\"Ctj70KPuS\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"180px\",y:22,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ez3rn6-container hidden-3i6qzh\",nodeId:\"i3cQ8aZBV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PrimaryButonCTA,{height:\"100%\",id:\"i3cQ8aZBV\",layoutId:\"i3cQ8aZBV\",style:{height:\"100%\",width:\"100%\"},UKrzxZ9JT:\"Features\",variant:\"yc8TA4rFd\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-f305rg hidden-72rtr7 hidden-1szmmrc\",\"data-framer-name\":\"menu-circle\",fill:'var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51)) /* {\"name\":\"Grey for texts\"} */',intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10C8.20914 10 10 8.20914 10 6Z\" stroke=\"#141B34\" stroke-width=\"1.5\"/>\\n<path d=\"M10 18C10 15.7909 8.20914 14 6 14C3.79086 14 2 15.7909 2 18C2 20.2091 3.79086 22 6 22C8.20914 22 10 20.2091 10 18Z\" stroke=\"#141B34\" stroke-width=\"1.5\"/>\\n<path d=\"M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z\" stroke=\"#141B34\" stroke-width=\"1.5\"/>\\n<path d=\"M22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z\" stroke=\"#141B34\" stroke-width=\"1.5\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6jvdex\",\"data-framer-name\":\"hero section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k1sw2k\",\"data-framer-name\":\"hero texts\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U29yYS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.08px\",\"--framer-line-height\":\"103%\",\"--framer-text-color\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"},children:\"Smart Analysis for Smart Contracts\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U29yYS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.08px\",\"--framer-line-height\":\"103%\",\"--framer-text-color\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"},children:\"Smart Analysis for Smart Contracts\"})}),className:\"framer-1bme6gc\",\"data-framer-appear-id\":\"1bme6gc\",fonts:[\"FS;Sora-semibold\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"124.3%\",\"--framer-text-color\":\"rgba(51, 51, 51, 0.8)\"},children:\"Easily check, improve, and protect your smart contracts with cAI\u2019s simple and helpful insights.\"})}),fonts:[\"FS;Sora-regular\"]}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-iwr16p\",\"data-styles-preset\":\"F3EAQ4n0L\",style:{\"--framer-text-color\":\"rgba(51, 51, 51, 0.8)\"},children:\"Easily check, improve, and protect your smart contracts with cAI\u2019s simple and helpful insights.\"})}),className:\"framer-1oictdm\",\"data-framer-appear-id\":\"1oictdm\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-eezsdf\",\"data-border\":true,\"data-framer-appear-id\":\"eezsdf\",\"data-framer-name\":\"text+button\",initial:animation1,optimized:true,children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7ybkdv\",\"data-styles-preset\":\"XXGyjrmIX\",children:\"Paste your smart contracts address here\"})}),className:\"framer-1bmcjjh hidden-3i6qzh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{height:40,width:\"160px\",y:(componentViewport?.y||0)+24+0+0+0+108+353.1+2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"180px\",y:(componentViewport?.y||0)+24+0+0+0+148+419.15999999999997+8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d36wks-container\",nodeId:\"HaUeLIrxw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PrimaryButonCTA,{height:\"100%\",id:\"HaUeLIrxw\",layoutId:\"HaUeLIrxw\",style:{height:\"100%\",width:\"100%\"},UKrzxZ9JT:\"Features\",variant:\"yc8TA4rFd\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ek5dzs\",\"data-framer-name\":\"hero GIF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+0+0+563.1+0),pixelHeight:1381,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif\",srcSet:\"https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif 1920w\"}},w5_Yq9zZ9:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+0+0+689.16+0),pixelHeight:1381,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:`min((${componentViewport?.width||\"100vw\"} - 48px) * 0.6, ${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif\",srcSet:\"https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+0+0+689.16+0),pixelHeight:1381,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"1200px\",src:\"https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif\",srcSet:\"https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif?scale-down-to=1024 1024w,https://framerusercontent.com/images/zppBGP6DNbPWxMlyhAUvBq4Maw4.gif 1920w\"},className:\"framer-unc5om\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t1s57e\",\"data-framer-name\":\"trusted section\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10g0loj\",\"data-styles-preset\":\"ZOFrDZMTO\",style:{\"--framer-text-color\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"},children:\"Trusted By Leading Defi Protocols\"})}),className:\"framer-1vj4mpo\",\"data-framer-appear-id\":\"1vj4mpo\",fonts:[\"Inter\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15sn312\",\"data-framer-name\":\"ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uvprz8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FFDiUK1tW\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:64,height:\"100%\",hoverFactor:1,id:\"FFDiUK1tW\",layoutId:\"FFDiUK1tW\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1uoiexz\",\"data-framer-name\":\"logo 2\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 32\"><g transform=\"translate(0.4 -0.02)\" id=\"ss9045817956_1\"><path d=\"M 0 32.42 L 0 0.42 L 150 0.42 L 150 32.42 Z\" fill=\"transparent\"></path><path d=\"M 146.802 18.242 C 146.802 16.375 145.643 14.953 143.835 14.953 C 142.027 14.953 140.868 16.375 140.868 18.242 C 140.868 20.109 142.027 21.531 143.835 21.531 C 145.689 21.486 146.802 20.109 146.802 18.242 Z M 146.755 13.664 L 146.755 8.775 C 146.755 8.464 146.987 8.153 147.312 8.109 L 150.046 7.398 L 150.046 23.975 L 147.033 23.975 L 147.033 22.553 C 146.292 23.62 144.901 24.242 143.232 24.242 C 139.756 24.242 137.716 21.575 137.716 18.198 C 137.716 14.864 139.756 12.153 143.232 12.153 C 144.855 12.198 146.106 12.909 146.755 13.664 Z M 128.214 12.464 L 128.214 13.886 C 128.77 12.909 130.022 12.198 131.783 12.198 C 134.657 12.198 136.233 14.064 136.233 16.82 L 136.233 24.02 L 132.988 24.02 L 132.988 17.131 C 132.988 15.798 132.386 14.864 130.949 14.864 C 129.373 14.864 128.492 15.842 128.492 17.398 L 128.492 24.02 L 125.247 24.02 L 125.247 12.464 Z M 117.599 24.242 C 114.076 24.242 112.129 22.775 112.129 19.042 L 112.129 12.464 L 115.374 12.464 L 115.374 19.131 C 115.374 20.731 116.116 21.486 117.599 21.486 C 119.036 21.486 119.824 20.731 119.824 19.131 L 119.824 12.464 L 123.069 12.464 L 123.069 19.086 C 123.069 22.82 121.122 24.242 117.599 24.242 Z M 101.375 18.242 C 101.375 20.331 102.719 21.531 104.435 21.531 C 106.15 21.531 107.494 20.331 107.494 18.242 C 107.494 16.153 106.15 14.953 104.435 14.953 C 102.673 14.953 101.375 16.153 101.375 18.242 Z M 104.435 24.242 C 100.587 24.242 98.13 21.486 98.13 18.198 C 98.13 14.909 100.587 12.153 104.435 12.153 C 108.282 12.153 110.739 14.909 110.739 18.198 C 110.739 21.486 108.282 24.242 104.435 24.242 Z M 88.164 18.242 C 88.164 20.109 89.323 21.531 91.131 21.531 C 92.939 21.531 94.098 20.109 94.098 18.242 C 94.098 16.375 92.939 14.953 91.131 14.953 C 89.323 14.953 88.164 16.331 88.164 18.242 Z M 88.257 22.775 L 88.257 27.575 C 88.257 27.886 88.025 28.198 87.701 28.242 L 85.012 28.909 L 85.012 12.464 L 88.025 12.464 L 88.025 13.886 C 88.767 12.82 90.158 12.198 91.826 12.198 C 95.303 12.198 97.342 14.864 97.342 18.242 C 97.342 21.575 95.303 24.286 91.826 24.286 C 90.111 24.242 88.86 23.531 88.257 22.775 Z M 75.278 17.442 L 75.278 24.02 L 72.033 24.02 L 72.033 17.131 C 72.033 15.842 71.57 14.864 70.087 14.864 C 68.557 14.864 67.722 15.798 67.722 17.353 L 67.722 23.975 L 64.478 23.975 L 64.478 12.464 L 67.491 12.464 L 67.491 13.886 C 68.047 12.909 69.252 12.198 70.967 12.198 C 72.59 12.198 73.748 12.82 74.444 13.842 C 75.51 12.731 76.715 12.198 78.43 12.198 C 81.304 12.198 82.787 14.109 82.787 16.82 L 82.787 24.02 L 79.543 24.02 L 79.543 17.131 C 79.543 15.842 79.079 14.864 77.596 14.864 C 76.112 14.864 75.278 15.798 75.278 17.442 Z M 53.631 18.242 C 53.631 20.331 54.975 21.531 56.69 21.531 C 58.405 21.531 59.75 20.331 59.75 18.242 C 59.75 16.153 58.405 14.953 56.69 14.953 C 54.975 14.953 53.631 16.153 53.631 18.242 Z M 56.69 24.242 C 52.843 24.242 50.386 21.486 50.386 18.198 C 50.386 14.909 52.843 12.153 56.69 12.153 C 60.538 12.153 62.994 14.909 62.994 18.198 C 62.994 21.486 60.538 24.242 56.69 24.242 Z M 33.421 16.153 C 33.421 11.264 36.944 8.02 41.625 8.02 C 45.705 8.02 48.903 10.331 49.506 14.153 L 45.936 14.153 C 45.473 12.198 43.804 11.086 41.625 11.086 C 38.659 11.086 36.944 13.086 36.944 16.153 C 36.944 19.22 38.612 21.22 41.625 21.22 C 43.804 21.22 45.473 20.109 45.936 18.153 L 49.506 18.153 C 48.903 21.975 45.658 24.286 41.625 24.286 C 36.944 24.286 33.421 21.042 33.421 16.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path><path d=\"M 1.344 24.953 C 0.51 24.464 0 23.62 0 22.686 L 0 17.486 C 0 17.309 0.046 17.086 0.139 16.909 C 0.464 16.375 1.159 16.198 1.715 16.509 L 13.952 23.353 C 14.648 23.753 15.111 24.509 15.111 25.264 L 15.111 30.686 C 15.111 30.953 15.019 31.175 14.926 31.398 C 14.509 32.02 13.674 32.242 12.979 31.842 Z M 19.608 15.086 C 20.303 15.486 20.766 16.242 20.766 16.998 L 20.766 27.931 C 20.766 28.242 20.581 28.553 20.303 28.731 L 17.614 30.198 C 17.568 30.198 17.522 30.242 17.522 30.242 L 17.522 24.153 C 17.522 23.353 17.104 22.642 16.409 22.242 L 5.609 16.064 L 5.609 9.175 C 5.609 8.998 5.655 8.775 5.748 8.598 C 6.072 8.064 6.768 7.886 7.324 8.198 Z M 24.985 6.998 C 25.726 7.398 26.143 8.153 26.143 8.953 L 26.143 24.953 C 26.143 25.264 25.958 25.575 25.633 25.753 L 23.084 27.086 L 23.084 15.975 C 23.084 15.175 22.667 14.464 21.972 14.064 L 10.986 7.664 L 10.986 1.131 C 10.986 0.953 11.032 0.731 11.125 0.553 C 11.449 0.02 12.145 -0.158 12.701 0.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path></g></svg>',svgContentId:9045817956,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uoiexz\",\"data-framer-name\":\"logo 2\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 32\"><g transform=\"translate(0.4 -0.02)\" id=\"ss9045817956_1\"><path d=\"M 0 32.42 L 0 0.42 L 150 0.42 L 150 32.42 Z\" fill=\"transparent\"></path><path d=\"M 146.802 18.242 C 146.802 16.375 145.643 14.953 143.835 14.953 C 142.027 14.953 140.868 16.375 140.868 18.242 C 140.868 20.109 142.027 21.531 143.835 21.531 C 145.689 21.486 146.802 20.109 146.802 18.242 Z M 146.755 13.664 L 146.755 8.775 C 146.755 8.464 146.987 8.153 147.312 8.109 L 150.046 7.398 L 150.046 23.975 L 147.033 23.975 L 147.033 22.553 C 146.292 23.62 144.901 24.242 143.232 24.242 C 139.756 24.242 137.716 21.575 137.716 18.198 C 137.716 14.864 139.756 12.153 143.232 12.153 C 144.855 12.198 146.106 12.909 146.755 13.664 Z M 128.214 12.464 L 128.214 13.886 C 128.77 12.909 130.022 12.198 131.783 12.198 C 134.657 12.198 136.233 14.064 136.233 16.82 L 136.233 24.02 L 132.988 24.02 L 132.988 17.131 C 132.988 15.798 132.386 14.864 130.949 14.864 C 129.373 14.864 128.492 15.842 128.492 17.398 L 128.492 24.02 L 125.247 24.02 L 125.247 12.464 Z M 117.599 24.242 C 114.076 24.242 112.129 22.775 112.129 19.042 L 112.129 12.464 L 115.374 12.464 L 115.374 19.131 C 115.374 20.731 116.116 21.486 117.599 21.486 C 119.036 21.486 119.824 20.731 119.824 19.131 L 119.824 12.464 L 123.069 12.464 L 123.069 19.086 C 123.069 22.82 121.122 24.242 117.599 24.242 Z M 101.375 18.242 C 101.375 20.331 102.719 21.531 104.435 21.531 C 106.15 21.531 107.494 20.331 107.494 18.242 C 107.494 16.153 106.15 14.953 104.435 14.953 C 102.673 14.953 101.375 16.153 101.375 18.242 Z M 104.435 24.242 C 100.587 24.242 98.13 21.486 98.13 18.198 C 98.13 14.909 100.587 12.153 104.435 12.153 C 108.282 12.153 110.739 14.909 110.739 18.198 C 110.739 21.486 108.282 24.242 104.435 24.242 Z M 88.164 18.242 C 88.164 20.109 89.323 21.531 91.131 21.531 C 92.939 21.531 94.098 20.109 94.098 18.242 C 94.098 16.375 92.939 14.953 91.131 14.953 C 89.323 14.953 88.164 16.331 88.164 18.242 Z M 88.257 22.775 L 88.257 27.575 C 88.257 27.886 88.025 28.198 87.701 28.242 L 85.012 28.909 L 85.012 12.464 L 88.025 12.464 L 88.025 13.886 C 88.767 12.82 90.158 12.198 91.826 12.198 C 95.303 12.198 97.342 14.864 97.342 18.242 C 97.342 21.575 95.303 24.286 91.826 24.286 C 90.111 24.242 88.86 23.531 88.257 22.775 Z M 75.278 17.442 L 75.278 24.02 L 72.033 24.02 L 72.033 17.131 C 72.033 15.842 71.57 14.864 70.087 14.864 C 68.557 14.864 67.722 15.798 67.722 17.353 L 67.722 23.975 L 64.478 23.975 L 64.478 12.464 L 67.491 12.464 L 67.491 13.886 C 68.047 12.909 69.252 12.198 70.967 12.198 C 72.59 12.198 73.748 12.82 74.444 13.842 C 75.51 12.731 76.715 12.198 78.43 12.198 C 81.304 12.198 82.787 14.109 82.787 16.82 L 82.787 24.02 L 79.543 24.02 L 79.543 17.131 C 79.543 15.842 79.079 14.864 77.596 14.864 C 76.112 14.864 75.278 15.798 75.278 17.442 Z M 53.631 18.242 C 53.631 20.331 54.975 21.531 56.69 21.531 C 58.405 21.531 59.75 20.331 59.75 18.242 C 59.75 16.153 58.405 14.953 56.69 14.953 C 54.975 14.953 53.631 16.153 53.631 18.242 Z M 56.69 24.242 C 52.843 24.242 50.386 21.486 50.386 18.198 C 50.386 14.909 52.843 12.153 56.69 12.153 C 60.538 12.153 62.994 14.909 62.994 18.198 C 62.994 21.486 60.538 24.242 56.69 24.242 Z M 33.421 16.153 C 33.421 11.264 36.944 8.02 41.625 8.02 C 45.705 8.02 48.903 10.331 49.506 14.153 L 45.936 14.153 C 45.473 12.198 43.804 11.086 41.625 11.086 C 38.659 11.086 36.944 13.086 36.944 16.153 C 36.944 19.22 38.612 21.22 41.625 21.22 C 43.804 21.22 45.473 20.109 45.936 18.153 L 49.506 18.153 C 48.903 21.975 45.658 24.286 41.625 24.286 C 36.944 24.286 33.421 21.042 33.421 16.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path><path d=\"M 1.344 24.953 C 0.51 24.464 0 23.62 0 22.686 L 0 17.486 C 0 17.309 0.046 17.086 0.139 16.909 C 0.464 16.375 1.159 16.198 1.715 16.509 L 13.952 23.353 C 14.648 23.753 15.111 24.509 15.111 25.264 L 15.111 30.686 C 15.111 30.953 15.019 31.175 14.926 31.398 C 14.509 32.02 13.674 32.242 12.979 31.842 Z M 19.608 15.086 C 20.303 15.486 20.766 16.242 20.766 16.998 L 20.766 27.931 C 20.766 28.242 20.581 28.553 20.303 28.731 L 17.614 30.198 C 17.568 30.198 17.522 30.242 17.522 30.242 L 17.522 24.153 C 17.522 23.353 17.104 22.642 16.409 22.242 L 5.609 16.064 L 5.609 9.175 C 5.609 8.998 5.655 8.775 5.748 8.598 C 6.072 8.064 6.768 7.886 7.324 8.198 Z M 24.985 6.998 C 25.726 7.398 26.143 8.153 26.143 8.953 L 26.143 24.953 C 26.143 25.264 25.958 25.575 25.633 25.753 L 23.084 27.086 L 23.084 15.975 C 23.084 15.175 22.667 14.464 21.972 14.064 L 10.986 7.664 L 10.986 1.131 C 10.986 0.953 11.032 0.731 11.125 0.553 C 11.449 0.02 12.145 -0.158 12.701 0.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path></g></svg>',svgContentId:9045817956,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uoiexz\",\"data-framer-name\":\"logo 2\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 32\"><g transform=\"translate(0.4 -0.02)\" id=\"ss9045817956_1\"><path d=\"M 0 32.42 L 0 0.42 L 150 0.42 L 150 32.42 Z\" fill=\"transparent\"></path><path d=\"M 146.802 18.242 C 146.802 16.375 145.643 14.953 143.835 14.953 C 142.027 14.953 140.868 16.375 140.868 18.242 C 140.868 20.109 142.027 21.531 143.835 21.531 C 145.689 21.486 146.802 20.109 146.802 18.242 Z M 146.755 13.664 L 146.755 8.775 C 146.755 8.464 146.987 8.153 147.312 8.109 L 150.046 7.398 L 150.046 23.975 L 147.033 23.975 L 147.033 22.553 C 146.292 23.62 144.901 24.242 143.232 24.242 C 139.756 24.242 137.716 21.575 137.716 18.198 C 137.716 14.864 139.756 12.153 143.232 12.153 C 144.855 12.198 146.106 12.909 146.755 13.664 Z M 128.214 12.464 L 128.214 13.886 C 128.77 12.909 130.022 12.198 131.783 12.198 C 134.657 12.198 136.233 14.064 136.233 16.82 L 136.233 24.02 L 132.988 24.02 L 132.988 17.131 C 132.988 15.798 132.386 14.864 130.949 14.864 C 129.373 14.864 128.492 15.842 128.492 17.398 L 128.492 24.02 L 125.247 24.02 L 125.247 12.464 Z M 117.599 24.242 C 114.076 24.242 112.129 22.775 112.129 19.042 L 112.129 12.464 L 115.374 12.464 L 115.374 19.131 C 115.374 20.731 116.116 21.486 117.599 21.486 C 119.036 21.486 119.824 20.731 119.824 19.131 L 119.824 12.464 L 123.069 12.464 L 123.069 19.086 C 123.069 22.82 121.122 24.242 117.599 24.242 Z M 101.375 18.242 C 101.375 20.331 102.719 21.531 104.435 21.531 C 106.15 21.531 107.494 20.331 107.494 18.242 C 107.494 16.153 106.15 14.953 104.435 14.953 C 102.673 14.953 101.375 16.153 101.375 18.242 Z M 104.435 24.242 C 100.587 24.242 98.13 21.486 98.13 18.198 C 98.13 14.909 100.587 12.153 104.435 12.153 C 108.282 12.153 110.739 14.909 110.739 18.198 C 110.739 21.486 108.282 24.242 104.435 24.242 Z M 88.164 18.242 C 88.164 20.109 89.323 21.531 91.131 21.531 C 92.939 21.531 94.098 20.109 94.098 18.242 C 94.098 16.375 92.939 14.953 91.131 14.953 C 89.323 14.953 88.164 16.331 88.164 18.242 Z M 88.257 22.775 L 88.257 27.575 C 88.257 27.886 88.025 28.198 87.701 28.242 L 85.012 28.909 L 85.012 12.464 L 88.025 12.464 L 88.025 13.886 C 88.767 12.82 90.158 12.198 91.826 12.198 C 95.303 12.198 97.342 14.864 97.342 18.242 C 97.342 21.575 95.303 24.286 91.826 24.286 C 90.111 24.242 88.86 23.531 88.257 22.775 Z M 75.278 17.442 L 75.278 24.02 L 72.033 24.02 L 72.033 17.131 C 72.033 15.842 71.57 14.864 70.087 14.864 C 68.557 14.864 67.722 15.798 67.722 17.353 L 67.722 23.975 L 64.478 23.975 L 64.478 12.464 L 67.491 12.464 L 67.491 13.886 C 68.047 12.909 69.252 12.198 70.967 12.198 C 72.59 12.198 73.748 12.82 74.444 13.842 C 75.51 12.731 76.715 12.198 78.43 12.198 C 81.304 12.198 82.787 14.109 82.787 16.82 L 82.787 24.02 L 79.543 24.02 L 79.543 17.131 C 79.543 15.842 79.079 14.864 77.596 14.864 C 76.112 14.864 75.278 15.798 75.278 17.442 Z M 53.631 18.242 C 53.631 20.331 54.975 21.531 56.69 21.531 C 58.405 21.531 59.75 20.331 59.75 18.242 C 59.75 16.153 58.405 14.953 56.69 14.953 C 54.975 14.953 53.631 16.153 53.631 18.242 Z M 56.69 24.242 C 52.843 24.242 50.386 21.486 50.386 18.198 C 50.386 14.909 52.843 12.153 56.69 12.153 C 60.538 12.153 62.994 14.909 62.994 18.198 C 62.994 21.486 60.538 24.242 56.69 24.242 Z M 33.421 16.153 C 33.421 11.264 36.944 8.02 41.625 8.02 C 45.705 8.02 48.903 10.331 49.506 14.153 L 45.936 14.153 C 45.473 12.198 43.804 11.086 41.625 11.086 C 38.659 11.086 36.944 13.086 36.944 16.153 C 36.944 19.22 38.612 21.22 41.625 21.22 C 43.804 21.22 45.473 20.109 45.936 18.153 L 49.506 18.153 C 48.903 21.975 45.658 24.286 41.625 24.286 C 36.944 24.286 33.421 21.042 33.421 16.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path><path d=\"M 1.344 24.953 C 0.51 24.464 0 23.62 0 22.686 L 0 17.486 C 0 17.309 0.046 17.086 0.139 16.909 C 0.464 16.375 1.159 16.198 1.715 16.509 L 13.952 23.353 C 14.648 23.753 15.111 24.509 15.111 25.264 L 15.111 30.686 C 15.111 30.953 15.019 31.175 14.926 31.398 C 14.509 32.02 13.674 32.242 12.979 31.842 Z M 19.608 15.086 C 20.303 15.486 20.766 16.242 20.766 16.998 L 20.766 27.931 C 20.766 28.242 20.581 28.553 20.303 28.731 L 17.614 30.198 C 17.568 30.198 17.522 30.242 17.522 30.242 L 17.522 24.153 C 17.522 23.353 17.104 22.642 16.409 22.242 L 5.609 16.064 L 5.609 9.175 C 5.609 8.998 5.655 8.775 5.748 8.598 C 6.072 8.064 6.768 7.886 7.324 8.198 Z M 24.985 6.998 C 25.726 7.398 26.143 8.153 26.143 8.953 L 26.143 24.953 C 26.143 25.264 25.958 25.575 25.633 25.753 L 23.084 27.086 L 23.084 15.975 C 23.084 15.175 22.667 14.464 21.972 14.064 L 10.986 7.664 L 10.986 1.131 C 10.986 0.953 11.032 0.731 11.125 0.553 C 11.449 0.02 12.145 -0.158 12.701 0.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path></g></svg>',svgContentId:9045817956,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uoiexz\",\"data-framer-name\":\"logo 2\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 32\"><g transform=\"translate(0.4 -0.02)\" id=\"ss9045817956_1\"><path d=\"M 0 32.42 L 0 0.42 L 150 0.42 L 150 32.42 Z\" fill=\"transparent\"></path><path d=\"M 146.802 18.242 C 146.802 16.375 145.643 14.953 143.835 14.953 C 142.027 14.953 140.868 16.375 140.868 18.242 C 140.868 20.109 142.027 21.531 143.835 21.531 C 145.689 21.486 146.802 20.109 146.802 18.242 Z M 146.755 13.664 L 146.755 8.775 C 146.755 8.464 146.987 8.153 147.312 8.109 L 150.046 7.398 L 150.046 23.975 L 147.033 23.975 L 147.033 22.553 C 146.292 23.62 144.901 24.242 143.232 24.242 C 139.756 24.242 137.716 21.575 137.716 18.198 C 137.716 14.864 139.756 12.153 143.232 12.153 C 144.855 12.198 146.106 12.909 146.755 13.664 Z M 128.214 12.464 L 128.214 13.886 C 128.77 12.909 130.022 12.198 131.783 12.198 C 134.657 12.198 136.233 14.064 136.233 16.82 L 136.233 24.02 L 132.988 24.02 L 132.988 17.131 C 132.988 15.798 132.386 14.864 130.949 14.864 C 129.373 14.864 128.492 15.842 128.492 17.398 L 128.492 24.02 L 125.247 24.02 L 125.247 12.464 Z M 117.599 24.242 C 114.076 24.242 112.129 22.775 112.129 19.042 L 112.129 12.464 L 115.374 12.464 L 115.374 19.131 C 115.374 20.731 116.116 21.486 117.599 21.486 C 119.036 21.486 119.824 20.731 119.824 19.131 L 119.824 12.464 L 123.069 12.464 L 123.069 19.086 C 123.069 22.82 121.122 24.242 117.599 24.242 Z M 101.375 18.242 C 101.375 20.331 102.719 21.531 104.435 21.531 C 106.15 21.531 107.494 20.331 107.494 18.242 C 107.494 16.153 106.15 14.953 104.435 14.953 C 102.673 14.953 101.375 16.153 101.375 18.242 Z M 104.435 24.242 C 100.587 24.242 98.13 21.486 98.13 18.198 C 98.13 14.909 100.587 12.153 104.435 12.153 C 108.282 12.153 110.739 14.909 110.739 18.198 C 110.739 21.486 108.282 24.242 104.435 24.242 Z M 88.164 18.242 C 88.164 20.109 89.323 21.531 91.131 21.531 C 92.939 21.531 94.098 20.109 94.098 18.242 C 94.098 16.375 92.939 14.953 91.131 14.953 C 89.323 14.953 88.164 16.331 88.164 18.242 Z M 88.257 22.775 L 88.257 27.575 C 88.257 27.886 88.025 28.198 87.701 28.242 L 85.012 28.909 L 85.012 12.464 L 88.025 12.464 L 88.025 13.886 C 88.767 12.82 90.158 12.198 91.826 12.198 C 95.303 12.198 97.342 14.864 97.342 18.242 C 97.342 21.575 95.303 24.286 91.826 24.286 C 90.111 24.242 88.86 23.531 88.257 22.775 Z M 75.278 17.442 L 75.278 24.02 L 72.033 24.02 L 72.033 17.131 C 72.033 15.842 71.57 14.864 70.087 14.864 C 68.557 14.864 67.722 15.798 67.722 17.353 L 67.722 23.975 L 64.478 23.975 L 64.478 12.464 L 67.491 12.464 L 67.491 13.886 C 68.047 12.909 69.252 12.198 70.967 12.198 C 72.59 12.198 73.748 12.82 74.444 13.842 C 75.51 12.731 76.715 12.198 78.43 12.198 C 81.304 12.198 82.787 14.109 82.787 16.82 L 82.787 24.02 L 79.543 24.02 L 79.543 17.131 C 79.543 15.842 79.079 14.864 77.596 14.864 C 76.112 14.864 75.278 15.798 75.278 17.442 Z M 53.631 18.242 C 53.631 20.331 54.975 21.531 56.69 21.531 C 58.405 21.531 59.75 20.331 59.75 18.242 C 59.75 16.153 58.405 14.953 56.69 14.953 C 54.975 14.953 53.631 16.153 53.631 18.242 Z M 56.69 24.242 C 52.843 24.242 50.386 21.486 50.386 18.198 C 50.386 14.909 52.843 12.153 56.69 12.153 C 60.538 12.153 62.994 14.909 62.994 18.198 C 62.994 21.486 60.538 24.242 56.69 24.242 Z M 33.421 16.153 C 33.421 11.264 36.944 8.02 41.625 8.02 C 45.705 8.02 48.903 10.331 49.506 14.153 L 45.936 14.153 C 45.473 12.198 43.804 11.086 41.625 11.086 C 38.659 11.086 36.944 13.086 36.944 16.153 C 36.944 19.22 38.612 21.22 41.625 21.22 C 43.804 21.22 45.473 20.109 45.936 18.153 L 49.506 18.153 C 48.903 21.975 45.658 24.286 41.625 24.286 C 36.944 24.286 33.421 21.042 33.421 16.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path><path d=\"M 1.344 24.953 C 0.51 24.464 0 23.62 0 22.686 L 0 17.486 C 0 17.309 0.046 17.086 0.139 16.909 C 0.464 16.375 1.159 16.198 1.715 16.509 L 13.952 23.353 C 14.648 23.753 15.111 24.509 15.111 25.264 L 15.111 30.686 C 15.111 30.953 15.019 31.175 14.926 31.398 C 14.509 32.02 13.674 32.242 12.979 31.842 Z M 19.608 15.086 C 20.303 15.486 20.766 16.242 20.766 16.998 L 20.766 27.931 C 20.766 28.242 20.581 28.553 20.303 28.731 L 17.614 30.198 C 17.568 30.198 17.522 30.242 17.522 30.242 L 17.522 24.153 C 17.522 23.353 17.104 22.642 16.409 22.242 L 5.609 16.064 L 5.609 9.175 C 5.609 8.998 5.655 8.775 5.748 8.598 C 6.072 8.064 6.768 7.886 7.324 8.198 Z M 24.985 6.998 C 25.726 7.398 26.143 8.153 26.143 8.953 L 26.143 24.953 C 26.143 25.264 25.958 25.575 25.633 25.753 L 23.084 27.086 L 23.084 15.975 C 23.084 15.175 22.667 14.464 21.972 14.064 L 10.986 7.664 L 10.986 1.131 C 10.986 0.953 11.032 0.731 11.125 0.553 C 11.449 0.02 12.145 -0.158 12.701 0.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path></g></svg>',svgContentId:9045817956,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uoiexz\",\"data-framer-name\":\"logo 2\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 151 32\"><g transform=\"translate(0.4 -0.02)\" id=\"ss9045817956_1\"><path d=\"M 0 32.42 L 0 0.42 L 150 0.42 L 150 32.42 Z\" fill=\"transparent\"></path><path d=\"M 146.802 18.242 C 146.802 16.375 145.643 14.953 143.835 14.953 C 142.027 14.953 140.868 16.375 140.868 18.242 C 140.868 20.109 142.027 21.531 143.835 21.531 C 145.689 21.486 146.802 20.109 146.802 18.242 Z M 146.755 13.664 L 146.755 8.775 C 146.755 8.464 146.987 8.153 147.312 8.109 L 150.046 7.398 L 150.046 23.975 L 147.033 23.975 L 147.033 22.553 C 146.292 23.62 144.901 24.242 143.232 24.242 C 139.756 24.242 137.716 21.575 137.716 18.198 C 137.716 14.864 139.756 12.153 143.232 12.153 C 144.855 12.198 146.106 12.909 146.755 13.664 Z M 128.214 12.464 L 128.214 13.886 C 128.77 12.909 130.022 12.198 131.783 12.198 C 134.657 12.198 136.233 14.064 136.233 16.82 L 136.233 24.02 L 132.988 24.02 L 132.988 17.131 C 132.988 15.798 132.386 14.864 130.949 14.864 C 129.373 14.864 128.492 15.842 128.492 17.398 L 128.492 24.02 L 125.247 24.02 L 125.247 12.464 Z M 117.599 24.242 C 114.076 24.242 112.129 22.775 112.129 19.042 L 112.129 12.464 L 115.374 12.464 L 115.374 19.131 C 115.374 20.731 116.116 21.486 117.599 21.486 C 119.036 21.486 119.824 20.731 119.824 19.131 L 119.824 12.464 L 123.069 12.464 L 123.069 19.086 C 123.069 22.82 121.122 24.242 117.599 24.242 Z M 101.375 18.242 C 101.375 20.331 102.719 21.531 104.435 21.531 C 106.15 21.531 107.494 20.331 107.494 18.242 C 107.494 16.153 106.15 14.953 104.435 14.953 C 102.673 14.953 101.375 16.153 101.375 18.242 Z M 104.435 24.242 C 100.587 24.242 98.13 21.486 98.13 18.198 C 98.13 14.909 100.587 12.153 104.435 12.153 C 108.282 12.153 110.739 14.909 110.739 18.198 C 110.739 21.486 108.282 24.242 104.435 24.242 Z M 88.164 18.242 C 88.164 20.109 89.323 21.531 91.131 21.531 C 92.939 21.531 94.098 20.109 94.098 18.242 C 94.098 16.375 92.939 14.953 91.131 14.953 C 89.323 14.953 88.164 16.331 88.164 18.242 Z M 88.257 22.775 L 88.257 27.575 C 88.257 27.886 88.025 28.198 87.701 28.242 L 85.012 28.909 L 85.012 12.464 L 88.025 12.464 L 88.025 13.886 C 88.767 12.82 90.158 12.198 91.826 12.198 C 95.303 12.198 97.342 14.864 97.342 18.242 C 97.342 21.575 95.303 24.286 91.826 24.286 C 90.111 24.242 88.86 23.531 88.257 22.775 Z M 75.278 17.442 L 75.278 24.02 L 72.033 24.02 L 72.033 17.131 C 72.033 15.842 71.57 14.864 70.087 14.864 C 68.557 14.864 67.722 15.798 67.722 17.353 L 67.722 23.975 L 64.478 23.975 L 64.478 12.464 L 67.491 12.464 L 67.491 13.886 C 68.047 12.909 69.252 12.198 70.967 12.198 C 72.59 12.198 73.748 12.82 74.444 13.842 C 75.51 12.731 76.715 12.198 78.43 12.198 C 81.304 12.198 82.787 14.109 82.787 16.82 L 82.787 24.02 L 79.543 24.02 L 79.543 17.131 C 79.543 15.842 79.079 14.864 77.596 14.864 C 76.112 14.864 75.278 15.798 75.278 17.442 Z M 53.631 18.242 C 53.631 20.331 54.975 21.531 56.69 21.531 C 58.405 21.531 59.75 20.331 59.75 18.242 C 59.75 16.153 58.405 14.953 56.69 14.953 C 54.975 14.953 53.631 16.153 53.631 18.242 Z M 56.69 24.242 C 52.843 24.242 50.386 21.486 50.386 18.198 C 50.386 14.909 52.843 12.153 56.69 12.153 C 60.538 12.153 62.994 14.909 62.994 18.198 C 62.994 21.486 60.538 24.242 56.69 24.242 Z M 33.421 16.153 C 33.421 11.264 36.944 8.02 41.625 8.02 C 45.705 8.02 48.903 10.331 49.506 14.153 L 45.936 14.153 C 45.473 12.198 43.804 11.086 41.625 11.086 C 38.659 11.086 36.944 13.086 36.944 16.153 C 36.944 19.22 38.612 21.22 41.625 21.22 C 43.804 21.22 45.473 20.109 45.936 18.153 L 49.506 18.153 C 48.903 21.975 45.658 24.286 41.625 24.286 C 36.944 24.286 33.421 21.042 33.421 16.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path><path d=\"M 1.344 24.953 C 0.51 24.464 0 23.62 0 22.686 L 0 17.486 C 0 17.309 0.046 17.086 0.139 16.909 C 0.464 16.375 1.159 16.198 1.715 16.509 L 13.952 23.353 C 14.648 23.753 15.111 24.509 15.111 25.264 L 15.111 30.686 C 15.111 30.953 15.019 31.175 14.926 31.398 C 14.509 32.02 13.674 32.242 12.979 31.842 Z M 19.608 15.086 C 20.303 15.486 20.766 16.242 20.766 16.998 L 20.766 27.931 C 20.766 28.242 20.581 28.553 20.303 28.731 L 17.614 30.198 C 17.568 30.198 17.522 30.242 17.522 30.242 L 17.522 24.153 C 17.522 23.353 17.104 22.642 16.409 22.242 L 5.609 16.064 L 5.609 9.175 C 5.609 8.998 5.655 8.775 5.748 8.598 C 6.072 8.064 6.768 7.886 7.324 8.198 Z M 24.985 6.998 C 25.726 7.398 26.143 8.153 26.143 8.953 L 26.143 24.953 C 26.143 25.264 25.958 25.575 25.633 25.753 L 23.084 27.086 L 23.084 15.975 C 23.084 15.175 22.667 14.464 21.972 14.064 L 10.986 7.664 L 10.986 1.131 C 10.986 0.953 11.032 0.731 11.125 0.553 C 11.449 0.02 12.145 -0.158 12.701 0.153 Z\" fill=\"rgba(51,51,51,0.7)\"></path></g></svg>',svgContentId:9045817956,withExternalLayout:true})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xi7cva\",\"data-framer-name\":\"key features section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zewagb\",\"data-framer-name\":\"key features text frame\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10g0loj\",\"data-styles-preset\":\"ZOFrDZMTO\",style:{\"--framer-text-color\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"},children:\"Key features for Smart Contract Analysis\"})}),className:\"framer-1sfu0sn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rkzgaw\",\"data-border\":true,\"data-framer-name\":\"Frame 1686562426\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-q0xn6a\",\"data-framer-name\":\"Frame 1686562432\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:66,intrinsicWidth:66,svg:'<svg width=\"66\" height=\"66\" viewBox=\"-1 -1 66 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"64\" height=\"64\" rx=\"24\" fill=\"#E8E8E8\" fill-opacity=\"0.3\"/>\\n<rect width=\"64\" height=\"64\" rx=\"24\" stroke=\"#E8E8E8\" stroke-width=\"0.5\"/>\\n<path d=\"M13 41C13 42.8586 13 43.788 13.1537 44.5608C13.785 47.7342 16.2658 50.215 19.4393 50.8462C20.2121 51 21.1414 51 23 51M51 41C51 42.8586 51 43.788 50.8462 44.5608C50.215 47.7342 47.7342 50.215 44.5608 50.8462C43.788 51 42.8586 51 41 51M51 23C51 21.1414 51 20.2121 50.8462 19.4393C50.215 16.2658 47.7342 13.785 44.5608 13.1537C43.788 13 42.8586 13 41 13M13 23C13 21.1414 13 20.2121 13.1537 19.4393C13.785 16.2658 16.2658 13.785 19.4393 13.1537C20.2121 13 21.1414 13 23 13\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M32 25V21M28 31V32M36 31V32M30 25H34C37.7712 25 39.6568 25 40.8284 26.1716C42 27.3431 42 29.2288 42 33C42 36.7712 42 38.6568 40.8284 39.8284C39.6568 41 37.7712 41 34 41H30C26.2288 41 24.3431 41 23.1716 39.8284C22 38.6568 22 36.7712 22 33C22 29.2288 22 27.3431 23.1716 26.1716C24.3431 25 26.2288 25 30 25Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS02MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"117%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"AI-Powered Security Scanning\"})}),className:\"framer-1ouobku\",\"data-framer-name\":\"AI-Powered Security Scanning\",fonts:[\"GF;Sora-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"124.33%\",\"--framer-text-color\":\"rgba(51, 51, 51, 0.7)\"},children:\"Advanced  vulnerability detection using machine learning algorithms to identify security risks  and  suggest improvements.\"})}),className:\"framer-1pxqwjw\",\"data-framer-name\":\"Advanced vulnerability detection using machine learning algorithms to identify security risks and suggest improvements.\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17aayj6\",\"data-border\":true,\"data-framer-name\":\"multi chain support\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-qhalpg\",\"data-framer-name\":\"Frame 1686562433\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:66,intrinsicWidth:66,svg:'<svg width=\"66\" height=\"66\" viewBox=\"-1 -1 66 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"64\" height=\"64\" rx=\"24\" fill=\"#E8E8E8\" fill-opacity=\"0.3\"/>\\n<rect width=\"64\" height=\"64\" rx=\"24\" stroke=\"#E8E8E8\" stroke-width=\"0.5\"/>\\n<path d=\"M14.8787 25.1213C15.7574 26 17.1716 26 20 26C22.8284 26 24.2426 26 25.1213 25.1213C26 24.2426 26 22.8284 26 20C26 17.1716 26 15.7574 25.1213 14.8787C24.2426 14 22.8284 14 20 14C17.1716 14 15.7574 14 14.8787 14.8787C14 15.7574 14 17.1716 14 20C14 22.8284 14 24.2426 14.8787 25.1213Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M38.8786 25.1213C39.7574 26 41.1716 26 44 26C46.8284 26 48.2426 26 49.1214 25.1213C50 24.2426 50 22.8284 50 20C50 17.1716 50 15.7574 49.1214 14.8787C48.2426 14 46.8284 14 44 14C41.1716 14 39.7574 14 38.8786 14.8787C38 15.7574 38 17.1716 38 20C38 22.8284 38 24.2426 38.8786 25.1213Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M38.8786 49.1214C39.7574 50 41.1716 50 44 50C46.8284 50 48.2426 50 49.1214 49.1214C50 48.2426 50 46.8284 50 44C50 41.1716 50 39.7574 49.1214 38.8786C48.2426 38 46.8284 38 44 38C41.1716 38 39.7574 38 38.8786 38.8786C38 39.7574 38 41.1716 38 44C38 46.8284 38 48.2426 38.8786 49.1214Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M14.8787 49.1214C15.7574 50 17.1716 50 20 50C22.8284 50 24.2426 50 25.1213 49.1214C26 48.2426 26 46.8284 26 44C26 41.1716 26 39.7574 25.1213 38.8786C24.2426 38 22.8284 38 20 38C17.1716 38 15.7574 38 14.8787 38.8786C14 39.7574 14 41.1716 14 44C14 46.8284 14 48.2426 14.8787 49.1214Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M32 20H26\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M38 44H32\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M44 32V26\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M20 38V32\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS02MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"117%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Multi-chain Support\"})}),className:\"framer-1yr63ai\",\"data-framer-name\":\"AI-Powered Security Scanning\",fonts:[\"GF;Sora-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"124.33%\",\"--framer-text-color\":\"rgba(51, 51, 51, 0.7)\"},children:\"Analyze contracts across multiple blockchain networks including Ethereum, BSC, Polygon and other EVM compatible chains.\"})}),className:\"framer-1nkaube\",\"data-framer-name\":\"Advanced vulnerability detection using machine learning algorithms to identify security risks and suggest improvements.\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbn0u8\",\"data-border\":true,\"data-framer-name\":\"automated code\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17ebaar\",\"data-framer-name\":\"Frame 1686562434\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:66,intrinsicWidth:66,svg:'<svg width=\"66\" height=\"66\" viewBox=\"-1 -1 66 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"64\" height=\"64\" rx=\"24\" fill=\"#E8E8E8\" fill-opacity=\"0.3\"/>\\n<rect width=\"64\" height=\"64\" rx=\"24\" stroke=\"#E8E8E8\" stroke-width=\"0.5\"/>\\n<path d=\"M43 43L52 52\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48 30C48 20.0589 39.9412 12 30 12C20.0589 12 12 20.0589 12 30C12 39.9412 20.0589 48 30 48C39.9412 48 48 39.9412 48 30Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>\\n<path d=\"M37 27L38.8398 28.5858C39.6132 29.2524 40 29.5858 40 30C40 30.4142 39.6132 30.7476 38.8398 31.4142L37 33\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M23 27L21.1602 28.5858C20.3867 29.2524 20 29.5858 20 30C20 30.4142 20.3867 30.7476 21.1602 31.4142L23 33\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M32 25L28 35\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS02MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"117%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Automated Code Verification\"})}),className:\"framer-714nox\",\"data-framer-name\":\"AI-Powered Security Scanning\",fonts:[\"GF;Sora-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"124.33%\",\"--framer-text-color\":\"rgba(51, 51, 51, 0.7)\"},children:\"Verify source code authenticity and compare it with deployed bytecode automatically, ensuring complete transparency\"})}),className:\"framer-7pv80\",\"data-framer-name\":\"Advanced vulnerability detection using machine learning algorithms to identify security risks and suggest improvements.\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w1r8j\",\"data-border\":true,\"data-framer-name\":\"Transaction monitoring\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5s65im\",\"data-framer-name\":\"Frame 1686562435\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:66,intrinsicWidth:66,svg:'<svg width=\"66\" height=\"66\" viewBox=\"-1 -1 66 66\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"64\" height=\"64\" rx=\"24\" fill=\"#E8E8E8\" fill-opacity=\"0.3\"/>\\n<rect width=\"64\" height=\"64\" rx=\"24\" stroke=\"#E8E8E8\" stroke-width=\"0.5\"/>\\n<path d=\"M15 33V47C15 47.9318 15 48.3978 15.1522 48.7654C15.3552 49.2554 15.7446 49.6448 16.2346 49.8478C16.6022 50 17.0681 50 18 50C18.9319 50 19.3978 50 19.7654 49.8478C20.2554 49.6448 20.6448 49.2554 20.8478 48.7654C21 48.3978 21 47.9318 21 47V33C21 32.0682 21 31.6022 20.8478 31.2346C20.6448 30.7446 20.2554 30.3552 19.7654 30.1522C19.3978 30 18.9319 30 18 30C17.0681 30 16.6022 30 16.2346 30.1522C15.7446 30.3552 15.3552 30.7446 15.1522 31.2346C15 31.6022 15 32.0682 15 33Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>\\n<path d=\"M29 37V46.999C29 47.9308 29 48.3968 29.1522 48.7644C29.3552 49.2544 29.7446 49.6438 30.2346 49.8468C30.6022 49.999 31.0682 49.999 32 49.999C32.9318 49.999 33.3978 49.999 33.7654 49.8468C34.2554 49.6438 34.6448 49.2544 34.8478 48.7644C35 48.3968 35 47.9308 35 46.999V37C35 36.0682 35 35.6022 34.8478 35.2346C34.6448 34.7446 34.2554 34.3552 33.7654 34.1522C33.3978 34 32.9318 34 32 34C31.0682 34 30.6022 34 30.2346 34.1522C29.7446 34.3552 29.3552 34.7446 29.1522 35.2346C29 35.6022 29 36.0682 29 37Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>\\n<path d=\"M43 29V47C43 47.9318 43 48.3978 43.1522 48.7654C43.3552 49.2554 43.7446 49.6448 44.2346 49.8478C44.6022 50 45.0682 50 46 50C46.9318 50 47.3978 50 47.7654 49.8478C48.2554 49.6448 48.6448 49.2554 48.8478 48.7654C49 48.3978 49 47.9318 49 47V29C49 28.0682 49 27.6022 48.8478 27.2346C48.6448 26.7446 48.2554 26.3552 47.7654 26.1522C47.3978 26 46.9318 26 46 26C45.0682 26 44.6022 26 44.2346 26.1522C43.7446 26.3552 43.3552 26.7446 43.1522 27.2346C43 27.6022 43 28.0682 43 29Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>\\n<path d=\"M21 21C21 22.6569 19.6569 24 18 24C16.3431 24 15 22.6569 15 21C15 19.3431 16.3431 18 18 18C19.6569 18 21 19.3431 21 21Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\"/>\\n<path d=\"M49 17C49 18.6569 47.6568 20 46 20C44.3432 20 43 18.6569 43 17C43 15.3431 44.3432 14 46 14C47.6568 14 49 15.3431 49 17Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\"/>\\n<path d=\"M35 25C35 26.6569 33.6568 28 32 28C30.3432 28 29 26.6569 29 25C29 23.3431 30.3432 22 32 22C33.6568 22 35 23.3431 35 25Z\" stroke=\"#0A0A0A\" stroke-width=\"1.5\"/>\\n<path d=\"M20.8867 21.824L29.116 24.1752M34.6066 23.5109L43.3962 18.4883\" stroke=\"#0A0A0A\" stroke-width=\"1.5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS02MDA=\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.48px\",\"--framer-line-height\":\"117%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Real-time Transaction Monitoring\"})}),className:\"framer-pp7ij7\",\"data-framer-name\":\"AI-Powered Security Scanning\",fonts:[\"GF;Sora-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"124.33%\",\"--framer-text-color\":\"rgba(51, 51, 51, 0.7)\"},children:\"Monitor contract interactions, token transfers, and other on-chain activities with detailed analytics and alerts.\"})}),className:\"framer-1fa9vct\",\"data-framer-name\":\"Advanced vulnerability detection using machine learning algorithms to identify security risks and suggest improvements.\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d8ffqc\",\"data-framer-name\":\"Analyze + bento frame\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sc5844\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-10g0loj\",\"data-styles-preset\":\"ZOFrDZMTO\",style:{\"--framer-text-color\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"},children:\"Analyze contracts, monitor code, and access token history\u2014all in one\"})}),className:\"framer-1krdg0n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+3319.084+12+78.4),pixelHeight:3795,pixelWidth:4739,positionX:\"left\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,src:\"https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg\",srcSet:\"https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg 4739w\"}},w5_Yq9zZ9:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+2631.16+48+159.49375764993883),pixelHeight:3795,pixelWidth:4739,positionX:\"left\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 144px)`,src:\"https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg\",srcSet:\"https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg 4739w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+3031.16+48+78.4),pixelHeight:3795,pixelWidth:4739,positionX:\"left\",positionY:\"center\",sizes:\"1104px\",src:\"https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg\",srcSet:\"https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/BbXB20Q4kFhSX6GwVczffLrex94.jpg 4739w\"},className:\"framer-1vsajvy\",\"data-framer-name\":\"bento frame\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ppouy2\",\"data-framer-name\":\"FAQ Section\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-10g0loj\",\"data-styles-preset\":\"ZOFrDZMTO\",style:{\"--framer-text-color\":\"var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51))\"},children:[\"Frequently Asked \",/*#__PURE__*/_jsx(\"br\",{}),\"Questions\"]})}),className:\"framer-xi2liu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e799tf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3693.484+12+78.4+0+0},w5_Yq9zZ9:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3531.16+12+163.20000000000002+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"1104px\",y:(componentViewport?.y||0)+24+4093.56+48+127.20000000000002+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bqmkii-container\",nodeId:\"jiSQ1qHdz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(QuestionOnly,{height:\"100%\",id:\"jiSQ1qHdz\",j8fuCJEIe:\"What type of Smart Contracts can cAI  analyze ?\",layoutId:\"jiSQ1qHdz\",ray75y260:\"What type of Smart Contracts can cAI  analyze ?\",style:{width:\"100%\"},tUwdz1h4i:\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\",variant:\"qFCgl9YMC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3693.484+12+78.4+0+80},w5_Yq9zZ9:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3531.16+12+163.20000000000002+0+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"1104px\",y:(componentViewport?.y||0)+24+4093.56+48+127.20000000000002+0+72,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vrvhgy-container\",nodeId:\"h0BhM6qgI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{j8fuCJEIe:\"How does the Security Analysis work ?\",tUwdz1h4i:\"Our AI-powered analysis engine examines contract code for vulnerabilities, checks for common attack vectors, and verifies security patterns using a comprehensive scoring system that evaluates timelock protection, access controls, and potential exploits.\"}},children:/*#__PURE__*/_jsx(QuestionOnly,{height:\"100%\",id:\"h0BhM6qgI\",j8fuCJEIe:\"What type of Smart Contracts can cAI  analyze ?\",layoutId:\"h0BhM6qgI\",ray75y260:\"How does the Security Analysis work ?\",style:{width:\"100%\"},tUwdz1h4i:\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\",variant:\"SlUBwRaAF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3693.484+12+78.4+0+160},w5_Yq9zZ9:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3531.16+12+163.20000000000002+0+144}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"1104px\",y:(componentViewport?.y||0)+24+4093.56+48+127.20000000000002+0+144,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9btj7u-container\",nodeId:\"iDO01ruSU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{j8fuCJEIe:\"Is the Source Code verification automatic ?\",tUwdz1h4i:\"Yes, cAI automatically verifies and compares contract source code with deployed bytecode, ensuring complete transparency and authenticity of the analyzed contracts.\"}},children:/*#__PURE__*/_jsx(QuestionOnly,{height:\"100%\",id:\"iDO01ruSU\",j8fuCJEIe:\"What type of Smart Contracts can cAI  analyze ?\",layoutId:\"iDO01ruSU\",ray75y260:\"Is the Source Code verification automatic ?\",style:{width:\"100%\"},tUwdz1h4i:\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\",variant:\"SlUBwRaAF\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3693.484+12+78.4+0+240},w5_Yq9zZ9:{width:`calc(${componentViewport?.width||\"100vw\"} - 72px)`,y:(componentViewport?.y||0)+24+3531.16+12+163.20000000000002+0+216}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"1104px\",y:(componentViewport?.y||0)+24+4093.56+48+127.20000000000002+0+216,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1poujet-container\",nodeId:\"ZgxVdJxKD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{j8fuCJEIe:\"How frequently is transaction data updated ?\",tUwdz1h4i:\"Transaction data is updated in real-time, allowing you to monitor contract interactions, token transfers, and other activities as they happen on the blockchain.\"}},children:/*#__PURE__*/_jsx(QuestionOnly,{height:\"100%\",id:\"ZgxVdJxKD\",j8fuCJEIe:\"What type of Smart Contracts can cAI  analyze ?\",layoutId:\"ZgxVdJxKD\",ray75y260:\"How frequently is transaction data updated ?\",style:{width:\"100%\"},tUwdz1h4i:\"cAI can analyze any ERC-20, ERC-721, and ERC-1155 tokens, as well as custom smart contracts deployed on Ethereum, BSC, Polygon, and other EVM-compatible chains.\",variant:\"SlUBwRaAF\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16b5llw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ay7ur2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Oigm3Bi3F:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+4107.884+0+0+0),pixelHeight:2880,pixelWidth:5760,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,src:\"https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg\",srcSet:\"https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg 5760w\"}},w5_Yq9zZ9:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+4107.16+0+0),pixelHeight:2880,pixelWidth:5760,sizes:`calc((${componentViewport?.width||\"100vw\"} - 48px) * 0.96)`,src:\"https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg\",srcSet:\"https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg 5760w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+24+4669.5599999999995+0+0),pixelHeight:2880,pixelWidth:5760,sizes:`calc((${componentViewport?.width||\"100vw\"} - 48px) * 0.96)`,src:\"https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg\",srcSet:\"https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/erW42XCF0PfIUZVzyiRRSNGUG4.jpg 5760w\"},className:\"framer-dodbg\",\"data-framer-name\":\"footer image\",children:isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o2zups hidden-72rtr7 hidden-1szmmrc\",\"data-framer-name\":\"footer links\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1figgt3\",\"data-framer-name\":\"social links\",fill:'var(--token-42213857-57c8-4396-97d9-0955d3fe2f97, rgb(51, 51, 51)) /* {\"name\":\"Grey for texts\"} */',intrinsicHeight:32,intrinsicWidth:176,svg:'<svg width=\"176\" height=\"32\" viewBox=\"0 0 176 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.68975 22.8174C9.21565 23.5872 10.8117 25.2302 12.9889 25.6442M13.1523 29.3332C11.7811 29.1073 2.66663 26.1408 2.66663 16.1233C2.66663 6.75089 10.6692 2.6665 16.001 2.6665C21.3328 2.6665 29.3333 6.75089 29.3333 16.1233C29.3333 26.1408 20.2189 29.1073 18.8476 29.3332C18.8476 29.3332 18.5689 24.7766 18.7316 23.9957C18.8941 23.2149 18.3402 21.9582 18.3402 21.9582C19.6349 21.4738 21.6057 20.7794 22.2668 18.9164C22.7797 17.4708 23.1024 15.3716 21.6677 13.3984C21.6677 13.3984 22.0424 10.2106 21.3328 10.0871C20.6233 9.96366 18.533 11.3491 18.533 11.3491C17.9242 11.1765 16.5657 10.8462 16.0024 10.9057C15.4389 10.8462 14.0757 11.1765 13.4669 11.3491C13.4669 11.3491 11.3766 9.96366 10.6671 10.0871C9.9576 10.2106 10.3322 13.3984 10.3322 13.3984C8.89751 15.3716 9.22017 17.4708 9.73316 18.9164C10.3943 20.7794 12.3651 21.4738 13.6597 21.9582C13.6597 21.9582 13.1059 23.2149 13.2684 23.9957C13.431 24.7766 13.1523 29.3332 13.1523 29.3332Z\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M92.6677 23.6665L94.3923 26.0272C94.5541 26.2834 94.8652 26.3978 95.1492 26.2964C96.2209 25.9136 98.8773 24.8761 101.065 23.2965C101.235 23.1733 101.334 22.968 101.332 22.7562C101.332 10.9998 98.0011 7.6665 98.0011 7.6665C98.0011 7.6665 95.3344 6.13601 92.4729 5.67453C92.1915 5.62912 91.9157 5.77996 91.7905 6.03838L91.1972 7.2622C91.1972 7.2622 89.7137 6.9518 88 6.9518C86.2863 6.9518 84.8028 7.2622 84.8028 7.2622L84.2095 6.03838C84.0842 5.77996 83.8086 5.62912 83.5271 5.67453C80.6677 6.13566 78.0011 7.6665 78.0011 7.6665C78.0011 7.6665 74.6677 10.9998 74.6677 22.7562C74.6664 22.968 74.7649 23.1733 74.9355 23.2965C77.1226 24.8761 79.7791 25.9136 80.8508 26.2964C81.1347 26.3978 81.4458 26.2834 81.6078 26.0272L83.3344 23.6665\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M95.3344 22.3335C95.3344 22.3335 92.2743 24.3335 88.0011 24.3335C83.7278 24.3335 80.6677 22.3335 80.6677 22.3335\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M95.001 16.3332C95.001 17.806 93.9564 18.9998 92.6677 18.9998C91.379 18.9998 90.3344 17.806 90.3344 16.3332C90.3344 14.8604 91.379 13.6665 92.6677 13.6665C93.9564 13.6665 95.001 14.8604 95.001 16.3332Z\" stroke=\"#FAFAFA\" stroke-width=\"1.5\"/>\\n<path d=\"M85.6678 16.3332C85.6678 17.806 84.6231 18.9998 83.3344 18.9998C82.0458 18.9998 81.0011 17.806 81.0011 16.3332C81.0011 14.8604 82.0458 13.6665 83.3344 13.6665C84.6231 13.6665 85.6678 14.8604 85.6678 16.3332Z\" stroke=\"#FAFAFA\" stroke-width=\"1.5\"/>\\n<path d=\"M148 28L158.065 17.9355M158.065 17.9355L148 4H154.667L161.935 14.0645M158.065 17.9355L165.333 28H172L161.935 14.0645M172 4L161.935 14.0645\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o51z5c\",\"data-framer-name\":\"terms frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-decoration\":\"underline\"},children:\"Terms of Service\"})}),className:\"framer-15vjf2s\",\"data-framer-name\":\"Terms of Service\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-decoration\":\"underline\"},children:\"Privacy Policy\"})}),className:\"framer-12qhul9\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1owce29 hidden-3i6qzh\",\"data-framer-name\":\"footer links\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12f6bgu\",\"data-framer-name\":\"social links\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:176,svg:'<svg width=\"176\" height=\"32\" viewBox=\"0 0 176 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M8.68975 22.8174C9.21565 23.5872 10.8117 25.2302 12.9889 25.6442M13.1523 29.3332C11.7811 29.1073 2.66663 26.1408 2.66663 16.1233C2.66663 6.75089 10.6692 2.6665 16.001 2.6665C21.3328 2.6665 29.3333 6.75089 29.3333 16.1233C29.3333 26.1408 20.2189 29.1073 18.8476 29.3332C18.8476 29.3332 18.5689 24.7766 18.7316 23.9957C18.8941 23.2149 18.3402 21.9582 18.3402 21.9582C19.6349 21.4738 21.6057 20.7794 22.2668 18.9164C22.7797 17.4708 23.1024 15.3716 21.6677 13.3984C21.6677 13.3984 22.0424 10.2106 21.3328 10.0871C20.6233 9.96366 18.533 11.3491 18.533 11.3491C17.9242 11.1765 16.5657 10.8462 16.0024 10.9057C15.4389 10.8462 14.0757 11.1765 13.4669 11.3491C13.4669 11.3491 11.3766 9.96366 10.6671 10.0871C9.9576 10.2106 10.3322 13.3984 10.3322 13.3984C8.89751 15.3716 9.22017 17.4708 9.73316 18.9164C10.3943 20.7794 12.3651 21.4738 13.6597 21.9582C13.6597 21.9582 13.1059 23.2149 13.2684 23.9957C13.431 24.7766 13.1523 29.3332 13.1523 29.3332Z\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M92.6677 23.6665L94.3923 26.0272C94.5541 26.2834 94.8652 26.3978 95.1492 26.2964C96.2209 25.9136 98.8773 24.8761 101.065 23.2965C101.235 23.1733 101.334 22.968 101.332 22.7562C101.332 10.9998 98.0011 7.6665 98.0011 7.6665C98.0011 7.6665 95.3344 6.13601 92.4729 5.67453C92.1915 5.62912 91.9157 5.77996 91.7905 6.03838L91.1972 7.2622C91.1972 7.2622 89.7137 6.9518 88 6.9518C86.2863 6.9518 84.8028 7.2622 84.8028 7.2622L84.2095 6.03838C84.0842 5.77996 83.8086 5.62912 83.5271 5.67453C80.6677 6.13566 78.0011 7.6665 78.0011 7.6665C78.0011 7.6665 74.6677 10.9998 74.6677 22.7562C74.6664 22.968 74.7649 23.1733 74.9355 23.2965C77.1226 24.8761 79.7791 25.9136 80.8508 26.2964C81.1347 26.3978 81.4458 26.2834 81.6078 26.0272L83.3344 23.6665\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M95.3344 22.3335C95.3344 22.3335 92.2743 24.3335 88.0011 24.3335C83.7278 24.3335 80.6677 22.3335 80.6677 22.3335\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M95.001 16.3332C95.001 17.806 93.9564 18.9998 92.6677 18.9998C91.379 18.9998 90.3344 17.806 90.3344 16.3332C90.3344 14.8604 91.379 13.6665 92.6677 13.6665C93.9564 13.6665 95.001 14.8604 95.001 16.3332Z\" stroke=\"#FAFAFA\" stroke-width=\"1.5\"/>\\n<path d=\"M85.6678 16.3332C85.6678 17.806 84.6231 18.9998 83.3344 18.9998C82.0458 18.9998 81.0011 17.806 81.0011 16.3332C81.0011 14.8604 82.0458 13.6665 83.3344 13.6665C84.6231 13.6665 85.6678 14.8604 85.6678 16.3332Z\" stroke=\"#FAFAFA\" stroke-width=\"1.5\"/>\\n<path d=\"M148 28L158.065 17.9355M158.065 17.9355L148 4H154.667L161.935 14.0645M158.065 17.9355L165.333 28H172L161.935 14.0645M172 4L161.935 14.0645\" stroke=\"#FAFAFA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3ksbs\",\"data-framer-name\":\"terms frame\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w5_Yq9zZ9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-decoration\":\"underline\"},children:\"Terms of Service\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-decoration\":\"underline\"},children:\"Terms of Service\"})}),className:\"framer-1h8xbwn\",\"data-framer-name\":\"Terms of Service\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w5_Yq9zZ9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-decoration\":\"underline\"},children:\"Privacy Policy\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7U29yYS1yZWd1bGFy\",\"--framer-font-family\":'\"Sora\", \"Sora Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.14px\",\"--framer-line-height\":\"122.67%\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-decoration\":\"underline\"},children:\"Privacy Policy\"})}),className:\"framer-1cjs60f\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"GF;Sora-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2tSTn.framer-lux5qc, .framer-2tSTn .framer-lux5qc { display: block; }\",\".framer-2tSTn.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-c8b4a85a-bcf8-4334-9a53-459d8ceabf3e, #fafafa); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 24px 40px 24px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-1lhwcn8 { --border-bottom-width: 1px; --border-color: #e2e2e2; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: var(--token-c8b4a85a-bcf8-4334-9a53-459d8ceabf3e, #fafafa); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 84px; justify-content: space-between; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 32px 48px 24px 48px; position: fixed; top: 0px; width: 100%; z-index: 1; }\",\".framer-2tSTn .framer-1advir1, .framer-2tSTn .framer-15vjf2s, .framer-2tSTn .framer-12qhul9, .framer-2tSTn .framer-1h8xbwn, .framer-2tSTn .framer-1cjs60f { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2tSTn .framer-1rcgi6f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 60px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2tSTn .framer-wdbyrt-container, .framer-2tSTn .framer-1b8iovc-container, .framer-2tSTn .framer-l1bfj-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-2tSTn .framer-1ez3rn6-container, .framer-2tSTn .framer-1d36wks-container { flex: none; height: 48px; position: relative; width: 180px; }\",\".framer-2tSTn .framer-f305rg { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-2tSTn .framer-6jvdex { align-content: center; align-items: center; background-color: var(--token-c8b4a85a-bcf8-4334-9a53-459d8ceabf3e, #fafafa); 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-2tSTn .framer-1k1sw2k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 148px 48px 48px 48px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-1bme6gc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 728px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-2tSTn .framer-1oictdm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 804px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-2tSTn .framer-eezsdf { --border-bottom-width: 1px; --border-color: #e1e1e1; --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: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 12px 8px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2tSTn .framer-1bmcjjh, .framer-2tSTn .framer-1sfu0sn, .framer-2tSTn .framer-xi2liu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2tSTn .framer-ek5dzs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 800px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-unc5om { flex: none; height: 100%; max-width: 100%; position: relative; width: 100%; }\",\".framer-2tSTn .framer-1t1s57e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 120px; justify-content: center; overflow: hidden; padding: 48px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-1vj4mpo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-2tSTn .framer-15sn312 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: 49px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2tSTn .framer-uvprz8-container { flex: none; height: 72px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-1uoiexz { height: 32px; position: relative; width: 151px; }\",\".framer-2tSTn .framer-xi7cva { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 1278px; justify-content: flex-start; overflow: hidden; padding: 48px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-zewagb, .framer-2tSTn .framer-sc5844 { 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-2tSTn .framer-1rkzgaw, .framer-2tSTn .framer-17aayj6, .framer-2tSTn .framer-1vbn0u8, .framer-2tSTn .framer-w1r8j { --border-bottom-width: 0.5px; --border-color: #e8e8e8; --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-2tSTn .framer-q0xn6a, .framer-2tSTn .framer-qhalpg, .framer-2tSTn .framer-17ebaar, .framer-2tSTn .framer-5s65im { flex: none; height: 66px; position: relative; width: 66px; }\",\".framer-2tSTn .framer-1ouobku, .framer-2tSTn .framer-1pxqwjw, .framer-2tSTn .framer-1yr63ai, .framer-2tSTn .framer-714nox, .framer-2tSTn .framer-7pv80, .framer-2tSTn .framer-pp7ij7, .framer-2tSTn .framer-1fa9vct { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 964px; word-break: break-word; word-wrap: break-word; }\",\".framer-2tSTn .framer-1nkaube { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1022px; word-break: break-word; word-wrap: break-word; }\",\".framer-2tSTn .framer-1d8ffqc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 48px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-1krdg0n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\",\".framer-2tSTn .framer-1vsajvy { flex: none; height: 840px; overflow: hidden; position: relative; width: 100%; }\",\".framer-2tSTn .framer-ppouy2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 528px; justify-content: center; overflow: hidden; padding: 48px; position: relative; width: 1200px; }\",\".framer-2tSTn .framer-e799tf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2tSTn .framer-1bqmkii-container, .framer-2tSTn .framer-vrvhgy-container, .framer-2tSTn .framer-9btj7u-container, .framer-2tSTn .framer-1poujet-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-2tSTn .framer-16b5llw { flex: none; height: 600px; overflow: hidden; position: relative; width: 96%; }\",\".framer-2tSTn .framer-ay7ur2 { bottom: 0px; flex: none; left: calc(50.00000000000002% - 100.09041591320072% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; }\",\".framer-2tSTn .framer-dodbg { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; left: calc(49.95483288166217% - 99.9096657633243% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-2tSTn .framer-o2zups { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 12px; position: absolute; width: 100%; }\",\".framer-2tSTn .framer-1figgt3, .framer-2tSTn .framer-12f6bgu { flex: none; height: 32px; position: relative; width: 176px; }\",\".framer-2tSTn .framer-1o51z5c, .framer-2tSTn .framer-1f3ksbs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2tSTn .framer-1owce29 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: visible; padding: 48px; position: absolute; right: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2tSTn.framer-72rtr7, .framer-2tSTn .framer-1rcgi6f, .framer-2tSTn .framer-6jvdex, .framer-2tSTn .framer-1k1sw2k, .framer-2tSTn .framer-eezsdf, .framer-2tSTn .framer-ek5dzs, .framer-2tSTn .framer-1t1s57e, .framer-2tSTn .framer-15sn312, .framer-2tSTn .framer-xi7cva, .framer-2tSTn .framer-zewagb, .framer-2tSTn .framer-1rkzgaw, .framer-2tSTn .framer-17aayj6, .framer-2tSTn .framer-1vbn0u8, .framer-2tSTn .framer-w1r8j, .framer-2tSTn .framer-1d8ffqc, .framer-2tSTn .framer-sc5844, .framer-2tSTn .framer-ppouy2, .framer-2tSTn .framer-e799tf, .framer-2tSTn .framer-o2zups, .framer-2tSTn .framer-1o51z5c, .framer-2tSTn .framer-1f3ksbs { gap: 0px; } .framer-2tSTn.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-2tSTn.framer-72rtr7 > :first-child, .framer-2tSTn .framer-6jvdex > :first-child, .framer-2tSTn .framer-1k1sw2k > :first-child, .framer-2tSTn .framer-1t1s57e > :first-child, .framer-2tSTn .framer-xi7cva > :first-child, .framer-2tSTn .framer-zewagb > :first-child, .framer-2tSTn .framer-1rkzgaw > :first-child, .framer-2tSTn .framer-17aayj6 > :first-child, .framer-2tSTn .framer-1vbn0u8 > :first-child, .framer-2tSTn .framer-w1r8j > :first-child, .framer-2tSTn .framer-1d8ffqc > :first-child, .framer-2tSTn .framer-sc5844 > :first-child, .framer-2tSTn .framer-ppouy2 > :first-child, .framer-2tSTn .framer-e799tf > :first-child, .framer-2tSTn .framer-o2zups > :first-child { margin-top: 0px; } .framer-2tSTn.framer-72rtr7 > :last-child, .framer-2tSTn .framer-6jvdex > :last-child, .framer-2tSTn .framer-1k1sw2k > :last-child, .framer-2tSTn .framer-1t1s57e > :last-child, .framer-2tSTn .framer-xi7cva > :last-child, .framer-2tSTn .framer-zewagb > :last-child, .framer-2tSTn .framer-1rkzgaw > :last-child, .framer-2tSTn .framer-17aayj6 > :last-child, .framer-2tSTn .framer-1vbn0u8 > :last-child, .framer-2tSTn .framer-w1r8j > :last-child, .framer-2tSTn .framer-1d8ffqc > :last-child, .framer-2tSTn .framer-sc5844 > :last-child, .framer-2tSTn .framer-ppouy2 > :last-child, .framer-2tSTn .framer-e799tf > :last-child, .framer-2tSTn .framer-o2zups > :last-child { margin-bottom: 0px; } .framer-2tSTn .framer-1rcgi6f > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-2tSTn .framer-1rcgi6f > :first-child, .framer-2tSTn .framer-eezsdf > :first-child, .framer-2tSTn .framer-ek5dzs > :first-child, .framer-2tSTn .framer-15sn312 > :first-child, .framer-2tSTn .framer-1o51z5c > :first-child, .framer-2tSTn .framer-1f3ksbs > :first-child { margin-left: 0px; } .framer-2tSTn .framer-1rcgi6f > :last-child, .framer-2tSTn .framer-eezsdf > :last-child, .framer-2tSTn .framer-ek5dzs > :last-child, .framer-2tSTn .framer-15sn312 > :last-child, .framer-2tSTn .framer-1o51z5c > :last-child, .framer-2tSTn .framer-1f3ksbs > :last-child { margin-right: 0px; } .framer-2tSTn .framer-6jvdex > *, .framer-2tSTn .framer-zewagb > *, .framer-2tSTn .framer-sc5844 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-2tSTn .framer-1k1sw2k > *, .framer-2tSTn .framer-e799tf > *, .framer-2tSTn .framer-o2zups > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2tSTn .framer-eezsdf > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-2tSTn .framer-ek5dzs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2tSTn .framer-1t1s57e > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-2tSTn .framer-15sn312 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-2tSTn .framer-xi7cva > *, .framer-2tSTn .framer-1d8ffqc > *, .framer-2tSTn .framer-ppouy2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2tSTn .framer-1rkzgaw > *, .framer-2tSTn .framer-17aayj6 > *, .framer-2tSTn .framer-1vbn0u8 > *, .framer-2tSTn .framer-w1r8j > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-2tSTn .framer-1o51z5c > *, .framer-2tSTn .framer-1f3ksbs > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-2tSTn[data-border=\"true\"]::after, .framer-2tSTn [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-2tSTn.framer-72rtr7 { width: 810px; } .framer-2tSTn .framer-1k1sw2k, .framer-2tSTn .framer-1t1s57e, .framer-2tSTn .framer-xi7cva, .framer-2tSTn .framer-1pxqwjw, .framer-2tSTn .framer-1nkaube, .framer-2tSTn .framer-7pv80, .framer-2tSTn .framer-pp7ij7, .framer-2tSTn .framer-1fa9vct { width: 100%; } .framer-2tSTn .framer-ek5dzs { height: 400px; width: 100%; } .framer-2tSTn .framer-unc5om { height: 400px; width: 60%; } .framer-2tSTn .framer-1d8ffqc { height: 852px; width: 100%; } .framer-2tSTn .framer-1vsajvy { height: 68%; } .framer-2tSTn .framer-ppouy2 { padding: 12px; width: 100%; }}\",\"@media (max-width: 809px) { .framer-2tSTn.framer-72rtr7 { gap: 32px; width: 390px; } .framer-2tSTn .framer-1lhwcn8 { padding: 32px 24px 24px 24px; } .framer-2tSTn .framer-1k1sw2k { padding: 108px 12px 48px 12px; width: 100%; } .framer-2tSTn .framer-1bme6gc, .framer-2tSTn .framer-1oictdm, .framer-2tSTn .framer-zewagb, .framer-2tSTn .framer-1ouobku, .framer-2tSTn .framer-1pxqwjw, .framer-2tSTn .framer-1yr63ai, .framer-2tSTn .framer-1nkaube, .framer-2tSTn .framer-714nox, .framer-2tSTn .framer-7pv80, .framer-2tSTn .framer-pp7ij7, .framer-2tSTn .framer-1fa9vct { width: 100%; } .framer-2tSTn .framer-eezsdf { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; align-content: flex-start; align-items: flex-start; gap: 4px; justify-content: flex-start; padding: 2px; width: 100%; } .framer-2tSTn .framer-1d36wks-container { height: 40px; order: 1; width: 160px; } .framer-2tSTn .framer-ek5dzs { height: min-content; width: 100%; } .framer-2tSTn .framer-unc5om { height: 236px; } .framer-2tSTn .framer-1t1s57e { height: 240px; padding: 12px; width: 100%; } .framer-2tSTn .framer-1vj4mpo, .framer-2tSTn .framer-1sfu0sn, .framer-2tSTn .framer-xi2liu { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-2tSTn .framer-xi7cva { height: min-content; padding: 12px; width: 100%; } .framer-2tSTn .framer-1d8ffqc { justify-content: flex-start; padding: 12px; width: 100%; } .framer-2tSTn .framer-1krdg0n { order: 0; width: 300px; } .framer-2tSTn .framer-1vsajvy { height: 240px; } .framer-2tSTn .framer-ppouy2 { height: min-content; justify-content: flex-start; padding: 12px; width: 100%; } .framer-2tSTn .framer-e799tf { gap: 40px; justify-content: center; } .framer-2tSTn .framer-16b5llw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: 100%; } .framer-2tSTn .framer-ay7ur2 { bottom: unset; height: 400px; left: unset; order: 1; position: relative; top: unset; width: 100%; } .framer-2tSTn .framer-dodbg { left: calc(50.00000000000002% - 100% / 2); width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-2tSTn.framer-72rtr7, .framer-2tSTn .framer-eezsdf, .framer-2tSTn .framer-e799tf, .framer-2tSTn .framer-16b5llw { gap: 0px; } .framer-2tSTn.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-2tSTn.framer-72rtr7 > :first-child, .framer-2tSTn .framer-e799tf > :first-child, .framer-2tSTn .framer-16b5llw > :first-child { margin-top: 0px; } .framer-2tSTn.framer-72rtr7 > :last-child, .framer-2tSTn .framer-e799tf > :last-child, .framer-2tSTn .framer-16b5llw > :last-child { margin-bottom: 0px; } .framer-2tSTn .framer-eezsdf > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-2tSTn .framer-eezsdf > :first-child { margin-left: 0px; } .framer-2tSTn .framer-eezsdf > :last-child { margin-right: 0px; } .framer-2tSTn .framer-e799tf > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-2tSTn .framer-16b5llw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5118\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"w5_Yq9zZ9\":{\"layout\":[\"fixed\",\"auto\"]},\"Oigm3Bi3F\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-2tSTn\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5118,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Sometype Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDrH09fgQBbs7uG.woff2\",weight:\"700\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/GLVBSLTLGSCYENHQZEZZBTPERIGASIAQ/CT5J6DRJRGN4DH5H6MRQDPOBOI4XDORK/ECOUY4IVDS6VGQYSST232TDR3EZRRMCW.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Sora\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/XR5REPALAPN54FEEIVU4Z7ZE3Z5TYAXV/ZVSCLT36TMKD3NSNAKQISILPVOHE4VFU/NTHDIHEFNRRDAFXF6EKGHNYZ4FA3VMWE.woff2\",weight:\"400\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSeMmX-PIwNhBti0.woff2\",weight:\"600\"},{family:\"Sora\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-PIwNhBti0.woff2\",weight:\"400\"}]},...PrimaryButonCTAFonts,...TickerFonts,...QuestionOnlyFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w5_Yq9zZ9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Oigm3Bi3F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"5118\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "createGeneratorEasing", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "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", "t", "dispatchViewEvent", "se", "o", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "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", "currentTarget", "RenderTarget", "isCanvas", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "Z", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "ref", "p", "LayoutGroup", "q", "isInView", "useInView", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "playOrPause", "hidden", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "text2", "textVariable", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "tUwdz1h4i", "j8fuCJEIe", "ray75y260", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1d77swo", "args", "CycleVariantState", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "RichText2", "SVG", "css", "FramerFIKOsGGWO", "withCSS", "FIKOsGGWO_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "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", "height", "id", "textVariable", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "UKrzxZ9JT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FramerZ_cAn61vS", "withCSS", "Z_cAn61vS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PrimaryButonCTAFonts", "getFonts", "Z_cAn61vS_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithOptimizedAppearEffect", "motion", "TickerFonts", "Ticker", "MotionDivWithFX", "withFX", "QuestionOnlyFonts", "FIKOsGGWO_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "LayoutGroup", "x", "ComponentViewportProvider", "Container", "SVG", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
