{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.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/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/mRt4HLpshVY4Ovx918Pv/qCYcTmv1raDY3WyhAQyC/tCWna2QWt.js", "ssg:https://framerusercontent.com/modules/FNOx0jiAAmJqyuuaXwdi/LA4bCnlAEDDE34voMtGi/IGCh33GQT.js", "ssg:https://framerusercontent.com/modules/gQjUaQ10GIuxbMWkEY0r/c9MJRxvOuMWPkbTpOCgP/mLzKUOAJk.js", "ssg:https://framerusercontent.com/modules/twRZa4Iv5CQsYyPAbNlS/5mF79xtg6us0KFMifPfV/PV0IaOjOS.js", "ssg:https://framerusercontent.com/modules/0xwYWwMdEXyc9tKJBmKg/V6phMUEQYRorDq11r2et/X45jwxZYO.js", "ssg:https://framerusercontent.com/modules/McaC6G7Sk6mMoAj9M1tq/pAwqf8n9vwDg14u03IC5/yVfbcdVZp.js", "ssg:https://framerusercontent.com/modules/iFfxqW9BbVJXv1v4UsTR/4gSiH6QUoqAdV9LA5zOM/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 isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{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,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const enabledGestures={UPGBVnXpP:{hover:true}};const cycleOrder=[\"QdE7piA5i\",\"UPGBVnXpP\"];const serializationHash=\"framer-xL2Ru\";const variantClassNames={QdE7piA5i:\"framer-v-1fc1xwl\",UPGBVnXpP:\"framer-v-4zpj6l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Close:\"QdE7piA5i\",open:\"UPGBVnXpP\"};const getProps=({click,heading,height,id,link,logo,subText,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,E5WAhG0Us:(_ref=logo!==null&&logo!==void 0?logo:props.E5WAhG0Us)!==null&&_ref!==void 0?_ref:\"Graph\",JDwJvPeDe:click!==null&&click!==void 0?click:props.JDwJvPeDe,n3n_C1INm:(_ref1=heading!==null&&heading!==void 0?heading:props.n3n_C1INm)!==null&&_ref1!==void 0?_ref1:\"Services\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"QdE7piA5i\",xqQN53Mdw:(_ref3=subText!==null&&subText!==void 0?subText:props.xqQN53Mdw)!==null&&_ref3!==void 0?_ref3:\"Sub Text\",YTHt0Ea_2:link!==null&&link!==void 0?link:props.YTHt0Ea_2};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,E5WAhG0Us,n3n_C1INm,xqQN53Mdw,JDwJvPeDe,YTHt0Ea_2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QdE7piA5i\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapj6plwl=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(JDwJvPeDe){const res=await JDwJvPeDe(...args);if(res===false)return false;}setVariant(\"UPGBVnXpP\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"UPGBVnXpP-hover\")return true;if(baseVariant===\"UPGBVnXpP\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{nodeId:\"QdE7piA5i\",...addPropertyOverrides({\"UPGBVnXpP-hover\":{href:YTHt0Ea_2,openInNewTab:false,smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1fc1xwl\",className,classNames)} framer-1gekst3`,\"data-border\":true,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QdE7piA5i\",onTap:onTapj6plwl,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(233, 238, 246)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"UPGBVnXpP-hover\":{\"data-framer-name\":undefined},UPGBVnXpP:{\"data-framer-name\":\"open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14i5b8z\",\"data-framer-name\":\"Up\",layoutDependency:layoutDependency,layoutId:\"S9dmiw9Mt\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bll4d7\",layoutDependency:layoutDependency,layoutId:\"RMGwN3Oum\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1prfo2t-container\",layoutDependency:layoutDependency,layoutId:\"bmKUqgmsw-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:E5WAhG0Us,id:\"bmKUqgmsw\",layoutId:\"bmKUqgmsw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(31, 31, 31))\"},children:\"Strategic Planning\"})}),className:\"framer-nv4eu2\",fonts:[\"FS;Red Hat Display-medium\"],layoutDependency:layoutDependency,layoutId:\"HOTPaotbc\",style:{\"--extracted-1eung3n\":\"rgb(31, 31, 31)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:n3n_C1INm,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14kfad7\",layoutDependency:layoutDependency,layoutId:\"gNUPgBAuS\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vis1cb-container\",layoutDependency:layoutDependency,layoutId:\"bCYBHiYYL-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 102, 82)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleUpLeft\",id:\"bCYBHiYYL\",layoutId:\"bCYBHiYYL\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"UPGBVnXpP-hover\":{weight:\"fill\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wd2i1c\",\"data-framer-name\":\"Down\",layoutDependency:layoutDependency,layoutId:\"eXiIU7che\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-1eung3n, rgb(85, 105, 135))\"},children:\"Sub Text\"})}),className:\"framer-64zy3b\",fonts:[\"FS;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"tcjwzl_bn\",style:{\"--extracted-1eung3n\":\"rgb(85, 105, 135)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xqQN53Mdw,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xL2Ru.framer-1gekst3, .framer-xL2Ru .framer-1gekst3 { display: block; }\",\".framer-xL2Ru.framer-1fc1xwl { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 553px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xL2Ru .framer-14i5b8z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xL2Ru .framer-bll4d7 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 64px; will-change: var(--framer-will-change-override, transform); }\",\".framer-xL2Ru .framer-1prfo2t-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-xL2Ru .framer-nv4eu2, .framer-xL2Ru .framer-64zy3b { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-xL2Ru .framer-14kfad7 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xL2Ru .framer-vis1cb-container { flex: none; height: 34px; position: relative; width: 34px; }\",\".framer-xL2Ru .framer-wd2i1c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xL2Ru.framer-1fc1xwl, .framer-xL2Ru .framer-14i5b8z, .framer-xL2Ru .framer-bll4d7, .framer-xL2Ru .framer-14kfad7, .framer-xL2Ru .framer-wd2i1c { gap: 0px; } .framer-xL2Ru.framer-1fc1xwl > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-xL2Ru.framer-1fc1xwl > :first-child { margin-top: 0px; } .framer-xL2Ru.framer-1fc1xwl > :last-child { margin-bottom: 0px; } .framer-xL2Ru .framer-14i5b8z > *, .framer-xL2Ru .framer-bll4d7 > *, .framer-xL2Ru .framer-14kfad7 > *, .framer-xL2Ru .framer-wd2i1c > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-xL2Ru .framer-14i5b8z > :first-child, .framer-xL2Ru .framer-bll4d7 > :first-child, .framer-xL2Ru .framer-14kfad7 > :first-child, .framer-xL2Ru .framer-wd2i1c > :first-child { margin-left: 0px; } .framer-xL2Ru .framer-14i5b8z > :last-child, .framer-xL2Ru .framer-bll4d7 > :last-child, .framer-xL2Ru .framer-14kfad7 > :last-child, .framer-xL2Ru .framer-wd2i1c > :last-child { margin-right: 0px; } }\",\".framer-xL2Ru.framer-v-4zpj6l.hover.framer-1fc1xwl { text-decoration: none; }\",'.framer-xL2Ru[data-border=\"true\"]::after, .framer-xL2Ru [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 553\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UPGBVnXpP\":{\"layout\":[\"fixed\",\"auto\"]},\"vjVy1NBAy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"E5WAhG0Us\":\"logo\",\"n3n_C1INm\":\"heading\",\"xqQN53Mdw\":\"subText\",\"JDwJvPeDe\":\"click\",\"YTHt0Ea_2\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertCWna2QWt=withCSS(Component,css,\"framer-xL2Ru\");export default FramertCWna2QWt;FramertCWna2QWt.displayName=\"Vision card\";FramertCWna2QWt.defaultProps={height:80,width:553};addPropertyControls(FramertCWna2QWt,{variant:{options:[\"QdE7piA5i\",\"UPGBVnXpP\"],optionTitles:[\"Close\",\"open\"],title:\"Variant\",type:ControlType.Enum},E5WAhG0Us:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Graph\",description:undefined,hidden:undefined,title:\"Logo\"},n3n_C1INm:{defaultValue:\"Services\",displayTextArea:false,title:\"Heading\",type:ControlType.String},xqQN53Mdw:{defaultValue:\"Sub Text\",displayTextArea:false,title:\"Sub text\",type:ControlType.String},JDwJvPeDe:{title:\"Click\",type:ControlType.EventHandler},YTHt0Ea_2:{title:\"Link\",type:ControlType.Link}});addFonts(FramertCWna2QWt,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HGWRZTHLV7DR7QFLIJMAF7MPVMPMZDTO/UUISMBAQX4GNE4PCMY2YDAZ4UUZ2U2TS/SNRYPPDTYQZU5ZGAP2IPWB6EKK4MW7FZ.woff2\",weight:\"500\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E52PJYVTUVBJ4GPMC3ESVCHLHEZ27YKB/NFMP7Q5STQUP55VX2D3PLPQGFPMHPMT6/DKDC2XHYR66B5ZTKT2XG7XDSMKXEZIVO.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertCWna2QWt\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"80\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"E5WAhG0Us\\\":\\\"logo\\\",\\\"n3n_C1INm\\\":\\\"heading\\\",\\\"xqQN53Mdw\\\":\\\"subText\\\",\\\"JDwJvPeDe\\\":\\\"click\\\",\\\"YTHt0Ea_2\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"553\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UPGBVnXpP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vjVy1NBAy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tCWna2QWt.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import VisionCard from\"https://framerusercontent.com/modules/mRt4HLpshVY4Ovx918Pv/qCYcTmv1raDY3WyhAQyC/tCWna2QWt.js\";const VisionCardFonts=getFonts(VisionCard);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"eLFye0hL7\",\"TTqpEXs7e\",\"nUjA64j79\",\"bHCaVWMYX\",\"yypBP9MHx\"];const serializationHash=\"framer-7ucr3\";const variantClassNames={bHCaVWMYX:\"framer-v-9l976g\",eLFye0hL7:\"framer-v-1raxibz\",nUjA64j79:\"framer-v-sjdazk\",TTqpEXs7e:\"framer-v-1dho824\",yypBP9MHx:\"framer-v-m023s0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:18};const transition2={damping:54,delay:.1,mass:1,stiffness:400,type:\"spring\"};const transition3={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"eLFye0hL7\",\"Variant 2\":\"TTqpEXs7e\",\"Variant 3\":\"nUjA64j79\",\"Variant 4\":\"bHCaVWMYX\",\"Variant 5\":\"yypBP9MHx\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"eLFye0hL7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"eLFye0hL7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const JDwJvPeDed9ioyr=activeVariantCallback(async(...args)=>{setVariant(\"eLFye0hL7\");});const JDwJvPeDe1fiq7rc=activeVariantCallback(async(...args)=>{setVariant(\"TTqpEXs7e\");});const JDwJvPeDek11seq=activeVariantCallback(async(...args)=>{setVariant(\"nUjA64j79\");});const JDwJvPeDe13bbsg6=activeVariantCallback(async(...args)=>{setVariant(\"bHCaVWMYX\");});const JDwJvPeDejmquw2=activeVariantCallback(async(...args)=>{setVariant(\"yypBP9MHx\");});const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1raxibz\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"eLFye0hL7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({bHCaVWMYX:{\"data-framer-name\":\"Variant 4\"},nUjA64j79:{\"data-framer-name\":\"Variant 3\"},TTqpEXs7e:{\"data-framer-name\":\"Variant 2\"},yypBP9MHx:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xwmb3hgAq\"},implicitPathVariables:undefined},{href:{webPageId:\"xwmb3hgAq\"},implicitPathVariables:undefined},{href:{webPageId:\"xwmb3hgAq\"},implicitPathVariables:undefined},{href:{webPageId:\"xwmb3hgAq\"},implicitPathVariables:undefined},{href:{webPageId:\"xwmb3hgAq\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 50px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-yp3wkv-container\",layoutDependency:layoutDependency,layoutId:\"rL8MTqO4U-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(VisionCard,{E5WAhG0Us:\"Graph\",height:\"100%\",id:\"rL8MTqO4U\",JDwJvPeDe:JDwJvPeDed9ioyr,layoutId:\"rL8MTqO4U\",n3n_C1INm:\"Blockchain Development\",style:{width:\"100%\"},variant:\"UPGBVnXpP\",width:\"100%\",xqQN53Mdw:\"Developing trusted, future-proof blockchain based Digital infrastructure powered by decentralized systems.\",YTHt0Ea_2:resolvedLinks[0],...addPropertyOverrides({bHCaVWMYX:{variant:\"QdE7piA5i\",YTHt0Ea_2:resolvedLinks[3]},nUjA64j79:{variant:\"QdE7piA5i\",YTHt0Ea_2:resolvedLinks[2]},TTqpEXs7e:{variant:\"QdE7piA5i\",YTHt0Ea_2:resolvedLinks[1]},yypBP9MHx:{variant:\"QdE7piA5i\",YTHt0Ea_2:resolvedLinks[4]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yW6puuSQy\"},implicitPathVariables:undefined},{href:{webPageId:\"yW6puuSQy\"},implicitPathVariables:undefined},{href:{webPageId:\"yW6puuSQy\"},implicitPathVariables:undefined},{href:{webPageId:\"yW6puuSQy\"},implicitPathVariables:undefined},{href:{webPageId:\"yW6puuSQy\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 50px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+104,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1azlwxa-container\",layoutDependency:layoutDependency,layoutId:\"uARIPxR40-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(VisionCard,{E5WAhG0Us:\"AddressBookTabs\",height:\"100%\",id:\"uARIPxR40\",JDwJvPeDe:JDwJvPeDe1fiq7rc,layoutId:\"uARIPxR40\",n3n_C1INm:\"Blockchain Consulting\",style:{width:\"100%\"},variant:\"QdE7piA5i\",width:\"100%\",xqQN53Mdw:\"Our expert consulting helps you design a secure, fast blockchain-based digital network infrastructure to boost your business revenue.\",YTHt0Ea_2:resolvedLinks1[0],...addPropertyOverrides({bHCaVWMYX:{YTHt0Ea_2:resolvedLinks1[3]},nUjA64j79:{YTHt0Ea_2:resolvedLinks1[2]},TTqpEXs7e:{variant:\"UPGBVnXpP\",YTHt0Ea_2:resolvedLinks1[1]},yypBP9MHx:{YTHt0Ea_2:resolvedLinks1[4]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"abtneQmIv\"},implicitPathVariables:undefined},{href:{webPageId:\"abtneQmIv\"},implicitPathVariables:undefined},{href:{webPageId:\"abtneQmIv\"},implicitPathVariables:undefined},{href:{webPageId:\"abtneQmIv\"},implicitPathVariables:undefined},{href:{webPageId:\"abtneQmIv\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 50px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+208,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-tschbj-container\",layoutDependency:layoutDependency,layoutId:\"HiWUwhE2g-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(VisionCard,{E5WAhG0Us:\"Scroll\",height:\"100%\",id:\"HiWUwhE2g\",JDwJvPeDe:JDwJvPeDek11seq,layoutId:\"HiWUwhE2g\",n3n_C1INm:\"Smart Contract Development\",style:{width:\"100%\"},variant:\"QdE7piA5i\",width:\"100%\",xqQN53Mdw:\"Tailored smart contract solutions to automate agreements securely between multiple parties.\",YTHt0Ea_2:resolvedLinks2[0],...addPropertyOverrides({bHCaVWMYX:{YTHt0Ea_2:resolvedLinks2[3]},nUjA64j79:{variant:\"UPGBVnXpP\",YTHt0Ea_2:resolvedLinks2[2]},TTqpEXs7e:{YTHt0Ea_2:resolvedLinks2[1]},yypBP9MHx:{YTHt0Ea_2:resolvedLinks2[4]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 50px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+312,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1qq2l0n-container\",layoutDependency:layoutDependency,layoutId:\"BP5rfkkoH-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(VisionCard,{E5WAhG0Us:\"Globe\",height:\"100%\",id:\"BP5rfkkoH\",JDwJvPeDe:JDwJvPeDe13bbsg6,layoutId:\"BP5rfkkoH\",n3n_C1INm:\"Blockchain Enterprises\",style:{width:\"100%\"},variant:\"QdE7piA5i\",width:\"100%\",xqQN53Mdw:\"Scale your business with high-standard blockchain solutions delivering transparency, efficiency, and innovations.\",YTHt0Ea_2:resolvedLinks3[0],...addPropertyOverrides({bHCaVWMYX:{variant:\"UPGBVnXpP\",YTHt0Ea_2:resolvedLinks3[3]},nUjA64j79:{YTHt0Ea_2:resolvedLinks3[2]},TTqpEXs7e:{YTHt0Ea_2:resolvedLinks3[1]},yypBP9MHx:{YTHt0Ea_2:resolvedLinks3[4]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined},{href:{webPageId:\"jMpP9WYsF\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 50px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+416,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-q5rpkb-container\",layoutDependency:layoutDependency,layoutId:\"N_OzVKrKn-container\",whileHover:animation1,children:/*#__PURE__*/_jsx(VisionCard,{E5WAhG0Us:\"DeviceMobile\",height:\"100%\",id:\"N_OzVKrKn\",JDwJvPeDe:JDwJvPeDejmquw2,layoutId:\"N_OzVKrKn\",n3n_C1INm:\"DApp Development\",style:{width:\"100%\"},variant:\"QdE7piA5i\",width:\"100%\",xqQN53Mdw:\"We build decentralized applications to provide secure, scalable, and innovative business solutions.\",YTHt0Ea_2:resolvedLinks4[0],...addPropertyOverrides({bHCaVWMYX:{YTHt0Ea_2:resolvedLinks4[3]},nUjA64j79:{YTHt0Ea_2:resolvedLinks4[2]},TTqpEXs7e:{YTHt0Ea_2:resolvedLinks4[1]},yypBP9MHx:{variant:\"UPGBVnXpP\",YTHt0Ea_2:resolvedLinks4[4]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7ucr3.framer-12cafkw, .framer-7ucr3 .framer-12cafkw { display: block; }\",\".framer-7ucr3.framer-1raxibz { display: grid; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 20px 0px; position: relative; width: 578px; }\",\".framer-7ucr3 .framer-yp3wkv-container, .framer-7ucr3 .framer-1azlwxa-container, .framer-7ucr3 .framer-tschbj-container, .framer-7ucr3 .framer-1qq2l0n-container, .framer-7ucr3 .framer-q5rpkb-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 584\n * @framerIntrinsicWidth 578\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TTqpEXs7e\":{\"layout\":[\"fixed\",\"auto\"]},\"nUjA64j79\":{\"layout\":[\"fixed\",\"auto\"]},\"bHCaVWMYX\":{\"layout\":[\"fixed\",\"auto\"]},\"yypBP9MHx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIGCh33GQT=withCSS(Component,css,\"framer-7ucr3\");export default FramerIGCh33GQT;FramerIGCh33GQT.displayName=\"Services\";FramerIGCh33GQT.defaultProps={height:584,width:578};addPropertyControls(FramerIGCh33GQT,{variant:{options:[\"eLFye0hL7\",\"TTqpEXs7e\",\"nUjA64j79\",\"bHCaVWMYX\",\"yypBP9MHx\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIGCh33GQT,[{explicitInter:true,fonts:[]},...VisionCardFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIGCh33GQT\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"584\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TTqpEXs7e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nUjA64j79\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bHCaVWMYX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yypBP9MHx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"578\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f5febb9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={uWyVtGV_0:{hover:true}};const cycleOrder=[\"uWyVtGV_0\",\"rqeKrUvhz\"];const serializationHash=\"framer-SSza7\";const variantClassNames={rqeKrUvhz:\"framer-v-10ocsc5\",uWyVtGV_0:\"framer-v-tbkpmk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Closed:\"uWyVtGV_0\",Open:\"rqeKrUvhz\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,BzJILZrnc:(_ref=question!==null&&question!==void 0?question:props.BzJILZrnc)!==null&&_ref!==void 0?_ref:\"Write your question here\",pGOSIdZB6:(_ref1=answer!==null&&answer!==void 0?answer:props.pGOSIdZB6)!==null&&_ref1!==void 0?_ref1:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"uWyVtGV_0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,BzJILZrnc,pGOSIdZB6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uWyVtGV_0\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapaujwrh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"rqeKrUvhz\");});const onTap1cvf9fp=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"uWyVtGV_0\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"rqeKrUvhz\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-tbkpmk\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"uWyVtGV_0\",onTap:onTapaujwrh,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7386099a-df78-4245-a733-6918ac3c51ef, rgba(76, 76, 76, 0.3))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"uWyVtGV_0-hover\":{\"data-framer-name\":undefined},rqeKrUvhz:{\"data-framer-name\":\"Open\",onTap:onTap1cvf9fp}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l9hdys\",layoutDependency:layoutDependency,layoutId:\"rV3v60AJk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rcqrub\",layoutDependency:layoutDependency,layoutId:\"k671N2fom\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.8))\"},children:\"Write your question here\"})}),className:\"framer-1yv17pl\",fonts:[\"FS;Red Hat Display-semibold\"],layoutDependency:layoutDependency,layoutId:\"qTMKWMHKi\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.8)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:BzJILZrnc,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cmpe1k-container\",layoutDependency:layoutDependency,layoutId:\"jHsioeAVY-container\",style:{rotate:0},variants:{rqeKrUvhz:{rotate:180}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"jHsioeAVY\",layoutId:\"jHsioeAVY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({rqeKrUvhz:{iconSelection:\"Minus\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXJlZ3VsYXI=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2f4593d5-48f7-4d14-a6e5-1185a36f5c6c, rgb(30, 41, 59)))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\"})}),className:\"framer-eihu9i\",fonts:[\"FS;Red Hat Display-regular\"],layoutDependency:layoutDependency,layoutId:\"ZDcakJqU7\",style:{\"--extracted-r6o4lv\":\"var(--token-2f4593d5-48f7-4d14-a6e5-1185a36f5c6c, rgb(30, 41, 59))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:pGOSIdZB6,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SSza7.framer-jq3tvi, .framer-SSza7 .framer-jq3tvi { display: block; }\",\".framer-SSza7.framer-tbkpmk { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 700px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SSza7 .framer-l9hdys { 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-SSza7 .framer-1rcqrub { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-SSza7 .framer-1yv17pl { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-SSza7 .framer-cmpe1k-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-SSza7 .framer-eihu9i { 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-SSza7.framer-tbkpmk, .framer-SSza7 .framer-1rcqrub { gap: 0px; } .framer-SSza7.framer-tbkpmk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-SSza7.framer-tbkpmk > :first-child { margin-top: 0px; } .framer-SSza7.framer-tbkpmk > :last-child { margin-bottom: 0px; } .framer-SSza7 .framer-1rcqrub > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-SSza7 .framer-1rcqrub > :first-child { margin-left: 0px; } .framer-SSza7 .framer-1rcqrub > :last-child { margin-right: 0px; } }\",'.framer-SSza7[data-border=\"true\"]::after, .framer-SSza7 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 75\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rqeKrUvhz\":{\"layout\":[\"fixed\",\"auto\"]},\"dNLW_Uyu0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"BzJILZrnc\":\"question\",\"pGOSIdZB6\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermLzKUOAJk=withCSS(Component,css,\"framer-SSza7\");export default FramermLzKUOAJk;FramermLzKUOAJk.displayName=\"Accordion/Style 1\";FramermLzKUOAJk.defaultProps={height:75,width:700};addPropertyControls(FramermLzKUOAJk,{variant:{options:[\"uWyVtGV_0\",\"rqeKrUvhz\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},BzJILZrnc:{defaultValue:\"Write your question here\",displayTextArea:false,title:\"Question\",type:ControlType.String},pGOSIdZB6:{defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",displayTextArea:false,title:\"Answer\",type:ControlType.String}});addFonts(FramermLzKUOAJk,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WDQIEWCFLN6EMYQOS5KYW4367I2WBYD3/DUIROOVG2NP7SN523URKVY2XPJTPXDD3/OVH4LNHLST7KQG4JHAKO4QQRUL7CTSCU.woff2\",weight:\"600\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E52PJYVTUVBJ4GPMC3ESVCHLHEZ27YKB/NFMP7Q5STQUP55VX2D3PLPQGFPMHPMT6/DKDC2XHYR66B5ZTKT2XG7XDSMKXEZIVO.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermLzKUOAJk\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"700\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"BzJILZrnc\\\":\\\"question\\\",\\\"pGOSIdZB6\\\":\\\"answer\\\"}\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rqeKrUvhz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dNLW_Uyu0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"75\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mLzKUOAJk.map", "// Generated by Framer (f5febb9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AccordionStyle1 from\"https://framerusercontent.com/modules/gQjUaQ10GIuxbMWkEY0r/c9MJRxvOuMWPkbTpOCgP/mLzKUOAJk.js\";const AccordionStyle1Fonts=getFonts(AccordionStyle1);const serializationHash=\"framer-KNkAw\";const variantClassNames={jdWGjliCZ:\"framer-v-1yytk0p\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"jdWGjliCZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1yytk0p\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"jdWGjliCZ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+0+0),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-143l4w3-container\",\"data-framer-name\":\"FAQ1\",layoutDependency:layoutDependency,layoutId:\"JxHhFXqNA-container\",name:\"FAQ1\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"What is blockchain technology?\",height:\"100%\",id:\"JxHhFXqNA\",layoutId:\"JxHhFXqNA\",name:\"FAQ1\",pGOSIdZB6:\"Blockchain is a decentralized digital ledger that records transactions across multiple computers. It ensures that records are transparent, secure, and cannot be altered.\",style:{width:\"100%\"},variant:\"rqeKrUvhz\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+74+16),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m3fjh6-container\",\"data-framer-name\":\"FAQ2\",layoutDependency:layoutDependency,layoutId:\"JIy2zjixT-container\",name:\"FAQ2\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"How does blockchain ensure security?\",height:\"100%\",id:\"JIy2zjixT\",layoutId:\"JIy2zjixT\",name:\"FAQ2\",pGOSIdZB6:\"Blockchain uses cryptographic techniques to secure data. Each transaction is encrypted and linked to the previous one, making it impossible to alter past records without consensus from the entire network.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+148+32),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pvduls-container\",\"data-framer-name\":\"FAQ3\",layoutDependency:layoutDependency,layoutId:\"QzIAYy8oz-container\",name:\"FAQ3\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"What makes blockchain immutable?\",height:\"100%\",id:\"QzIAYy8oz\",layoutId:\"QzIAYy8oz\",name:\"FAQ3\",pGOSIdZB6:\"Once data is recorded in a blockchain, it becomes part of a permanent ledger. The decentralized nature of the network and the use of cryptographic hashes prevent any tampering or modification of the data.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+222+48),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1awopso-container\",\"data-framer-name\":\"FAQ4\",layoutDependency:layoutDependency,layoutId:\"qRaKsFA8a-container\",name:\"FAQ4\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"What is the difference between public and private blockchains?\",height:\"100%\",id:\"qRaKsFA8a\",layoutId:\"qRaKsFA8a\",name:\"FAQ4\",pGOSIdZB6:\"Public blockchains, like Bitcoin and Ethereum, are open to anyone and fully decentralized. Private blockchains, like those used in business settings, are permissioned and controlled by a single entity or a consortium.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+296+64),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-65aks7-container\",\"data-framer-name\":\"FAQ5\",layoutDependency:layoutDependency,layoutId:\"V59sVSTdL-container\",name:\"FAQ5\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"How does AssetChain use blockchain?\",height:\"100%\",id:\"V59sVSTdL\",layoutId:\"V59sVSTdL\",name:\"FAQ5\",pGOSIdZB6:\"AssetChain leverages blockchain to provide secure and transparent asset management and identity verification solutions. By using blockchain, we ensure that your data is tamper-proof, trackable, and secure.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+370+80),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-oqlkzd-container\",\"data-framer-name\":\"FAQ6\",layoutDependency:layoutDependency,layoutId:\"O6lTwImr4-container\",name:\"FAQ6\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"What are smart contracts?\",height:\"100%\",id:\"O6lTwImr4\",layoutId:\"O6lTwImr4\",name:\"FAQ6\",pGOSIdZB6:\"Smart contracts are self-executing contracts where the terms are directly written into code. They automatically execute actions when predefined conditions are met, eliminating the need for intermediaries.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+444+96),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pxebxa-container\",\"data-framer-name\":\"FAQ7\",layoutDependency:layoutDependency,layoutId:\"aGwqXQ075-container\",name:\"FAQ7\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"How does blockchain improve transparency?\",height:\"100%\",id:\"aGwqXQ075\",layoutId:\"aGwqXQ075\",name:\"FAQ7\",pGOSIdZB6:\"Blockchain stores records in a decentralized manner, allowing anyone with access to verify and trace every transaction. This transparency reduces fraud and increases trust in the system.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+518+112),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16une19-container\",\"data-framer-name\":\"FAQ8\",layoutDependency:layoutDependency,layoutId:\"JzCaTy_yh-container\",name:\"FAQ8\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"Is blockchain scalable?\",height:\"100%\",id:\"JzCaTy_yh\",layoutId:\"JzCaTy_yh\",name:\"FAQ8\",pGOSIdZB6:\"Blockchain scalability is improving with innovations like Layer 2 solutions (e.g., Lightning Network) and sharding, which aim to increase transaction speed and reduce costs without compromising security.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+592+128),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-121rv83-container\",\"data-framer-name\":\"FAQ9\",layoutDependency:layoutDependency,layoutId:\"bZMnmborY-container\",name:\"FAQ9\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"What industries can benefit from blockchain technology?\",height:\"100%\",id:\"bZMnmborY\",layoutId:\"bZMnmborY\",name:\"FAQ9\",pGOSIdZB6:\"Blockchain can be applied in industries like finance, supply chain, healthcare, real estate, and digital identity management, where transparency, security, and traceability are crucial.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||954)-0-884)/2+666+144),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yqf3gr-container\",\"data-framer-name\":\"FAQ10\",layoutDependency:layoutDependency,layoutId:\"XJ1Vi_snm-container\",name:\"FAQ10\",children:/*#__PURE__*/_jsx(AccordionStyle1,{BzJILZrnc:\"Why should I choose AssetChain for blockchain solutions?\",height:\"100%\",id:\"XJ1Vi_snm\",layoutId:\"XJ1Vi_snm\",name:\"FAQ10\",pGOSIdZB6:\"AssetChain combines cutting-edge blockchain technology with industry-specific expertise to deliver custom solutions for asset management and identity verification. Our platform is secure, scalable, and tailored to meet your business needs.\",style:{width:\"100%\"},variant:\"uWyVtGV_0\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KNkAw.framer-1n40o7x, .framer-KNkAw .framer-1n40o7x { display: block; }\",\".framer-KNkAw.framer-1yytk0p { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-KNkAw .framer-143l4w3-container, .framer-KNkAw .framer-m3fjh6-container, .framer-KNkAw .framer-1pvduls-container, .framer-KNkAw .framer-1awopso-container, .framer-KNkAw .framer-65aks7-container, .framer-KNkAw .framer-oqlkzd-container, .framer-KNkAw .framer-1pxebxa-container, .framer-KNkAw .framer-16une19-container, .framer-KNkAw .framer-121rv83-container, .framer-KNkAw .framer-yqf3gr-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KNkAw.framer-1yytk0p { gap: 0px; } .framer-KNkAw.framer-1yytk0p > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-KNkAw.framer-1yytk0p > :first-child { margin-top: 0px; } .framer-KNkAw.framer-1yytk0p > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 954\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPV0IaOjOS=withCSS(Component,css,\"framer-KNkAw\");export default FramerPV0IaOjOS;FramerPV0IaOjOS.displayName=\"FAQ Accordion List/1\";FramerPV0IaOjOS.defaultProps={height:954,width:1200};addFonts(FramerPV0IaOjOS,[{explicitInter:true,fonts:[]},...AccordionStyle1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPV0IaOjOS\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"954\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f5febb9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQAccordionList1 from\"https://framerusercontent.com/modules/twRZa4Iv5CQsYyPAbNlS/5mF79xtg6us0KFMifPfV/PV0IaOjOS.js\";const FAQAccordionList1Fonts=getFonts(FAQAccordionList1);const cycleOrder=[\"K1E3aN5lw\",\"JF4meuxTi\",\"juonzm6hZ\"];const serializationHash=\"framer-bsZPn\";const variantClassNames={JF4meuxTi:\"framer-v-p6wuq8\",juonzm6hZ:\"framer-v-1ntyzax\",K1E3aN5lw:\"framer-v-o8bqd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"K1E3aN5lw\",Phone:\"juonzm6hZ\",Tablet:\"JF4meuxTi\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"K1E3aN5lw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"K1E3aN5lw\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-o8bqd\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"K1E3aN5lw\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(252, 253, 255)\",...style},...addPropertyOverrides({JF4meuxTi:{\"data-framer-name\":\"Tablet\"},juonzm6hZ:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-66ppsj\",\"data-framer-name\":\"FAQ-Header\",layoutDependency:layoutDependency,layoutId:\"g8stQJPoF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\"},children:\"Frequently asked questions\"})}),className:\"framer-1ho5rxy\",fonts:[\"FS;Red Hat Display-semibold\"],layoutDependency:layoutDependency,layoutId:\"FoROzgKQk\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({juonzm6hZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\"},children:\"Frequently asked questions\"})}),fonts:[\"FS;Red Hat Display-bold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Discover how our blockchain-based products provide secure, transparent, and efficient services. Our FAQ covers data management, security, and verification solutions.\"})}),className:\"framer-1yrbbnm\",fonts:[\"FS;Red Hat Display-medium\"],layoutDependency:layoutDependency,layoutId:\"L9GddYZng\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},variants:{juonzm6hZ:{\"--extracted-r6o4lv\":\"var(--token-2f4593d5-48f7-4d14-a6e5-1185a36f5c6c, rgb(30, 41, 59))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({juonzm6hZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2f4593d5-48f7-4d14-a6e5-1185a36f5c6c, rgb(30, 41, 59)))\"},children:\"Discover how our blockchain-based products provide secure, transparent, and efficient services. Our FAQ covers data management, security, and verification solutions.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:810,width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+60+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1116)-120-1072.3)/2+198.3+64),...addPropertyOverrides({JF4meuxTi:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1076)-80-1072.3)/2+198.3+64)},juonzm6hZ:{width:`min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px, 800px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1410.5)-80-1059.6)/2+201.6+48)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bcrsaq-container\",layoutDependency:layoutDependency,layoutId:\"DHgvkTC7W-container\",children:/*#__PURE__*/_jsx(FAQAccordionList1,{height:\"100%\",id:\"DHgvkTC7W\",layoutId:\"DHgvkTC7W\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bsZPn.framer-el0bfq, .framer-bsZPn .framer-el0bfq { display: block; }\",\".framer-bsZPn.framer-o8bqd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 1200px; }\",\".framer-bsZPn .framer-66ppsj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1240px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bsZPn .framer-1ho5rxy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bsZPn .framer-1yrbbnm { flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bsZPn .framer-1bcrsaq-container { flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bsZPn.framer-o8bqd, .framer-bsZPn .framer-66ppsj { gap: 0px; } .framer-bsZPn.framer-o8bqd > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-bsZPn.framer-o8bqd > :first-child, .framer-bsZPn .framer-66ppsj > :first-child { margin-top: 0px; } .framer-bsZPn.framer-o8bqd > :last-child, .framer-bsZPn .framer-66ppsj > :last-child { margin-bottom: 0px; } .framer-bsZPn .framer-66ppsj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-bsZPn.framer-v-p6wuq8.framer-o8bqd { padding: 40px; width: 810px; }\",\".framer-bsZPn.framer-v-1ntyzax.framer-o8bqd { gap: 48px; padding: 40px 20px 40px 20px; width: 390px; }\",\".framer-bsZPn.framer-v-1ntyzax .framer-66ppsj { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bsZPn.framer-v-1ntyzax.framer-o8bqd, .framer-bsZPn.framer-v-1ntyzax .framer-66ppsj { gap: 0px; } .framer-bsZPn.framer-v-1ntyzax.framer-o8bqd > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bsZPn.framer-v-1ntyzax.framer-o8bqd > :first-child, .framer-bsZPn.framer-v-1ntyzax .framer-66ppsj > :first-child { margin-top: 0px; } .framer-bsZPn.framer-v-1ntyzax.framer-o8bqd > :last-child, .framer-bsZPn.framer-v-1ntyzax .framer-66ppsj > :last-child { margin-bottom: 0px; } .framer-bsZPn.framer-v-1ntyzax .framer-66ppsj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1116\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JF4meuxTi\":{\"layout\":[\"fixed\",\"auto\"]},\"juonzm6hZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerX45jwxZYO=withCSS(Component,css,\"framer-bsZPn\");export default FramerX45jwxZYO;FramerX45jwxZYO.displayName=\"FAQ/1\";FramerX45jwxZYO.defaultProps={height:1116,width:1200};addPropertyControls(FramerX45jwxZYO,{variant:{options:[\"K1E3aN5lw\",\"JF4meuxTi\",\"juonzm6hZ\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerX45jwxZYO,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WDQIEWCFLN6EMYQOS5KYW4367I2WBYD3/DUIROOVG2NP7SN523URKVY2XPJTPXDD3/OVH4LNHLST7KQG4JHAKO4QQRUL7CTSCU.woff2\",weight:\"600\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HGWRZTHLV7DR7QFLIJMAF7MPVMPMZDTO/UUISMBAQX4GNE4PCMY2YDAZ4UUZ2U2TS/SNRYPPDTYQZU5ZGAP2IPWB6EKK4MW7FZ.woff2\",weight:\"500\"}]},...FAQAccordionList1Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerX45jwxZYO\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JF4meuxTi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"juonzm6hZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"1116\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-Xi0Wt\";const variantClassNames={BOWaKGwvj:\"framer-v-1k9ibb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({background,fontSize,gap,height,id,image,padding,radius,text,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6;return{...props,dsJwr_ZrK:(_ref=text!==null&&text!==void 0?text:props.dsJwr_ZrK)!==null&&_ref!==void 0?_ref:\"Sub text\",L3B0kdqiK:image!==null&&image!==void 0?image:props.L3B0kdqiK,M26HE9dJe:(_ref1=background!==null&&background!==void 0?background:props.M26HE9dJe)!==null&&_ref1!==void 0?_ref1:\"rgb(255, 255, 255)\",R9NPGwoCH:(_ref2=fontSize!==null&&fontSize!==void 0?fontSize:props.R9NPGwoCH)!==null&&_ref2!==void 0?_ref2:18,Tmw08cAkl:(_ref3=gap!==null&&gap!==void 0?gap:props.Tmw08cAkl)!==null&&_ref3!==void 0?_ref3:24,urxE3rBa7:(_ref4=radius!==null&&radius!==void 0?radius:props.urxE3rBa7)!==null&&_ref4!==void 0?_ref4:\"0px\",vFtbj8Vmx:(_ref5=padding!==null&&padding!==void 0?padding:props.vFtbj8Vmx)!==null&&_ref5!==void 0?_ref5:\"32px\",zRDUmOnQE:(_ref6=title!==null&&title!==void 0?title:props.zRDUmOnQE)!==null&&_ref6!==void 0?_ref6:\"Title\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,M26HE9dJe,zRDUmOnQE,dsJwr_ZrK,L3B0kdqiK,vFtbj8Vmx,Tmw08cAkl,urxE3rBa7,R9NPGwoCH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"BOWaKGwvj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1k9ibb\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"BOWaKGwvj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--10cn37n\":numberToPixelString(vFtbj8Vmx),\"--iop8ke\":Tmw08cAkl,backgroundColor:M26HE9dJe,borderBottomLeftRadius:radiusForCorner(urxE3rBa7,3),borderBottomRightRadius:radiusForCorner(urxE3rBa7,2),borderTopLeftRadius:radiusForCorner(urxE3rBa7,0),borderTopRightRadius:radiusForCorner(urxE3rBa7,1),...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ueb4gz\",layoutDependency:layoutDependency,layoutId:\"lfYR4uyoA\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4e36af\",layoutDependency:layoutDependency,layoutId:\"fCEB5kRKu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, rgb(51, 51, 51))\"},children:\"Decentralized Data Protection\"})}),className:\"framer-16qr2l7\",fonts:[\"FS;Red Hat Display-bold\"],layoutDependency:layoutDependency,layoutId:\"AKouuTEek\",style:{\"--extracted-1lwpl3i\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:zRDUmOnQE,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-R9NPGwoCH-yVfbcdVZp) * 1px)\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(116, 122, 158))\"},children:\"Sub text\"})}),className:\"framer-17007gx\",fonts:[\"FS;Red Hat Display-medium\"],layoutDependency:layoutDependency,layoutId:\"XFk6thhOb\",style:{\"--extracted-r6o4lv\":\"rgb(116, 122, 158)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-R9NPGwoCH-yVfbcdVZp\":R9NPGwoCH},text:dsJwr_ZrK,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8siw7o\",layoutDependency:layoutDependency,layoutId:\"gDiDnffu8\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4e3,intrinsicWidth:4e3,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - ${vFtbj8Vmx*2}px)`,...toResponsiveImage(L3B0kdqiK),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-17khp8p\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"FdPQx6Vdu\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Xi0Wt.framer-1ag1lp5, .framer-Xi0Wt .framer-1ag1lp5 { display: block; }\",\".framer-Xi0Wt.framer-1k9ibb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: calc(max(0, var(--iop8ke)) * 1px); height: min-content; justify-content: center; overflow: visible; padding: var(--10cn37n); position: relative; width: 668px; }\",\".framer-Xi0Wt .framer-ueb4gz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Xi0Wt .framer-4e36af { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Xi0Wt .framer-16qr2l7, .framer-Xi0Wt .framer-17007gx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Xi0Wt .framer-8siw7o { flex: none; height: 200px; overflow: visible; position: relative; width: 100%; }\",\".framer-Xi0Wt .framer-17khp8p { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Xi0Wt.framer-1k9ibb, .framer-Xi0Wt .framer-ueb4gz, .framer-Xi0Wt .framer-4e36af { gap: 0px; } .framer-Xi0Wt.framer-1k9ibb > * { margin: 0px; margin-bottom: calc(calc(max(0, var(--iop8ke)) * 1px) / 2); margin-top: calc(calc(max(0, var(--iop8ke)) * 1px) / 2); } .framer-Xi0Wt.framer-1k9ibb > :first-child, .framer-Xi0Wt .framer-ueb4gz > :first-child, .framer-Xi0Wt .framer-4e36af > :first-child { margin-top: 0px; } .framer-Xi0Wt.framer-1k9ibb > :last-child, .framer-Xi0Wt .framer-ueb4gz > :last-child, .framer-Xi0Wt .framer-4e36af > :last-child { margin-bottom: 0px; } .framer-Xi0Wt .framer-ueb4gz > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Xi0Wt .framer-4e36af > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 369\n * @framerIntrinsicWidth 668\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"M26HE9dJe\":\"background\",\"zRDUmOnQE\":\"title\",\"dsJwr_ZrK\":\"text\",\"L3B0kdqiK\":\"image\",\"vFtbj8Vmx\":\"padding\",\"Tmw08cAkl\":\"gap\",\"urxE3rBa7\":\"radius\",\"R9NPGwoCH\":\"fontSize\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameryVfbcdVZp=withCSS(Component,css,\"framer-Xi0Wt\");export default FrameryVfbcdVZp;FrameryVfbcdVZp.displayName=\"Feature\";FrameryVfbcdVZp.defaultProps={height:369,width:668};addPropertyControls(FrameryVfbcdVZp,{M26HE9dJe:{defaultValue:\"rgb(255, 255, 255)\",title:\"Background\",type:ControlType.Color},zRDUmOnQE:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String},dsJwr_ZrK:{defaultValue:\"Sub text\",displayTextArea:false,title:\"Text\",type:ControlType.String},L3B0kdqiK:{title:\"Image\",type:ControlType.ResponsiveImage},vFtbj8Vmx:{defaultValue:\"32px\",title:\"Padding\",type:ControlType.Padding},Tmw08cAkl:{defaultValue:24,min:0,title:\"Gap\",type:ControlType.Number},urxE3rBa7:{defaultValue:\"0px\",title:\"Radius\",type:ControlType.BorderRadius},R9NPGwoCH:{defaultValue:18,title:\"Font Size\",type:ControlType.Number}});addFonts(FrameryVfbcdVZp,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HGWRZTHLV7DR7QFLIJMAF7MPVMPMZDTO/UUISMBAQX4GNE4PCMY2YDAZ4UUZ2U2TS/SNRYPPDTYQZU5ZGAP2IPWB6EKK4MW7FZ.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryVfbcdVZp\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"M26HE9dJe\\\":\\\"background\\\",\\\"zRDUmOnQE\\\":\\\"title\\\",\\\"dsJwr_ZrK\\\":\\\"text\\\",\\\"L3B0kdqiK\\\":\\\"image\\\",\\\"vFtbj8Vmx\\\":\\\"padding\\\",\\\"Tmw08cAkl\\\":\\\"gap\\\",\\\"urxE3rBa7\\\":\\\"radius\\\",\\\"R9NPGwoCH\\\":\\\"fontSize\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"668\",\"framerIntrinsicHeight\":\"369\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./yVfbcdVZp.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import JoinUs from\"#framer/local/canvasComponent/AyJErY9iT/AyJErY9iT.js\";import Button from\"#framer/local/canvasComponent/bLjYURdFS/bLjYURdFS.js\";import Footer4 from\"#framer/local/canvasComponent/CSYCylIta/CSYCylIta.js\";import Services from\"#framer/local/canvasComponent/IGCh33GQT/IGCh33GQT.js\";import UserComponent from\"#framer/local/canvasComponent/jt_FUtzVM/jt_FUtzVM.js\";import Navbar from\"#framer/local/canvasComponent/X1rNdH8g7/X1rNdH8g7.js\";import FAQ1 from\"#framer/local/canvasComponent/X45jwxZYO/X45jwxZYO.js\";import Feature from\"#framer/local/canvasComponent/yVfbcdVZp/yVfbcdVZp.js\";import Articles from\"#framer/local/collection/KRf6MmNPg/KRf6MmNPg.js\";import*as sharedStyle from\"#framer/local/css/RdQiWuCtf/RdQiWuCtf.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionHeaderWithFX=withFX(motion.header);const JoinUsFonts=getFonts(JoinUs);const ButtonFonts=getFonts(Button);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const TickerFonts=getFonts(Ticker);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const UserComponentFonts=getFonts(UserComponent);const RichTextWithFX=withFX(RichText);const ServicesFonts=getFonts(Services);const MotionDivWithFX=withFX(motion.div);const PhosphorFonts=getFonts(Phosphor);const FeatureFonts=getFonts(Feature);const FAQ1Fonts=getFonts(FAQ1);const Footer4Fonts=getFonts(Footer4);const breakpoints={ETP_kS6Nr:\"(min-width: 992px) and (max-width: 1439px)\",hXUAohqlH:\"(min-width: 768px) and (max-width: 991px)\",oEZ819hXQ:\"(max-width: 767px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3sPkJ\";const variantClassNames={ETP_kS6Nr:\"framer-v-1ka4q42\",hXUAohqlH:\"framer-v-tt6lyq\",oEZ819hXQ:\"framer-v-10t537z\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:0,duration:.4,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-65};const transition2={delay:0,duration:.9,ease:[.22,-.01,.33,.83],type:\"tween\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:1.5,ease:[.53,.27,.4,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition5={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition5};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-300,y:0};const transition6={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:-300,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const transition7={damping:30,delay:0,mass:1,stiffness:200,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:150,y:0};const transition8={delay:0,duration:5,ease:[0,0,1,1],type:\"tween\"};const animation11={opacity:1,rotate:-8,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation12={opacity:1,rotate:12,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition9={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:0};const transition10={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,transition:transition10,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={\"Large Desktop\":\"WQLkyLRf1\",Desktop:\"ETP_kS6Nr\",Phone:\"oEZ819hXQ\",Tablet:\"hXUAohqlH\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,uk9cIHyR5AJXtQvt82,UFiKwhrSbAJXtQvt82,vtRFs4fqSAJXtQvt82,osapoq9BUAJXtQvt82,idAJXtQvt82,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-3sPkJ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-3sPkJ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"I9kCMMndg\");const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId1=useRouteElementId(\"G5qyvIWe6\");const router=useRouter();const elementId2=useRouteElementId(\"XjIgr0Lzr\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"oEZ819hXQ\")return false;return true;};const elementId3=useRouteElementId(\"aiJJlC2R5\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"MtxHx85gQ\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"XvjxLt5Jl\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"LE8UcQbWG\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"INSwMXdEr\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"k5ouEsrIg\");const ref10=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"oEZ819hXQ\")return true;return false;};const elementId9=useRouteElementId(\"NjNHLsjpr\");const ref11=React.useRef(null);const elementId10=useRouteElementId(\"JRu332BTu\");const ref12=React.useRef(null);const elementId11=useRouteElementId(\"n42Bf0fwy\");const ref13=React.useRef(null);const elementId12=useRouteElementId(\"zQnpa9WNn\");const ref14=React.useRef(null);const elementId13=useRouteElementId(\"mST2bUoTi\");const ref15=React.useRef(null);const elementId14=useRouteElementId(\"sNm3nmN0o\");const ref16=React.useRef(null);const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1},oEZ819hXQ:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(MotionHeaderWithFX,{className:\"framer-l2cjqy\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{width:\"min(100vw - 64px, 1200px)\",y:0},oEZ819hXQ:{width:\"min(100vw, 1200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"1200px\",y:16,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation1,className:\"framer-13mzcz4-container\",\"data-framer-appear-id\":\"13mzcz4\",id:elementId,initial:animation2,optimized:true,ref:ref3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{variant:\"UXvdL7San\"},hXUAohqlH:{__framer__variantAppearEffectEnabled:undefined,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"vOAx17ieJ\"},oEZ819hXQ:{__framer__variantAppearEffectEnabled:undefined,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"vOAx17ieJ\"}},children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"ZCZyURH0L\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"I9kCMMndg\",layoutId:\"I9kCMMndg\",style:{maxWidth:\"100%\"},variant:\"SBguoMFga\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-psj8we\",\"data-framer-name\":\"Main\",id:elementId1,name:\"Main\",ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2hk74m\",\"data-framer-name\":\"Circle\",name:\"Circle\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-tnjmnk\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(81.03809523809537),pixelHeight:2280,pixelWidth:3992,positionX:\"center\",positionY:\"center\",sizes:\"664px\",src:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp\",srcSet:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp 3992w\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(521.684866468843),pixelHeight:2280,pixelWidth:3992,positionX:\"center\",positionY:\"center\",sizes:\"768px\",src:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp\",srcSet:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp 3992w\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",pixelHeight:2280,pixelWidth:3992,positionX:\"center\",positionY:\"center\",sizes:\"375px\",src:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp\",srcSet:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp 3992w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(83.47116968698529),pixelHeight:2280,pixelWidth:3992,positionX:\"center\",positionY:\"center\",sizes:\"964px\",src:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp\",srcSet:\"https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=512 512w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/hGBCv3oigRxJSwDw82PVNAATs.webp 3992w\"},className:\"framer-1dg27ur\",\"data-framer-name\":\"Map\",name:\"Map\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oul7n3\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-145kibe\",\"data-framer-name\":\"Left\",name:\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{y:110},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:142,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-heh755-container\",\"data-framer-appear-id\":\"heh755\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(JoinUs,{height:\"100%\",id:\"HTfbr3nGr\",layoutId:\"HTfbr3nGr\",QJ8YpRjHp:\"BlockChain Solution\",rUkQQMrdv:\"rgb(226, 232, 240)\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Shaping Digital Public Infrastructure With Blockchain Technologies\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Shaping Digital Public Infrastructure With Blockchain Technologies\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(33, 33, 33)\"},children:\"Shaping Digital Public Infrastructure With Blockchain Technologies\"})}),className:\"framer-2hdekx\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"A blockchain-powered ecosystem for healthcare, BFSI, digital credentials, and asset management for building trust and connectivity.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"A blockchain-powered ecosystem for healthcare, BFSI, digital credentials, and asset management for building trust and connectivity.\"})}),className:\"framer-1kb45ve\",fonts:[\"FS;Red Hat Display-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-66gz51\",\"data-framer-appear-id\":\"66gz51\",\"data-framer-name\":\"Action buttons\",initial:animation4,name:\"Action buttons\",optimized:true,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XjIgr0Lzr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":XjIgr0Lzr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":XjIgr0Lzr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":XjIgr0Lzr\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:439.4},hXUAohqlH:{y:418.6},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:450.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-av6ca0-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{ghnjr0KjJ:resolvedLinks[1]},hXUAohqlH:{ghnjr0KjJ:resolvedLinks[2]},oEZ819hXQ:{ghnjr0KjJ:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(Button,{Cbb9JTjVE:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",eGZIeuTfG:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",ghnjr0KjJ:resolvedLinks[0],height:\"100%\",id:\"LwaN9Jaf9\",JhnwCLiwV:\"Discover Solutions\",K9WLjIPLz:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",layoutId:\"LwaN9Jaf9\",naj7GxuvF:\"rgb(255, 102, 82)\",nvP5LfY2r:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",variant:\"BThQQDeqw\",wGyBHmBE8:\"6px 16px 6px 16px\",width:\"100%\",xiEnr4XLu:{borderColor:\"rgb(255, 102, 82)\",borderStyle:\"solid\",borderWidth:1}})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined},{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined},{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined},{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:439.4},hXUAohqlH:{y:418.6},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:450.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4cppye-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{ghnjr0KjJ:resolvedLinks1[1]},hXUAohqlH:{ghnjr0KjJ:resolvedLinks1[2]},oEZ819hXQ:{ghnjr0KjJ:resolvedLinks1[3]}},children:/*#__PURE__*/_jsx(Button,{Cbb9JTjVE:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",eGZIeuTfG:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",ghnjr0KjJ:resolvedLinks1[0],height:\"100%\",id:\"kKe6klFqT\",JhnwCLiwV:\"Request A Demo\",K9WLjIPLz:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",layoutId:\"kKe6klFqT\",naj7GxuvF:\"rgb(255, 102, 82)\",nvP5LfY2r:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",variant:\"HmPp8fvCn\",wGyBHmBE8:\"6px 16px 6px 16px\",width:\"100%\",xiEnr4XLu:{borderColor:\"rgb(255, 102, 82)\",borderStyle:\"solid\",borderWidth:1}})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b4yc1p\",\"data-framer-name\":\"Right\",name:\"Right\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(177.50000000000009),pixelHeight:1720,pixelWidth:1824,positionX:\"center\",positionY:\"center\",sizes:\"342px\",src:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp\",srcSet:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp 1824w\"},transformTemplate:undefined},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(580.1000000000001),pixelHeight:1720,pixelWidth:1824,positionX:\"center\",positionY:\"center\",sizes:\"447px\",src:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp\",srcSet:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp 1824w\"},transformTemplate:transformTemplate2},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4e3,intrinsicWidth:4e3,pixelHeight:1720,pixelWidth:1824,positionX:\"center\",positionY:\"center\",sizes:\"332px\",src:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp\",srcSet:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp 1824w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:4e3,intrinsicWidth:4e3,loading:getLoadingLazyAtYPosition(142),pixelHeight:1720,pixelWidth:1824,positionX:\"center\",positionY:\"center\",sizes:\"448px\",src:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp\",srcSet:\"https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/WQwjC1GTokBjWHxwe6DTTdXmHA.webp 1824w\"},className:\"framer-kstd0i\",\"data-framer-name\":\"Image\",name:\"Image\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-khypwo\",\"data-border\":true,\"data-framer-name\":\"Feat4\",name:\"Feat4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(318.5000000000001),src:\"https://framerusercontent.com/images/klUohkie5rBKDPvtBiYeyOvInQ.png\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(740.1000000000001),src:\"https://framerusercontent.com/images/klUohkie5rBKDPvtBiYeyOvInQ.png\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/klUohkie5rBKDPvtBiYeyOvInQ.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(302),src:\"https://framerusercontent.com/images/klUohkie5rBKDPvtBiYeyOvInQ.png\"},className:\"framer-p1hn7d\",\"data-framer-name\":\"Shield\",name:\"Shield\",transformTemplate:transformTemplate2})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-baa6pb\",\"data-border\":true,\"data-framer-name\":\"Feat3\",name:\"Feat3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Smart Contracts\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Smart Contracts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Smart Contracts\"})}),className:\"framer-2wkhgq\",fonts:[\"FS;Red Hat Display-medium\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(461.0000000000001),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sGmR2z1VZEMlaYwafweLrTqOE.png\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(884.1000000000001),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sGmR2z1VZEMlaYwafweLrTqOE.png\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sGmR2z1VZEMlaYwafweLrTqOE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(473.00000000000006),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/sGmR2z1VZEMlaYwafweLrTqOE.png\"},className:\"framer-1vheza2\",\"data-framer-name\":\"Smart contract\",name:\"Smart contract\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jvvf0f\",\"data-border\":true,\"data-framer-name\":\"Feat2\",name:\"Feat2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Verifiable Credentials\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Verifiable Credentials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Verifiable Credentials\"})}),className:\"framer-13rdl27\",fonts:[\"FS;Red Hat Display-medium\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h5r7pk\",\"data-framer-name\":\"Group 1000005937\",name:\"Group 1000005937\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1txyjau\",\"data-border\":true,\"data-framer-name\":\"Frame 39506\",name:\"Frame 39506\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(219.68418645858776),src:\"https://framerusercontent.com/images/vVXcqVqL2Z5n2qiTHwzfSQQfaqc.png\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(637.2841864585878),src:\"https://framerusercontent.com/images/vVXcqVqL2Z5n2qiTHwzfSQQfaqc.png\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/vVXcqVqL2Z5n2qiTHwzfSQQfaqc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(199.18418645858767),src:\"https://framerusercontent.com/images/vVXcqVqL2Z5n2qiTHwzfSQQfaqc.png\"},className:\"framer-v0fuzh\",\"data-framer-name\":\"Qr code scan\",name:\"Qr code scan\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UmVkIEhhdCBEaXNwbGF5LTcwMA==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"4.14px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Scan & Verify\"})}),className:\"framer-1rkxc6g\",\"data-framer-name\":\"Scan & Verify\",fonts:[\"GF;Red Hat Display-700\"],name:\"Scan & Verify\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k7kz5t\",\"data-framer-name\":\"Group 39567\",name:\"Group 39567\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(232.05439758300793),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lFcYVmceqBIcyR2qLuN8ATGbFds.png\"}},hXUAohqlH:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(654.6000000000001),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lFcYVmceqBIcyR2qLuN8ATGbFds.png\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lFcYVmceqBIcyR2qLuN8ATGbFds.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(216.50000000000003),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lFcYVmceqBIcyR2qLuN8ATGbFds.png\"},className:\"framer-1xts6bx\",\"data-border\":true,\"data-framer-name\":\"14455705_5465587 2\",name:\"14455705_5465587 2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(266.0543975830079),src:\"https://framerusercontent.com/images/8rqm3UwgyiEdodNBBMXRZwLYwu0.png\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(688.6000000000001),src:\"https://framerusercontent.com/images/8rqm3UwgyiEdodNBBMXRZwLYwu0.png\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/8rqm3UwgyiEdodNBBMXRZwLYwu0.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(250.50000000000003),src:\"https://framerusercontent.com/images/8rqm3UwgyiEdodNBBMXRZwLYwu0.png\"},className:\"framer-1lzfk0k\",\"data-border\":true,\"data-framer-name\":\"QR\",name:\"QR\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12gmhgt\",\"data-border\":true,\"data-framer-name\":\"Feat1\",name:\"Feat1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(185.5000000000001),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1Kf0ocOdzaskDAenPOv7NWrCOE.png\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(594.1000000000001),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1Kf0ocOdzaskDAenPOv7NWrCOE.png\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1Kf0ocOdzaskDAenPOv7NWrCOE.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(156.00000000000006),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1Kf0ocOdzaskDAenPOv7NWrCOE.png\"},className:\"framer-10fmb6t\",\"data-framer-name\":\"Identity card\",name:\"Identity card\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Digital Identites\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Digital Identites\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"Digital Identites\"})}),className:\"framer-1micvfx\",fonts:[\"FS;Red Hat Display-medium\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1412l94\",\"data-border\":true,\"data-framer-name\":\"Dot\",name:\"Dot\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1856v0e\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gqmzln\",\"data-border\":true,\"data-framer-name\":\"Dot\",name:\"Dot\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nnxp21\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mlikjl\",\"data-border\":true,\"data-framer-name\":\"Dot\",name:\"Dot\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sgyayu\"})})]})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-15xemxq\",\"data-framer-name\":\"Proof Section\",name:\"Proof Section\",children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-211n8a\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o0kh1g\",\"data-framer-name\":\"Logos wrapper\",name:\"Logos wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Clients We Serve\"})}),className:\"framer-w6ri0y\",fonts:[\"FS;Red Hat Display-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1baczh2-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",hoverFactor:.5,id:\"G0XqPr7BV\",layoutId:\"G0XqPr7BV\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"155px\",src:\"https://framerusercontent.com/images/pcSzl2APm5xMShflRA3qqoKCko.png\",srcSet:\"https://framerusercontent.com/images/pcSzl2APm5xMShflRA3qqoKCko.png?scale-down-to=512 512w,https://framerusercontent.com/images/pcSzl2APm5xMShflRA3qqoKCko.png 780w\"},className:\"framer-1e6b8db\",\"data-framer-name\":\"Logo1\",name:\"Logo1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"148px\",src:\"https://framerusercontent.com/images/fxn8old7nB6qzQeQ335IbAgAA.png\",srcSet:\"https://framerusercontent.com/images/fxn8old7nB6qzQeQ335IbAgAA.png?scale-down-to=512 512w,https://framerusercontent.com/images/fxn8old7nB6qzQeQ335IbAgAA.png 744w\"},className:\"framer-690x2c\",\"data-framer-name\":\"Logo2\",name:\"Logo2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"180px\",src:\"https://framerusercontent.com/images/ftOlOQuhgz8Rv6ledFFTjzhe294.png\",srcSet:\"https://framerusercontent.com/images/ftOlOQuhgz8Rv6ledFFTjzhe294.png?scale-down-to=512 512w,https://framerusercontent.com/images/ftOlOQuhgz8Rv6ledFFTjzhe294.png 900w\"},className:\"framer-1qwfe78\",\"data-framer-name\":\"Logo3\",name:\"Logo3\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jkdfsh\",\"data-framer-name\":\"Logo5\",name:\"Logo5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"182.95px\",src:\"https://framerusercontent.com/images/VaOV9gAT9ey4VlqGTEh2WhNFnFA.png\",srcSet:\"https://framerusercontent.com/images/VaOV9gAT9ey4VlqGTEh2WhNFnFA.png?scale-down-to=512 512w,https://framerusercontent.com/images/VaOV9gAT9ey4VlqGTEh2WhNFnFA.png 564w\"},className:\"framer-1kga7tg\",\"data-framer-name\":\"Rectangle\",name:\"Rectangle\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ixwb3c\",\"data-framer-name\":\"Logo6\",name:\"Logo6\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/1zPUGaEe3bFzUwKaMcZF3GtOBq4.png\"},className:\"framer-1m3wn6t\",\"data-framer-name\":\"Rectangle\",name:\"Rectangle\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BU10LqSCEZZKq17LHWuHxw5AQek.png\"},className:\"framer-1r1zhrw\",\"data-framer-name\":\"Logo8\",name:\"Logo8\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vk4z51\",\"data-framer-name\":\"Logo9\",name:\"Logo9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/w6N3QXIZX0XyRaBYn1jm6Fu0cI.png\"},className:\"framer-172zelk\",\"data-framer-name\":\"Rectangle\",name:\"Rectangle\"})})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1pnam63\",\"data-framer-name\":\"indutry\",id:elementId2,name:\"indutry\",ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3sov93\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1033},hXUAohqlH:{y:1472.6},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:1115,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-ultpme-container\",\"data-framer-appear-id\":\"ultpme\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(JoinUs,{height:\"100%\",id:\"CYWWsmNKj\",layoutId:\"CYWWsmNKj\",QJ8YpRjHp:\"Industry\",rUkQQMrdv:\"rgb(210, 218, 231)\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Industries We Empower\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Industries We Empower\"})}),className:\"framer-1c8xbib\",\"data-framer-appear-id\":\"1c8xbib\",fonts:[\"FS;Red Hat Display-bold\"],initial:animation4,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"We deliver highly efficient and secure blockchain-based solutions tailored to each sector's needs, driving growth and enabling them to lead in blockchain innovation.\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"We deliver highly efficient and secure blockchain-based solutions tailored to each sector's needs, driving growth and enabling them to lead in blockchain innovation.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"We deliver highly efficient and secure blockchain-based solutions tailored to each sector's needs, driving growth and enabling them to lead in blockchain innovation.\"})}),className:\"framer-6vqva7\",\"data-framer-appear-id\":\"6vqva7\",fonts:[\"FS;Red Hat Display-medium\"],initial:animation4,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oexafp\",\"data-framer-name\":\"Bottom\",name:\"Bottom\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m71vtrSS8\"},implicitPathVariables:undefined},{href:{webPageId:\"m71vtrSS8\"},implicitPathVariables:undefined},{href:{webPageId:\"m71vtrSS8\"},implicitPathVariables:undefined},{href:{webPageId:\"m71vtrSS8\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1357.8},hXUAohqlH:{width:\"max((min(100vw - 80px, 1200px) - 24px) / 2, 200px)\",y:1782.3999999999999},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:304,width:\"max((min(100vw - 120px, 1200px) - 48px) / 3, 200px)\",y:1439.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13hwj9q-container\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{CzKSVXIXS:resolvedLinks2[1]},hXUAohqlH:{CzKSVXIXS:resolvedLinks2[2]},oEZ819hXQ:{CzKSVXIXS:resolvedLinks2[3]}},children:/*#__PURE__*/_jsx(UserComponent,{CzKSVXIXS:resolvedLinks2[0],e4wstrFYu:\"rgb(255, 102, 82)\",FCyrZpgPy:\"Blockchain-based e-governance for decentralized record-keeping and sharing across bodies.\",height:\"100%\",id:\"B3XzqShZI\",KIb0kd473:\"E-Governance\",layoutId:\"B3XzqShZI\",QQ4F2PD5L:\"Bank\",sJeYATOBG:\"rgb(255, 247, 246)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qtd0hT1tG\"},implicitPathVariables:undefined},{href:{webPageId:\"qtd0hT1tG\"},implicitPathVariables:undefined},{href:{webPageId:\"qtd0hT1tG\"},implicitPathVariables:undefined},{href:{webPageId:\"qtd0hT1tG\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1357.8},hXUAohqlH:{width:\"max((min(100vw - 80px, 1200px) - 24px) / 2, 200px)\",y:1782.3999999999999},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:304,width:\"max((min(100vw - 120px, 1200px) - 48px) / 3, 200px)\",y:1439.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1aoixc2-container\",\"data-framer-name\":\"2\",name:\"2\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{CzKSVXIXS:resolvedLinks3[1]},hXUAohqlH:{CzKSVXIXS:resolvedLinks3[2]},oEZ819hXQ:{CzKSVXIXS:resolvedLinks3[3]}},children:/*#__PURE__*/_jsx(UserComponent,{CzKSVXIXS:resolvedLinks3[0],e4wstrFYu:\"rgb(57, 136, 255)\",FCyrZpgPy:\"Digital infrastructure for efficient management of educational credentials and records.\",height:\"100%\",id:\"hbr10yrvT\",KIb0kd473:\"Education\",layoutId:\"hbr10yrvT\",name:\"2\",QQ4F2PD5L:\"GraduationCap\",sJeYATOBG:\"rgb(238, 245, 255)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"m4R7BFKFJ\"},implicitPathVariables:undefined},{href:{webPageId:\"m4R7BFKFJ\"},implicitPathVariables:undefined},{href:{webPageId:\"m4R7BFKFJ\"},implicitPathVariables:undefined},{href:{webPageId:\"m4R7BFKFJ\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1357.8},hXUAohqlH:{width:\"max((min(100vw - 80px, 1200px) - 24px) / 2, 200px)\",y:2110.3999999999996},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:304,width:\"max((min(100vw - 120px, 1200px) - 48px) / 3, 200px)\",y:1439.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-maal3p-container\",\"data-framer-name\":\"3\",name:\"3\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{CzKSVXIXS:resolvedLinks4[1]},hXUAohqlH:{CzKSVXIXS:resolvedLinks4[2]},oEZ819hXQ:{CzKSVXIXS:resolvedLinks4[3]}},children:/*#__PURE__*/_jsx(UserComponent,{CzKSVXIXS:resolvedLinks4[0],e4wstrFYu:\"rgb(6, 194, 112)\",FCyrZpgPy:\"Securing healthcare records with transparency and traceability for trusted stakeholders.\",height:\"100%\",id:\"qfQv97DJa\",KIb0kd473:\"Healthcare\",layoutId:\"qfQv97DJa\",name:\"3\",QQ4F2PD5L:\"Heartbeat\",sJeYATOBG:\"rgb(236, 253, 246)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fc6knsjgF\"},implicitPathVariables:undefined},{href:{webPageId:\"fc6knsjgF\"},implicitPathVariables:undefined},{href:{webPageId:\"fc6knsjgF\"},implicitPathVariables:undefined},{href:{webPageId:\"fc6knsjgF\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1685.8},hXUAohqlH:{width:\"max((min(100vw - 80px, 1200px) - 24px) / 2, 200px)\",y:2110.3999999999996},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:304,width:\"max((min(100vw - 120px, 1200px) - 48px) / 3, 200px)\",y:1767.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xiehh3-container\",\"data-framer-name\":\"4\",name:\"4\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{CzKSVXIXS:resolvedLinks5[1]},hXUAohqlH:{CzKSVXIXS:resolvedLinks5[2]},oEZ819hXQ:{CzKSVXIXS:resolvedLinks5[3]}},children:/*#__PURE__*/_jsx(UserComponent,{CzKSVXIXS:resolvedLinks5[0],e4wstrFYu:\"rgb(245, 205, 36)\",FCyrZpgPy:\"Digitizing banking, finance, services, and insurance with blockchain for a trusted and secure environment\",height:\"100%\",id:\"S34PgYhnw\",KIb0kd473:\"BFSI\",layoutId:\"S34PgYhnw\",name:\"4\",QQ4F2PD5L:\"Invoice\",sJeYATOBG:\"rgb(255, 251, 236)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FP0g7hW9d\"},implicitPathVariables:undefined},{href:{webPageId:\"FP0g7hW9d\"},implicitPathVariables:undefined},{href:{webPageId:\"FP0g7hW9d\"},implicitPathVariables:undefined},{href:{webPageId:\"FP0g7hW9d\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1685.8},hXUAohqlH:{width:\"max((min(100vw - 80px, 1200px) - 24px) / 2, 200px)\",y:2438.3999999999996},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:304,width:\"max((min(100vw - 120px, 1200px) - 48px) / 3, 200px)\",y:1767.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1eng3gd-container\",\"data-framer-name\":\"5\",name:\"5\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{CzKSVXIXS:resolvedLinks6[1]},hXUAohqlH:{CzKSVXIXS:resolvedLinks6[2]},oEZ819hXQ:{CzKSVXIXS:resolvedLinks6[3]}},children:/*#__PURE__*/_jsx(UserComponent,{CzKSVXIXS:resolvedLinks6[0],e4wstrFYu:\"rgb(221, 71, 240)\",FCyrZpgPy:\"Blockchain-powered digital solution for asset and will management with tamper-proof and secure.\",height:\"100%\",id:\"TmLD2BF6K\",KIb0kd473:\"Asset and Real Estate\",layoutId:\"TmLD2BF6K\",name:\"5\",QQ4F2PD5L:\"HouseLine\",sJeYATOBG:\"rgb(253, 235, 255)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pOxzzzPj7\"},implicitPathVariables:undefined},{href:{webPageId:\"pOxzzzPj7\"},implicitPathVariables:undefined},{href:{webPageId:\"pOxzzzPj7\"},implicitPathVariables:undefined},{href:{webPageId:\"pOxzzzPj7\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:1685.8},hXUAohqlH:{width:\"max((min(100vw - 80px, 1200px) - 24px) / 2, 200px)\",y:2438.3999999999996},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 200px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:304,width:\"max((min(100vw - 120px, 1200px) - 48px) / 3, 200px)\",y:1767.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-147us2q-container\",\"data-framer-name\":\"6\",name:\"6\",whileHover:animation6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{CzKSVXIXS:resolvedLinks7[1]},hXUAohqlH:{CzKSVXIXS:resolvedLinks7[2]},oEZ819hXQ:{CzKSVXIXS:resolvedLinks7[3]}},children:/*#__PURE__*/_jsx(UserComponent,{CzKSVXIXS:resolvedLinks7[0],e4wstrFYu:\"rgb(233, 80, 80)\",FCyrZpgPy:\"Blockchain solution ensures tamper-proof evidence and secure data integrity across agencies.\",height:\"100%\",id:\"LmIpxoTvO\",KIb0kd473:\"Forensics\",layoutId:\"LmIpxoTvO\",name:\"6\",QQ4F2PD5L:\"Microscope\",sJeYATOBG:\"rgb(255, 239, 239)\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1n0ku26\",\"data-framer-name\":\"Services\",name:\"Services\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jeaoyu\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:2103.8},hXUAohqlH:{y:2836.3999999999996},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:2185.8,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1a5wbhz-container\",\"data-framer-appear-id\":\"1a5wbhz\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(JoinUs,{height:\"100%\",id:\"Es8iB3Rb2\",layoutId:\"Es8iB3Rb2\",QJ8YpRjHp:\"Services\",rUkQQMrdv:\"rgb(210, 218, 231)\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w260q0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Blockchain Services for Connected Ecosystems\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Blockchain Services for Connected Ecosystems\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Blockchain Services for Connected Ecosystems\"})}),className:\"framer-1ce7uy9\",fonts:[\"FS;Red Hat Display-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"Empower your organization with blockchain for data integrity, transparency, and sustainable growth across industries. \"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"Empower your organization with blockchain for data integrity, transparency, and sustainable growth across industries. \"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"Empower your organization with blockchain for data integrity, transparency, and sustainable growth across industries. \"})}),className:\"framer-1sxf0c2\",fonts:[\"FS;Red Hat Display-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fvgepb\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-otlqyd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"Blockchain Services\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2357.8),pixelHeight:2320,pixelWidth:2320,positionX:\"center\",positionY:\"center\",sizes:\"max((min(100vw - 120px, 1200px) - 30px) / 2, 1px)\",src:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp\",srcSet:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp 2320w\"}},hXUAohqlH:{background:{alt:\"Blockchain Services\",fit:\"fit\",loading:getLoadingLazyAtYPosition(3099.5999999999995),pixelHeight:2320,pixelWidth:2320,positionX:\"center\",positionY:\"center\",sizes:\"580px\",src:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp\",srcSet:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp 2320w\"}},oEZ819hXQ:{background:{alt:\"Blockchain Services\",fit:\"fit\",pixelHeight:2320,pixelWidth:2320,positionX:\"center\",positionY:\"center\",sizes:\"max(min(100vw - 40px, 1200px), 50px)\",src:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp\",srcSet:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp 2320w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Blockchain Services\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2439.8),pixelHeight:2320,pixelWidth:2320,positionX:\"center\",positionY:\"center\",sizes:\"580px\",src:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp\",srcSet:\"https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/XCeqyxcU5Z2d4JB4Z8iW3w6Uzmw.webp 2320w\"},className:\"framer-1j6m4a3\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{width:\"max((min(100vw - 120px, 1200px) - 30px) / 2, 1px)\",y:2357.8},hXUAohqlH:{width:\"min(100vw - 120px, 1200px)\",y:3659.5999999999995},oEZ819hXQ:{width:\"max(min(100vw - 40px, 1200px), 50px)\",y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:584,width:\"max((min(100vw, 1200px) - 44px) / 2, 50px)\",y:2439.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uib5jf-container\",children:/*#__PURE__*/_jsx(Services,{height:\"100%\",id:\"hMdjKutEG\",layoutId:\"hMdjKutEG\",style:{width:\"100%\"},variant:\"eLFye0hL7\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(2995.8),pixelHeight:2283,pixelWidth:5760,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp\",srcSet:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp 5760w\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(4297.599999999999),pixelHeight:2283,pixelWidth:5760,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp\",srcSet:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp 5760w\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fill\",pixelHeight:2283,pixelWidth:5760,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp\",srcSet:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp 5760w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(3077.8),pixelHeight:2283,pixelWidth:5760,sizes:\"100vw\",src:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp\",srcSet:\"https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp?scale-down-to=4096 4096w,https://framerusercontent.com/images/eKbfXe5dZujQrOo5QaUA9VOUSM.webp 5760w\"},className:\"framer-1aku6re\",\"data-framer-name\":\"Tech Stack\",name:\"Tech Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:3025.8},hXUAohqlH:{y:4327.599999999999},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:3105.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ai5urk-container\",children:/*#__PURE__*/_jsx(JoinUs,{height:\"100%\",id:\"D92ayaSoV\",layoutId:\"D92ayaSoV\",QJ8YpRjHp:\"Technology\",rUkQQMrdv:\"rgb(255, 255, 255)\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Blockchain Technologies We Support\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Blockchain Technologies We Support\"})}),className:\"framer-1b1s7iu\",fonts:[\"FS;Red Hat Display-bold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation11,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-581yej\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xqmikj\",\"data-border\":true,\"data-framer-name\":\"Dot\",name:\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-132hm59\",\"data-border\":true,\"data-framer-name\":\"Dot\",name:\"Dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11fs6o\",\"data-framer-name\":\"Logo3\",name:\"Logo3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2830.8),pixelHeight:328,pixelWidth:328,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yI0jR97s0iQgDVpf3SBPC3Qdh90.webp\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(4148.599999999999),pixelHeight:328,pixelWidth:328,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yI0jR97s0iQgDVpf3SBPC3Qdh90.webp\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",pixelHeight:328,pixelWidth:328,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yI0jR97s0iQgDVpf3SBPC3Qdh90.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2912.8),pixelHeight:328,pixelWidth:328,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/yI0jR97s0iQgDVpf3SBPC3Qdh90.webp\"},className:\"framer-186ccv7\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kc0dp4\",\"data-framer-name\":\"Logo2\",name:\"Logo2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2835.8),pixelHeight:368,pixelWidth:368,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LcwK0MTwG6KSd9JAIFPMgi0l6U.webp\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(4148.599999999999),pixelHeight:368,pixelWidth:368,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LcwK0MTwG6KSd9JAIFPMgi0l6U.webp\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",pixelHeight:368,pixelWidth:368,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LcwK0MTwG6KSd9JAIFPMgi0l6U.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2917.8),pixelHeight:368,pixelWidth:368,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LcwK0MTwG6KSd9JAIFPMgi0l6U.webp\"},className:\"framer-5wdaox\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-thbu67\",\"data-framer-name\":\"Logo1\",name:\"Logo1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2630.8),pixelHeight:408,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/VToEGtuLL2Ocd6lUUzus4KkmU.webp\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(3969.5999999999995),pixelHeight:408,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/VToEGtuLL2Ocd6lUUzus4KkmU.webp\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",pixelHeight:408,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/VToEGtuLL2Ocd6lUUzus4KkmU.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2712.8),pixelHeight:408,pixelWidth:408,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/VToEGtuLL2Ocd6lUUzus4KkmU.webp\"},className:\"framer-13ru2ae\"})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation12,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wm82wj\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-191d1rs\",\"data-framer-name\":\"Logo1\",name:\"Logo1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2879.8),pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/inAgHLfta2kZrFvOh1Ww4vB0Fs.webp\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(4180.599999999999),pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/inAgHLfta2kZrFvOh1Ww4vB0Fs.webp\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/inAgHLfta2kZrFvOh1Ww4vB0Fs.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2961.8),pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/inAgHLfta2kZrFvOh1Ww4vB0Fs.webp\"},className:\"framer-n2n45p\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13x0oa8\",\"data-framer-name\":\"Logo2\",name:\"Logo2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2879.8),pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7LaLvDMgiHiagSMGSEOuAjzdwdc.webp\"}},hXUAohqlH:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(4180.599999999999),pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7LaLvDMgiHiagSMGSEOuAjzdwdc.webp\"}},oEZ819hXQ:{background:{alt:\"\",fit:\"fit\",pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7LaLvDMgiHiagSMGSEOuAjzdwdc.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(2961.8),pixelHeight:248,pixelWidth:248,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7LaLvDMgiHiagSMGSEOuAjzdwdc.webp\"},className:\"framer-aeuggx\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uxnetz\",\"data-border\":true,\"data-framer-name\":\"Dot\",name:\"Dot\"})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ijip7b\",\"data-framer-name\":\"Process\",name:\"Process\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t5ytr4\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:3085.8},hXUAohqlH:{y:4367.599999999999},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:3167.8,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-akrkko-container\",\"data-framer-appear-id\":\"akrkko\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(JoinUs,{height:\"100%\",id:\"TBMteB1Vd\",layoutId:\"TBMteB1Vd\",QJ8YpRjHp:\"Process\",rUkQQMrdv:\"rgb(210, 218, 231)\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"How We Deliver\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"How We Deliver\"})}),className:\"framer-bnjtue\",\"data-framer-appear-id\":\"bnjtue\",fonts:[\"FS;Red Hat Display-bold\"],initial:animation4,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"From consultation to deployment, we follow a streamlined process to ensure secure, scalable, and effective blockchain solutions for your business.\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"From consultation to deployment, we follow a streamlined process to ensure secure, scalable, and effective blockchain solutions for your business.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"From consultation to deployment, we follow a streamlined process to ensure secure, scalable, and effective blockchain solutions for your business.\"})}),className:\"framer-ze78di\",\"data-framer-appear-id\":\"ze78di\",fonts:[\"FS;Red Hat Display-medium\"],initial:animation4,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mykb1s hidden-10t537z\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q5appk\",\"data-framer-name\":\"Step 6\",id:elementId3,name:\"Step 6\",ref:ref5,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jvzhcc\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1svsa87-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"RocketLaunch\",id:\"F4OzrdvGE\",layoutId:\"F4OzrdvGE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Deployment and Maintenance\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Deployment and Maintenance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Deployment and Maintenance\"})}),className:\"framer-12qlgu5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lhn97u\",\"data-framer-name\":\"Step 5\",id:elementId4,name:\"Step 5\",ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qxxe8t\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ybakui-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ShieldCheck\",id:\"UL5nt4jLM\",layoutId:\"UL5nt4jLM\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Testing & Quality  Assurance\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Testing & Quality  Assurance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Testing & Quality  Assurance\"})}),className:\"framer-bfc4oj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-etm9tp\",\"data-framer-name\":\"Step 4\",id:elementId5,name:\"Step 4\",ref:ref7,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a47i6f\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5zb2qb-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"TreeStructure\",id:\"zhl8tDUY9\",layoutId:\"zhl8tDUY9\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Integration\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Integration\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Integration\"})}),className:\"framer-1k4y347\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bpwt2f\",\"data-framer-name\":\"Step 3\",id:elementId6,name:\"Step 3\",ref:ref8,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vtg4w0\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ckqdap-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Circuitry\",id:\"Hy6669JPX\",layoutId:\"Hy6669JPX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Development\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Development\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Development\"})}),className:\"framer-82zc4u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-txnecb\",\"data-framer-name\":\"Step 2\",id:elementId7,name:\"Step 2\",ref:ref9,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pn3qlc\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ce7o9i-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"BezierCurve\",id:\"kGrezTja5\",layoutId:\"kGrezTja5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Design & Architecture\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Design & Architecture\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Design & Architecture\"})}),className:\"framer-1644o0t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12q2l0l\",\"data-framer-name\":\"Step 1\",id:elementId8,name:\"Step 1\",ref:ref10,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eqskg5\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vpvzf7-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ChartPieSlice\",id:\"xFhWdI9Nz\",layoutId:\"xFhWdI9Nz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Consultation & Requirement Analysis\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Consultation & Requirement Analysis\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Consultation & Requirement Analysis\"})}),className:\"framer-411egz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17gwj6u\",\"data-border\":true,\"data-framer-name\":\"Half Circle\",name:\"Half Circle\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ypwo4o\",\"data-framer-name\":\"invisible Box\",name:\"invisible Box\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e24b6y\",\"data-framer-name\":\"Line\",name:\"Line\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1micetl\",\"data-framer-name\":\"Line\",name:\"Line\"})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1efsali hidden-72rtr7 hidden-1ka4q42 hidden-tt6lyq\",\"data-framer-name\":\"Down\",name:\"Down\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y2umbo\",\"data-framer-name\":\"Step 1\",id:elementId9,name:\"Step 1\",ref:ref11,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1byrzqq\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref11,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w92zp1\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k7fhh1-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ChartPieSlice\",id:\"JhAAuDTtQ\",layoutId:\"JhAAuDTtQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:44,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:320,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{offset:100,ref:ref11,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yctt86\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref11,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Consultation & Requirement Analysis\"})}),className:\"framer-1mn1r8n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15b526o\",\"data-framer-name\":\"Step 2\",id:elementId10,name:\"Step 2\",ref:ref12,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t6lepd\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref12,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mvwomd\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-igzpxz-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"BezierCurve\",id:\"UV9GIzcoN\",layoutId:\"UV9GIzcoN\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:44,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:320,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{offset:100,ref:ref12,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1juuq3q\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref12,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Design and Architecture\"})}),className:\"framer-538vlg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9q7f0z\",\"data-framer-name\":\"Step 3\",id:elementId11,name:\"Step 3\",ref:ref13,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1urhftw\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref13,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12pknju\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ek9976-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Circuitry\",id:\"Z0e_NlHp4\",layoutId:\"Z0e_NlHp4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:44,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:320,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{offset:100,ref:ref13,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-z58k4j\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref13,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Development\"})}),className:\"framer-3q8wp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mb1zje\",\"data-framer-name\":\"Step 4\",id:elementId12,name:\"Step 4\",ref:ref14,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q30cfp\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref14,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rwza5b\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vorqs-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"TreeStructure\",id:\"n03Xkiepq\",layoutId:\"n03Xkiepq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:44,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:320,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{offset:100,ref:ref14,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-i819yh\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref14,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Blockchain Integration\"})}),className:\"framer-1veb4q7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cuuriz\",\"data-framer-name\":\"Step 5\",id:elementId13,name:\"Step 5\",ref:ref15,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jsvl8l\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref15,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1h2z1ma\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13uyurw-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ShieldCheck\",id:\"CWwurwCPX\",layoutId:\"CWwurwCPX\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__spring:{damping:44,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:320,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-300}},{offset:100,ref:ref15,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1e4jq2r\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\"})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref15,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Testing and Quality Assurance\"})}),className:\"framer-lqpyxv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kmd9cw\",\"data-framer-name\":\"Step 6\",id:elementId14,name:\"Step 6\",ref:ref16,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fog9je\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref16,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vavzos\",\"data-framer-name\":\"up\",name:\"up\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19lwwsn-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(85, 105, 135)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"RocketLaunch\",id:\"Q9n9HH5Q2\",layoutId:\"Q9n9HH5Q2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation9,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref16,target:\"animate\"}],__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Deployment and Maintenance\"})}),className:\"framer-1tht70i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9c3o2f\",\"data-framer-name\":\"Blockchain\",name:\"Blockchain\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-112mm6l\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:4110.6},hXUAohqlH:{y:5107.4},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:31,y:4192.6,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1q75jqz-container\",\"data-framer-appear-id\":\"1q75jqz\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(JoinUs,{height:\"100%\",id:\"SbeK4lDgF\",layoutId:\"SbeK4lDgF\",QJ8YpRjHp:\"BlockChain\",rUkQQMrdv:\"rgb(210, 218, 231)\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-no6e5f\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Why Choose Blockchain Technology\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Why Choose Blockchain Technology\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Why Choose Blockchain Technology\"})}),className:\"framer-1wwm1gv\",fonts:[\"FS;Red Hat Display-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"Blockchain offers transparency, security, and decentralization, empowering businesses to optimize processes and enhance trust.\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"Blockchain offers transparency, security, and decentralization, empowering businesses to optimize processes and enhance trust.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(85, 105, 135)\"},children:\"Blockchain offers transparency, security, and decentralization, empowering businesses to optimize processes and enhance trust.\"})}),className:\"framer-rky7i8\",fonts:[\"FS;Red Hat Display-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cyhuya\",\"data-framer-name\":\"Bottom\",name:\"Bottom\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:4418.6},hXUAohqlH:{width:\"max(min(100vw - 80px, 1200px), 200px)\",y:5424.599999999999},oEZ819hXQ:{width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:369,width:\"max(min(100vw - 80px, 1200px) / 2, 200px)\",y:4500.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bzp00l-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp\",srcSet:\"https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp 2144w\"},\"\"),M26HE9dJe:\"rgb(247, 249, 252)\",Tmw08cAkl:34,urxE3rBa7:\"16px\"},oEZ819hXQ:{L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp\",srcSet:\"https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp?scale-down-to=512 512w,https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/iWOayIA0zQlGRyXBFwXSF4X9UM.webp 2144w\"},\"\"),M26HE9dJe:\"rgb(247, 249, 252)\",R9NPGwoCH:14,Tmw08cAkl:8,urxE3rBa7:\"16px\",vFtbj8Vmx:\"10px 20px 0px 20px\"}},children:/*#__PURE__*/_jsx(Feature,{dsJwr_ZrK:\"Blockchain stores data across a distributed network. Ensuring maximum protection from malicious attacks or data leaks.\",height:\"100%\",id:\"SZgjAP6F0\",L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/w7AErEa59ret1KE398i6ObsI8sU.webp\",srcSet:\"https://framerusercontent.com/images/w7AErEa59ret1KE398i6ObsI8sU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/w7AErEa59ret1KE398i6ObsI8sU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/w7AErEa59ret1KE398i6ObsI8sU.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/w7AErEa59ret1KE398i6ObsI8sU.webp 2144w\"},\"\"),layoutId:\"SZgjAP6F0\",M26HE9dJe:\"rgb(255, 255, 255)\",R9NPGwoCH:18,style:{width:\"100%\"},Tmw08cAkl:24,urxE3rBa7:\"0px\",vFtbj8Vmx:\"32px\",width:\"100%\",zRDUmOnQE:\"Decentralized Data Protection\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:4418.6},hXUAohqlH:{width:\"max(min(100vw - 80px, 1200px), 200px)\",y:5817.599999999999},oEZ819hXQ:{width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:369,width:\"max(min(100vw - 80px, 1200px) / 2, 200px)\",y:4500.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ovy8ds-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{urxE3rBa7:\"16px\",vFtbj8Vmx:\"32px 32px 32px 32px\"},oEZ819hXQ:{R9NPGwoCH:14,Tmw08cAkl:8,urxE3rBa7:\"16px\",vFtbj8Vmx:\"10px 20px 0px 20px\"}},children:/*#__PURE__*/_jsx(Feature,{dsJwr_ZrK:\"Each transaction on the blockchain is verified using consensus mechanisms, making it highly secure.\",height:\"100%\",id:\"Ny9ZEA_wq\",L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/SeaIwaNMpjKFmxwcpkkPGP6G3kU.webp\",srcSet:\"https://framerusercontent.com/images/SeaIwaNMpjKFmxwcpkkPGP6G3kU.webp?scale-down-to=512 512w,https://framerusercontent.com/images/SeaIwaNMpjKFmxwcpkkPGP6G3kU.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/SeaIwaNMpjKFmxwcpkkPGP6G3kU.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/SeaIwaNMpjKFmxwcpkkPGP6G3kU.webp 2144w\"},\"\"),layoutId:\"Ny9ZEA_wq\",M26HE9dJe:\"rgb(247, 249, 252)\",R9NPGwoCH:18,style:{width:\"100%\"},Tmw08cAkl:24,urxE3rBa7:\"0px\",vFtbj8Vmx:\"32px\",width:\"100%\",zRDUmOnQE:\"Secure Verification\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:4787.6},hXUAohqlH:{width:\"max(min(100vw - 80px, 1200px), 200px)\",y:6210.599999999999},oEZ819hXQ:{width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:369,width:\"max(min(100vw - 80px, 1200px) / 2, 200px)\",y:4869.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iqtput-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{urxE3rBa7:\"16px\"},oEZ819hXQ:{R9NPGwoCH:14,Tmw08cAkl:8,urxE3rBa7:\"16px\",vFtbj8Vmx:\"10px 20px 0px 20px\"}},children:/*#__PURE__*/_jsx(Feature,{dsJwr_ZrK:\"Blockchain's immutability ensures that records remain tamper-proof. Ideal for sensitive information.\",height:\"100%\",id:\"Z37qqWVE3\",L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/E5jp34QdadixvwX75KISnjTkG9o.webp\",srcSet:\"https://framerusercontent.com/images/E5jp34QdadixvwX75KISnjTkG9o.webp?scale-down-to=512 512w,https://framerusercontent.com/images/E5jp34QdadixvwX75KISnjTkG9o.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/E5jp34QdadixvwX75KISnjTkG9o.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/E5jp34QdadixvwX75KISnjTkG9o.webp 2144w\"},\"\"),layoutId:\"Z37qqWVE3\",M26HE9dJe:\"rgb(247, 249, 252)\",R9NPGwoCH:18,style:{width:\"100%\"},Tmw08cAkl:24,urxE3rBa7:\"0px\",vFtbj8Vmx:\"32px\",width:\"100%\",zRDUmOnQE:\"Tamper Proof Records\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:4787.6},hXUAohqlH:{width:\"max(min(100vw - 80px, 1200px), 200px)\",y:6603.599999999999},oEZ819hXQ:{width:undefined,y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:369,width:\"max(min(100vw - 80px, 1200px) / 2, 200px)\",y:4869.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tz2rin-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp\",srcSet:\"https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp 2144w\"},\"\"),M26HE9dJe:\"rgb(247, 249, 252)\",urxE3rBa7:\"16px\"},oEZ819hXQ:{L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp\",srcSet:\"https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/mKnxaFHieFQhpcdNq2NHun2RV0.webp 2144w\"},\"\"),M26HE9dJe:\"rgb(247, 249, 252)\",R9NPGwoCH:14,Tmw08cAkl:8,urxE3rBa7:\"16px\",vFtbj8Vmx:\"10px 20px 0px 10px\"}},children:/*#__PURE__*/_jsx(Feature,{dsJwr_ZrK:\"Blockchain ensures traceable, transparent, and tamper-resistant transactions via cryptographic security.\",height:\"100%\",id:\"p9QjYq1kl\",L3B0kdqiK:addImageAlt({src:\"https://framerusercontent.com/images/ELe9etbS7Ot0gIwBvb8KfIwyc.webp\",srcSet:\"https://framerusercontent.com/images/ELe9etbS7Ot0gIwBvb8KfIwyc.webp?scale-down-to=512 512w,https://framerusercontent.com/images/ELe9etbS7Ot0gIwBvb8KfIwyc.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/ELe9etbS7Ot0gIwBvb8KfIwyc.webp?scale-down-to=2048 2048w,https://framerusercontent.com/images/ELe9etbS7Ot0gIwBvb8KfIwyc.webp 2144w\"},\"\"),layoutId:\"p9QjYq1kl\",M26HE9dJe:\"rgb(255, 255, 255)\",R9NPGwoCH:18,style:{width:\"100%\"},Tmw08cAkl:24,urxE3rBa7:\"0px\",vFtbj8Vmx:\"32px\",width:\"100%\",zRDUmOnQE:\"Secured Ledger\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qtpay\",\"data-framer-name\":\"Blogs\",name:\"Blogs\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cq5ds3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Resources for You\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Resources for You\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Resources for You\"})}),className:\"framer-vaqjy7\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"EDyya8dUE\"},nodeId:\"ubdsIPfMl\",openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-l371vo framer-lux5qc\",\"data-framer-name\":\"Button\",name:\"Button\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\"},children:\"Explore More\"})}),className:\"framer-o91b2a\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cvisqc-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowCircleUpLeft\",id:\"Y93PUyUnc\",layoutId:\"Y93PUyUnc\",mirrored:true,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4dn7eo\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{query:{from:{alias:\"AJXtQvt82\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"AJXtQvt82\",name:\"uk9cIHyR5\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"UFiKwhrSb\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"vtRFs4fqS\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"osapoq9BU\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"id\",type:\"Identifier\"}]}},hXUAohqlH:{query:{from:{alias:\"AJXtQvt82\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"AJXtQvt82\",name:\"uk9cIHyR5\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"UFiKwhrSb\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"vtRFs4fqS\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"osapoq9BU\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"id\",type:\"Identifier\"}]}},oEZ819hXQ:{query:{from:{alias:\"AJXtQvt82\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{collection:\"AJXtQvt82\",name:\"uk9cIHyR5\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"UFiKwhrSb\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"vtRFs4fqS\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"osapoq9BU\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"AJXtQvt82\",data:Articles,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"AJXtQvt82\",name:\"uk9cIHyR5\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"UFiKwhrSb\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"vtRFs4fqS\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"osapoq9BU\",type:\"Identifier\"},{collection:\"AJXtQvt82\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({id:idAJXtQvt82,osapoq9BU:osapoq9BUAJXtQvt82,UFiKwhrSb:UFiKwhrSbAJXtQvt82,uk9cIHyR5:uk9cIHyR5AJXtQvt82,vtRFs4fqS:vtRFs4fqSAJXtQvt82},i)=>{uk9cIHyR5AJXtQvt82!==null&&uk9cIHyR5AJXtQvt82!==void 0?uk9cIHyR5AJXtQvt82:uk9cIHyR5AJXtQvt82=\"\";vtRFs4fqSAJXtQvt82!==null&&vtRFs4fqSAJXtQvt82!==void 0?vtRFs4fqSAJXtQvt82:vtRFs4fqSAJXtQvt82=\"\";const textContent=toDateString(osapoq9BUAJXtQvt82,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`AJXtQvt82-${idAJXtQvt82}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{uk9cIHyR5:uk9cIHyR5AJXtQvt82},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{uk9cIHyR5:uk9cIHyR5AJXtQvt82},webPageId:\"oqY9jC6YQ\"},nodeId:\"m2ve67p8b\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-zpg5c7 framer-lux5qc\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5413.400000000001),sizes:\"max((min(100vw - 120px, 1200px) - 20px) / 2, 50px)\",...toResponsiveImage(UFiKwhrSbAJXtQvt82)}},hXUAohqlH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(7198.999999999999),sizes:\"max((min(100vw - 80px, 1200px) - 20px) / 2, 50px)\",...toResponsiveImage(UFiKwhrSbAJXtQvt82)}},oEZ819hXQ:{background:{alt:\"\",fit:\"fill\",sizes:\"min(100vw - 40px, 1200px)\",...toResponsiveImage(UFiKwhrSbAJXtQvt82)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(5495.400000000001),sizes:\"max((min(100vw - 120px, 1200px) - 40px) / 3, 50px)\",...toResponsiveImage(UFiKwhrSbAJXtQvt82)},className:\"framer-4e1epk\",\"data-border\":true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sglm02\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Difference Between Centralized and Decentralized Systems\"})})},hXUAohqlH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Difference Between Centralized and Decentralized Systems\"})})},oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Difference Between Centralized and Decentralized Systems\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LXNlbWlib2xk\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Difference Between Centralized and Decentralized Systems\"})}),className:\"framer-1aj8er8\",\"data-framer-name\":\"Title\",fonts:[\"FS;Red Hat Display-semibold\"],name:\"Title\",text:vtRFs4fqSAJXtQvt82,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-i1cair\",\"data-styles-preset\":\"RdQiWuCtf\",style:{\"--framer-text-color\":\"rgb(136, 136, 136)\"},children:\"Nov 15, 2024\"})}),className:\"framer-1rh0j1m\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idAJXtQvt82);})})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1zgsph\",\"data-framer-name\":\"CTA Section\",name:\"CTA Section\",children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1jva31k\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6mdh0b\",\"data-framer-name\":\"CTA Wrapper\",name:\"CTA Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1z0rjx0\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2yba3e\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oEZ819hXQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Ready to Secure Your Assets and Identities\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LWJvbGQ=\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\"},children:\"Ready to Secure Your Assets and Identities\"})}),className:\"framer-1hdizk8\",fonts:[\"FS;Red Hat Display-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmVkIEhhdCBEaXNwbGF5LW1lZGl1bQ==\",\"--framer-font-family\":'\"Red Hat Display\", \"Red Hat Display Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-ba239b3a-1157-4cc8-a9c5-0f63619b8dba, rgb(100, 116, 139))\"},children:\"Get in Touch with Us Today to Learn How Blockchain Can Revolutionize Your Operations\"})}),className:\"framer-nvncc0\",fonts:[\"FS;Red Hat Display-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l2uh4f\",\"data-framer-name\":\"Action\",name:\"Action\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined},{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined},{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined},{href:{webPageId:\"gP33jlU2x\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:6744.400000000001},hXUAohqlH:{y:8525.199999999999},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:34,y:6836,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t3e858-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{ghnjr0KjJ:resolvedLinks8[1]},hXUAohqlH:{ghnjr0KjJ:resolvedLinks8[2]},oEZ819hXQ:{ghnjr0KjJ:resolvedLinks8[3]}},children:/*#__PURE__*/_jsx(Button,{Cbb9JTjVE:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",eGZIeuTfG:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",ghnjr0KjJ:resolvedLinks8[0],height:\"100%\",id:\"prFTHKVE2\",JhnwCLiwV:\"Talk to Us\",K9WLjIPLz:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",layoutId:\"prFTHKVE2\",naj7GxuvF:\"rgb(237, 108, 57)\",nvP5LfY2r:\"var(--token-86400f27-49ec-4582-bf97-4d203a7558e6, rgb(2, 6, 23))\",variant:\"BThQQDeqw\",wGyBHmBE8:\"6px 16px 6px 16px\",width:\"100%\",xiEnr4XLu:{borderColor:\"rgb(237, 108, 57)\",borderStyle:\"solid\",borderWidth:1}})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-71zvvg\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gd227\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-icds5g\"})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:6969.400000000001},hXUAohqlH:{y:8750.199999999999},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1116,width:\"100vw\",y:7061,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ijtnn8-container\",\"data-framer-name\":\"FAQ\",name:\"FAQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hXUAohqlH:{variant:\"JF4meuxTi\"},oEZ819hXQ:{variant:\"juonzm6hZ\"}},children:/*#__PURE__*/_jsx(FAQ1,{height:\"100%\",id:\"FMGYJHCm3\",layoutId:\"FMGYJHCm3\",name:\"FAQ\",style:{width:\"100%\"},variant:\"K1E3aN5lw\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{y:8085.400000000001},hXUAohqlH:{y:9866.199999999999},oEZ819hXQ:{y:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:376,width:\"100vw\",y:8177,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tgjsko-container\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ETP_kS6Nr:{variant:\"fsZwMdxu_\"},hXUAohqlH:{variant:\"fsZwMdxu_\"},oEZ819hXQ:{variant:\"xwfn2WuyA\"}},children:/*#__PURE__*/_jsx(Footer4,{height:\"100%\",id:\"ULdSVzKf2\",layoutId:\"ULdSVzKf2\",name:\"Footer\",style:{width:\"100%\"},variant:\"hFJ7hhMGl\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-3sPkJ { background: var(--token-799417b1-911d-4893-a870-42e397cb34ab, rgb(255, 255, 255)); }`,\".framer-3sPkJ.framer-lux5qc, .framer-3sPkJ .framer-lux5qc { display: block; }\",\".framer-3sPkJ.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-799417b1-911d-4893-a870-42e397cb34ab, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-3sPkJ .framer-l2cjqy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px 60px 16px 60px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-3sPkJ .framer-13mzcz4-container { flex: none; height: auto; max-width: 1200px; position: relative; width: auto; }\",\".framer-3sPkJ .framer-psj8we { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-2hk74m { aspect-ratio: 1 / 1; background-color: #f9fbff; border-bottom-left-radius: 300px; border-bottom-right-radius: 300px; border-top-left-radius: 300px; border-top-right-radius: 300px; flex: none; height: var(--framer-aspect-ratio-supported, 600px); left: 14%; overflow: hidden; position: absolute; top: 2%; transform: translate(-50%, -50%); width: 600px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-3sPkJ .framer-tnjmnk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 40px 60px 40px 60px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1dg27ur { flex: none; height: 534px; left: calc(75.69444444444446% - 964px / 2); position: absolute; top: calc(43.82207578253709% - 534px / 2); width: 964px; z-index: 1; }\",\".framer-3sPkJ .framer-oul7n3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3sPkJ .framer-145kibe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 10px 0px; position: relative; width: 1px; }\",\".framer-3sPkJ .framer-heh755-container, .framer-3sPkJ .framer-ultpme-container, .framer-3sPkJ .framer-1a5wbhz-container, .framer-3sPkJ .framer-akrkko-container, .framer-3sPkJ .framer-1q75jqz-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-3sPkJ .framer-2hdekx, .framer-3sPkJ .framer-1kb45ve, .framer-3sPkJ .framer-1c8xbib, .framer-3sPkJ .framer-bnjtue { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-66gz51 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3sPkJ .framer-av6ca0-container, .framer-3sPkJ .framer-4cppye-container, .framer-3sPkJ .framer-1t3e858-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-3sPkJ .framer-1b4yc1p { align-content: center; align-items: center; aspect-ratio: 1.220556745182013 / 1; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 487px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3sPkJ .framer-kstd0i { aspect-ratio: 1.0566037735849056 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 424px); left: 50%; overflow: visible; position: absolute; top: 0px; transform: translateX(-50%); width: 448px; z-index: 1; }\",\".framer-3sPkJ .framer-khypwo { --border-bottom-width: 3px; --border-color: rgba(218, 222, 255, 0.5); --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 100px; left: 151px; overflow: visible; position: absolute; top: 140px; width: 100px; }\",\".framer-3sPkJ .framer-p1hn7d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 60px; }\",\".framer-3sPkJ .framer-baa6pb { --border-bottom-width: 1px; --border-color: #333333; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: -58px; box-shadow: 8px 10px 0px 0px #a4e0e3; flex: none; height: 168px; left: 93px; overflow: visible; position: absolute; width: 168px; }\",\".framer-3sPkJ .framer-2wkhgq, .framer-3sPkJ .framer-1micvfx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 25px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 95px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1vheza2 { flex: none; height: 60px; left: calc(50.00000000000002% - 60px / 2); position: absolute; top: calc(27.9761904761905% - 60px / 2); width: 60px; }\",\".framer-3sPkJ .framer-1jvvf0f { --border-bottom-width: 1px; --border-color: #333333; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 8px 10px 0px 0px #ffcdc7; flex: none; height: 168px; overflow: visible; position: absolute; right: -34px; top: 44px; width: 168px; }\",\".framer-3sPkJ .framer-13rdl27 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 20px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 116px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1h5r7pk { flex: none; height: 71px; left: calc(50.00000000000002% - 100px / 2); overflow: visible; position: absolute; top: calc(26.785714285714306% - 71px / 2); width: 100px; }\",\".framer-3sPkJ .framer-1txyjau { --border-bottom-width: 0.6907850503921509px; --border-color: rgba(251, 251, 251, 0.1); --border-left-width: 0.6907850503921509px; --border-right-width: 0.6907850503921509px; --border-style: solid; --border-top-width: 0.6907850503921509px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; border-top-left-radius: 1px; border-top-right-radius: 1px; box-shadow: 0px 0.9210467338562012px 2.302616596221924px 0px rgba(182, 137, 216, 0.1); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 17px; justify-content: center; left: 53px; overflow: visible; padding: 3.6841869354248047px; position: absolute; top: 0px; width: 47px; }\",\".framer-3sPkJ .framer-v0fuzh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); position: relative; width: 9px; }\",\".framer-3sPkJ .framer-1rkxc6g { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3sPkJ .framer-k7kz5t { flex: none; height: 50px; left: 0px; overflow: visible; position: absolute; top: 21px; width: 70px; }\",\".framer-3sPkJ .framer-1xts6bx { --border-bottom-width: 0.5px; --border-color: #e5e5e5; --border-left-width: 0.5px; --border-right-width: 0.5px; --border-style: solid; --border-top-width: 0.5px; aspect-ratio: 1.4015247912233615 / 1; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-3sPkJ .framer-1lzfk0k { --border-bottom-width: 0.2302616834640503px; --border-color: #e6e6e6; --border-left-width: 0.2302616834640503px; --border-right-width: 0.2302616834640503px; --border-style: solid; --border-top-width: 0.2302616834640503px; aspect-ratio: 1.0000667490664898 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 6px; position: absolute; top: 34px; width: 6px; }\",\".framer-3sPkJ .framer-12gmhgt { --border-bottom-width: 1px; --border-color: #333333; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 8px 10px 0px 0px #dadeff; flex: none; height: 168px; left: -82px; overflow: visible; position: absolute; top: 0px; width: 168px; }\",\".framer-3sPkJ .framer-10fmb6t { flex: none; height: 70px; left: calc(50.00000000000002% - 70px / 2); position: absolute; top: calc(29.16666666666669% - 70px / 2); width: 70px; }\",\".framer-3sPkJ .framer-1412l94 { --border-bottom-width: 1px; --border-color: #ffe7e4; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 32px; left: calc(62.05357142857145% - 32px / 2); overflow: hidden; position: absolute; top: calc(24.05660377358493% - 32px / 2); width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-1856v0e, .framer-3sPkJ .framer-1nnxp21, .framer-3sPkJ .framer-sgyayu { background-color: #ff6652; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 16px; left: calc(50.00000000000002% - 16px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 16px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-1gqmzln { --border-bottom-width: 1px; --border-color: #ffe7e4; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 32px; left: 43px; overflow: hidden; position: absolute; top: calc(52.8301886792453% - 32px / 2); width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-1mlikjl { --border-bottom-width: 1px; --border-color: #ffe7e4; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 113px; flex: none; height: 32px; left: 263px; overflow: hidden; position: absolute; width: 32px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-15xemxq { 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 60px 0px 60px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-211n8a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1o0kh1g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-w6ri0y, .framer-3sPkJ .framer-1hdizk8, .framer-3sPkJ .framer-nvncc0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1baczh2-container { flex: none; height: 110px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1e6b8db { aspect-ratio: 2.5905729166666664 / 1; height: var(--framer-aspect-ratio-supported, 60px); overflow: hidden; position: relative; width: 155px; }\",\".framer-3sPkJ .framer-690x2c { aspect-ratio: 2.4683097330729167 / 1; height: var(--framer-aspect-ratio-supported, 60px); overflow: hidden; position: relative; width: 148px; }\",\".framer-3sPkJ .framer-1qwfe78 { aspect-ratio: 2.9924420166015624 / 1; height: var(--framer-aspect-ratio-supported, 60px); overflow: hidden; position: relative; width: 180px; }\",\".framer-3sPkJ .framer-jkdfsh { height: 60px; overflow: hidden; position: relative; width: 183px; }\",\".framer-3sPkJ .framer-1kga7tg, .framer-3sPkJ .framer-1m3wn6t { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-3sPkJ .framer-1ixwb3c { height: 60px; overflow: hidden; position: relative; width: 103px; }\",\".framer-3sPkJ .framer-1r1zhrw { height: 60px; position: relative; width: 116px; }\",\".framer-3sPkJ .framer-vk4z51 { height: 60px; overflow: hidden; position: relative; width: 149px; }\",\".framer-3sPkJ .framer-172zelk { bottom: 0px; flex: none; left: 0px; position: absolute; right: -1px; top: 0px; }\",\".framer-3sPkJ .framer-1pnam63 { align-content: center; align-items: center; background-color: #f7f9fc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-3sov93, .framer-3sPkJ .framer-1t5ytr4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-6vqva7, .framer-3sPkJ .framer-ze78di { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 740px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1oexafp { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-13hwj9q-container, .framer-3sPkJ .framer-1aoixc2-container, .framer-3sPkJ .framer-maal3p-container, .framer-3sPkJ .framer-xiehh3-container, .framer-3sPkJ .framer-1eng3gd-container, .framer-3sPkJ .framer-147us2q-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1n0ku26 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 44px 0px 44px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-3sPkJ .framer-1jeaoyu, .framer-3sPkJ .framer-112mm6l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-w260q0, .framer-3sPkJ .framer-no6e5f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1ce7uy9, .framer-3sPkJ .framer-1wwm1gv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 481px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1sxf0c2, .framer-3sPkJ .framer-rky7i8 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 568px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1fvgepb { display: grid; flex: none; gap: 44px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-3sPkJ .framer-otlqyd { align-content: flex-start; align-items: flex-start; align-self: start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-3sPkJ .framer-1j6m4a3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 580px); position: relative; width: 580px; }\",\".framer-3sPkJ .framer-uib5jf-container, .framer-3sPkJ .framer-1bzp00l-container, .framer-3sPkJ .framer-ovy8ds-container, .framer-3sPkJ .framer-1iqtput-container, .framer-3sPkJ .framer-1tz2rin-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1aku6re { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 570px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-ai5urk-container { flex: none; height: auto; left: 50%; position: absolute; top: 28px; transform: translateX(-50%); width: auto; z-index: 2; }\",\".framer-3sPkJ .framer-1b1s7iu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 90px; transform: translateX(-50%); white-space: pre; width: auto; z-index: 2; }\",\".framer-3sPkJ .framer-581yej { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: dotted; --border-top-width: 2px; border-bottom-left-radius: 590px; border-bottom-right-radius: 590px; border-top-left-radius: 590px; border-top-right-radius: 590px; bottom: -680px; flex: none; height: 1000px; left: calc(50.00000000000002% - 1000px / 2); overflow: visible; position: absolute; width: 1000px; z-index: 1; }\",\".framer-3sPkJ .framer-1xqmikj { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background-color: #5267f6; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: 20px; left: 786px; overflow: hidden; position: absolute; top: 88px; width: 20px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3sPkJ .framer-132hm59 { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background-color: #5267f6; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: 20px; left: 203px; overflow: hidden; position: absolute; top: 82px; width: 20px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3sPkJ .framer-11fs6o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; left: 851px; overflow: hidden; padding: 0px; position: absolute; top: 150px; width: 90px; z-index: 1; }\",\".framer-3sPkJ .framer-186ccv7, .framer-3sPkJ .framer-5wdaox { flex: none; height: 90px; position: relative; width: 90px; z-index: 1; }\",\".framer-3sPkJ .framer-1kc0dp4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 90px; justify-content: center; left: 54px; overflow: hidden; padding: 0px; position: absolute; top: 160px; width: 90px; z-index: 1; }\",\".framer-3sPkJ .framer-thbu67 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; left: calc(50.00000000000002% - 100px / 2); overflow: hidden; padding: 0px; position: absolute; top: -45px; width: 100px; z-index: 1; }\",\".framer-3sPkJ .framer-13ru2ae { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 100px); position: relative; width: 100px; z-index: 1; }\",\".framer-3sPkJ .framer-1wm82wj { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: dotted; --border-top-width: 2px; border-bottom-left-radius: 360px; border-bottom-right-radius: 360px; border-top-left-radius: 360px; border-top-right-radius: 360px; bottom: -436px; flex: none; height: 600px; left: calc(50.00000000000002% - 600px / 2); overflow: visible; position: absolute; width: 600px; z-index: 1; }\",\".framer-3sPkJ .framer-191d1rs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; left: calc(15.66666666666669% - 60px / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(13.000000000000023% - 60px / 2); width: 60px; z-index: 1; }\",\".framer-3sPkJ .framer-n2n45p, .framer-3sPkJ .framer-aeuggx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 60px; z-index: 1; }\",\".framer-3sPkJ .framer-13x0oa8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; left: calc(83.16666666666669% - 60px / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(13.000000000000023% - 60px / 2); width: 60px; z-index: 1; }\",\".framer-3sPkJ .framer-1uxnetz { --border-bottom-width: 2px; --border-color: #ffffff; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; background-color: #5267f6; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: 20px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: -9px; width: 20px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3sPkJ .framer-1ijip7b { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 44px 50px 44px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1mykb1s { background-color: #f7f9fc; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 580px; max-width: 1200px; overflow: hidden; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-1q5appk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; left: 17%; overflow: hidden; padding: 0px; position: absolute; top: 73%; transform: translate(-50%, -50%); width: min-content; z-index: 2; }\",\".framer-3sPkJ .framer-jvzhcc, .framer-3sPkJ .framer-1qxxe8t, .framer-3sPkJ .framer-1a47i6f, .framer-3sPkJ .framer-vtg4w0, .framer-3sPkJ .framer-pn3qlc, .framer-3sPkJ .framer-1eqskg5, .framer-3sPkJ .framer-1w92zp1, .framer-3sPkJ .framer-1mvwomd, .framer-3sPkJ .framer-12pknju, .framer-3sPkJ .framer-1rwza5b, .framer-3sPkJ .framer-1h2z1ma, .framer-3sPkJ .framer-1vavzos { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 64px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 64px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3sPkJ .framer-1svsa87-container, .framer-3sPkJ .framer-1ybakui-container, .framer-3sPkJ .framer-5zb2qb-container, .framer-3sPkJ .framer-ckqdap-container, .framer-3sPkJ .framer-1ce7o9i-container, .framer-3sPkJ .framer-1vpvzf7-container, .framer-3sPkJ .framer-k7fhh1-container, .framer-3sPkJ .framer-igzpxz-container, .framer-3sPkJ .framer-1ek9976-container, .framer-3sPkJ .framer-1vorqs-container, .framer-3sPkJ .framer-13uyurw-container, .framer-3sPkJ .framer-19lwwsn-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-3sPkJ .framer-12qlgu5, .framer-3sPkJ .framer-bfc4oj, .framer-3sPkJ .framer-1k4y347, .framer-3sPkJ .framer-82zc4u, .framer-3sPkJ .framer-1644o0t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 222px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1lhn97u { align-content: center; align-items: center; bottom: 79px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; transform: translateX(-50%); width: min-content; z-index: 2; }\",\".framer-3sPkJ .framer-etm9tp { align-content: center; align-items: center; bottom: 81px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; left: 859px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 2; }\",\".framer-3sPkJ .framer-1bpwt2f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; left: 81%; overflow: hidden; padding: 0px; position: absolute; top: 23%; transform: translate(-50%, -50%); width: min-content; z-index: 2; }\",\".framer-3sPkJ .framer-txnecb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 57px; transform: translateX(-50%); width: min-content; z-index: 2; }\",\".framer-3sPkJ .framer-12q2l0l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: flex-start; left: 17%; overflow: hidden; padding: 0px; position: absolute; top: 23%; transform: translate(-50%, -50%); width: min-content; z-index: 2; }\",\".framer-3sPkJ .framer-411egz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 297px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-17gwj6u { --border-bottom-width: 8px; --border-color: #aa8eeb; --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; border-bottom-left-radius: 215px; border-bottom-right-radius: 215px; border-top-left-radius: 215px; border-top-right-radius: 215px; flex: none; height: 300px; left: 837px; overflow: hidden; position: absolute; top: 84px; width: 307px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-3sPkJ .framer-1ypwo4o { background-color: #f7f9fc; flex: none; height: 284px; left: 691px; overflow: hidden; position: absolute; top: 92px; width: 299px; z-index: 0; }\",\".framer-3sPkJ .framer-e24b6y { background: linear-gradient(90deg, #fbc2eb 0%, rgb(170, 142, 235) 100%); flex: none; height: 8px; left: calc(49.916666666666686% - 780px / 2); overflow: hidden; position: absolute; top: calc(65.51724137931036% - 8px / 2); width: 780px; z-index: 0; }\",\".framer-3sPkJ .framer-1micetl { background: linear-gradient(90deg, #fbc2eb 0%, rgb(170, 142, 235) 100%); flex: none; height: 8px; left: calc(50.83333333333335% - 780px / 2); overflow: hidden; position: absolute; top: 85px; width: 780px; z-index: 0; }\",\".framer-3sPkJ .framer-1efsali { align-content: center; align-items: center; background-color: #f7f9fc; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 10px 20px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-y2umbo, .framer-3sPkJ .framer-15b526o, .framer-3sPkJ .framer-9q7f0z, .framer-3sPkJ .framer-mb1zje, .framer-3sPkJ .framer-1cuuriz, .framer-3sPkJ .framer-kmd9cw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 100px; width: 100%; }\",\".framer-3sPkJ .framer-1byrzqq, .framer-3sPkJ .framer-1t6lepd, .framer-3sPkJ .framer-1urhftw, .framer-3sPkJ .framer-q30cfp, .framer-3sPkJ .framer-1jsvl8l, .framer-3sPkJ .framer-1fog9je { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3sPkJ .framer-1yctt86, .framer-3sPkJ .framer-1juuq3q, .framer-3sPkJ .framer-z58k4j, .framer-3sPkJ .framer-i819yh, .framer-3sPkJ .framer-1e4jq2r { background-color: #d5dbff; flex: none; height: 110px; overflow: hidden; position: relative; width: 4px; }\",\".framer-3sPkJ .framer-1mn1r8n, .framer-3sPkJ .framer-538vlg, .framer-3sPkJ .framer-3q8wp, .framer-3sPkJ .framer-1veb4q7, .framer-3sPkJ .framer-lqpyxv, .framer-3sPkJ .framer-1tht70i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-9c3o2f { align-content: center; align-items: center; background-color: #f7f9fc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-cyhuya { display: grid; flex: none; gap: 0px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-qtpay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 80px 60px 80px 60px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1cq5ds3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-vaqjy7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-l371vo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-3sPkJ .framer-o91b2a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-3sPkJ .framer-1cvisqc-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-3sPkJ .framer-4dn7eo { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 1200px; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-zpg5c7 { --border-bottom-width: 1px; --border-color: #e0dfe5; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: 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: wrap; gap: 30px; height: 100%; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-3sPkJ .framer-4e1epk { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.06); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 260px; max-width: 100%; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-sglm02 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 10px 10px 20px 20px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-1aj8er8, .framer-3sPkJ .framer-1rh0j1m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3sPkJ .framer-1zgsph { 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: 62px 60px 62px 60px; position: relative; width: 1440px; }\",\".framer-3sPkJ .framer-1jva31k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3sPkJ .framer-6mdh0b { align-content: center; align-items: center; background-color: var(--token-e23e9fe4-f9ac-4a61-ade5-073c1d61b52f, #f1f5f9); 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: 62px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 0px 32px 62px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-3sPkJ .framer-1z0rjx0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 62px 0px 0px; position: relative; width: 1px; z-index: 5; }\",\".framer-3sPkJ .framer-2yba3e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 646px; }\",\".framer-3sPkJ .framer-1l2uh4f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-3sPkJ .framer-71zvvg { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: rgba(246, 154, 50, 0.2); border-bottom-left-radius: 75px; border-bottom-right-radius: 75px; border-top-left-radius: 75px; border-top-right-radius: 75px; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 179px); left: 390px; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 179px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-3sPkJ .framer-1gd227 { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: rgba(50, 246, 128, 0.2); border-bottom-left-radius: 75px; border-bottom-right-radius: 75px; border-top-left-radius: 75px; border-top-right-radius: 75px; bottom: 62px; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 251px); left: 34px; overflow: hidden; position: absolute; width: 251px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3sPkJ .framer-icds5g { -webkit-filter: blur(100px); aspect-ratio: 1 / 1; background-color: rgba(243, 50, 246, 0.2); border-bottom-left-radius: 75px; border-bottom-right-radius: 75px; border-top-left-radius: 75px; border-top-right-radius: 75px; filter: blur(100px); flex: none; height: var(--framer-aspect-ratio-supported, 141px); left: 972px; overflow: hidden; position: absolute; top: 50%; transform: translateY(-50%); width: 141px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-3sPkJ .framer-ijtnn8-container, .framer-3sPkJ .framer-tgjsko-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3sPkJ.framer-72rtr7, .framer-3sPkJ .framer-l2cjqy, .framer-3sPkJ .framer-psj8we, .framer-3sPkJ .framer-tnjmnk, .framer-3sPkJ .framer-oul7n3, .framer-3sPkJ .framer-145kibe, .framer-3sPkJ .framer-66gz51, .framer-3sPkJ .framer-1b4yc1p, .framer-3sPkJ .framer-1txyjau, .framer-3sPkJ .framer-15xemxq, .framer-3sPkJ .framer-211n8a, .framer-3sPkJ .framer-1o0kh1g, .framer-3sPkJ .framer-1pnam63, .framer-3sPkJ .framer-3sov93, .framer-3sPkJ .framer-1n0ku26, .framer-3sPkJ .framer-1jeaoyu, .framer-3sPkJ .framer-otlqyd, .framer-3sPkJ .framer-1aku6re, .framer-3sPkJ .framer-11fs6o, .framer-3sPkJ .framer-1kc0dp4, .framer-3sPkJ .framer-thbu67, .framer-3sPkJ .framer-191d1rs, .framer-3sPkJ .framer-13x0oa8, .framer-3sPkJ .framer-1ijip7b, .framer-3sPkJ .framer-1t5ytr4, .framer-3sPkJ .framer-1q5appk, .framer-3sPkJ .framer-jvzhcc, .framer-3sPkJ .framer-1lhn97u, .framer-3sPkJ .framer-1qxxe8t, .framer-3sPkJ .framer-etm9tp, .framer-3sPkJ .framer-1a47i6f, .framer-3sPkJ .framer-1bpwt2f, .framer-3sPkJ .framer-vtg4w0, .framer-3sPkJ .framer-txnecb, .framer-3sPkJ .framer-pn3qlc, .framer-3sPkJ .framer-12q2l0l, .framer-3sPkJ .framer-1eqskg5, .framer-3sPkJ .framer-1efsali, .framer-3sPkJ .framer-y2umbo, .framer-3sPkJ .framer-1byrzqq, .framer-3sPkJ .framer-1w92zp1, .framer-3sPkJ .framer-15b526o, .framer-3sPkJ .framer-1t6lepd, .framer-3sPkJ .framer-1mvwomd, .framer-3sPkJ .framer-9q7f0z, .framer-3sPkJ .framer-1urhftw, .framer-3sPkJ .framer-12pknju, .framer-3sPkJ .framer-mb1zje, .framer-3sPkJ .framer-q30cfp, .framer-3sPkJ .framer-1rwza5b, .framer-3sPkJ .framer-1cuuriz, .framer-3sPkJ .framer-1jsvl8l, .framer-3sPkJ .framer-1h2z1ma, .framer-3sPkJ .framer-kmd9cw, .framer-3sPkJ .framer-1fog9je, .framer-3sPkJ .framer-1vavzos, .framer-3sPkJ .framer-9c3o2f, .framer-3sPkJ .framer-112mm6l, .framer-3sPkJ .framer-qtpay, .framer-3sPkJ .framer-1cq5ds3, .framer-3sPkJ .framer-l371vo, .framer-3sPkJ .framer-zpg5c7, .framer-3sPkJ .framer-sglm02, .framer-3sPkJ .framer-1zgsph, .framer-3sPkJ .framer-1jva31k, .framer-3sPkJ .framer-6mdh0b, .framer-3sPkJ .framer-2yba3e, .framer-3sPkJ .framer-1l2uh4f { gap: 0px; } .framer-3sPkJ.framer-72rtr7 > *, .framer-3sPkJ .framer-1efsali > *, .framer-3sPkJ .framer-1byrzqq > *, .framer-3sPkJ .framer-1t6lepd > *, .framer-3sPkJ .framer-1urhftw > *, .framer-3sPkJ .framer-q30cfp > *, .framer-3sPkJ .framer-1jsvl8l > *, .framer-3sPkJ .framer-1fog9je > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3sPkJ.framer-72rtr7 > :first-child, .framer-3sPkJ .framer-l2cjqy > :first-child, .framer-3sPkJ .framer-psj8we > :first-child, .framer-3sPkJ .framer-145kibe > :first-child, .framer-3sPkJ .framer-15xemxq > :first-child, .framer-3sPkJ .framer-211n8a > :first-child, .framer-3sPkJ .framer-1o0kh1g > :first-child, .framer-3sPkJ .framer-1pnam63 > :first-child, .framer-3sPkJ .framer-3sov93 > :first-child, .framer-3sPkJ .framer-1n0ku26 > :first-child, .framer-3sPkJ .framer-1jeaoyu > :first-child, .framer-3sPkJ .framer-otlqyd > :first-child, .framer-3sPkJ .framer-1aku6re > :first-child, .framer-3sPkJ .framer-1ijip7b > :first-child, .framer-3sPkJ .framer-1t5ytr4 > :first-child, .framer-3sPkJ .framer-1q5appk > :first-child, .framer-3sPkJ .framer-1lhn97u > :first-child, .framer-3sPkJ .framer-etm9tp > :first-child, .framer-3sPkJ .framer-1bpwt2f > :first-child, .framer-3sPkJ .framer-txnecb > :first-child, .framer-3sPkJ .framer-12q2l0l > :first-child, .framer-3sPkJ .framer-1efsali > :first-child, .framer-3sPkJ .framer-1byrzqq > :first-child, .framer-3sPkJ .framer-1t6lepd > :first-child, .framer-3sPkJ .framer-1urhftw > :first-child, .framer-3sPkJ .framer-q30cfp > :first-child, .framer-3sPkJ .framer-1jsvl8l > :first-child, .framer-3sPkJ .framer-1fog9je > :first-child, .framer-3sPkJ .framer-9c3o2f > :first-child, .framer-3sPkJ .framer-112mm6l > :first-child, .framer-3sPkJ .framer-qtpay > :first-child, .framer-3sPkJ .framer-zpg5c7 > :first-child, .framer-3sPkJ .framer-sglm02 > :first-child, .framer-3sPkJ .framer-1zgsph > :first-child, .framer-3sPkJ .framer-1jva31k > :first-child, .framer-3sPkJ .framer-2yba3e > :first-child, .framer-3sPkJ .framer-1l2uh4f > :first-child { margin-top: 0px; } .framer-3sPkJ.framer-72rtr7 > :last-child, .framer-3sPkJ .framer-l2cjqy > :last-child, .framer-3sPkJ .framer-psj8we > :last-child, .framer-3sPkJ .framer-145kibe > :last-child, .framer-3sPkJ .framer-15xemxq > :last-child, .framer-3sPkJ .framer-211n8a > :last-child, .framer-3sPkJ .framer-1o0kh1g > :last-child, .framer-3sPkJ .framer-1pnam63 > :last-child, .framer-3sPkJ .framer-3sov93 > :last-child, .framer-3sPkJ .framer-1n0ku26 > :last-child, .framer-3sPkJ .framer-1jeaoyu > :last-child, .framer-3sPkJ .framer-otlqyd > :last-child, .framer-3sPkJ .framer-1aku6re > :last-child, .framer-3sPkJ .framer-1ijip7b > :last-child, .framer-3sPkJ .framer-1t5ytr4 > :last-child, .framer-3sPkJ .framer-1q5appk > :last-child, .framer-3sPkJ .framer-1lhn97u > :last-child, .framer-3sPkJ .framer-etm9tp > :last-child, .framer-3sPkJ .framer-1bpwt2f > :last-child, .framer-3sPkJ .framer-txnecb > :last-child, .framer-3sPkJ .framer-12q2l0l > :last-child, .framer-3sPkJ .framer-1efsali > :last-child, .framer-3sPkJ .framer-1byrzqq > :last-child, .framer-3sPkJ .framer-1t6lepd > :last-child, .framer-3sPkJ .framer-1urhftw > :last-child, .framer-3sPkJ .framer-q30cfp > :last-child, .framer-3sPkJ .framer-1jsvl8l > :last-child, .framer-3sPkJ .framer-1fog9je > :last-child, .framer-3sPkJ .framer-9c3o2f > :last-child, .framer-3sPkJ .framer-112mm6l > :last-child, .framer-3sPkJ .framer-qtpay > :last-child, .framer-3sPkJ .framer-zpg5c7 > :last-child, .framer-3sPkJ .framer-sglm02 > :last-child, .framer-3sPkJ .framer-1zgsph > :last-child, .framer-3sPkJ .framer-1jva31k > :last-child, .framer-3sPkJ .framer-2yba3e > :last-child, .framer-3sPkJ .framer-1l2uh4f > :last-child { margin-bottom: 0px; } .framer-3sPkJ .framer-l2cjqy > *, .framer-3sPkJ .framer-psj8we > *, .framer-3sPkJ .framer-15xemxq > *, .framer-3sPkJ .framer-1n0ku26 > *, .framer-3sPkJ .framer-1aku6re > *, .framer-3sPkJ .framer-1zgsph > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3sPkJ .framer-tnjmnk > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-3sPkJ .framer-tnjmnk > :first-child, .framer-3sPkJ .framer-oul7n3 > :first-child, .framer-3sPkJ .framer-66gz51 > :first-child, .framer-3sPkJ .framer-1b4yc1p > :first-child, .framer-3sPkJ .framer-1txyjau > :first-child, .framer-3sPkJ .framer-11fs6o > :first-child, .framer-3sPkJ .framer-1kc0dp4 > :first-child, .framer-3sPkJ .framer-thbu67 > :first-child, .framer-3sPkJ .framer-191d1rs > :first-child, .framer-3sPkJ .framer-13x0oa8 > :first-child, .framer-3sPkJ .framer-jvzhcc > :first-child, .framer-3sPkJ .framer-1qxxe8t > :first-child, .framer-3sPkJ .framer-1a47i6f > :first-child, .framer-3sPkJ .framer-vtg4w0 > :first-child, .framer-3sPkJ .framer-pn3qlc > :first-child, .framer-3sPkJ .framer-1eqskg5 > :first-child, .framer-3sPkJ .framer-y2umbo > :first-child, .framer-3sPkJ .framer-1w92zp1 > :first-child, .framer-3sPkJ .framer-15b526o > :first-child, .framer-3sPkJ .framer-1mvwomd > :first-child, .framer-3sPkJ .framer-9q7f0z > :first-child, .framer-3sPkJ .framer-12pknju > :first-child, .framer-3sPkJ .framer-mb1zje > :first-child, .framer-3sPkJ .framer-1rwza5b > :first-child, .framer-3sPkJ .framer-1cuuriz > :first-child, .framer-3sPkJ .framer-1h2z1ma > :first-child, .framer-3sPkJ .framer-kmd9cw > :first-child, .framer-3sPkJ .framer-1vavzos > :first-child, .framer-3sPkJ .framer-1cq5ds3 > :first-child, .framer-3sPkJ .framer-l371vo > :first-child, .framer-3sPkJ .framer-6mdh0b > :first-child { margin-left: 0px; } .framer-3sPkJ .framer-tnjmnk > :last-child, .framer-3sPkJ .framer-oul7n3 > :last-child, .framer-3sPkJ .framer-66gz51 > :last-child, .framer-3sPkJ .framer-1b4yc1p > :last-child, .framer-3sPkJ .framer-1txyjau > :last-child, .framer-3sPkJ .framer-11fs6o > :last-child, .framer-3sPkJ .framer-1kc0dp4 > :last-child, .framer-3sPkJ .framer-thbu67 > :last-child, .framer-3sPkJ .framer-191d1rs > :last-child, .framer-3sPkJ .framer-13x0oa8 > :last-child, .framer-3sPkJ .framer-jvzhcc > :last-child, .framer-3sPkJ .framer-1qxxe8t > :last-child, .framer-3sPkJ .framer-1a47i6f > :last-child, .framer-3sPkJ .framer-vtg4w0 > :last-child, .framer-3sPkJ .framer-pn3qlc > :last-child, .framer-3sPkJ .framer-1eqskg5 > :last-child, .framer-3sPkJ .framer-y2umbo > :last-child, .framer-3sPkJ .framer-1w92zp1 > :last-child, .framer-3sPkJ .framer-15b526o > :last-child, .framer-3sPkJ .framer-1mvwomd > :last-child, .framer-3sPkJ .framer-9q7f0z > :last-child, .framer-3sPkJ .framer-12pknju > :last-child, .framer-3sPkJ .framer-mb1zje > :last-child, .framer-3sPkJ .framer-1rwza5b > :last-child, .framer-3sPkJ .framer-1cuuriz > :last-child, .framer-3sPkJ .framer-1h2z1ma > :last-child, .framer-3sPkJ .framer-kmd9cw > :last-child, .framer-3sPkJ .framer-1vavzos > :last-child, .framer-3sPkJ .framer-1cq5ds3 > :last-child, .framer-3sPkJ .framer-l371vo > :last-child, .framer-3sPkJ .framer-6mdh0b > :last-child { margin-right: 0px; } .framer-3sPkJ .framer-oul7n3 > *, .framer-3sPkJ .framer-1b4yc1p > *, .framer-3sPkJ .framer-11fs6o > *, .framer-3sPkJ .framer-1kc0dp4 > *, .framer-3sPkJ .framer-thbu67 > *, .framer-3sPkJ .framer-191d1rs > *, .framer-3sPkJ .framer-13x0oa8 > *, .framer-3sPkJ .framer-jvzhcc > *, .framer-3sPkJ .framer-1qxxe8t > *, .framer-3sPkJ .framer-1a47i6f > *, .framer-3sPkJ .framer-vtg4w0 > *, .framer-3sPkJ .framer-pn3qlc > *, .framer-3sPkJ .framer-1eqskg5 > *, .framer-3sPkJ .framer-1w92zp1 > *, .framer-3sPkJ .framer-1mvwomd > *, .framer-3sPkJ .framer-12pknju > *, .framer-3sPkJ .framer-1rwza5b > *, .framer-3sPkJ .framer-1h2z1ma > *, .framer-3sPkJ .framer-1vavzos > *, .framer-3sPkJ .framer-1cq5ds3 > *, .framer-3sPkJ .framer-l371vo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3sPkJ .framer-145kibe > *, .framer-3sPkJ .framer-3sov93 > *, .framer-3sPkJ .framer-1jeaoyu > *, .framer-3sPkJ .framer-1t5ytr4 > *, .framer-3sPkJ .framer-112mm6l > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-3sPkJ .framer-66gz51 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-3sPkJ .framer-1txyjau > * { margin: 0px; margin-left: calc(3.6841869354248047px / 2); margin-right: calc(3.6841869354248047px / 2); } .framer-3sPkJ .framer-211n8a > *, .framer-3sPkJ .framer-1o0kh1g > *, .framer-3sPkJ .framer-1jva31k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-3sPkJ .framer-1pnam63 > *, .framer-3sPkJ .framer-1ijip7b > *, .framer-3sPkJ .framer-9c3o2f > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-3sPkJ .framer-otlqyd > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-3sPkJ .framer-1q5appk > *, .framer-3sPkJ .framer-1lhn97u > *, .framer-3sPkJ .framer-etm9tp > *, .framer-3sPkJ .framer-1bpwt2f > *, .framer-3sPkJ .framer-txnecb > *, .framer-3sPkJ .framer-12q2l0l > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-3sPkJ .framer-y2umbo > *, .framer-3sPkJ .framer-15b526o > *, .framer-3sPkJ .framer-9q7f0z > *, .framer-3sPkJ .framer-mb1zje > *, .framer-3sPkJ .framer-1cuuriz > *, .framer-3sPkJ .framer-kmd9cw > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-3sPkJ .framer-qtpay > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-3sPkJ .framer-zpg5c7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-3sPkJ .framer-sglm02 > *, .framer-3sPkJ .framer-2yba3e > *, .framer-3sPkJ .framer-1l2uh4f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-3sPkJ .framer-6mdh0b > * { margin: 0px; margin-left: calc(62px / 2); margin-right: calc(62px / 2); } }\",...sharedStyle.css,'.framer-3sPkJ[data-border=\"true\"]::after, .framer-3sPkJ [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: 992px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-3sPkJ { background: var(--token-799417b1-911d-4893-a870-42e397cb34ab, rgb(255, 255, 255)); } .framer-3sPkJ.framer-72rtr7 { width: 992px; } .framer-3sPkJ .framer-l2cjqy { order: 0; padding: 16px 32px 16px 32px; } .framer-3sPkJ .framer-psj8we { order: 1; } .framer-3sPkJ .framer-2hk74m { height: var(--framer-aspect-ratio-supported, 500px); left: 13%; top: 1%; width: 500px; } .framer-3sPkJ .framer-1dg27ur { height: 526px; left: calc(77.3185483870968% - 664px / 2); top: calc(49.904761904761926% - 526px / 2); width: 664px; } .framer-3sPkJ .framer-2hdekx, .framer-3sPkJ .framer-1kb45ve { max-width: 431px; } .framer-3sPkJ .framer-1b4yc1p { aspect-ratio: unset; height: 405px; } .framer-3sPkJ .framer-kstd0i { aspect-ratio: unset; height: 333px; left: calc(50.11600928074248% - 342px / 2); top: calc(49.876543209876566% - 333px / 2); transform: unset; width: 342px; } .framer-3sPkJ .framer-khypwo { height: 80px; left: calc(47.07602339181289% - 80px / 2); top: calc(49.84984984984987% - 80px / 2); width: 80px; } .framer-3sPkJ .framer-p1hn7d { height: var(--framer-aspect-ratio-supported, 50px); width: 50px; } .framer-3sPkJ .framer-baa6pb { height: 120px; width: 120px; } .framer-3sPkJ .framer-2wkhgq, .framer-3sPkJ .framer-13rdl27 { bottom: 5px; } .framer-3sPkJ .framer-1vheza2 { height: 55px; left: calc(50.00000000000002% - 55px / 2); top: calc(33.33333333333336% - 55px / 2); width: 55px; } .framer-3sPkJ .framer-1jvvf0f { height: 120px; right: -33px; top: 37px; width: 120px; } .framer-3sPkJ .framer-1h5r7pk { left: calc(51.66666666666669% - 96px / 2); top: calc(26.66666666666669% - 71px / 2); width: 96px; } .framer-3sPkJ .framer-1txyjau { left: unset; right: -2px; top: 5px; } .framer-3sPkJ .framer-k7kz5t { bottom: 0px; left: 5px; top: unset; } .framer-3sPkJ .framer-12gmhgt { height: 120px; left: -62px; width: 120px; z-index: 2; } .framer-3sPkJ .framer-10fmb6t { height: 52px; left: calc(47.50000000000002% - 70px / 2); top: calc(28.333333333333353% - 52px / 2); } .framer-3sPkJ .framer-1micvfx { bottom: 13px; } .framer-3sPkJ .framer-1412l94 { left: calc(61.98830409356727% - 32px / 2); top: calc(24.924924924924944% - 32px / 2); } .framer-3sPkJ .framer-1gqmzln { left: calc(13.157894736842128% - 32px / 2); top: calc(52.85285285285287% - 32px / 2); } .framer-3sPkJ .framer-1mlikjl { bottom: 88px; left: 196px; } .framer-3sPkJ .framer-15xemxq { padding: 0px 32px 0px 32px; } .framer-3sPkJ .framer-1n0ku26 { padding: 44px 60px 44px 60px; } .framer-3sPkJ .framer-1sxf0c2, .framer-3sPkJ .framer-rky7i8 { width: 368px; } .framer-3sPkJ .framer-1fvgepb { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 30px; } .framer-3sPkJ .framer-otlqyd, .framer-3sPkJ .framer-uib5jf-container { align-self: unset; flex: 1 0 0px; width: 1px; } .framer-3sPkJ .framer-1j6m4a3 { height: var(--framer-aspect-ratio-supported, 421px); width: 100%; } .framer-3sPkJ .framer-ai5urk-container { top: 30px; } .framer-3sPkJ .framer-1mykb1s { width: 904px; } .framer-3sPkJ .framer-1q5appk { left: 17%; top: 69%; } .framer-3sPkJ .framer-1lhn97u { bottom: unset; left: 50%; top: 69%; transform: translate(-50%, -50%); } .framer-3sPkJ .framer-etm9tp { bottom: unset; left: 81%; top: 67%; transform: translate(-50%, -50%); } .framer-3sPkJ .framer-1bpwt2f { left: 81%; top: 32%; } .framer-3sPkJ .framer-txnecb { top: 31%; transform: translate(-50%, -50%); } .framer-3sPkJ .framer-12q2l0l { left: 17%; top: 31%; } .framer-3sPkJ .framer-411egz { width: 225px; } .framer-3sPkJ .framer-17gwj6u { height: 228px; left: 646px; top: 137px; width: 25%; } .framer-3sPkJ .framer-1ypwo4o { height: 212px; left: 417px; top: 145px; } .framer-3sPkJ .framer-e24b6y { left: calc(49.889380530973476% - 600px / 2); top: calc(62.24137931034485% - 8px / 2); width: 600px; } .framer-3sPkJ .framer-1micetl { left: calc(50.88495575221241% - 600px / 2); top: 137px; width: 600px; } .framer-3sPkJ .framer-4dn7eo { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-3sPkJ .framer-1zgsph { width: 100%; } .framer-3sPkJ .framer-2yba3e { width: 492px; } .framer-3sPkJ .framer-tgjsko-container { order: 2; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3sPkJ .framer-1fvgepb { gap: 0px; } .framer-3sPkJ .framer-1fvgepb > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-3sPkJ .framer-1fvgepb > :first-child { margin-left: 0px; } .framer-3sPkJ .framer-1fvgepb > :last-child { margin-right: 0px; } }}`,`@media (min-width: 768px) and (max-width: 991px) { .${metadata.bodyClassName}-framer-3sPkJ { background: var(--token-799417b1-911d-4893-a870-42e397cb34ab, rgb(255, 255, 255)); } .framer-3sPkJ.framer-72rtr7 { width: 768px; } .framer-3sPkJ .framer-l2cjqy, .framer-3sPkJ .framer-15xemxq { padding: 0px 32px 0px 32px; } .framer-3sPkJ .framer-13mzcz4-container, .framer-3sPkJ .framer-1ce7uy9, .framer-3sPkJ .framer-1sxf0c2, .framer-3sPkJ .framer-1wwm1gv, .framer-3sPkJ .framer-rky7i8, .framer-3sPkJ .framer-1zgsph { width: 100%; } .framer-3sPkJ .framer-2hk74m { height: var(--framer-aspect-ratio-supported, 500px); left: 9%; top: 1%; width: 500px; } .framer-3sPkJ .framer-tnjmnk { flex-direction: column; padding: 0px; } .framer-3sPkJ .framer-1dg27ur { left: calc(50.00000000000002% - 768px / 2); top: calc(73.5905044510386% - 534px / 2); width: 768px; } .framer-3sPkJ .framer-oul7n3 { align-content: center; align-items: center; flex: none; flex-direction: column; gap: 48px; width: 100%; } .framer-3sPkJ .framer-145kibe { flex: none; padding: 40px 40px 10px 40px; width: 100%; } .framer-3sPkJ .framer-1b4yc1p { aspect-ratio: unset; flex: none; height: 536px; width: 100%; } .framer-3sPkJ .framer-kstd0i { aspect-ratio: 1.1259445843828715 / 1; height: var(--framer-aspect-ratio-supported, 397px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 447px; } .framer-3sPkJ .framer-v0fuzh { height: var(--framer-aspect-ratio-supported, 10px); } .framer-3sPkJ .framer-1gqmzln { left: 51px; top: calc(52.89672544080607% - 32px / 2); } .framer-3sPkJ .framer-1pnam63 { padding: 40px; } .framer-3sPkJ .framer-1oexafp { grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-3sPkJ .framer-1n0ku26 { padding: 44px 60px 44px 60px; } .framer-3sPkJ .framer-w260q0, .framer-3sPkJ .framer-no6e5f { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; justify-content: center; } .framer-3sPkJ .framer-1fvgepb { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; } .framer-3sPkJ .framer-otlqyd { align-content: center; align-items: center; align-self: unset; } .framer-3sPkJ .framer-uib5jf-container { align-self: unset; } .framer-3sPkJ .framer-ai5urk-container { left: 50%; top: 30px; } .framer-3sPkJ .framer-581yej { bottom: -717px; left: calc(50.00000000000002% - 693px / 2); width: 693px; } .framer-3sPkJ .framer-1xqmikj { left: calc(74.62686567164182% - 20px / 2); top: calc(5.200000000000022% - 20px / 2); } .framer-3sPkJ .framer-132hm59 { left: 169px; top: 42px; } .framer-3sPkJ .framer-11fs6o { left: calc(93.50649350649353% - 90px / 2); top: calc(17.90000000000002% - 100px / 2); } .framer-3sPkJ .framer-1kc0dp4 { left: calc(7.792207792207814% - 90px / 2); top: calc(17.90000000000002% - 90px / 2); } .framer-3sPkJ .framer-1wm82wj { bottom: -435px; left: calc(50.00000000000002% - 495px / 2); width: 495px; } .framer-3sPkJ .framer-1ijip7b { padding: 60px 20px 50px 20px; } .framer-3sPkJ .framer-1t5ytr4 { order: 0; } .framer-3sPkJ .framer-1mykb1s { height: 330px; order: 1; width: 680px; } .framer-3sPkJ .framer-1q5appk { gap: 14px; left: 16%; top: 75%; } .framer-3sPkJ .framer-12qlgu5 { width: 142px; } .framer-3sPkJ .framer-1lhn97u { bottom: unset; gap: 14px; left: 49%; top: 75%; transform: translate(-50%, -50%); } .framer-3sPkJ .framer-bfc4oj { width: 145px; } .framer-3sPkJ .framer-etm9tp { bottom: unset; gap: 14px; left: 82%; top: 74%; transform: translate(-50%, -50%); } .framer-3sPkJ .framer-1k4y347 { width: 103px; } .framer-3sPkJ .framer-1bpwt2f { gap: 14px; left: 82%; top: 25%; } .framer-3sPkJ .framer-82zc4u { width: 119px; } .framer-3sPkJ .framer-txnecb { gap: 14px; top: 22px; } .framer-3sPkJ .framer-1644o0t { width: 175px; } .framer-3sPkJ .framer-12q2l0l { gap: 14px; left: 17%; top: 25%; } .framer-3sPkJ .framer-411egz { width: 192px; } .framer-3sPkJ .framer-17gwj6u { height: 170px; left: 500px; top: 50px; width: 170px; } .framer-3sPkJ .framer-1ypwo4o { height: 154px; left: 423px; top: 58px; width: 120px; } .framer-3sPkJ .framer-e24b6y { left: calc(49.26470588235296% - 400px / 2); top: calc(65.45454545454548% - 8px / 2); width: 400px; } .framer-3sPkJ .framer-1micetl { left: calc(50.88235294117649% - 400px / 2); top: 50px; width: 400px; } .framer-3sPkJ .framer-9c3o2f { background-color: #ffffff; padding: 40px; } .framer-3sPkJ .framer-cyhuya { gap: 24px; grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-3sPkJ .framer-qtpay { padding: 80px 40px 80px 40px; } .framer-3sPkJ .framer-4dn7eo { grid-template-columns: repeat(2, minmax(50px, 1fr)); } .framer-3sPkJ .framer-2yba3e { width: 314px; } .framer-3sPkJ .framer-1gd227 { bottom: unset; height: var(--framer-aspect-ratio-supported, 253px); top: -5px; width: 253px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3sPkJ .framer-tnjmnk, .framer-3sPkJ .framer-oul7n3, .framer-3sPkJ .framer-w260q0, .framer-3sPkJ .framer-1fvgepb, .framer-3sPkJ .framer-1q5appk, .framer-3sPkJ .framer-1lhn97u, .framer-3sPkJ .framer-etm9tp, .framer-3sPkJ .framer-1bpwt2f, .framer-3sPkJ .framer-txnecb, .framer-3sPkJ .framer-12q2l0l, .framer-3sPkJ .framer-no6e5f, .framer-3sPkJ .framer-cyhuya { gap: 0px; } .framer-3sPkJ .framer-tnjmnk > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-3sPkJ .framer-tnjmnk > :first-child, .framer-3sPkJ .framer-oul7n3 > :first-child, .framer-3sPkJ .framer-w260q0 > :first-child, .framer-3sPkJ .framer-1fvgepb > :first-child, .framer-3sPkJ .framer-1q5appk > :first-child, .framer-3sPkJ .framer-1lhn97u > :first-child, .framer-3sPkJ .framer-etm9tp > :first-child, .framer-3sPkJ .framer-1bpwt2f > :first-child, .framer-3sPkJ .framer-txnecb > :first-child, .framer-3sPkJ .framer-12q2l0l > :first-child, .framer-3sPkJ .framer-no6e5f > :first-child { margin-top: 0px; } .framer-3sPkJ .framer-tnjmnk > :last-child, .framer-3sPkJ .framer-oul7n3 > :last-child, .framer-3sPkJ .framer-w260q0 > :last-child, .framer-3sPkJ .framer-1fvgepb > :last-child, .framer-3sPkJ .framer-1q5appk > :last-child, .framer-3sPkJ .framer-1lhn97u > :last-child, .framer-3sPkJ .framer-etm9tp > :last-child, .framer-3sPkJ .framer-1bpwt2f > :last-child, .framer-3sPkJ .framer-txnecb > :last-child, .framer-3sPkJ .framer-12q2l0l > :last-child, .framer-3sPkJ .framer-no6e5f > :last-child { margin-bottom: 0px; } .framer-3sPkJ .framer-oul7n3 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-3sPkJ .framer-w260q0 > *, .framer-3sPkJ .framer-no6e5f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3sPkJ .framer-1fvgepb > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-3sPkJ .framer-1q5appk > *, .framer-3sPkJ .framer-1lhn97u > *, .framer-3sPkJ .framer-etm9tp > *, .framer-3sPkJ .framer-1bpwt2f > *, .framer-3sPkJ .framer-txnecb > *, .framer-3sPkJ .framer-12q2l0l > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-3sPkJ .framer-cyhuya > *, .framer-3sPkJ .framer-cyhuya > :first-child, .framer-3sPkJ .framer-cyhuya > :last-child { margin: 0px; } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-3sPkJ { background: var(--token-799417b1-911d-4893-a870-42e397cb34ab, rgb(255, 255, 255)); } .framer-3sPkJ.framer-72rtr7 { width: 375px; } .framer-3sPkJ .framer-l2cjqy { background-color: #ffffff; padding: 0px; } .framer-3sPkJ .framer-13mzcz4-container, .framer-3sPkJ .framer-1ce7uy9, .framer-3sPkJ .framer-1sxf0c2, .framer-3sPkJ .framer-1wwm1gv, .framer-3sPkJ .framer-rky7i8 { width: 100%; } .framer-3sPkJ .framer-2hk74m { height: var(--framer-aspect-ratio-supported, 400px); left: 18%; order: 0; top: 1%; width: 400px; } .framer-3sPkJ .framer-tnjmnk { flex-direction: column; gap: 48px; order: 1; padding: 40px 0px 0px 0px; } .framer-3sPkJ .framer-1dg27ur { height: 325px; left: calc(49.86666666666669% - 375px / 2); top: calc(76.96827262044656% - 325px / 2); width: 375px; } .framer-3sPkJ .framer-oul7n3 { flex: none; flex-direction: column; gap: 42px; width: 100%; } .framer-3sPkJ .framer-145kibe { flex: none; gap: 16px; padding: 0px 20px 0px 20px; width: 100%; } .framer-3sPkJ .framer-66gz51 { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-3sPkJ .framer-1b4yc1p { aspect-ratio: unset; flex: none; height: min-content; min-height: 375px; width: 100%; } .framer-3sPkJ .framer-kstd0i { height: var(--framer-aspect-ratio-supported, 315px); left: 50%; top: 0px; width: 332px; } .framer-3sPkJ .framer-khypwo { height: 70px; width: 70px; } .framer-3sPkJ .framer-p1hn7d { height: var(--framer-aspect-ratio-supported, 45px); width: 45px; } .framer-3sPkJ .framer-baa6pb { height: 90px; width: 90px; } .framer-3sPkJ .framer-2wkhgq { bottom: 6px; left: 51%; width: 67px; } .framer-3sPkJ .framer-1vheza2 { height: 39px; left: calc(50.00000000000002% - 54px / 2); top: calc(28.888888888888907% - 39px / 2); width: 54px; } .framer-3sPkJ .framer-1jvvf0f { height: 90px; right: 0px; width: 90px; } .framer-3sPkJ .framer-13rdl27 { bottom: 5px; width: 78px; } .framer-3sPkJ .framer-1h5r7pk { height: 57px; left: calc(60.00000000000002% - 97px / 2); top: calc(37.7777777777778% - 57px / 2); width: 97px; } .framer-3sPkJ .framer-1txyjau { left: 31px; top: -2px; } .framer-3sPkJ .framer-k7kz5t { height: 29px; left: 15px; top: calc(47.3684210526316% - 29px / 2); width: 40px; } .framer-3sPkJ .framer-1xts6bx { height: var(--framer-aspect-ratio-supported, 28px); right: unset; width: 39px; } .framer-3sPkJ .framer-1lzfk0k { bottom: 4px; left: 3px; top: unset; } .framer-3sPkJ .framer-12gmhgt { height: 90px; left: 0px; width: 90px; } .framer-3sPkJ .framer-10fmb6t { height: 39px; left: calc(48.88888888888891% - 63px / 2); top: calc(26.66666666666669% - 39px / 2); width: 63px; } .framer-3sPkJ .framer-1micvfx { bottom: 7px; width: 67px; } .framer-3sPkJ .framer-1gqmzln { left: 29px; top: calc(52.698412698412724% - 32px / 2); } .framer-3sPkJ .framer-1mlikjl { bottom: 63px; left: 233px; } .framer-3sPkJ .framer-15xemxq { order: 2; padding: 0px 16px 0px 16px; } .framer-3sPkJ .framer-1pnam63 { gap: 48px; order: 3; padding: 40px 20px 40px 20px; } .framer-3sPkJ .framer-3sov93 { align-content: flex-start; align-items: flex-start; gap: 16px; } .framer-3sPkJ .framer-1oexafp { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-3sPkJ .framer-1n0ku26 { order: 4; padding: 44px 20px 44px 20px; } .framer-3sPkJ .framer-1jeaoyu, .framer-3sPkJ .framer-112mm6l { gap: 16px; } .framer-3sPkJ .framer-w260q0, .framer-3sPkJ .framer-no6e5f { flex-direction: column; gap: 36px; justify-content: center; } .framer-3sPkJ .framer-1fvgepb { gap: 64px; grid-template-columns: repeat(1, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); } .framer-3sPkJ .framer-otlqyd { gap: 28px; } .framer-3sPkJ .framer-1j6m4a3 { height: var(--framer-aspect-ratio-supported, 335px); width: 100%; } .framer-3sPkJ .framer-1aku6re { min-height: 340px; order: 5; } .framer-3sPkJ .framer-ai5urk-container { left: 50%; top: 16px; } .framer-3sPkJ .framer-1b1s7iu { left: 50%; top: 76px; z-index: 3; } .framer-3sPkJ .framer-581yej { bottom: -196px; height: 330px; left: calc(50.133333333333354% - 343px / 2); width: 343px; } .framer-3sPkJ .framer-1xqmikj { height: 14px; left: 83px; top: 14px; width: 14px; } .framer-3sPkJ .framer-132hm59 { height: 14px; left: 243px; top: 14px; width: 14px; } .framer-3sPkJ .framer-11fs6o { height: 60px; left: calc(88.62973760932947% - 60px / 2); top: calc(21.515151515151537% - 60px / 2); width: 60px; } .framer-3sPkJ .framer-186ccv7 { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 60px); width: 1px; } .framer-3sPkJ .framer-1kc0dp4 { height: 60px; left: 8px; top: 41px; width: 60px; } .framer-3sPkJ .framer-5wdaox { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 60px); order: 0; width: 1px; } .framer-3sPkJ .framer-thbu67 { height: 70px; left: calc(50.145772594752216% - 70px / 2); top: -35px; width: 70px; } .framer-3sPkJ .framer-13ru2ae { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 70px); width: 1px; } .framer-3sPkJ .framer-1wm82wj { bottom: -172px; height: 235px; left: calc(50.133333333333354% - 226px / 2); width: 226px; } .framer-3sPkJ .framer-191d1rs { height: 35px; left: calc(16.371681415929228% - 35px / 2); top: calc(11.489361702127681% - 35px / 2); width: 35px; } .framer-3sPkJ .framer-n2n45p, .framer-3sPkJ .framer-aeuggx { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 35px); width: 1px; } .framer-3sPkJ .framer-13x0oa8 { height: 35px; left: calc(81.85840707964604% - 35px / 2); top: calc(11.489361702127681% - 35px / 2); width: 35px; } .framer-3sPkJ .framer-1uxnetz { height: 14px; left: calc(50.00000000000002% - 14px / 2); top: -6px; width: 14px; } .framer-3sPkJ .framer-1ijip7b { gap: 34px; order: 6; padding: 40px 20px 40px 20px; } .framer-3sPkJ .framer-1t5ytr4 { align-content: flex-start; align-items: flex-start; gap: 16px; order: 0; } .framer-3sPkJ .framer-1efsali, .framer-3sPkJ .framer-15b526o, .framer-3sPkJ .framer-538vlg { order: 1; } .framer-3sPkJ .framer-y2umbo, .framer-3sPkJ .framer-1t6lepd { order: 0; } .framer-3sPkJ .framer-9q7f0z { order: 2; } .framer-3sPkJ .framer-mb1zje { order: 3; } .framer-3sPkJ .framer-1cuuriz { order: 4; } .framer-3sPkJ .framer-kmd9cw { order: 5; } .framer-3sPkJ .framer-9c3o2f { background-color: #ffffff; gap: 48px; order: 7; padding: 40px 20px 0px 20px; } .framer-3sPkJ .framer-cyhuya { gap: 2px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } .framer-3sPkJ .framer-qtpay { order: 8; padding: 80px 20px 80px 20px; } .framer-3sPkJ .framer-4dn7eo { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-3sPkJ .framer-zpg5c7 { align-self: unset; height: min-content; } .framer-3sPkJ .framer-1zgsph { order: 9; padding: 41px 20px 87px 20px; width: 100%; } .framer-3sPkJ .framer-6mdh0b { flex-direction: column; padding: 32px 20px 32px 20px; } .framer-3sPkJ .framer-1z0rjx0 { flex: none; flex-direction: column; padding: 0px 20px 0px 20px; width: 100%; } .framer-3sPkJ .framer-2yba3e { padding: 21px 0px 21px 0px; width: 100%; } .framer-3sPkJ .framer-71zvvg { height: var(--framer-aspect-ratio-supported, 280px); left: -114px; top: 25px; transform: unset; width: 280px; } .framer-3sPkJ .framer-1gd227 { bottom: -35px; height: var(--framer-aspect-ratio-supported, 199px); left: unset; right: -25px; width: 199px; } .framer-3sPkJ .framer-icds5g { bottom: 3px; left: unset; right: -1007px; top: unset; transform: unset; } .framer-3sPkJ .framer-ijtnn8-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-3sPkJ .framer-tnjmnk, .framer-3sPkJ .framer-oul7n3, .framer-3sPkJ .framer-145kibe, .framer-3sPkJ .framer-66gz51, .framer-3sPkJ .framer-1pnam63, .framer-3sPkJ .framer-3sov93, .framer-3sPkJ .framer-1jeaoyu, .framer-3sPkJ .framer-w260q0, .framer-3sPkJ .framer-1fvgepb, .framer-3sPkJ .framer-otlqyd, .framer-3sPkJ .framer-1ijip7b, .framer-3sPkJ .framer-1t5ytr4, .framer-3sPkJ .framer-9c3o2f, .framer-3sPkJ .framer-112mm6l, .framer-3sPkJ .framer-no6e5f, .framer-3sPkJ .framer-cyhuya, .framer-3sPkJ .framer-4dn7eo, .framer-3sPkJ .framer-6mdh0b, .framer-3sPkJ .framer-1z0rjx0 { gap: 0px; } .framer-3sPkJ .framer-tnjmnk > *, .framer-3sPkJ .framer-1pnam63 > *, .framer-3sPkJ .framer-9c3o2f > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-3sPkJ .framer-tnjmnk > :first-child, .framer-3sPkJ .framer-oul7n3 > :first-child, .framer-3sPkJ .framer-145kibe > :first-child, .framer-3sPkJ .framer-66gz51 > :first-child, .framer-3sPkJ .framer-1pnam63 > :first-child, .framer-3sPkJ .framer-3sov93 > :first-child, .framer-3sPkJ .framer-1jeaoyu > :first-child, .framer-3sPkJ .framer-w260q0 > :first-child, .framer-3sPkJ .framer-otlqyd > :first-child, .framer-3sPkJ .framer-1ijip7b > :first-child, .framer-3sPkJ .framer-1t5ytr4 > :first-child, .framer-3sPkJ .framer-9c3o2f > :first-child, .framer-3sPkJ .framer-112mm6l > :first-child, .framer-3sPkJ .framer-no6e5f > :first-child, .framer-3sPkJ .framer-4dn7eo > :first-child, .framer-3sPkJ .framer-6mdh0b > :first-child { margin-top: 0px; } .framer-3sPkJ .framer-tnjmnk > :last-child, .framer-3sPkJ .framer-oul7n3 > :last-child, .framer-3sPkJ .framer-145kibe > :last-child, .framer-3sPkJ .framer-66gz51 > :last-child, .framer-3sPkJ .framer-1pnam63 > :last-child, .framer-3sPkJ .framer-3sov93 > :last-child, .framer-3sPkJ .framer-1jeaoyu > :last-child, .framer-3sPkJ .framer-w260q0 > :last-child, .framer-3sPkJ .framer-otlqyd > :last-child, .framer-3sPkJ .framer-1ijip7b > :last-child, .framer-3sPkJ .framer-1t5ytr4 > :last-child, .framer-3sPkJ .framer-9c3o2f > :last-child, .framer-3sPkJ .framer-112mm6l > :last-child, .framer-3sPkJ .framer-no6e5f > :last-child, .framer-3sPkJ .framer-4dn7eo > :last-child, .framer-3sPkJ .framer-6mdh0b > :last-child { margin-bottom: 0px; } .framer-3sPkJ .framer-oul7n3 > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } .framer-3sPkJ .framer-145kibe > *, .framer-3sPkJ .framer-66gz51 > *, .framer-3sPkJ .framer-3sov93 > *, .framer-3sPkJ .framer-1jeaoyu > *, .framer-3sPkJ .framer-1t5ytr4 > *, .framer-3sPkJ .framer-112mm6l > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-3sPkJ .framer-w260q0 > *, .framer-3sPkJ .framer-no6e5f > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-3sPkJ .framer-1fvgepb > *, .framer-3sPkJ .framer-1fvgepb > :first-child, .framer-3sPkJ .framer-1fvgepb > :last-child, .framer-3sPkJ .framer-cyhuya > *, .framer-3sPkJ .framer-cyhuya > :first-child, .framer-3sPkJ .framer-cyhuya > :last-child, .framer-3sPkJ .framer-1z0rjx0 > *, .framer-3sPkJ .framer-1z0rjx0 > :first-child, .framer-3sPkJ .framer-1z0rjx0 > :last-child { margin: 0px; } .framer-3sPkJ .framer-otlqyd > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-3sPkJ .framer-1ijip7b > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-3sPkJ .framer-4dn7eo > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-3sPkJ .framer-6mdh0b > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8227\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ETP_kS6Nr\":{\"layout\":[\"fixed\",\"auto\"]},\"hXUAohqlH\":{\"layout\":[\"fixed\",\"auto\"]},\"oEZ819hXQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-3sPkJ\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8227,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH5EUMJLFHOACOC5EPWMZKGKE6C676DA/B6XSSNJX2SESKDWPNWH4WCP2CJSK4NIU/YV7HPRET3QHJIMR56F6TM2MVPYSI4S5Z.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/HGWRZTHLV7DR7QFLIJMAF7MPVMPMZDTO/UUISMBAQX4GNE4PCMY2YDAZ4UUZ2U2TS/SNRYPPDTYQZU5ZGAP2IPWB6EKK4MW7FZ.woff2\",weight:\"500\"},{family:\"Red Hat Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/redhatdisplay/v20/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRck05-Xecg3w.woff2\",weight:\"700\"},{family:\"Red Hat Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WDQIEWCFLN6EMYQOS5KYW4367I2WBYD3/DUIROOVG2NP7SN523URKVY2XPJTPXDD3/OVH4LNHLST7KQG4JHAKO4QQRUL7CTSCU.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\"}]},...NavbarFonts,...JoinUsFonts,...ButtonFonts,...TickerFonts,...UserComponentFonts,...ServicesFonts,...PhosphorFonts,...FeatureFonts,...FAQ1Fonts,...Footer4Fonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ETP_kS6Nr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hXUAohqlH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oEZ819hXQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"8227\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"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", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "n", "createGeneratorEasing", "e", "n", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "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", "click", "heading", "height", "id", "link", "logo", "subText", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "E5WAhG0Us", "n3n_C1INm", "xqQN53Mdw", "JDwJvPeDe", "YTHt0Ea_2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapj6plwl", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramertCWna2QWt", "withCSS", "tCWna2QWt_default", "addPropertyControls", "ControlType", "addFonts", "VisionCardFonts", "getFonts", "tCWna2QWt_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "JDwJvPeDed9ioyr", "args", "JDwJvPeDe1fiq7rc", "JDwJvPeDek11seq", "JDwJvPeDe13bbsg6", "JDwJvPeDejmquw2", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramerIGCh33GQT", "withCSS", "IGCh33GQT_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "BzJILZrnc", "pGOSIdZB6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapaujwrh", "args", "onTap1cvf9fp", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramermLzKUOAJk", "withCSS", "mLzKUOAJk_default", "addPropertyControls", "ControlType", "addFonts", "AccordionStyle1Fonts", "getFonts", "mLzKUOAJk_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "mLzKUOAJk_default", "css", "FramerPV0IaOjOS", "withCSS", "PV0IaOjOS_default", "addFonts", "AccordionStyle1Fonts", "FAQAccordionList1Fonts", "getFonts", "PV0IaOjOS_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerX45jwxZYO", "withCSS", "X45jwxZYO_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "numberToPixelString", "value", "radiusForCorner", "cornerIndex", "segments", "transition1", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "background", "fontSize", "gap", "height", "id", "image", "padding", "radius", "text", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "M26HE9dJe", "zRDUmOnQE", "dsJwr_ZrK", "L3B0kdqiK", "vFtbj8Vmx", "Tmw08cAkl", "urxE3rBa7", "R9NPGwoCH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "Image2", "css", "FrameryVfbcdVZp", "withCSS", "yVfbcdVZp_default", "addPropertyControls", "ControlType", "addFonts", "NavbarFonts", "getFonts", "X1rNdH8g7_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "MotionHeaderWithFX", "withFX", "motion", "JoinUsFonts", "AyJErY9iT_default", "ButtonFonts", "bLjYURdFS_default", "MotionDivWithOptimizedAppearEffect", "TickerFonts", "Ticker", "RichTextWithOptimizedAppearEffect", "RichText2", "UserComponentFonts", "jt_FUtzVM_default", "RichTextWithFX", "ServicesFonts", "IGCh33GQT_default", "MotionDivWithFX", "PhosphorFonts", "Icon", "FeatureFonts", "yVfbcdVZp_default", "FAQ1Fonts", "X45jwxZYO_default", "Footer4Fonts", "CSYCylIta_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "transformTemplate1", "_", "transformTemplate2", "transition5", "animation6", "animation7", "transition6", "animation8", "animation9", "transition7", "animation10", "transition8", "animation11", "animation12", "animation13", "transition9", "addImageAlt", "image", "alt", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "animation14", "transition10", "animation15", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "uk9cIHyR5AJXtQvt82", "UFiKwhrSbAJXtQvt82", "vtRFs4fqSAJXtQvt82", "osapoq9BUAJXtQvt82", "idAJXtQvt82", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "ref3", "elementId1", "router", "useRouter", "elementId2", "ref4", "isDisplayed", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "isDisplayed1", "elementId9", "ref11", "elementId10", "ref12", "elementId11", "ref13", "elementId12", "ref14", "elementId13", "ref15", "elementId14", "ref16", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "Image2", "x", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "Link", "ChildrenCanSuspend", "KRf6MmNPg_default", "collection", "paginationInfo", "loadMore", "l", "i", "textContent", "PathVariablesContext", "resolvedLinks8", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
