{
  "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.14.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.14.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/UkD8Orr63aF8VfMHYPw4/Ticker.js", "ssg:https://framerusercontent.com/modules/aFK2zvOARZ8JGRmwH29d/KT1RVu3j8gI8bU9qebB7/MXZ9RvbMF.js", "ssg:https://framerusercontent.com/modules/pAd1wYxr8cC95Y9JM2xN/24YNSHG6EQUT9emZTP6w/rGEKr6KVT.js", "ssg:https://framerusercontent.com/modules/v5gQ7s967PLdQcSX7H5O/AJccaxhbv8yBV0fvMfmb/ncEgejINj.js", "ssg:https://framerusercontent.com/modules/vbEzlTQIZVghNdipWXt1/d88pSe3roisi2gwoZXmz/B5MJnT5PH.js", "ssg:https://framerusercontent.com/modules/c1A5mHrdxTdiFY8vDrtx/CJOBHSYrMXzH8SiARZ6Q/WGUhdTO__.js", "ssg:https://framerusercontent.com/modules/e0PfFyyHDji71cwIL7HP/K35zZisdUnNAxYdmBVQ8/HllUACLDt.js", "ssg:https://framerusercontent.com/modules/bGvdnvBH5gVI8MGbHsla/ZOB9PpxjJDFceJKmVz7M/ZI8JGof_G.js", "ssg:https://framerusercontent.com/modules/8GsxFdGdSYlpZhTjslSh/pazcTpdmlnoCx0rRPYpe/jCk2sO0xt.js", "ssg:https://framerusercontent.com/modules/aFK2zvOARZ8JGRmwH29d/uRFOqhYQ71yFs67E36yQ/MXZ9RvbMF.js", "ssg:https://framerusercontent.com/modules/74GR9Eqn5jLKntAAeiSC/VBmGblAQtAedY80SckhP/rWyv83Rlf.js", "ssg:https://framerusercontent.com/modules/du9mogSRJaSvkthQqk8R/f1fhIWN4QM616dH7LpCS/urj2AD5Li.js", "ssg:https://framerusercontent.com/modules/sqcNabh9eQBzvd3ZCuNZ/aU1fAYKyxn13GZRKAIUs/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{isFunction as t,isCubicBezier as i,noopReturn as e,defaults as s,isEasingGenerator as a,isEasingList as n,interpolate as r}from\"@motionone/utils\";import{cubicBezier as h,steps as o}from\"@motionone/easing\";const l={ease:h(.25,.1,.25,1),\"ease-in\":h(.42,0,1,1),\"ease-in-out\":h(.42,0,.58,1),\"ease-out\":h(0,0,.58,1)};const u=/\\((.*?)\\)/;function getEasingFunction(s){if(t(s))return s;if(i(s))return h(...s);if(l[s])return l[s];if(s.startsWith(\"steps\")){const t=u.exec(s);if(t){const i=t[1].split(\",\");return o(parseFloat(i[0]),i[1].trim())}}return e}class Animation{constructor(t,i=[0,1],{easing:h,duration:o=s.duration,delay:l=s.delay,endDelay:u=s.endDelay,repeat:m=s.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=e;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));h=h||s.easing;if(a(h)){const t=h.createAnimation(i);h=t.easing;i=t.keyframes||i;o=t.duration||o}this.repeat=m;this.easing=n(h)?e:getEasingFunction(h);this.updateDuration(o);const d=r(i,c,n(h)?h.map(getEasingFunction):e);this.tick=i=>{var e;l=l;let s=0;s=void 0!==this.pauseTime?this.pauseTime:(i-this.startTime)*this.rate;this.t=s;s/=1e3;s=Math.max(s-l,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(s=this.totalDuration);const a=s/this.duration;let n=Math.floor(a);let r=a%1;!r&&a>=1&&(r=1);1===r&&n--;const h=n%2;(\"reverse\"===p||\"alternate\"===p&&h||\"alternate-reverse\"===p&&!h)&&(r=1-r);const o=s>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(o));t(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||s>=this.totalDuration+u);if(c){this.playState=\"finished\";null===(e=this.resolve)||void 0===e?void 0:e.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var 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,noopReturn as s}from\"@motionone/utils\";const n=5;function calcGeneratorVelocity(t,s,r){const a=Math.max(s-n,0);return e(r-t(a),s-a)}const r={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=r.stiffness,t=r.damping,s=r.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=r.stiffness,damping:s=r.damping,mass:n=r.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/n)/1e3;const l=calcDampingRatio(e,s,n);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const a=10;const o=1e4;function pregenerateKeyframes(e,t=s){let n;let r=a;let c=e(0);const i=[t(c.current)];while(!c.done&&r<o){c=e(r);i.push(t(c.done?c.target:c.current));void 0===n&&c.hasReachedTarget&&(n=r);r+=a}const h=r-a;1===i.length&&i.push(c.current);return{keyframes:i,duration:h/1e3,overshootDuration:(null!==n&&void 0!==n?n:h)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { Children, useEffect, useState, useRef, useMemo, createRef, useCallback, cloneElement } from \"react\";\nimport { addPropertyControls, ControlType, RenderTarget } from \"framer\";\nimport { useAnimationFrame, useReducedMotion, LayoutGroup, useInView, useMotionValue, useTransform, motion, wrap } from \"framer-motion\";\nimport { resize } from \"@motionone/dom\";\nconst directionTransformers = {\n  left: offset => `translateX(-${offset}px)`,\n  right: offset => `translateX(${offset}px)`,\n  top: offset => `translateY(-${offset}px)`,\n  bottom: offset => `translateY(${offset}px)`\n};\nconst 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                                                                                                                                        */\nexport default function Ticker(props) {\n  /* Props */let {\n    slots,\n    gap,\n    padding,\n    paddingPerSide,\n    paddingTop,\n    paddingRight,\n    paddingBottom,\n    paddingLeft,\n    speed,\n    hoverFactor,\n    direction,\n    alignment,\n    sizingOptions,\n    fadeOptions,\n    style\n  } = props;\n  const {\n    fadeContent,\n    overflow,\n    fadeWidth,\n    fadeInset,\n    fadeAlpha\n  } = fadeOptions;\n  const {\n    widthType,\n    heightType\n  } = sizingOptions;\n  const paddingValue = paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : `${padding}px`; /* Checks */\n  const isCanvas = RenderTarget.current() === RenderTarget.canvas;\n  const numChildren = Children.count(slots);\n  const hasChildren = numChildren > 0;\n  if (direction === true) {\n    direction = \"left\";\n  }\n  const isHorizontal = direction === \"left\" || direction === \"right\";\n  const offset = useMotionValue(0);\n  const transformer = directionTransformers[direction];\n  const transform = useTransform(offset, transformer); /* Refs and State */\n  const parentRef = useRef(null);\n  const childrenRef = useMemo(() => {\n    return [/*#__PURE__*/createRef(), /*#__PURE__*/createRef()];\n  }, []);\n  const [size, setSize] = useState({\n    parent: null,\n    children: null\n  }); /* Arrays */\n  let clonedChildren = [];\n  let dupedChildren = []; /* Duplicate value */\n  let duplicateBy = 0;\n  let opacity = 0;\n  if (isCanvas) {\n    // duplicateBy = 10\n    duplicateBy = numChildren ? Math.floor(10 / numChildren) : 0;\n    opacity = 1;\n  }\n  if (!isCanvas && hasChildren && size.parent) {\n    duplicateBy = Math.round(size.parent / size.children * 2) + 1;\n    opacity = 1;\n  } /* Measure parent and child */\n  const measure = useCallback(() => {\n    if (hasChildren && parentRef.current) {\n      const parentLength = isHorizontal ? parentRef.current.offsetWidth : parentRef.current.offsetHeight;\n      const start = childrenRef[0].current ? isHorizontal ? childrenRef[0].current.offsetLeft : childrenRef[0].current.offsetTop : 0;\n      const end = childrenRef[1].current ? isHorizontal ? childrenRef[1].current.offsetLeft + childrenRef[1].current.offsetWidth : childrenRef[1].current.offsetTop + childrenRef[1].current.offsetHeight : 0;\n      const childrenLength = end - start + gap;\n      setSize({\n        parent: parentLength,\n        children: childrenLength\n      });\n    }\n  }, []);\n  const childrenStyles = isCanvas ? {\n    contentVisibility: \"auto\"\n  } : {}; /* Add refs to first and last child */\n  if (hasChildren) {\n    // TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\n    if (!isCanvas) {\n      /**\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      */\n      let initialResize = useRef(true);\n      useEffect(() => {\n        measure();\n        return resize(parentRef.current, ({\n          contentSize\n        }) => {\n          if (!initialResize.current && (contentSize.width || contentSize.height)) {\n            measure();\n          }\n          initialResize.current = false;\n        });\n      }, []);\n    }\n    clonedChildren = Children.map(slots, (child, index) => {\n      var ref, ref1, ref2, ref3;\n      let ref4;\n      if (index === 0) {\n        ref4 = childrenRef[0];\n      }\n      if (index === slots.length - 1) {\n        ref4 = childrenRef[1];\n      }\n      const size = {\n        width: widthType ? (ref = child.props) === null || ref === void 0 ? void 0 : ref.width : \"100%\",\n        height: heightType ? (ref1 = child.props) === null || ref1 === void 0 ? void 0 : ref1.height : \"100%\"\n      };\n      return /*#__PURE__*/_jsx(LayoutGroup, {\n        inherit: \"id\",\n        children: /*#__PURE__*/_jsx(\"li\", {\n          ref: ref4,\n          style: size,\n          children: /*#__PURE__*/cloneElement(child, {\n            style: {\n              ...((ref2 = child.props) === null || ref2 === void 0 ? void 0 : ref2.style),\n              ...size,\n              flexShrink: 0,\n              ...childrenStyles\n            },\n            layoutId: child.props.layoutId ? child.props.layoutId + \"-original-\" + index : undefined\n          }, (ref3 = child.props) === null || ref3 === void 0 ? void 0 : ref3.children)\n        })\n      });\n    });\n  }\n  if (!isCanvas) {\n    for (let i = 0; i < duplicateBy; i++) {\n      dupedChildren = [...dupedChildren, ...Children.map(slots, (child, childIndex) => {\n        var ref, ref1, ref2, ref3;\n        return /*#__PURE__*/_jsx(LayoutGroup, {\n          inherit: \"id\",\n          children: /*#__PURE__*/_jsx(\"li\", {\n            style: {\n              display: \"contents\"\n            },\n            \"aria-hidden\": true,\n            children: /*#__PURE__*/cloneElement(child, {\n              key: i + \" \" + childIndex,\n              style: {\n                ...((ref = child.props) === null || ref === void 0 ? void 0 : ref.style),\n                width: widthType ? (ref1 = child.props) === null || ref1 === void 0 ? void 0 : ref1.width : \"100%\",\n                height: heightType ? (ref2 = child.props) === null || ref2 === void 0 ? void 0 : ref2.height : \"100%\",\n                flexShrink: 0,\n                ...childrenStyles\n              },\n              layoutId: child.props.layoutId ? child.props.layoutId + \"-dupe-\" + i : undefined\n            }, (ref3 = child.props) === null || ref3 === void 0 ? void 0 : ref3.children)\n          }, i + \"li\" + childIndex)\n        }, i + \"lg\" + childIndex);\n      })];\n    }\n  }\n  const animateToValue = size.children + size.children * Math.round(size.parent / size.children);\n  const initialTime = useRef(null);\n  const prevTime = useRef(null);\n  const xOrY = useRef(0);\n  const isHover = useRef(false);\n  const isInView = useInView(parentRef);\n  const isReducedMotion = useReducedMotion();\n  const listRef = useRef(null);\n  const animationRef = useRef(null); /**\n                                     * Setup animations\n                                     */\n  if (!isCanvas) {\n    /**\n    * If this is an animation we can hardware accelerate, animate with WAAPI\n    */\n    if (supportsAcceleratedAnimations) {\n      useEffect(() => {\n        if (isReducedMotion || !animateToValue || !speed) {\n          return;\n        }\n        animationRef.current = listRef.current.animate({\n          transform: [transformer(0), transformer(animateToValue)]\n        }, {\n          duration: Math.abs(animateToValue) / speed * 1e3,\n          iterations: Infinity,\n          easing: \"linear\"\n        });\n        return () => animationRef.current.cancel();\n      }, [hoverFactor, animateToValue, speed]);\n    } else {\n      /**\n      * If we can't accelerate this animation because we have a hoverFactor defined\n      * animate with a rAF loop.\n      */\n      useAnimationFrame(t => {\n        if (!animateToValue || isReducedMotion || supportsAcceleratedAnimations) {\n          return;\n        } /**\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          */\n        if (initialTime.current === null) {\n          initialTime.current = t;\n        }\n        t = t - initialTime.current;\n        const timeSince = prevTime.current === null ? 0 : t - prevTime.current;\n        let delta = timeSince * (speed / 1e3);\n        if (isHover.current) {\n          delta *= hoverFactor;\n        }\n        xOrY.current += delta;\n        xOrY.current = wrap(0, animateToValue, xOrY.current);\n        prevTime.current = t;\n        if (!isInView) return;\n        offset.set(xOrY.current);\n      });\n    }\n  } /* Fades */\n  const fadeDirection = isHorizontal ? \"to right\" : \"to bottom\";\n  const fadeWidthStart = fadeWidth / 2;\n  const fadeWidthEnd = 100 - fadeWidth / 2;\n  const fadeInsetStart = clamp(fadeInset, 0, fadeWidthStart);\n  const fadeInsetEnd = 100 - fadeInset;\n  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 */\n  if (!hasChildren) {\n    return /*#__PURE__*/_jsxs(\"section\", {\n      style: placeholderStyles,\n      children: [/*#__PURE__*/_jsx(\"div\", {\n        style: emojiStyles,\n        children: \"\u2728\"\n      }), /*#__PURE__*/_jsx(\"p\", {\n        style: titleStyles,\n        children: \"Connect to Content\"\n      }), /*#__PURE__*/_jsx(\"p\", {\n        style: subtitleStyles,\n        children: \"Add layers or components to infinitely loop on your page.\"\n      })]\n    });\n  }\n  return /*#__PURE__*/_jsx(\"section\", {\n    style: {\n      ...containerStyle,\n      opacity: opacity,\n      WebkitMaskImage: fadeContent ? fadeMask : undefined,\n      MozMaskImage: fadeContent ? fadeMask : undefined,\n      maskImage: fadeContent ? fadeMask : undefined,\n      overflow: overflow ? \"visible\" : \"hidden\",\n      padding: paddingValue\n    },\n    ref: parentRef,\n    children: /*#__PURE__*/_jsxs(motion.ul, {\n      ref: listRef,\n      style: {\n        ...containerStyle,\n        gap: gap,\n        top: direction === \"bottom\" && isValidNumber(animateToValue) ? -animateToValue : undefined,\n        left: direction === \"right\" && isValidNumber(animateToValue) ? -animateToValue : undefined,\n        placeItems: alignment,\n        position: \"relative\",\n        flexDirection: isHorizontal ? \"row\" : \"column\",\n        ...style,\n        transform: supportsAcceleratedAnimations ? undefined : transform,\n        willChange: \"transform\"\n      },\n      onMouseEnter: () => {\n        isHover.current = true;\n        if (animationRef.current) {\n          animationRef.current.updatePlaybackRate(hoverFactor);\n        }\n      },\n      onMouseLeave: () => {\n        isHover.current = false;\n        if (animationRef.current) {\n          animationRef.current.updatePlaybackRate(1);\n        }\n      },\n      children: [clonedChildren, dupedChildren]\n    })\n  });\n}\n; /* Default Properties */\nTicker.defaultProps = {\n  gap: 10,\n  padding: 10,\n  sizingOptions: {\n    widthType: true,\n    heightType: true\n  },\n  fadeOptions: {\n    fadeContent: true,\n    overflow: false,\n    fadeWidth: 25,\n    fadeAlpha: 0,\n    fadeInset: 0\n  },\n  direction: true\n}; /* Property Controls */\naddPropertyControls(Ticker, {\n  slots: {\n    type: ControlType.Array,\n    title: \"Children\",\n    control: {\n      type: ControlType.ComponentInstance\n    }\n  },\n  speed: {\n    type: ControlType.Number,\n    title: \"Speed\",\n    min: 0,\n    max: 1e3,\n    defaultValue: 100,\n    unit: \"%\",\n    displayStepper: true,\n    step: 5\n  },\n  direction: {\n    type: ControlType.Enum,\n    title: \"Direction\",\n    options: [\"left\", \"right\", \"top\", \"bottom\"],\n    optionIcons: [\"direction-left\", \"direction-right\", \"direction-up\", \"direction-down\"],\n    optionTitles: [\"Left\", \"Right\", \"Top\", \"Bottom\"],\n    defaultValue: \"left\",\n    displaySegmentedControl: true\n  },\n  alignment: {\n    type: ControlType.Enum,\n    title: \"Align\",\n    options: [\"flex-start\", \"center\", \"flex-end\"],\n    optionIcons: {\n      direction: {\n        right: [\"align-top\", \"align-middle\", \"align-bottom\"],\n        left: [\"align-top\", \"align-middle\", \"align-bottom\"],\n        top: [\"align-left\", \"align-center\", \"align-right\"],\n        bottom: [\"align-left\", \"align-center\", \"align-right\"]\n      }\n    },\n    defaultValue: \"center\",\n    displaySegmentedControl: true\n  },\n  gap: {\n    type: ControlType.Number,\n    title: \"Gap\"\n  },\n  padding: {\n    title: \"Padding\",\n    type: ControlType.FusedNumber,\n    toggleKey: \"paddingPerSide\",\n    toggleTitles: [\"Padding\", \"Padding per side\"],\n    valueKeys: [\"paddingTop\", \"paddingRight\", \"paddingBottom\", \"paddingLeft\"],\n    valueLabels: [\"T\", \"R\", \"B\", \"L\"],\n    min: 0\n  },\n  sizingOptions: {\n    type: ControlType.Object,\n    title: \"Sizing\",\n    controls: {\n      widthType: {\n        type: ControlType.Boolean,\n        title: \"Width\",\n        enabledTitle: \"Auto\",\n        disabledTitle: \"Stretch\",\n        defaultValue: true\n      },\n      heightType: {\n        type: ControlType.Boolean,\n        title: \"Height\",\n        enabledTitle: \"Auto\",\n        disabledTitle: \"Stretch\",\n        defaultValue: true\n      }\n    }\n  },\n  fadeOptions: {\n    type: ControlType.Object,\n    title: \"Clipping\",\n    controls: {\n      fadeContent: {\n        type: ControlType.Boolean,\n        title: \"Fade\",\n        defaultValue: true\n      },\n      overflow: {\n        type: ControlType.Boolean,\n        title: \"Overflow\",\n        enabledTitle: \"Show\",\n        disabledTitle: \"Hide\",\n        defaultValue: false,\n        hidden(props) {\n          return props.fadeContent === true;\n        }\n      },\n      fadeWidth: {\n        type: ControlType.Number,\n        title: \"Width\",\n        defaultValue: 25,\n        min: 0,\n        max: 100,\n        unit: \"%\",\n        hidden(props) {\n          return props.fadeContent === false;\n        }\n      },\n      fadeInset: {\n        type: ControlType.Number,\n        title: \"Inset\",\n        defaultValue: 0,\n        min: 0,\n        max: 100,\n        unit: \"%\",\n        hidden(props) {\n          return props.fadeContent === false;\n        }\n      },\n      fadeAlpha: {\n        type: ControlType.Number,\n        title: \"Opacity\",\n        defaultValue: 0,\n        min: 0,\n        max: 1,\n        step: .05,\n        hidden(props) {\n          return props.fadeContent === false;\n        }\n      }\n    }\n  },\n  hoverFactor: {\n    type: ControlType.Number,\n    title: \"Hover\",\n    min: 0,\n    max: 1,\n    unit: \"x\",\n    defaultValue: 1,\n    step: .1,\n    displayStepper: true,\n    description: \"Slows down the speed while you are hovering.\"\n  }\n}); /* Placeholder Styles */\nconst containerStyle = {\n  display: \"flex\",\n  width: \"100%\",\n  height: \"100%\",\n  maxWidth: \"100%\",\n  maxHeight: \"100%\",\n  placeItems: \"center\",\n  margin: 0,\n  padding: 0,\n  listStyleType: \"none\",\n  textIndent: \"none\"\n}; /* Styles */\nconst placeholderStyles = {\n  display: \"flex\",\n  width: \"100%\",\n  height: \"100%\",\n  placeContent: \"center\",\n  placeItems: \"center\",\n  flexDirection: \"column\",\n  color: \"#96F\",\n  background: \"rgba(136, 85, 255, 0.1)\",\n  fontSize: 11,\n  overflow: \"hidden\",\n  padding: \"20px 20px 30px 20px\"\n};\nconst emojiStyles = {\n  fontSize: 32,\n  marginBottom: 10\n};\nconst titleStyles = {\n  margin: 0,\n  marginBottom: 10,\n  fontWeight: 600,\n  textAlign: \"center\"\n};\nconst subtitleStyles = {\n  margin: 0,\n  opacity: .7,\n  maxWidth: 150,\n  lineHeight: 1.5,\n  textAlign: \"center\"\n}; /* Clamp function, used for fadeInset */\nconst clamp = (num, min, max) => Math.min(Math.max(num, min), max);\nconst isValidNumber = value => typeof value === \"number\" && !isNaN(value);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Ticker\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"200\",\n        \"framerDisableUnlink\": \"*\",\n        \"framerIntrinsicWidth\": \"400\",\n        \"framerSupportedLayoutHeight\": \"fixed\",\n        \"framerSupportedLayoutWidth\": \"fixed\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (f866232)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  AZ0EB9acy: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"AZ0EB9acy\"];\nconst variantClassNames = {\n  AZ0EB9acy: \"framer-v-p5xty2\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"AZ0EB9acy\",\n  title: NUEY9_vkH = \"Join us\",\n  link: wZ7iv6KQV,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"AZ0EB9acy\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-z9v1P\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Link, {\n        href: wZ7iv6KQV,\n        openInNewTab: false,\n        children: /*#__PURE__*/_jsx(motion.a, {\n          ...restProps,\n          className: `${cx(\"framer-p5xty2\", className)} framer-z1d2t6`,\n          \"data-framer-name\": \"Variant 1\",\n          layoutDependency: layoutDependency,\n          layoutId: \"AZ0EB9acy\",\n          ref: ref,\n          style: {\n            backgroundColor: \"rgba(0, 255, 157, 0.78)\",\n            borderBottomLeftRadius: 8,\n            borderBottomRightRadius: 8,\n            borderTopLeftRadius: 8,\n            borderTopRightRadius: 8,\n            boxShadow: \"none\",\n            ...style\n          },\n          transition: transition,\n          variants: {\n            \"AZ0EB9acy-hover\": {\n              backgroundColor: \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 255, 168))\",\n              boxShadow: \"0px 1px 2px 0px rgba(0,0,0,0.25)\"\n            }\n          },\n          ...addPropertyOverrides({\n            \"AZ0EB9acy-hover\": {\n              \"data-framer-name\": undefined\n            }\n          }, baseVariant, gestureVariant),\n          children: /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"SW50ZXItU2VtaUJvbGQ=\",\n                  \"--framer-font-family\": '\"Inter-SemiBold\", \"Inter\", sans-serif',\n                  \"--framer-font-size\": \"14px\",\n                  \"--framer-font-weight\": \"600\",\n                  \"--framer-line-height\": \"20px\"\n                },\n                children: \"Get Started \u2014 Free\"\n              })\n            }),\n            className: \"framer-1eg89d0\",\n            \"data-framer-name\": \"Get Started \u2014 Free\",\n            fonts: [\"Inter-SemiBold\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"I1:13585;1:48\",\n            style: {\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: NUEY9_vkH,\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-z9v1P [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-z9v1P .framer-z1d2t6 { display: block; }\", \".framer-z9v1P .framer-p5xty2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: min-content; }\", \".framer-z9v1P .framer-1eg89d0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-z9v1P .framer-v-p5xty2 .framer-p5xty2 { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z9v1P .framer-p5xty2 { gap: 0px; } .framer-z9v1P .framer-p5xty2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-z9v1P .framer-p5xty2 > :first-child { margin-top: 0px; } .framer-z9v1P .framer-p5xty2 > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicHeight 40\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicWidth 80\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xIxuh6nA6\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerVariables {\"NUEY9_vkH\":\"title\",\"wZ7iv6KQV\":\"link\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     */\nconst FramerMXZ9RvbMF = withCSS(Component, css, \"framer-z9v1P\");\nexport default FramerMXZ9RvbMF;\nFramerMXZ9RvbMF.displayName = \"Buttons / Primary\";\nFramerMXZ9RvbMF.defaultProps = {\n  height: 40,\n  width: 80\n};\naddPropertyControls(FramerMXZ9RvbMF, {\n  NUEY9_vkH: {\n    defaultValue: \"Join us\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  wZ7iv6KQV: {\n    title: \"Link\",\n    type: ControlType.Link\n  }\n});\naddFonts(FramerMXZ9RvbMF, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerMXZ9RvbMF\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xIxuh6nA6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerVariables\": \"{\\\"NUEY9_vkH\\\":\\\"title\\\",\\\"wZ7iv6KQV\\\":\\\"link\\\"}\",\n        \"framerIntrinsicWidth\": \"80\",\n        \"framerIntrinsicHeight\": \"40\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./MXZ9RvbMF.map", "// Generated by Framer (72f35ee)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, SVG, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst cycleOrder = [\"Ure4PAMCC\", \"rGFagM0fm\", \"eN6MawsA_\", \"tJNHEYzc_\", \"Mrhnd4VHh\", \"C16riBNmi\", \"Ry2awF2m1\", \"yIlbRPJY9\", \"juyL4hEbt\", \"EdKXjFKI5\", \"G0logG3w0\", \"EfK7zCXdy\", \"do_w_mBQt\", \"gzRVdMVeV\", \"yizyjdFpN\", \"kyIb3wMCP\", \"nzUYC5HVR\", \"lgAPumNPI\", \"SGdxnNrY1\", \"SaNh0NHHi\", \"rZRqgjbaG\", \"H3oWC7_rt\", \"CwRJttlMx\", \"s8fc4UhLK\", \"uQAoSSQ3s\", \"nMTRlIgRz\", \"DQ7ksqk3L\", \"IDRKZpzx_\", \"qzVroZnBl\", \"svNjw1iTX\", \"zuZZ7Xsgk\", \"cfGRWGSq2\", \"fGzt1zZOa\", \"pL5DaW_5b\", \"J0t0aUjCq\", \"JolIcw7Jy\"];\nconst variantClassNames = {\n  C16riBNmi: \"framer-v-1dixfxp\",\n  cfGRWGSq2: \"framer-v-18tm87u\",\n  CwRJttlMx: \"framer-v-1voauac\",\n  do_w_mBQt: \"framer-v-9h0m5s\",\n  DQ7ksqk3L: \"framer-v-2yhs2k\",\n  EdKXjFKI5: \"framer-v-1apdyq8\",\n  EfK7zCXdy: \"framer-v-1rlto4x\",\n  eN6MawsA_: \"framer-v-535dkj\",\n  fGzt1zZOa: \"framer-v-1qeu7v3\",\n  G0logG3w0: \"framer-v-7i0sv\",\n  gzRVdMVeV: \"framer-v-1ir2phx\",\n  H3oWC7_rt: \"framer-v-17nh5ap\",\n  IDRKZpzx_: \"framer-v-1hoe0n2\",\n  J0t0aUjCq: \"framer-v-fj61xq\",\n  JolIcw7Jy: \"framer-v-4pxrxv\",\n  juyL4hEbt: \"framer-v-1gx8vfm\",\n  kyIb3wMCP: \"framer-v-1usl2ol\",\n  lgAPumNPI: \"framer-v-1g6glqd\",\n  Mrhnd4VHh: \"framer-v-tc8mtw\",\n  nMTRlIgRz: \"framer-v-55gh0f\",\n  nzUYC5HVR: \"framer-v-7yaf03\",\n  pL5DaW_5b: \"framer-v-1qk55dw\",\n  qzVroZnBl: \"framer-v-1a4118e\",\n  rGFagM0fm: \"framer-v-x40740\",\n  Ry2awF2m1: \"framer-v-yl6bzo\",\n  rZRqgjbaG: \"framer-v-18bwt40\",\n  s8fc4UhLK: \"framer-v-1mtjd6a\",\n  SaNh0NHHi: \"framer-v-12ok8iy\",\n  SGdxnNrY1: \"framer-v-1mqps13\",\n  svNjw1iTX: \"framer-v-1mb8dii\",\n  tJNHEYzc_: \"framer-v-1fpw7t1\",\n  uQAoSSQ3s: \"framer-v-9vdiq9\",\n  Ure4PAMCC: \"framer-v-rlia8r\",\n  yIlbRPJY9: \"framer-v-gnqsm4\",\n  yizyjdFpN: \"framer-v-1jjligu\",\n  zuZZ7Xsgk: \"framer-v-1oejvsy\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"Ure4PAMCC\",\n  \"Variant 10\": \"EdKXjFKI5\",\n  \"Variant 11\": \"G0logG3w0\",\n  \"Variant 12\": \"EfK7zCXdy\",\n  \"Variant 13\": \"do_w_mBQt\",\n  \"Variant 14\": \"gzRVdMVeV\",\n  \"Variant 15\": \"yizyjdFpN\",\n  \"Variant 16\": \"kyIb3wMCP\",\n  \"Variant 17\": \"nzUYC5HVR\",\n  \"Variant 18\": \"lgAPumNPI\",\n  \"Variant 19\": \"SGdxnNrY1\",\n  \"Variant 2\": \"rGFagM0fm\",\n  \"Variant 20\": \"SaNh0NHHi\",\n  \"Variant 21\": \"rZRqgjbaG\",\n  \"Variant 22\": \"H3oWC7_rt\",\n  \"Variant 23\": \"CwRJttlMx\",\n  \"Variant 24\": \"s8fc4UhLK\",\n  \"Variant 25\": \"uQAoSSQ3s\",\n  \"Variant 26\": \"nMTRlIgRz\",\n  \"Variant 27\": \"DQ7ksqk3L\",\n  \"Variant 28\": \"IDRKZpzx_\",\n  \"Variant 29\": \"qzVroZnBl\",\n  \"Variant 3\": \"eN6MawsA_\",\n  \"Variant 30\": \"svNjw1iTX\",\n  \"Variant 31\": \"zuZZ7Xsgk\",\n  \"Variant 32\": \"cfGRWGSq2\",\n  \"Variant 33\": \"fGzt1zZOa\",\n  \"Variant 34\": \"pL5DaW_5b\",\n  \"Variant 35\": \"J0t0aUjCq\",\n  \"Variant 36\": \"JolIcw7Jy\",\n  \"Variant 4\": \"tJNHEYzc_\",\n  \"Variant 5\": \"Mrhnd4VHh\",\n  \"Variant 6\": \"C16riBNmi\",\n  \"Variant 7\": \"Ry2awF2m1\",\n  \"Variant 8\": \"yIlbRPJY9\",\n  \"Variant 9\": \"juyL4hEbt\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"Ure4PAMCC\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"Ure4PAMCC\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const isDisplayed = () => {\n    if ([\"rGFagM0fm\", \"eN6MawsA_\", \"tJNHEYzc_\", \"Mrhnd4VHh\", \"C16riBNmi\", \"Ry2awF2m1\", \"yIlbRPJY9\", \"juyL4hEbt\", \"EdKXjFKI5\", \"G0logG3w0\", \"EfK7zCXdy\", \"do_w_mBQt\", \"gzRVdMVeV\", \"yizyjdFpN\", \"kyIb3wMCP\", \"nzUYC5HVR\", \"lgAPumNPI\", \"SGdxnNrY1\", \"SaNh0NHHi\", \"rZRqgjbaG\", \"H3oWC7_rt\", \"CwRJttlMx\", \"s8fc4UhLK\", \"uQAoSSQ3s\", \"nMTRlIgRz\", \"DQ7ksqk3L\", \"IDRKZpzx_\", \"qzVroZnBl\", \"svNjw1iTX\", \"zuZZ7Xsgk\", \"cfGRWGSq2\", \"fGzt1zZOa\", \"pL5DaW_5b\", \"J0t0aUjCq\", \"JolIcw7Jy\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"rGFagM0fm\") return true;\n    return false;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"eN6MawsA_\") return true;\n    return false;\n  };\n  const isDisplayed3 = () => {\n    if (baseVariant === \"tJNHEYzc_\") return true;\n    return false;\n  };\n  const isDisplayed4 = () => {\n    if (baseVariant === \"Mrhnd4VHh\") return true;\n    return false;\n  };\n  const isDisplayed5 = () => {\n    if (baseVariant === \"C16riBNmi\") return true;\n    return false;\n  };\n  const isDisplayed6 = () => {\n    if (baseVariant === \"Ry2awF2m1\") return true;\n    return false;\n  };\n  const isDisplayed7 = () => {\n    if (baseVariant === \"yIlbRPJY9\") return true;\n    return false;\n  };\n  const isDisplayed8 = () => {\n    if (baseVariant === \"juyL4hEbt\") return true;\n    return false;\n  };\n  const isDisplayed9 = () => {\n    if (baseVariant === \"EdKXjFKI5\") return true;\n    return false;\n  };\n  const isDisplayed10 = () => {\n    if (baseVariant === \"G0logG3w0\") return true;\n    return false;\n  };\n  const isDisplayed11 = () => {\n    if (baseVariant === \"EfK7zCXdy\") return true;\n    return false;\n  };\n  const isDisplayed12 = () => {\n    if (baseVariant === \"do_w_mBQt\") return true;\n    return false;\n  };\n  const isDisplayed13 = () => {\n    if (baseVariant === \"gzRVdMVeV\") return true;\n    return false;\n  };\n  const isDisplayed14 = () => {\n    if (baseVariant === \"yizyjdFpN\") return true;\n    return false;\n  };\n  const isDisplayed15 = () => {\n    if (baseVariant === \"kyIb3wMCP\") return true;\n    return false;\n  };\n  const isDisplayed16 = () => {\n    if (baseVariant === \"nzUYC5HVR\") return true;\n    return false;\n  };\n  const isDisplayed17 = () => {\n    if (baseVariant === \"lgAPumNPI\") return true;\n    return false;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-BDYwy\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(Image, {\n        ...restProps,\n        background: {\n          alt: \"\",\n          fit: \"fill\"\n        },\n        className: cx(\"framer-rlia8r\", className),\n        \"data-framer-name\": \"Variant 1\",\n        layoutDependency: layoutDependency,\n        layoutId: \"Ure4PAMCC\",\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          C16riBNmi: {\n            \"data-framer-name\": \"Variant 6\"\n          },\n          cfGRWGSq2: {\n            \"data-framer-name\": \"Variant 32\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/PMoPgbJq8WyUWbZVhWqUjJjwT8.svg\").href\n            }\n          },\n          CwRJttlMx: {\n            \"data-framer-name\": \"Variant 23\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/MMFTMnaIvmjGgfeFd8wwy2OVQhc.svg\").href\n            }\n          },\n          do_w_mBQt: {\n            \"data-framer-name\": \"Variant 13\"\n          },\n          DQ7ksqk3L: {\n            \"data-framer-name\": \"Variant 27\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/hreRAsC3e1nReunecyeQKLlOM.svg\").href\n            }\n          },\n          EdKXjFKI5: {\n            \"data-framer-name\": \"Variant 10\"\n          },\n          EfK7zCXdy: {\n            \"data-framer-name\": \"Variant 12\"\n          },\n          eN6MawsA_: {\n            \"data-framer-name\": \"Variant 3\"\n          },\n          fGzt1zZOa: {\n            \"data-framer-name\": \"Variant 33\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/R0Mo9R1LgsIXUp7z9399JxaMs.svg\").href\n            }\n          },\n          G0logG3w0: {\n            \"data-framer-name\": \"Variant 11\"\n          },\n          gzRVdMVeV: {\n            \"data-framer-name\": \"Variant 14\"\n          },\n          H3oWC7_rt: {\n            \"data-framer-name\": \"Variant 22\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 15,\n              pixelHeight: 16,\n              pixelWidth: 15,\n              src: new URL(\"https://framerusercontent.com/images/F8jYsN6LJg3UkaHsUYBcB8RQeA.svg\").href\n            }\n          },\n          IDRKZpzx_: {\n            \"data-framer-name\": \"Variant 28\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/BFmamBbEUg56CVzZN41CyekXE.svg\").href\n            }\n          },\n          J0t0aUjCq: {\n            \"data-framer-name\": \"Variant 35\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/eUn0S57TKQIhruN76vwX0pW01k.svg\").href\n            }\n          },\n          JolIcw7Jy: {\n            \"data-framer-name\": \"Variant 36\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/p9cmaxeszXNdFnKgFFhzcSrUfU.svg\").href\n            }\n          },\n          juyL4hEbt: {\n            \"data-framer-name\": \"Variant 9\"\n          },\n          kyIb3wMCP: {\n            \"data-framer-name\": \"Variant 16\"\n          },\n          lgAPumNPI: {\n            \"data-framer-name\": \"Variant 18\"\n          },\n          Mrhnd4VHh: {\n            \"data-framer-name\": \"Variant 5\"\n          },\n          nMTRlIgRz: {\n            \"data-framer-name\": \"Variant 26\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/PnRpGPFxfW1RE4047nV4X4fFRY4.svg\").href\n            }\n          },\n          nzUYC5HVR: {\n            \"data-framer-name\": \"Variant 17\"\n          },\n          pL5DaW_5b: {\n            \"data-framer-name\": \"Variant 34\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/2RV8gL8pgGOsDUmfWPa1c6RNQ9A.svg\").href\n            }\n          },\n          qzVroZnBl: {\n            \"data-framer-name\": \"Variant 29\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/6I8cr18WS3hTqQgHuhOSsLzC4.svg\").href\n            }\n          },\n          rGFagM0fm: {\n            \"data-framer-name\": \"Variant 2\"\n          },\n          Ry2awF2m1: {\n            \"data-framer-name\": \"Variant 7\"\n          },\n          rZRqgjbaG: {\n            \"data-framer-name\": \"Variant 21\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 15,\n              pixelHeight: 16,\n              pixelWidth: 15,\n              src: new URL(\"https://framerusercontent.com/images/IF2EBqxPAfL10xEokquOqpW2q0Y.svg\").href\n            }\n          },\n          s8fc4UhLK: {\n            \"data-framer-name\": \"Variant 24\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/apRkWMLuGQUuRSUjlZMTbKktxNk.svg\").href\n            }\n          },\n          SaNh0NHHi: {\n            \"data-framer-name\": \"Variant 20\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/namJN3KVgSdy0Lqggn5tq3svI.svg\").href\n            }\n          },\n          SGdxnNrY1: {\n            \"data-framer-name\": \"Variant 19\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 99,\n              intrinsicWidth: 99,\n              pixelHeight: 99,\n              pixelWidth: 99,\n              src: new URL(\"https://framerusercontent.com/images/FeVpQE0FXlCdToTReZfRVUTtYO0.svg\").href\n            }\n          },\n          svNjw1iTX: {\n            \"data-framer-name\": \"Variant 30\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 17,\n              pixelHeight: 16,\n              pixelWidth: 17,\n              src: new URL(\"https://framerusercontent.com/images/RggJlLHd6KYdrwLSKhpu3ndTUWU.svg\").href\n            }\n          },\n          tJNHEYzc_: {\n            \"data-framer-name\": \"Variant 4\"\n          },\n          uQAoSSQ3s: {\n            \"data-framer-name\": \"Variant 25\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/jBAXQTYUt2dnWNYKayodtmKXnx0.svg\").href\n            }\n          },\n          yIlbRPJY9: {\n            \"data-framer-name\": \"Variant 8\"\n          },\n          yizyjdFpN: {\n            \"data-framer-name\": \"Variant 15\"\n          },\n          zuZZ7Xsgk: {\n            \"data-framer-name\": \"Variant 31\",\n            background: {\n              alt: \"\",\n              fit: \"fill\",\n              intrinsicHeight: 16,\n              intrinsicWidth: 16,\n              pixelHeight: 16,\n              pixelWidth: 16,\n              src: new URL(\"https://framerusercontent.com/images/329CkQbrC7MCrJRUUghzIx9VKM.svg\").href\n            }\n          }\n        }, baseVariant, gestureVariant),\n        children: [isDisplayed() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-k04lhk\",\n          \"data-framer-name\": \"1\",\n          fill: \"black\",\n          intrinsicHeight: 39,\n          intrinsicWidth: 36,\n          layoutDependency: layoutDependency,\n          layoutId: \"hFcl5ttgv\",\n          svg: '<svg width=\"36\" height=\"39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m34.33 24.616-.602-1.706s2.51-3.815-3.714-5.12c0 0 .401-4.719-1.807-6.927 4.819-4.719 3.714-11.846-7.228-7.228C15.357-7.107-6.328 18.09 2.708 22.106c-.904 1.205-.904 7.228 5.32 7.83 4.217 9.036 14.457 9.638 20.38 6.928 5.922-2.71 9.336-11.344 5.922-12.248ZM7.928 28.632c-5.12-.502-5.622-7.53-1.205-8.232 4.417-.703 5.522 8.633 1.205 8.232Zm-1.506-9.537c-1.405 0-3.112 1.907-3.112 1.907C-3.517 17.69 15.658-4.296 19.774 4.237c0 0-10.04 4.819-13.352 14.858ZM26.5 27.628c0-.402-2.108.602-5.923-.703.301-2.108 4.819 1.807 12.348-3.313l.602 2.109c2.811-.503 0 9.035-9.035 8.934-7.328-.1-9.637-7.63-5.622-11.745.803-.804-2.91-2.41-2.208-5.924.301-1.505 1.606-3.714 4.919-3.112 3.313.603 4.016-2.409 6.224-1.305 2.209 1.105.904 5.321 1.205 5.923.301.603 3.513.703 4.116 2.41.602 1.706-4.116 5.42-11.445 4.417-1.706-.2-2.71 2.008-1.606 3.413 2.209 3.213 11.244 1.105 12.75-2.008-3.815 2.912-11.646 4.016-12.248.904 2.209 1.004 5.923.401 5.923 0ZM13.35 11.766c2.208-2.71 5.12-4.317 5.12-4.317l-.603 1.506s2.109-1.606 4.418-1.606l-.803.803c2.61.1 3.714 1.104 3.714 1.104s-6.124-1.807-11.846 2.51Zm13.553 3.915c1.305-.1.903 2.912.903 2.912h-.803s-1.405-2.811-.1-2.912Zm-5.923 3.313c-.904.1-1.908.603-1.807.201.401-1.606 4.116-1.205 4.015.2-.1 1.406-.903-.601-2.208-.4Zm2.108 1.205c.1.2-.703 0-1.305.1-.603.1-1.205.402-1.205.201 0-.2 2.309-1.104 2.51-.301Zm2.008.301c.3-.602 1.506 0 1.204.602-.3.603-1.505 0-1.204-.602Zm2.51.2c-.603 0-.603-1.304 0-1.304.602 0 .602 1.405 0 1.405v-.1Zm-18.07 5.322c.3.3-.603.903-1.306.401-.703-.502.803-2.911-1.004-3.513-1.807-.603-1.305 1.706-1.807 1.405-.502-.301.703-3.514 2.811-2.209 2.108 1.305-.602 3.313.602 3.916 1.205.602.502-.201.703 0Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed1() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-ka8p2t\",\n          \"data-framer-name\": \"2\",\n          fill: \"black\",\n          intrinsicHeight: 43,\n          intrinsicWidth: 43,\n          layoutDependency: layoutDependency,\n          layoutId: \"LVD9vCcf3\",\n          svg: '<svg width=\"43\" height=\"43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.439 20.074a1.056 1.056 0 0 0-.902-.364.87.87 0 0 0-.645.518L.253 41.493a.932.932 0 0 0 .834 1.35H15.9a.896.896 0 0 0 .83-.517c3.112-6.422 1.186-16.402-4.291-22.252Z\" fill=\"url(#a)\"/><path d=\"M42.778 41.5c-.2-.398-19.932-39.88-20.418-40.862a.84.84 0 0 0-.71-.486L21.617.15a1.019 1.019 0 0 0-.84.524c-5.349 8.474-5.955 18.705-1.62 27.368l7.14 14.281a.928.928 0 0 0 .836.527h14.81a.933.933 0 0 0 .835-1.35Z\" fill=\"url(#b)\"/><defs><linearGradient id=\"a\" x1=\"18.348\" y1=\"23.42\" x2=\"5.56\" y2=\"45.569\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F8F8F8\"/><stop offset=\".92\" stop-color=\"#E7E7E7\"/></linearGradient><linearGradient id=\"b\" x1=\"43.066\" y1=\"7.005\" x2=\"17.179\" y2=\"42.768\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#F8F8F8\"/><stop offset=\".92\" stop-color=\"#E7E7E7\"/></linearGradient></defs></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed2() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-gtdutm\",\n          \"data-framer-name\": \"3\",\n          fill: \"black\",\n          intrinsicHeight: 33,\n          intrinsicWidth: 40,\n          layoutDependency: layoutDependency,\n          layoutId: \"W0njNBrpP\",\n          svg: '<svg width=\"40\" height=\"33\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.905.44 3.29 6.489c-.812.336-.804 1.491.014 1.815l14.676 5.82a5.445 5.445 0 0 0 4.014 0l14.676-5.82c.818-.324.827-1.478.014-1.815L22.069.441a5.446 5.446 0 0 0-4.164 0m3.383 16.86V31.84a.98.98 0 0 0 1.34.91l16.353-6.348a.98.98 0 0 0 .618-.91V10.954a.98.98 0 0 0-1.34-.91L21.906 16.39a.98.98 0 0 0-.618.91m-3.819.75-4.853 2.344-.493.238-10.245 4.91c-.65.312-1.478-.16-1.478-.882V11.014c0-.26.134-.486.313-.656.074-.073.157-.136.248-.186.245-.147.594-.186.89-.069l15.537 6.156c.79.313.851 1.42.081 1.792\" fill=\"#fff\"/><path d=\"m17.468 18.05-4.854 2.344L.712 10.358c.073-.073.157-.136.248-.186.244-.147.594-.186.89-.069l15.536 6.156c.79.313.852 1.42.082 1.792\" fill=\"#000\" fill-opacity=\".25\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed3() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-pgq5f0\",\n          \"data-framer-name\": \"4\",\n          fill: \"black\",\n          intrinsicHeight: 40,\n          intrinsicWidth: 39,\n          layoutDependency: layoutDependency,\n          layoutId: \"aT49fYcul\",\n          svg: '<svg width=\"39\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M38.75 20.53a24.56 24.56 0 0 0-.343-3.98H19.879v7.575H30.49a8.928 8.928 0 0 1-3.937 5.948l6.333 4.92c3.723-3.465 5.862-8.515 5.862-14.463Z\" fill=\"#fff\"/><path d=\"M19.882 39.7c5.306 0 9.756-1.754 13.008-4.749l-6.333-4.878c-1.754 1.198-4.022 1.883-6.675 1.883-5.135 0-9.457-3.466-11.04-8.088l-6.504 5.007A19.622 19.622 0 0 0 19.882 39.7ZM8.84 23.825a11.932 11.932 0 0 1 0-7.531l-6.504-5.05c-2.781 5.564-2.781 12.11 0 17.63l6.504-5.049ZM19.882 8.207a10.716 10.716 0 0 1 7.531 2.952l5.606-5.648C29.467 2.173 24.76.376 19.882.419A19.622 19.622 0 0 0 2.338 11.245l6.504 5.05c1.583-4.665 5.905-8.088 11.04-8.088Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed4() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-1dswgcv\",\n          \"data-framer-name\": \"5\",\n          fill: \"black\",\n          intrinsicHeight: 43,\n          intrinsicWidth: 44,\n          layoutDependency: layoutDependency,\n          layoutId: \"D8C9IW_hB\",\n          svg: '<svg width=\"44\" height=\"43\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.677.976C9.82.976.203 10.59.203 22.45c0 9.488 6.153 17.538 14.686 20.377 1.073.199 1.467-.466 1.467-1.033 0-.512-.02-2.204-.03-3.998-5.974 1.299-7.234-2.534-7.234-2.534-.977-2.482-2.385-3.142-2.385-3.142-1.948-1.333.147-1.305.147-1.305 2.157.151 3.292 2.213 3.292 2.213 1.915 3.283 5.024 2.334 6.25 1.785.192-1.388.748-2.335 1.363-2.872-4.77-.543-9.784-2.384-9.784-10.612 0-2.345.839-4.26 2.212-5.764-.223-.541-.958-2.725.208-5.683 0 0 1.804-.577 5.907 2.201a20.567 20.567 0 0 1 5.375-.722 20.62 20.62 0 0 1 5.38.722c4.099-2.778 5.9-2.201 5.9-2.201 1.168 2.958.433 5.142.21 5.683 1.377 1.504 2.21 3.42 2.21 5.764 0 8.247-5.024 10.064-9.805 10.595.77.667 1.456 1.974 1.456 3.977 0 2.873-.025 5.186-.025 5.893 0 .571.387 1.241 1.475 1.03 8.528-2.843 14.673-10.889 14.673-20.374 0-11.86-9.614-21.474-21.474-21.474Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed5() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-19cyccf\",\n          \"data-framer-name\": \"6\",\n          fill: \"black\",\n          intrinsicHeight: 46,\n          intrinsicWidth: 46,\n          layoutDependency: layoutDependency,\n          layoutId: \"zSX4jSR2S\",\n          svg: '<svg width=\"46\" height=\"46\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M45.4 23c0 12.371-10.029 22.4-22.4 22.4C10.629 45.4.6 35.371.6 23 .6 10.63 10.629.6 23 .6 35.371.6 45.4 10.63 45.4 23Zm-16.8 7.84H11.8a3.36 3.36 0 0 1-3.36-3.36V15.16h16.8a3.36 3.36 0 0 1 3.36 3.36v12.32Zm8.96 0-6.72-4.48v-6.72l6.72-4.48v15.68Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed6() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-qmev1s\",\n          \"data-framer-name\": \"7\",\n          fill: \"black\",\n          intrinsicHeight: 38,\n          intrinsicWidth: 38,\n          layoutDependency: layoutDependency,\n          layoutId: \"RzRYF8isP\",\n          svg: '<svg width=\"38\" height=\"38\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.477 23.786a3.818 3.818 0 0 1-3.824 3.823A3.822 3.822 0 0 1 .83 23.786a3.822 3.822 0 0 1 3.823-3.824h3.824v3.824Zm1.909 0a3.818 3.818 0 0 1 3.823-3.824 3.818 3.818 0 0 1 3.824 3.824v9.556a3.818 3.818 0 0 1-3.824 3.823 3.818 3.818 0 0 1-3.823-3.823v-9.556ZM14.208 8.44a3.818 3.818 0 0 1-3.824-3.823A3.818 3.818 0 0 1 14.208.794a3.818 3.818 0 0 1 3.823 3.823v3.824h-3.823Zm0 1.938a3.818 3.818 0 0 1 3.823 3.824 3.818 3.818 0 0 1-3.823 3.823H4.623A3.822 3.822 0 0 1 .8 14.202a3.822 3.822 0 0 1 3.823-3.824h9.585Zm15.316 3.824a3.818 3.818 0 0 1 3.823-3.824 3.818 3.818 0 0 1 3.824 3.824 3.818 3.818 0 0 1-3.824 3.823h-3.823v-3.823Zm-1.91 0a3.818 3.818 0 0 1-3.823 3.823 3.818 3.818 0 0 1-3.823-3.823V4.617A3.818 3.818 0 0 1 23.79.794a3.818 3.818 0 0 1 3.824 3.823v9.585Zm-3.823 15.316a3.818 3.818 0 0 1 3.824 3.824 3.818 3.818 0 0 1-3.824 3.823 3.818 3.818 0 0 1-3.823-3.823v-3.824h3.823Zm0-1.909a3.818 3.818 0 0 1-3.823-3.823 3.818 3.818 0 0 1 3.823-3.824h9.585a3.818 3.818 0 0 1 3.823 3.824 3.818 3.818 0 0 1-3.823 3.823H23.79Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed7() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-g1qfl2\",\n          \"data-framer-name\": \"8\",\n          fill: \"black\",\n          intrinsicHeight: 39,\n          intrinsicWidth: 29,\n          layoutDependency: layoutDependency,\n          layoutId: \"zKzS_OnQs\",\n          svg: '<svg width=\"29\" height=\"39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.723 11.918c0-1.68 1.402-2.328 3.647-2.328 3.27 0 7.423 1.002 10.693 2.765V2.236C22.499.813 18.942.27 15.378.27 6.66.269.85 4.82.85 12.431c0 11.898 16.336 9.969 16.336 15.1 0 1.99-1.725 2.63-4.121 2.63-3.557 0-8.154-1.47-11.763-3.428v9.683a29.847 29.847 0 0 0 11.755 2.44c8.937 0 15.093-3.842 15.093-11.573 0-12.825-16.427-10.527-16.427-15.365Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed8() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-1vwtk0f\",\n          \"data-framer-name\": \"9\",\n          fill: \"black\",\n          intrinsicHeight: 42,\n          intrinsicWidth: 48,\n          layoutDependency: layoutDependency,\n          layoutId: \"iSztTb3kP\",\n          svg: '<svg width=\"48\" height=\"42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m24.032 8.27-11.916 7.607 11.916 7.606-11.916 7.605L.2 23.42l11.916-7.606L.2 8.271 12.116.665l11.916 7.606Zm-11.98 25.227 11.916-7.606 11.916 7.606-11.916 7.606-11.916-7.606Zm11.98-10.078 11.915-7.606-11.915-7.542L35.884.665 47.8 8.271l-11.916 7.606L47.8 23.483l-11.916 7.605-11.852-7.669Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed9() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-b4amo6\",\n          \"data-framer-name\": \"10\",\n          fill: \"black\",\n          intrinsicHeight: 42,\n          intrinsicWidth: 44,\n          layoutDependency: layoutDependency,\n          layoutId: \"xv0IauLcY\",\n          svg: '<svg width=\"44\" height=\"42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.285.676c6.586 0 16.502 2.04 21.156 6.658 1.18 1.181 2.72 3.472 2.72 6.873 0 6.014-4.832 15.214-10.13 20.583-2.757 2.757-7.124 6.372-13.03 6.372-5.764 0-10.167-3.938-11.42-5.19C3.713 31.066.205 23.656.205 16.711c0-4.367 1.253-8.197 4.403-11.383C7.543 2.36 12.591.676 19.285.676Zm8.161 23.948c2.22-2.22 2.828-4.976 2.828-6.48 0-1.11-.286-2.72-1.646-4.08-2.112-2.112-4.403-2.685-6.945-2.685-3.186 0-5.334 1.002-6.765 2.434-1.11 1.11-2.077 2.864-2.077 5.334 0 2.47 1.289 4.833 2.72 6.264 1.325 1.325 3.366 2.291 5.478 2.291 2.112 0 4.188-.859 6.407-3.078Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed10() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-1othxkh\",\n          \"data-framer-name\": \"11\",\n          fill: \"black\",\n          intrinsicHeight: 42,\n          intrinsicWidth: 46,\n          layoutDependency: layoutDependency,\n          layoutId: \"Kp5cdqFrx\",\n          svg: '<svg width=\"46\" height=\"42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M.6.68h16.631L.6 41.184V.68Zm27.961 0H45.4v39.984L28.561.68Zm-5.474 15.487 9.182 24.29h-5.683l-3.915-7.692h-6.237l6.653-16.598Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed11() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-1hbfxs1\",\n          \"data-framer-name\": \"12\",\n          fill: \"black\",\n          intrinsicHeight: 39,\n          intrinsicWidth: 40,\n          layoutDependency: layoutDependency,\n          layoutId: \"YGQzmBwRr\",\n          svg: '<svg width=\"40\" height=\"39\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.12 38.39c-2.44 0-4.618-.593-6.535-1.778-1.917-1.185-3.433-2.806-4.549-4.862C.921 29.694.363 27.36.363 24.745s.558-4.932 1.673-6.954c1.116-2.056 2.632-3.66 4.549-4.81 1.917-1.185 4.095-1.777 6.535-1.777 1.952 0 3.66.366 5.123 1.098a9.27 9.27 0 0 1 2.988 2.337c.184.218.567.094.567-.191V1.74a.29.29 0 0 1 .232-.285L28.14.193c.18-.038.35.1.35.284v36.995c0 .16-.13.29-.291.29h-5.431a.29.29 0 0 1-.285-.234l-.557-2.825c-.05-.249-.375-.323-.537-.128-.78.935-1.76 1.771-2.938 2.508-1.359.871-3.137 1.307-5.332 1.307Zm1.411-5.856c2.161 0 3.921-.714 5.28-2.143 1.395-1.464 2.092-3.329 2.092-5.594 0-2.266-.697-4.113-2.091-5.542-1.36-1.464-3.12-2.196-5.28-2.196-2.127 0-3.887.715-5.281 2.144-1.394 1.429-2.091 3.276-2.091 5.542 0 2.265.697 4.13 2.091 5.594 1.394 1.463 3.154 2.195 5.28 2.195Zm20.356 5.124a4.505 4.505 0 1 0 0-9.011 4.505 4.505 0 0 0 0 9.01Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed12() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-19gxxwo\",\n          \"data-framer-name\": \"13\",\n          fill: \"black\",\n          intrinsicHeight: 40,\n          intrinsicWidth: 38,\n          layoutDependency: layoutDependency,\n          layoutId: \"iq8eWZri8\",\n          svg: '<svg width=\"38\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.61 1.236c-6.16.476-11.397.892-11.635.922-.685.149-1.31.595-1.607 1.22L.1 3.914l.03 12.914.03 12.914.386.803c.238.447 1.726 2.53 3.363 4.642 3.243 4.226 3.481 4.434 4.701 4.583.357.03 3.065-.09 5.951-.268 2.916-.179 7.618-.476 10.415-.625 11.992-.744 11.367-.684 12.081-1.28.863-.714.774.477.833-15.235.03-13.3 0-14.193-.208-14.58-.208-.476-.625-.774-6.1-4.612C27.922.58 27.654.462 26.017.432c-.684-.03-6.278.357-12.408.804Z\" fill=\"#111\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.61 1.236c-6.16.476-11.397.892-11.635.922-.685.149-1.31.595-1.607 1.22L.1 3.914l.03 12.914.03 12.914.386.803c.238.447 1.726 2.53 3.363 4.642 3.243 4.226 3.481 4.434 4.701 4.583.357.03 3.065-.09 5.951-.268 2.916-.179 7.618-.476 10.415-.625 11.992-.744 11.367-.684 12.081-1.28.863-.714.774.477.833-15.235.03-13.3 0-14.193-.208-14.58-.208-.476-.625-.774-6.1-4.612C27.922.58 27.654.462 26.017.432c-.684-.03-6.278.357-12.408.804Zm13.836 1.696c.535.238 4.314 2.856 4.85 3.362.149.149.208.298.12.357C32.265 6.8 8.847 8.2 8.163 8.08c-.298-.03-.744-.209-1.012-.387-1.071-.744-3.72-2.916-3.72-3.065 0-.417-.089-.417 10.326-1.19 1.994-.12 5.297-.357 7.29-.536 4.315-.327 5.594-.327 6.398.03Zm7.439 6.725c.178.178.327.505.387.833.03.297.06 5.832.03 12.26-.03 11.009-.06 11.723-.268 12.02-.12.209-.358.417-.566.477-.506.208-25.025 1.607-25.53 1.458a1.622 1.622 0 0 1-.715-.447l-.297-.297-.03-11.902c-.03-8.362 0-12.052.09-12.379.059-.238.267-.536.416-.655.208-.148 1.666-.267 6.665-.565 3.511-.179 8.957-.506 12.052-.714 7.438-.446 7.409-.446 7.766-.09Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.31 13.733c-1.34.09-2.53.208-2.649.298a1.274 1.274 0 0 0-.714.952c-.03.387.09.446 1.428.625l.566.06v5.266c0 3.124-.03 5.177-.12 5.118-.059-.06-1.785-2.738-3.868-5.892-2.083-3.213-3.808-5.832-3.838-5.832-.03-.03-1.369.03-3.006.149-1.993.119-3.094.268-3.303.387-.357.178-.773.833-.773 1.25 0 .267.476.416 1.458.416h.536v15.116l-.863.268c-.625.178-.863.297-.982.565-.179.417-.179.774.03.774.059 0 1.457-.06 3.064-.179 3.154-.178 3.512-.267 3.839-.922.119-.179.208-.387.208-.476 0-.03-.446-.179-.952-.298-.536-.119-1.071-.268-1.19-.268-.209-.059-.209-.446-.209-5.742v-5.684l3.75 5.862c3.927 6.16 4.403 6.874 5.028 7.171.744.387 2.649.12 3.6-.505l.298-.18.03-8.39.03-8.421.655-.12c.773-.148 1.13-.505 1.13-1.13 0-.387-.03-.416-.386-.387-.209 0-1.488.09-2.798.149Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed13() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-g0bbma\",\n          \"data-framer-name\": \"14\",\n          fill: \"black\",\n          intrinsicHeight: 48,\n          intrinsicWidth: 42,\n          layoutDependency: layoutDependency,\n          layoutId: \"uLfhIz3iG\",\n          svg: '<svg width=\"42\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.885 9.52a.446.446 0 0 1 .403.375c.032.232 5.044 34.116 5.044 34.116L27.055 47.1.705 42.163s3.382-26.15 3.51-27.072c.17-1.218.21-1.259 1.503-1.664l4.17-1.293C10.781 8.348 13.628.9 19.585.9c.779 0 1.68.418 2.407 1.38a3.89 3.89 0 0 1 .216-.007c2.558 0 4.012 2.178 4.836 4.549l1.38-.426c.205-.06.734-.143 1.005.128.27.27 2.737 2.72 2.737 2.72s3.551.262 3.719.276ZM23.358 7.962l2.23-.69c-.565-1.725-1.443-3.225-2.761-3.39.328.94.533 2.126.533 3.6l-.002.475v.005Zm-1.561.226c0-1.779-.239-3.096-.605-4.014-1.453.623-3.115 2.276-4.002 5.698l2.716-.841 1.89-.585v-.258Zm-1.611-5.432a1.345 1.345 0 0 0-.764-.258c-4.28 0-6.684 5.619-7.697 9.066l2.954-.914.686-.213c.865-4.52 2.911-6.783 4.821-7.681Zm.262 19.89 1.76-5.237s-1.19-.69-3.598-.69c-6.251 0-9.348 4.175-9.348 8.49 0 2.88 1.614 4.185 3.028 5.33 1.104.893 2.086 1.688 2.086 3.055 0 .754-.533 1.786-1.844 1.786-2.006 0-4.384-2.041-4.384-2.041l-1.21 4.001s2.312 2.815 6.835 2.815c3.77 0 6.565-2.838 6.565-7.245 0-3.388-2.28-5.062-4.083-6.385-1.178-.865-2.151-1.58-2.151-2.525 0-.438.14-2.178 2.91-2.178 1.891 0 3.434.823 3.434.823Z\" fill=\"#fff\"/><path d=\"M35.886 9.52c-.168-.014-3.72-.277-3.72-.277s-2.465-2.448-2.736-2.72a.675.675 0 0 0-.38-.174L27.056 47.1l14.275-3.087s-5.01-33.886-5.041-34.118a.446.446 0 0 0-.404-.374Z\" fill=\"#000\" fill-opacity=\".08\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed14() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-qqq1im\",\n          \"data-framer-name\": \"15\",\n          fill: \"black\",\n          intrinsicHeight: 42,\n          intrinsicWidth: 59,\n          layoutDependency: layoutDependency,\n          layoutId: \"LCsvyTKab\",\n          svg: '<svg width=\"59\" height=\"42\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M31.994 1.993c-2.884 0-5.5 1.228-7.377 3.173h-.001A11.264 11.264 0 0 0 15.629.718C9.416.718 4.342 5.77 4.362 11.96c0 1.61.336 3.129.939 4.492A9.834 9.834 0 0 0 .45 24.947c0 5.433 4.337 9.814 9.702 9.814a9.93 9.93 0 0 0 1.99-.201c1.476 4.003 5.32 6.841 9.814 6.841 4.314 0 8.025-2.636 9.612-6.37a9.169 9.169 0 0 0 12.005-3.778c.783.157 1.61.246 2.459.246 6.907 0 12.518-5.654 12.518-12.629S52.962 6.24 46.032 6.24c-1.81 0-3.532.38-5.074 1.073-1.788-3.174-5.12-5.32-8.964-5.32ZM7.722 22.483l-.252.663v-.001c-.036.072-.016.102.005.133a.237.237 0 0 1 .017.028c.076.061.153.102.23.142.038.02.075.04.113.064.62.32 1.19.411 1.785.411 1.212 0 1.968-.64 1.968-1.693v-.022c0-.984-.847-1.328-1.648-1.58l-.114-.022c-.595-.185-1.122-.366-1.122-.756v-.022c0-.343.298-.595.779-.595.526 0 1.143.16 1.555.39 0 0 .115.067.16-.047l.253-.663c.023-.068-.023-.114-.069-.137-.457-.297-1.075-.48-1.739-.48H9.53c-1.12 0-1.899.687-1.899 1.648v.022c0 1.008.87 1.35 1.67 1.58l.138.045c.595.185 1.098.344 1.098.756v.022c0 .388-.342.663-.869.663-.205 0-.87 0-1.578-.458l-.206-.137-.011-.005c-.046-.023-.108-.054-.15.051Zm17.847 0-.252.663v-.001a.151.151 0 0 0 .01.116c.006.015.012.028.012.045.076.061.153.102.23.142.038.02.076.04.113.064.62.32 1.19.411 1.785.411 1.212 0 1.968-.64 1.968-1.693v-.022c0-.984-.847-1.328-1.648-1.58l-.114-.022c-.595-.185-1.122-.366-1.122-.756v-.022c0-.343.298-.595.779-.595.526 0 1.144.16 1.555.39 0 0 .115.067.16-.047l.253-.663c.023-.068-.023-.114-.069-.137-.457-.297-1.075-.48-1.739-.48h-.114c-1.12 0-1.899.687-1.899 1.648v.022c0 1.008.87 1.35 1.67 1.58l.138.045c.594.185 1.098.344 1.098.756v.022c0 .388-.342.663-.868.663-.206 0-.87 0-1.58-.458l-.205-.137c-.024-.022-.115-.068-.161.046Zm13.134-1.374c0-.389-.07-.755-.161-1.098a2.379 2.379 0 0 0-.458-.884 2.033 2.033 0 0 0-.779-.595c-.32-.16-.686-.23-1.098-.23-.378.002-.751.08-1.098.23a2.261 2.261 0 0 0-1.236 1.48 3.419 3.419 0 0 0-.161 1.097c0 .39.068.763.16 1.099.093.335.252.632.459.884.207.252.458.457.778.595.32.137.687.206 1.098.206.412 0 .778-.07 1.098-.206a2.261 2.261 0 0 0 1.236-1.48c.116-.342.162-.708.162-1.098Zm-1.51-1.395c.206.32.32.778.32 1.373s-.091 1.076-.32 1.396c-.206.32-.527.48-.984.48-.458 0-.778-.16-.984-.48-.206-.343-.32-.801-.32-1.396 0-.595.114-1.053.32-1.373.206-.32.526-.48.984-.48.435 0 .778.16.984.48Zm9.975 3.775-.252-.687-.001.007a.155.155 0 0 0-.088-.076c-.023-.01-.037-.017-.026-.038a1.943 1.943 0 0 1-.481.136 3.64 3.64 0 0 1-.55.046c-.502 0-.892-.136-1.165-.434-.273-.297-.434-.755-.434-1.396 0-.594.137-1.03.389-1.35.237-.343.618-.503 1.121-.503.413 0 .733.046 1.076.16 0 0 .068.046.114-.068l.252-.686c.023-.069-.046-.115-.069-.115-.137-.069-.457-.137-.686-.183a6.683 6.683 0 0 0-.755-.046 2.911 2.911 0 0 0-1.144.23 2.38 2.38 0 0 0-.824.594 2.369 2.369 0 0 0-.503.885 3.43 3.43 0 0 0-.16 1.098c0 .846.228 1.532.686 2.036.457.504 1.128.756 2.013.756.526 0 1.052-.091 1.441-.252 0 0 .068-.022.046-.114Zm5.033-2.196c.023-.046.138-.71-.091-1.488l.002.012c-.092-.322-.297-.664-.412-.756a2.039 2.039 0 0 0-.663-.503c-.275-.138-.618-.206-.984-.206-.435 0-.824.068-1.144.23-.32.136-.594.35-.8.594a2.26 2.26 0 0 0-.459.884 3.43 3.43 0 0 0-.16 1.098c0 .39.046.755.16 1.099.114.319.276.617.504.868.227.25.524.433.868.57.343.138.777.206 1.258.206 1.007 0 1.533-.229 1.739-.343a.237.237 0 0 1 .008-.008c.024-.023.055-.052.014-.153l-.229-.64c-.045-.091-.137-.069-.137-.069l-.077.029c-.247.092-.598.223-1.341.223-.55 0-.939-.16-1.19-.412-.275-.26-.39-.617-.412-1.144h3.455s.091 0 .091-.091Zm-1.076-.756h-2.449c.07-.343.138-.618.275-.824.206-.32.526-.503.984-.503.457 0 .755.183.96.503.138.23.207.504.23.824Zm-26.514.717a3.695 3.695 0 0 0-.118-1.449l.003.012a1.893 1.893 0 0 0-.39-.756 2.039 2.039 0 0 0-.663-.503c-.274-.138-.618-.206-.984-.206-.434 0-.824.068-1.143.23a2.19 2.19 0 0 0-.801.594 2.262 2.262 0 0 0-.459.884 3.43 3.43 0 0 0-.16 1.098c0 .39.046.755.16 1.099.115.319.276.617.504.868.227.25.525.433.868.57.343.138.777.206 1.258.206 1.007 0 1.533-.229 1.739-.343l.009-.008c.023-.023.054-.052.014-.153l-.23-.64c-.045-.091-.136-.069-.136-.069l-.078.029c-.247.092-.598.223-1.341.223-.55 0-.938-.16-1.19-.412-.275-.26-.39-.617-.412-1.144h3.455s.092 0 .092-.091l.003-.039Zm-1.08-.717h-2.47c.068-.343.136-.618.297-.824.206-.32.527-.503.984-.503.457 0 .755.183.96.503.138.23.207.504.23.824Zm-7.963-.115-.57-.068h-.001l-.595-.022c-.298 0-.572.046-.847.114-.25.092-.503.184-.709.343-.206.16-.388.341-.503.571-.115.23-.183.503-.183.8 0 .298.046.573.16.78.115.228.275.412.459.548.205.137.435.229.709.298.274.069.571.091.915.091.366 0 .71-.023 1.053-.091l.868-.161c.115-.023.252-.069.252-.069.068-.022.068-.114.068-.114v-3.157c0-.709-.183-1.213-.55-1.533-.366-.32-.892-.48-1.578-.48-.252 0-.663.045-.915.091 0 0-.733.138-1.053.39 0 0-.068.044-.023.136l.252.663c.023.069.114.046.114.046s.024 0 .046-.022c.663-.344 1.51-.344 1.51-.344.366 0 .663.092.846.23.184.137.275.365.275.823v.137Zm-.937 2.563c-.687.046-1.007-.206-1.007-.206-.137-.091-.16-.137-.183-.183a.9.9 0 0 1-.114-.458c0-.297.092-.526.297-.663 0 0 .298-.251 1.007-.251a6.8 6.8 0 0 1 .938.068v1.579s-.435.091-.938.114Zm28.053-4.068c.052-.146.1-.28.111-.325l-.016.003c.023-.091-.022-.114-.114-.137-.044-.023-.341-.07-.57-.092-.427-.024-.68.046-.885.137a1.49 1.49 0 0 0-.57.434v-.411c0-.069-.024-.115-.092-.115h-.885c-.045 0-.091.046-.091.115v5.144c0 .068.045.114.114.114h.915a.108.108 0 0 0 .114-.114v-2.562c0-.366.046-.71.114-.915.068-.206.16-.388.297-.503a1.18 1.18 0 0 1 .434-.252 1.85 1.85 0 0 1 .458-.068c.183 0 .39.046.39.046.067 0 .113-.024.136-.092.023-.083.084-.252.14-.407Zm-8.31-2.59c.024-.068-.046-.114-.068-.114l-.003-.004a.552.552 0 0 0-.32-.045 2.816 2.816 0 0 0-.48-.046c-.618 0-1.12.183-1.464.526-.343.344-.573.87-.687 1.556l-.045.23h-.779s-.091-.023-.114.09l-.137.71c0 .068.023.114.115.114h.755l-.778 4.325a7.715 7.715 0 0 1-.206.847l-.004.01c-.089.2-.158.357-.247.47-.091.115-.183.206-.32.252a1.1 1.1 0 0 1-.412.068c-.091 0-.183 0-.275-.022l-.183-.069s-.068-.045-.114.046l-.252.71c-.022.068 0 .113.046.136.102.044.21.075.32.092.183.046.342.046.503.046.32 0 .618-.046.847-.137.251-.069.457-.228.64-.434.207-.23.345-.46.459-.779.114-.319.206-.707.297-1.165l.732-4.416h1.144s.091.022.114-.092l.136-.709c0-.068-.022-.114-.114-.114h-1.098c0-.022.047-.412.184-.778.068-.16.16-.274.251-.366a.594.594 0 0 1 .298-.183 1.75 1.75 0 0 1 .365-.046c.092 0 .207 0 .275.022.065.014.108.026.137.035a.183.183 0 0 0 .047.011c.114.046.138 0 .16-.046l.275-.731Zm-15.58 7.436c.045 0 .091-.046.091-.114v-7.345c0-.068-.023-.114-.091-.114h-.915c-.046 0-.092.069-.092.114v7.345c0 .068.023.114.092.114h.915Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed15() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-1clr1qk\",\n          \"data-framer-name\": \"16\",\n          fill: \"black\",\n          intrinsicHeight: 40,\n          intrinsicWidth: 42,\n          layoutDependency: layoutDependency,\n          layoutId: \"x08xlAPCz\",\n          svg: '<svg width=\"42\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32.866 20.871a9.135 9.135 0 1 0 0 18.268 9.135 9.135 0 0 0 0-18.268Zm-23.732 0a9.134 9.134 0 1 0 0 18.269 9.135 9.135 0 1 0 0-18.268Zm21-11.418a9.135 9.135 0 1 1-18.266 0 9.135 9.135 0 0 1 18.266 0Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed16() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-bt6o00\",\n          \"data-framer-name\": \"17\",\n          fill: \"black\",\n          intrinsicHeight: 32,\n          intrinsicWidth: 45,\n          layoutDependency: layoutDependency,\n          layoutId: \"EfMC3SDhm\",\n          svg: '<svg width=\"45\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m33.37 9.607-3.886 12.25c0-.938-2.68-21.257-2.68-21.257-6.166 0-9.437 4.37-11.152 9.007l-4.745 12.277c0-.885-.67-12.17-.67-12.17A10.025 10.025 0 0 0 .507.627L5.545 31.4c6.433 0 9.918-4.37 11.714-9.007l4.021-10.454c0 .429 2.68 19.461 2.68 19.461a12.385 12.385 0 0 0 11.795-8.658L44.87.6c-6.433 0-9.81 4.37-11.526 9.007h.026Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        }), isDisplayed17() && /*#__PURE__*/_jsx(SVG, {\n          className: \"framer-sq9emt\",\n          \"data-framer-name\": \"18\",\n          fill: \"black\",\n          intrinsicHeight: 36,\n          intrinsicWidth: 36,\n          layoutDependency: layoutDependency,\n          layoutId: \"EmaRySoRz\",\n          svg: '<svg width=\"36\" height=\"36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.454 18.533v-.475c0-5.723-.004-11.445-.01-17.167 0-.371.084-.475.464-.469 1.35.025 2.703.028 4.054 0 .418-.009.549.075.548.527-.019 5.676-.013 11.352-.013 17.028v.502c.21-.07.298-.214.408-.326 2.2-2.195 4.397-4.394 6.59-6.595.226-.227.343-.271.591-.014a162.95 162.95 0 0 0 3.024 3.029c.21.204.21.314 0 .523a5944.02 5944.02 0 0 0-12.902 12.9c-.198.198-.303.229-.52.012A5632.46 5632.46 0 0 0 4.756 15.073c-.192-.19-.21-.286-.006-.485a193.02 193.02 0 0 0 3.058-3.058c.216-.222.325-.232.551 0 2.22 2.239 4.447 4.471 6.682 6.697.103.124.196.256.276.395l.136-.09Zm2.537 12.055c5.706 0 11.412-.004 17.117-.01.402 0 .503.104.495.498-.025 1.38-.019 2.762 0 4.144 0 .316-.05.442-.41.44-11.472-.009-22.942-.009-34.413 0-.319 0-.403-.09-.4-.402.016-1.412.02-2.824 0-4.235-.005-.367.112-.442.456-.44 5.717.008 11.435.01 17.155.005Z\" fill=\"#fff\"/></svg>',\n          transition: transition,\n          withExternalLayout: true\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-BDYwy [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-BDYwy .framer-5d4d8i { display: block; }\", \".framer-BDYwy .framer-rlia8r { height: 64px; overflow: visible; position: relative; width: 64px; }\", \".framer-BDYwy .framer-k04lhk { flex: none; height: 39px; left: calc(50.00000000000002% - 36px / 2); position: absolute; top: calc(50.00000000000002% - 39px / 2); width: 36px; }\", \".framer-BDYwy .framer-ka8p2t { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: calc(50.00000000000002% - 43px / 2); position: absolute; top: calc(50.00000000000002% - 43px / 2); width: 43px; }\", \".framer-BDYwy .framer-gtdutm { aspect-ratio: 1.2121212121212122 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); left: calc(50.00000000000002% - 40px / 2); position: absolute; top: calc(50.00000000000002% - 33px / 2); width: 40px; }\", \".framer-BDYwy .framer-pgq5f0 { aspect-ratio: 0.975 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: calc(50.00000000000002% - 39px / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 39px; }\", \".framer-BDYwy .framer-1dswgcv { aspect-ratio: 1.0232558139534884 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); left: calc(50.00000000000002% - 44px / 2); position: absolute; top: calc(50.00000000000002% - 43px / 2); width: 44px; }\", \".framer-BDYwy .framer-19cyccf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); left: calc(50.00000000000002% - 46px / 2); position: absolute; top: calc(50.00000000000002% - 46px / 2); width: 46px; }\", \".framer-BDYwy .framer-qmev1s { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); left: calc(50.00000000000002% - 38px / 2); position: absolute; top: calc(50.00000000000002% - 38px / 2); width: 38px; }\", \".framer-BDYwy .framer-g1qfl2 { aspect-ratio: 0.7435897435897436 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); left: calc(50.00000000000002% - 29px / 2); position: absolute; top: calc(50.00000000000002% - 39px / 2); width: 29px; }\", \".framer-BDYwy .framer-1vwtk0f { aspect-ratio: 1.1428571428571428 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: calc(50.00000000000002% - 48px / 2); position: absolute; top: calc(50.00000000000002% - 42px / 2); width: 48px; }\", \".framer-BDYwy .framer-b4amo6 { aspect-ratio: 1.0476190476190477 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: calc(50.00000000000002% - 44px / 2); position: absolute; top: calc(50.00000000000002% - 42px / 2); width: 44px; }\", \".framer-BDYwy .framer-1othxkh { aspect-ratio: 1.0952380952380953 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: calc(50.00000000000002% - 46px / 2); position: absolute; top: calc(50.00000000000002% - 42px / 2); width: 46px; }\", \".framer-BDYwy .framer-1hbfxs1 { aspect-ratio: 1.0256410256410255 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); left: calc(50.00000000000002% - 40px / 2); position: absolute; top: calc(50.00000000000002% - 39px / 2); width: 40px; }\", \".framer-BDYwy .framer-19gxxwo { aspect-ratio: 0.95 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: calc(50.00000000000002% - 38px / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 38px; }\", \".framer-BDYwy .framer-g0bbma { aspect-ratio: 0.875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: calc(50.00000000000002% - 42px / 2); position: absolute; top: calc(50.00000000000002% - 48px / 2); width: 42px; }\", \".framer-BDYwy .framer-qqq1im { aspect-ratio: 1.4047619047619047 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); left: calc(50.00000000000002% - 59px / 2); position: absolute; top: calc(50.00000000000002% - 42px / 2); width: 59px; }\", \".framer-BDYwy .framer-1clr1qk { aspect-ratio: 1.05 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: calc(50.00000000000002% - 42px / 2); position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 42px; }\", \".framer-BDYwy .framer-bt6o00 { aspect-ratio: 1.40625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); left: calc(50.00000000000002% - 45px / 2); position: absolute; top: calc(50.00000000000002% - 32px / 2); width: 45px; }\", \".framer-BDYwy .framer-sq9emt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); left: calc(50.00000000000002% - 36px / 2); position: absolute; top: calc(50.00000000000002% - 36px / 2); width: 36px; }\", \".framer-BDYwy.framer-v-x40740 .framer-rlia8r, .framer-BDYwy.framer-v-535dkj .framer-rlia8r, .framer-BDYwy.framer-v-1fpw7t1 .framer-rlia8r, .framer-BDYwy.framer-v-tc8mtw .framer-rlia8r, .framer-BDYwy.framer-v-1dixfxp .framer-rlia8r, .framer-BDYwy.framer-v-yl6bzo .framer-rlia8r, .framer-BDYwy.framer-v-gnqsm4 .framer-rlia8r, .framer-BDYwy.framer-v-1gx8vfm .framer-rlia8r, .framer-BDYwy.framer-v-1apdyq8 .framer-rlia8r, .framer-BDYwy.framer-v-7i0sv .framer-rlia8r, .framer-BDYwy.framer-v-1rlto4x .framer-rlia8r, .framer-BDYwy.framer-v-9h0m5s .framer-rlia8r, .framer-BDYwy.framer-v-1ir2phx .framer-rlia8r, .framer-BDYwy.framer-v-1jjligu .framer-rlia8r, .framer-BDYwy.framer-v-1usl2ol .framer-rlia8r, .framer-BDYwy.framer-v-7yaf03 .framer-rlia8r, .framer-BDYwy.framer-v-1g6glqd .framer-rlia8r, .framer-BDYwy.framer-v-1mqps13 .framer-rlia8r, .framer-BDYwy.framer-v-12ok8iy .framer-rlia8r, .framer-BDYwy.framer-v-18bwt40 .framer-rlia8r, .framer-BDYwy.framer-v-17nh5ap .framer-rlia8r, .framer-BDYwy.framer-v-1voauac .framer-rlia8r, .framer-BDYwy.framer-v-1mtjd6a .framer-rlia8r, .framer-BDYwy.framer-v-9vdiq9 .framer-rlia8r, .framer-BDYwy.framer-v-55gh0f .framer-rlia8r, .framer-BDYwy.framer-v-2yhs2k .framer-rlia8r, .framer-BDYwy.framer-v-1hoe0n2 .framer-rlia8r, .framer-BDYwy.framer-v-1a4118e .framer-rlia8r, .framer-BDYwy.framer-v-1mb8dii .framer-rlia8r, .framer-BDYwy.framer-v-1oejvsy .framer-rlia8r, .framer-BDYwy.framer-v-18tm87u .framer-rlia8r, .framer-BDYwy.framer-v-1qeu7v3 .framer-rlia8r, .framer-BDYwy.framer-v-1qk55dw .framer-rlia8r, .framer-BDYwy.framer-v-fj61xq .framer-rlia8r, .framer-BDYwy.framer-v-4pxrxv .framer-rlia8r { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 64px); }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicHeight 64\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicWidth 64\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rGFagM0fm\":{\"layout\":[\"fixed\",\"fixed\"]},\"eN6MawsA_\":{\"layout\":[\"fixed\",\"fixed\"]},\"tJNHEYzc_\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mrhnd4VHh\":{\"layout\":[\"fixed\",\"fixed\"]},\"C16riBNmi\":{\"layout\":[\"fixed\",\"fixed\"]},\"Ry2awF2m1\":{\"layout\":[\"fixed\",\"fixed\"]},\"yIlbRPJY9\":{\"layout\":[\"fixed\",\"fixed\"]},\"juyL4hEbt\":{\"layout\":[\"fixed\",\"fixed\"]},\"EdKXjFKI5\":{\"layout\":[\"fixed\",\"fixed\"]},\"G0logG3w0\":{\"layout\":[\"fixed\",\"fixed\"]},\"EfK7zCXdy\":{\"layout\":[\"fixed\",\"fixed\"]},\"do_w_mBQt\":{\"layout\":[\"fixed\",\"fixed\"]},\"gzRVdMVeV\":{\"layout\":[\"fixed\",\"fixed\"]},\"yizyjdFpN\":{\"layout\":[\"fixed\",\"fixed\"]},\"kyIb3wMCP\":{\"layout\":[\"fixed\",\"fixed\"]},\"nzUYC5HVR\":{\"layout\":[\"fixed\",\"fixed\"]},\"lgAPumNPI\":{\"layout\":[\"fixed\",\"fixed\"]},\"SGdxnNrY1\":{\"layout\":[\"fixed\",\"fixed\"]},\"SaNh0NHHi\":{\"layout\":[\"fixed\",\"fixed\"]},\"rZRqgjbaG\":{\"layout\":[\"fixed\",\"fixed\"]},\"H3oWC7_rt\":{\"layout\":[\"fixed\",\"fixed\"]},\"CwRJttlMx\":{\"layout\":[\"fixed\",\"fixed\"]},\"s8fc4UhLK\":{\"layout\":[\"fixed\",\"fixed\"]},\"uQAoSSQ3s\":{\"layout\":[\"fixed\",\"fixed\"]},\"nMTRlIgRz\":{\"layout\":[\"fixed\",\"fixed\"]},\"DQ7ksqk3L\":{\"layout\":[\"fixed\",\"fixed\"]},\"IDRKZpzx_\":{\"layout\":[\"fixed\",\"fixed\"]},\"qzVroZnBl\":{\"layout\":[\"fixed\",\"fixed\"]},\"svNjw1iTX\":{\"layout\":[\"fixed\",\"fixed\"]},\"zuZZ7Xsgk\":{\"layout\":[\"fixed\",\"fixed\"]},\"cfGRWGSq2\":{\"layout\":[\"fixed\",\"fixed\"]},\"fGzt1zZOa\":{\"layout\":[\"fixed\",\"fixed\"]},\"pL5DaW_5b\":{\"layout\":[\"fixed\",\"fixed\"]},\"J0t0aUjCq\":{\"layout\":[\"fixed\",\"fixed\"]},\"JolIcw7Jy\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      */\nconst FramerrGEKr6KVT = withCSS(Component, css, \"framer-BDYwy\");\nexport default FramerrGEKr6KVT;\nFramerrGEKr6KVT.displayName = \"Logo / Content\";\nFramerrGEKr6KVT.defaultProps = {\n  height: 64,\n  width: 64\n};\naddPropertyControls(FramerrGEKr6KVT, {\n  variant: {\n    options: [\"Ure4PAMCC\", \"rGFagM0fm\", \"eN6MawsA_\", \"tJNHEYzc_\", \"Mrhnd4VHh\", \"C16riBNmi\", \"Ry2awF2m1\", \"yIlbRPJY9\", \"juyL4hEbt\", \"EdKXjFKI5\", \"G0logG3w0\", \"EfK7zCXdy\", \"do_w_mBQt\", \"gzRVdMVeV\", \"yizyjdFpN\", \"kyIb3wMCP\", \"nzUYC5HVR\", \"lgAPumNPI\", \"SGdxnNrY1\", \"SaNh0NHHi\", \"rZRqgjbaG\", \"H3oWC7_rt\", \"CwRJttlMx\", \"s8fc4UhLK\", \"uQAoSSQ3s\", \"nMTRlIgRz\", \"DQ7ksqk3L\", \"IDRKZpzx_\", \"qzVroZnBl\", \"svNjw1iTX\", \"zuZZ7Xsgk\", \"cfGRWGSq2\", \"fGzt1zZOa\", \"pL5DaW_5b\", \"J0t0aUjCq\", \"JolIcw7Jy\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\", \"Variant 3\", \"Variant 4\", \"Variant 5\", \"Variant 6\", \"Variant 7\", \"Variant 8\", \"Variant 9\", \"Variant 10\", \"Variant 11\", \"Variant 12\", \"Variant 13\", \"Variant 14\", \"Variant 15\", \"Variant 16\", \"Variant 17\", \"Variant 18\", \"Variant 19\", \"Variant 20\", \"Variant 21\", \"Variant 22\", \"Variant 23\", \"Variant 24\", \"Variant 25\", \"Variant 26\", \"Variant 27\", \"Variant 28\", \"Variant 29\", \"Variant 30\", \"Variant 31\", \"Variant 32\", \"Variant 33\", \"Variant 34\", \"Variant 35\", \"Variant 36\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  }\n});\naddFonts(FramerrGEKr6KVT, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerrGEKr6KVT\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rGFagM0fm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eN6MawsA_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tJNHEYzc_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mrhnd4VHh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"C16riBNmi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Ry2awF2m1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yIlbRPJY9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"juyL4hEbt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EdKXjFKI5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G0logG3w0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EfK7zCXdy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"do_w_mBQt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gzRVdMVeV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yizyjdFpN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kyIb3wMCP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nzUYC5HVR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lgAPumNPI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SGdxnNrY1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SaNh0NHHi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rZRqgjbaG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H3oWC7_rt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CwRJttlMx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"s8fc4UhLK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uQAoSSQ3s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nMTRlIgRz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DQ7ksqk3L\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IDRKZpzx_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qzVroZnBl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"svNjw1iTX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zuZZ7Xsgk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cfGRWGSq2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fGzt1zZOa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pL5DaW_5b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J0t0aUjCq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JolIcw7Jy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"64\",\n        \"framerIntrinsicWidth\": \"64\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./rGEKr6KVT.map", "// Generated by Framer (f866232)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, cx, getFonts, getPropertyControls, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport LogoContent from \"https://framerusercontent.com/modules/pAd1wYxr8cC95Y9JM2xN/24YNSHG6EQUT9emZTP6w/rGEKr6KVT.js\";\nconst LogoContentFonts = getFonts(LogoContent);\nconst LogoContentControls = getPropertyControls(LogoContent);\nconst cycleOrder = [\"azzOJLV_M\"];\nconst variantClassNames = {\n  azzOJLV_M: \"framer-v-kdn909\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"azzOJLV_M\",\n  variant1: IeK4ZzwTY = \"Ure4PAMCC\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"azzOJLV_M\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-igO2D\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(motion.div, {\n        ...restProps,\n        className: cx(\"framer-kdn909\", className),\n        \"data-framer-name\": \"Variant 1\",\n        layoutDependency: layoutDependency,\n        layoutId: \"azzOJLV_M\",\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        children: /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-1dt5k5f-container\",\n          layoutDependency: layoutDependency,\n          layoutId: \"Yc8XjA9m4-container\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(LogoContent, {\n            height: \"100%\",\n            id: \"Yc8XjA9m4\",\n            layoutId: \"Yc8XjA9m4\",\n            style: {\n              height: \"100%\",\n              width: \"100%\"\n            },\n            variant: IeK4ZzwTY,\n            width: \"100%\"\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-igO2D [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-igO2D .framer-1qz1ymh { display: block; }\", \".framer-igO2D .framer-kdn909 { height: 92px; overflow: hidden; position: relative; width: 92px; }\", \".framer-igO2D .framer-1dt5k5f-container { flex: none; height: 64px; left: calc(50.00000000000002% - 64px / 2); position: absolute; top: calc(50.00000000000002% - 64px / 2); width: 64px; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicHeight 92\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerIntrinsicWidth 92\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 * @framerVariables {\"IeK4ZzwTY\":\"variant1\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 */\nconst FramerncEgejINj = withCSS(Component, css, \"framer-igO2D\");\nexport default FramerncEgejINj;\nFramerncEgejINj.displayName = \"Logo / Main\";\nFramerncEgejINj.defaultProps = {\n  height: 92,\n  width: 92\n};\naddPropertyControls(FramerncEgejINj, {\n  IeK4ZzwTY: (LogoContentControls === null || LogoContentControls === void 0 ? void 0 : LogoContentControls[\"variant\"]) && {\n    ...LogoContentControls[\"variant\"],\n    defaultValue: \"Ure4PAMCC\",\n    hidden: undefined,\n    title: \"Variant\"\n  }\n});\naddFonts(FramerncEgejINj, [...LogoContentFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerncEgejINj\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"92\",\n        \"framerIntrinsicHeight\": \"92\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerVariables\": \"{\\\"IeK4ZzwTY\\\":\\\"variant1\\\"}\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./ncEgejINj.map", "// Generated by Framer (de9b242)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, getPropertyControls, RichText, SVG, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport Ticker from \"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/UkD8Orr63aF8VfMHYPw4/Ticker.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/sYmLnMB6hA00cAIvnpF2/S6PLL1DURVD7oixDeDKH/fVxnimdqP.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/yg8qnFHFre8qdaaoaU11/4OKdxnwyx6v64R4Kgy8E/O4vAwzLkC.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/8ECh6wxhTJM20Go59JXI/8UhMR1s4x9SgqQt87GY0/xZndidUCt.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/jw10cfnhzfjrShA85PLP/5rXTGdmfoFkhW7iEIC0d/YckFIlg3V.js\";\nimport ButtonsPrimary from \"https://framerusercontent.com/modules/aFK2zvOARZ8JGRmwH29d/KT1RVu3j8gI8bU9qebB7/MXZ9RvbMF.js\";\nimport LogoMain from \"https://framerusercontent.com/modules/v5gQ7s967PLdQcSX7H5O/AJccaxhbv8yBV0fvMfmb/ncEgejINj.js\";\nconst ButtonsPrimaryFonts = getFonts(ButtonsPrimary);\nconst LogoMainFonts = getFonts(LogoMain);\nconst TickerFonts = getFonts(Ticker);\nconst LogoMainControls = getPropertyControls(LogoMain);\nconst cycleOrder = [\"Iu9d3Pgoz\", \"mCx78lF1P\"];\nconst variantClassNames = {\n  Iu9d3Pgoz: \"framer-v-flyepw\",\n  mCx78lF1P: \"framer-v-j83rq4\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  Desktop: \"Iu9d3Pgoz\",\n  Mobile: \"mCx78lF1P\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"Iu9d3Pgoz\",\n  subtitle: cy7Gg31v5 = \"VERSATILE COVERAGE\",\n  title: NySYPHvsf = \"Connect with all your other tools to create a smooth experience.\",\n  text: nXLiyUwUy = \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\n  button: U4jh3AqEf = \"Join us\",\n  variant1: aE5yYZcsj = \"SGdxnNrY1\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"Iu9d3Pgoz\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-8pbz1\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-flyepw\", className),\n        \"data-border\": true,\n        \"data-framer-name\": \"Desktop\",\n        layoutDependency: layoutDependency,\n        layoutId: \"Iu9d3Pgoz\",\n        ref: ref,\n        style: {\n          \"--border-bottom-width\": \"1px\",\n          \"--border-color\": \"rgba(255, 255, 255, 0.08)\",\n          \"--border-left-width\": \"0px\",\n          \"--border-right-width\": \"0px\",\n          \"--border-style\": \"solid\",\n          \"--border-top-width\": \"1px\",\n          backgroundColor: \"rgb(4, 5, 7)\",\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          mCx78lF1P: {\n            \"data-framer-name\": \"Mobile\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-3unmxi\",\n          \"data-framer-name\": \"Content\",\n          layoutDependency: layoutDependency,\n          layoutId: \"xlg03uuxq\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-11i70ce\",\n            \"data-framer-name\": \"Texts\",\n            layoutDependency: layoutDependency,\n            layoutId: \"y0NMeYf1K\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  className: \"framer-styles-preset-374ca2\",\n                  \"data-styles-preset\": \"O4vAwzLkC\",\n                  style: {\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"INTEGRATIONS\"\n                })\n              }),\n              className: \"framer-5b9fum\",\n              \"data-framer-name\": \"INTEGRATIONS\",\n              layoutDependency: layoutDependency,\n              layoutId: \"Yz5guZ5xw\",\n              style: {\n                \"--extracted-r6o4lv\": \"rgb(0, 255, 168)\",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: cy7Gg31v5,\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.h2, {\n                  className: \"framer-styles-preset-1wml6uu\",\n                  \"data-styles-preset\": \"fVxnimdqP\",\n                  style: {\n                    \"--framer-text-alignment\": \"left\"\n                  },\n                  children: /*#__PURE__*/_jsx(motion.span, {\n                    \"data-text-fill\": \"true\",\n                    style: {\n                      backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                    },\n                    children: \"Connect with all your other tools to create a smooth experience.\"\n                  })\n                })\n              }),\n              className: \"framer-1un3xn6\",\n              \"data-framer-name\": \"Connect with all your other tools to create a smooth experience.\",\n              layoutDependency: layoutDependency,\n              layoutId: \"ynItQchbb\",\n              style: {\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: NySYPHvsf,\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true,\n              ...addPropertyOverrides({\n                mCx78lF1P: {\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(motion.h3, {\n                      className: \"framer-styles-preset-12lj5ox\",\n                      \"data-styles-preset\": \"YckFIlg3V\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(motion.span, {\n                        \"data-text-fill\": \"true\",\n                        style: {\n                          backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                        },\n                        children: \"Connect with all your other tools to create a smooth experience.\"\n                      })\n                    })\n                  })\n                }\n              }, baseVariant, gestureVariant)\n            }), /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  className: \"framer-styles-preset-21ogod\",\n                  \"data-styles-preset\": \"xZndidUCt\",\n                  style: {\n                    \"--framer-text-alignment\": \"left\",\n                    \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                  },\n                  children: \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"\n                })\n              }),\n              className: \"framer-csxl6q\",\n              \"data-framer-name\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\n              layoutDependency: layoutDependency,\n              layoutId: \"XleX_jp5L\",\n              style: {\n                \"--extracted-r6o4lv\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) \",\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: nXLiyUwUy,\n              transition: transition,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-h7ii89-container\",\n              layoutDependency: layoutDependency,\n              layoutId: \"yDmXoUFAk-container\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(ButtonsPrimary, {\n                height: \"100%\",\n                id: \"yDmXoUFAk\",\n                layoutId: \"yDmXoUFAk\",\n                link: \"https://discord.gg/4Nt9cwHa\",\n                title: U4jh3AqEf,\n                width: \"100%\"\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1be0ie8\",\n            \"data-framer-name\": \"Icons\",\n            layoutDependency: layoutDependency,\n            layoutId: \"oxaFRWZjD\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-148iki9-container\",\n              \"data-framer-name\": \"Icons 1\",\n              layoutDependency: layoutDependency,\n              layoutId: \"Hjqk30aTM-container\",\n              name: \"Icons 1\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(Ticker, {\n                alignment: \"center\",\n                direction: \"top\",\n                fadeOptions: {\n                  fadeAlpha: 0,\n                  fadeContent: true,\n                  fadeInset: 0,\n                  fadeWidth: 25,\n                  overflow: false\n                },\n                gap: 64,\n                height: \"100%\",\n                hoverFactor: 1,\n                id: \"Hjqk30aTM\",\n                layoutId: \"Hjqk30aTM\",\n                name: \"Icons 1\",\n                padding: 0,\n                paddingBottom: 0,\n                paddingLeft: 0,\n                paddingPerSide: false,\n                paddingRight: 0,\n                paddingTop: 0,\n                sizingOptions: {\n                  heightType: true,\n                  widthType: true\n                },\n                slots: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1yeczkc-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"LxnPVIAWJ-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"LxnPVIAWJ\",\n                    layoutId: \"LxnPVIAWJ\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: aE5yYZcsj,\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-17yqam4-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"ctH3H3fn_-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"ctH3H3fn_\",\n                    layoutId: \"ctH3H3fn_\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"SaNh0NHHi\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-va8id4-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"zHhCBYeIb-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"zHhCBYeIb\",\n                    layoutId: \"zHhCBYeIb\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"rZRqgjbaG\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-g0r8fl-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"PxwpOoNsJ-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"PxwpOoNsJ\",\n                    layoutId: \"PxwpOoNsJ\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"H3oWC7_rt\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1oc4pa2-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"ThpxC8WED-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"ThpxC8WED\",\n                    layoutId: \"ThpxC8WED\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"CwRJttlMx\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-r8c07s-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"xfW8VIaQm-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"xfW8VIaQm\",\n                    layoutId: \"xfW8VIaQm\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"s8fc4UhLK\",\n                    width: \"100%\"\n                  })\n                })],\n                speed: 30,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\",\n                ...addPropertyOverrides({\n                  mCx78lF1P: {\n                    direction: \"right\",\n                    gap: 32\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-kxcv93-container\",\n              \"data-framer-name\": \"Icons 2\",\n              layoutDependency: layoutDependency,\n              layoutId: \"tXNMeBzuT-container\",\n              name: \"Icons 2\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(Ticker, {\n                alignment: \"center\",\n                direction: \"bottom\",\n                fadeOptions: {\n                  fadeAlpha: 0,\n                  fadeContent: true,\n                  fadeInset: 0,\n                  fadeWidth: 25,\n                  overflow: false\n                },\n                gap: 64,\n                height: \"100%\",\n                hoverFactor: 1,\n                id: \"tXNMeBzuT\",\n                layoutId: \"tXNMeBzuT\",\n                name: \"Icons 2\",\n                padding: 0,\n                paddingBottom: 0,\n                paddingLeft: 0,\n                paddingPerSide: false,\n                paddingRight: 0,\n                paddingTop: 0,\n                sizingOptions: {\n                  heightType: true,\n                  widthType: true\n                },\n                slots: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1vjrsn7-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"zNFrvZTpQ-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"zNFrvZTpQ\",\n                    layoutId: \"zNFrvZTpQ\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"uQAoSSQ3s\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-173fqem-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"kdmw_8lAF-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"kdmw_8lAF\",\n                    layoutId: \"kdmw_8lAF\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"nMTRlIgRz\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-qw7y6r-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"LFnAjbz6f-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"LFnAjbz6f\",\n                    layoutId: \"LFnAjbz6f\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"DQ7ksqk3L\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1eth8ao-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"F8as7NJgM-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"F8as7NJgM\",\n                    layoutId: \"F8as7NJgM\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"IDRKZpzx_\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1i0awf4-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"zLol0J2eH-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"zLol0J2eH\",\n                    layoutId: \"zLol0J2eH\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"qzVroZnBl\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-fs3h5-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"D2kNtZx_X-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"D2kNtZx_X\",\n                    layoutId: \"D2kNtZx_X\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"svNjw1iTX\",\n                    width: \"100%\"\n                  })\n                })],\n                speed: 30,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\",\n                ...addPropertyOverrides({\n                  mCx78lF1P: {\n                    direction: \"left\",\n                    gap: 32\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-hv76k2-container\",\n              \"data-framer-name\": \"Icons 3\",\n              layoutDependency: layoutDependency,\n              layoutId: \"UWmVqFuTh-container\",\n              name: \"Icons 3\",\n              transition: transition,\n              children: /*#__PURE__*/_jsx(Ticker, {\n                alignment: \"center\",\n                direction: \"top\",\n                fadeOptions: {\n                  fadeAlpha: 0,\n                  fadeContent: true,\n                  fadeInset: 0,\n                  fadeWidth: 25,\n                  overflow: false\n                },\n                gap: 64,\n                height: \"100%\",\n                hoverFactor: 1,\n                id: \"UWmVqFuTh\",\n                layoutId: \"UWmVqFuTh\",\n                name: \"Icons 3\",\n                padding: 0,\n                paddingBottom: 0,\n                paddingLeft: 0,\n                paddingPerSide: false,\n                paddingRight: 0,\n                paddingTop: 0,\n                sizingOptions: {\n                  heightType: true,\n                  widthType: true\n                },\n                slots: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1nctjxt-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"shq5osguE-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"shq5osguE\",\n                    layoutId: \"shq5osguE\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"zuZZ7Xsgk\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1iu5gji-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"hvy5zDuP9-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"hvy5zDuP9\",\n                    layoutId: \"hvy5zDuP9\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"cfGRWGSq2\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-11x3w39-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"Q0Wz8rE4r-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"Q0Wz8rE4r\",\n                    layoutId: \"Q0Wz8rE4r\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"fGzt1zZOa\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-b0vgbf-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"o8QiXGEjf-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"o8QiXGEjf\",\n                    layoutId: \"o8QiXGEjf\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"pL5DaW_5b\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-1xyo5wz-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"ef83NEb8a-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"ef83NEb8a\",\n                    layoutId: \"ef83NEb8a\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"J0t0aUjCq\",\n                    width: \"100%\"\n                  })\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-16pvikh-container\",\n                  layoutDependency: layoutDependency,\n                  layoutId: \"pbX8O3ffe-container\",\n                  transition: transition,\n                  children: /*#__PURE__*/_jsx(LogoMain, {\n                    height: \"100%\",\n                    id: \"pbX8O3ffe\",\n                    layoutId: \"pbX8O3ffe\",\n                    style: {\n                      height: \"100%\",\n                      width: \"100%\"\n                    },\n                    variant1: \"JolIcw7Jy\",\n                    width: \"100%\"\n                  })\n                })],\n                speed: 30,\n                style: {\n                  height: \"100%\",\n                  width: \"100%\"\n                },\n                width: \"100%\",\n                ...addPropertyOverrides({\n                  mCx78lF1P: {\n                    direction: \"right\",\n                    gap: 32\n                  }\n                }, baseVariant, gestureVariant)\n              })\n            })]\n          })]\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-qlmcba\",\n          \"data-framer-name\": \"Shine_Top\",\n          layoutDependency: layoutDependency,\n          layoutId: \"BhKIq_Vym\",\n          transition: transition,\n          children: /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-8zgdjs\",\n            \"data-framer-name\": \"Group 42\",\n            layoutDependency: layoutDependency,\n            layoutId: \"VR02wz3GI\",\n            transition: transition,\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-mw6hti\",\n              \"data-framer-name\": \"Glow\",\n              layoutDependency: layoutDependency,\n              layoutId: \"dKLJbP9uM\",\n              style: {\n                backgroundColor: \"rgb(32, 34, 41)\",\n                borderBottomLeftRadius: \"100%\",\n                borderBottomRightRadius: \"100%\",\n                borderTopLeftRadius: \"100%\",\n                borderTopRightRadius: \"100%\",\n                filter: \"blur(50px)\",\n                WebkitFilter: \"blur(50px)\"\n              },\n              transition: transition\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1jw10nh\",\n              \"data-framer-name\": \"Glow\",\n              layoutDependency: layoutDependency,\n              layoutId: \"JmoL4t4PJ\",\n              style: {\n                backgroundColor: \"rgb(32, 34, 41)\",\n                borderBottomLeftRadius: \"100%\",\n                borderBottomRightRadius: \"100%\",\n                borderTopLeftRadius: \"100%\",\n                borderTopRightRadius: \"100%\",\n                filter: \"blur(50px)\",\n                WebkitFilter: \"blur(50px)\"\n              },\n              transition: transition\n            })]\n          })\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-38ik2x\",\n          \"data-framer-name\": \"Shine_Bottom\",\n          layoutDependency: layoutDependency,\n          layoutId: \"tHezWJyz9\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(SVG, {\n            className: \"framer-1hkwlzj\",\n            \"data-framer-name\": \"Shine\",\n            fill: \"rgba(0,0,0,1)\",\n            intrinsicHeight: 330,\n            intrinsicWidth: 1920,\n            layoutDependency: layoutDependency,\n            layoutId: \"G3O00PsWg\",\n            svg: '<svg width=\"1920\" height=\"330\" viewBox=\"0 0 1920 330\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_49_2204)\">\\n<g filter=\"url(#filter0_f_49_2204)\">\\n<ellipse cx=\"289\" cy=\"25\" rx=\"289\" ry=\"25\" transform=\"matrix(1 0 0 -1 788 345)\" fill=\"#202329\"/>\\n</g>\\n<g filter=\"url(#filter1_f_49_2204)\">\\n<ellipse cx=\"289\" cy=\"25\" rx=\"289\" ry=\"25\" transform=\"matrix(1 0 0 -1 1248 345)\" fill=\"#202329\"/>\\n</g>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_49_2204\" x=\"688\" y=\"195\" width=\"778\" height=\"250\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"50\" result=\"effect1_foregroundBlur_49_2204\"/>\\n</filter>\\n<filter id=\"filter1_f_49_2204\" x=\"1148\" y=\"195\" width=\"778\" height=\"250\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"50\" result=\"effect1_foregroundBlur_49_2204\"/>\\n</filter>\\n<clipPath id=\"clip0_49_2204\">\\n<rect width=\"1920\" height=\"330\" fill=\"white\" transform=\"matrix(1 0 0 -1 0 330)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n            transition: transition,\n            withExternalLayout: true\n          })\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-8pbz1 [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-8pbz1 .framer-1y3sgga { display: block; }\", \".framer-8pbz1 .framer-flyepw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 658px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-8pbz1 .framer-3unmxi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-8pbz1 .framer-11i70ce { 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: 200px 0px 200px 0px; position: relative; width: min-content; }\", \".framer-8pbz1 .framer-5b9fum { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-8pbz1 .framer-1un3xn6, .framer-8pbz1 .framer-csxl6q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\", \".framer-8pbz1 .framer-h7ii89-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-8pbz1 .framer-1be0ie8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-8pbz1 .framer-148iki9-container, .framer-8pbz1 .framer-kxcv93-container, .framer-8pbz1 .framer-hv76k2-container { flex: none; height: 658px; position: relative; width: 92px; }\", \".framer-8pbz1 .framer-1yeczkc-container, .framer-8pbz1 .framer-17yqam4-container, .framer-8pbz1 .framer-va8id4-container, .framer-8pbz1 .framer-g0r8fl-container, .framer-8pbz1 .framer-1oc4pa2-container, .framer-8pbz1 .framer-r8c07s-container, .framer-8pbz1 .framer-1vjrsn7-container, .framer-8pbz1 .framer-173fqem-container, .framer-8pbz1 .framer-qw7y6r-container, .framer-8pbz1 .framer-1eth8ao-container, .framer-8pbz1 .framer-1i0awf4-container, .framer-8pbz1 .framer-fs3h5-container, .framer-8pbz1 .framer-1nctjxt-container, .framer-8pbz1 .framer-1iu5gji-container, .framer-8pbz1 .framer-11x3w39-container, .framer-8pbz1 .framer-b0vgbf-container, .framer-8pbz1 .framer-1xyo5wz-container, .framer-8pbz1 .framer-16pvikh-container { height: 92px; position: relative; width: 92px; }\", \".framer-8pbz1 .framer-qlmcba { flex: none; height: 330px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\", \".framer-8pbz1 .framer-8zgdjs { flex: none; height: 50px; left: 78px; overflow: visible; position: absolute; top: -15px; width: 1038px; }\", \".framer-8pbz1 .framer-mw6hti { aspect-ratio: 11.56 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 0px; position: absolute; top: 0px; width: 578px; }\", \".framer-8pbz1 .framer-1jw10nh { aspect-ratio: 11.56 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 460px; position: absolute; top: 0px; width: 578px; }\", \".framer-8pbz1 .framer-38ik2x { bottom: 0px; flex: none; height: 330px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\", \".framer-8pbz1 .framer-1hkwlzj { bottom: 0px; flex: none; left: -374px; position: absolute; right: -374px; top: 0px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8pbz1 .framer-flyepw, .framer-8pbz1 .framer-3unmxi, .framer-8pbz1 .framer-11i70ce, .framer-8pbz1 .framer-1be0ie8 { gap: 0px; } .framer-8pbz1 .framer-flyepw > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8pbz1 .framer-flyepw > :first-child, .framer-8pbz1 .framer-11i70ce > :first-child { margin-top: 0px; } .framer-8pbz1 .framer-flyepw > :last-child, .framer-8pbz1 .framer-11i70ce > :last-child { margin-bottom: 0px; } .framer-8pbz1 .framer-3unmxi > * { margin: 0px; margin-left: calc(128px / 2); margin-right: calc(128px / 2); } .framer-8pbz1 .framer-3unmxi > :first-child, .framer-8pbz1 .framer-1be0ie8 > :first-child { margin-left: 0px; } .framer-8pbz1 .framer-3unmxi > :last-child, .framer-8pbz1 .framer-1be0ie8 > :last-child { margin-right: 0px; } .framer-8pbz1 .framer-11i70ce > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-8pbz1 .framer-1be0ie8 > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } }\", \".framer-8pbz1.framer-v-j83rq4 .framer-flyepw { height: min-content; padding: 0px 16px 16px 16px; }\", \".framer-8pbz1.framer-v-j83rq4 .framer-3unmxi { align-self: stretch; flex-direction: column; gap: 32px; width: auto; }\", \".framer-8pbz1.framer-v-j83rq4 .framer-11i70ce { gap: 16px; padding: 32px 0px 0px 0px; width: 100%; }\", \".framer-8pbz1.framer-v-j83rq4 .framer-5b9fum { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\", \".framer-8pbz1.framer-v-j83rq4 .framer-1un3xn6, .framer-8pbz1.framer-v-j83rq4 .framer-csxl6q { width: 100%; }\", \".framer-8pbz1.framer-v-j83rq4 .framer-1be0ie8 { flex-direction: column; gap: 32px; width: 100%; }\", \".framer-8pbz1.framer-v-j83rq4 .framer-148iki9-container, .framer-8pbz1.framer-v-j83rq4 .framer-kxcv93-container, .framer-8pbz1.framer-v-j83rq4 .framer-hv76k2-container { height: 92px; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8pbz1.framer-v-j83rq4 .framer-3unmxi, .framer-8pbz1.framer-v-j83rq4 .framer-11i70ce, .framer-8pbz1.framer-v-j83rq4 .framer-1be0ie8 { gap: 0px; } .framer-8pbz1.framer-v-j83rq4 .framer-3unmxi > *, .framer-8pbz1.framer-v-j83rq4 .framer-1be0ie8 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-8pbz1.framer-v-j83rq4 .framer-3unmxi > :first-child, .framer-8pbz1.framer-v-j83rq4 .framer-11i70ce > :first-child, .framer-8pbz1.framer-v-j83rq4 .framer-1be0ie8 > :first-child { margin-top: 0px; } .framer-8pbz1.framer-v-j83rq4 .framer-3unmxi > :last-child, .framer-8pbz1.framer-v-j83rq4 .framer-11i70ce > :last-child, .framer-8pbz1.framer-v-j83rq4 .framer-1be0ie8 > :last-child { margin-bottom: 0px; } .framer-8pbz1.framer-v-j83rq4 .framer-11i70ce > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicHeight 658\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerIntrinsicWidth 1172\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"mCx78lF1P\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * @framerVariables {\"cy7Gg31v5\":\"subtitle\",\"NySYPHvsf\":\"title\",\"nXLiyUwUy\":\"text\",\"U4jh3AqEf\":\"button\",\"aE5yYZcsj\":\"variant1\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                */\nconst FramerB5MJnT5PH = withCSS(Component, css, \"framer-8pbz1\");\nexport default FramerB5MJnT5PH;\nFramerB5MJnT5PH.displayName = \"Block/Integrations\";\nFramerB5MJnT5PH.defaultProps = {\n  height: 658,\n  width: 1172\n};\naddPropertyControls(FramerB5MJnT5PH, {\n  variant: {\n    options: [\"Iu9d3Pgoz\", \"mCx78lF1P\"],\n    optionTitles: [\"Desktop\", \"Mobile\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  cy7Gg31v5: {\n    defaultValue: \"VERSATILE COVERAGE\",\n    displayTextArea: false,\n    placeholder: \"\",\n    title: \"Subtitle\",\n    type: ControlType.String\n  },\n  NySYPHvsf: {\n    defaultValue: \"Connect with all your other tools to create a smooth experience.\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  nXLiyUwUy: {\n    defaultValue: \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  U4jh3AqEf: {\n    defaultValue: \"Join us\",\n    displayTextArea: false,\n    placeholder: \"\",\n    title: \"Button\",\n    type: ControlType.String\n  },\n  aE5yYZcsj: (LogoMainControls === null || LogoMainControls === void 0 ? void 0 : LogoMainControls[\"IeK4ZzwTY\"]) && {\n    ...LogoMainControls[\"IeK4ZzwTY\"],\n    defaultValue: \"SGdxnNrY1\",\n    hidden: undefined,\n    title: \"Variant\"\n  }\n});\naddFonts(FramerB5MJnT5PH, [...ButtonsPrimaryFonts, ...LogoMainFonts, ...TickerFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerB5MJnT5PH\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"mCx78lF1P\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerVariables\": \"{\\\"cy7Gg31v5\\\":\\\"subtitle\\\",\\\"NySYPHvsf\\\":\\\"title\\\",\\\"nXLiyUwUy\\\":\\\"text\\\",\\\"U4jh3AqEf\\\":\\\"button\\\",\\\"aE5yYZcsj\\\":\\\"variant1\\\"}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"1172\",\n        \"framerIntrinsicHeight\": \"658\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./B5MJnT5PH.map", "// Generated by Framer (f866232)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Image, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  tS2qV8W2a: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"tS2qV8W2a\"];\nconst variantClassNames = {\n  tS2qV8W2a: \"framer-v-1xvzk0o\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"tS2qV8W2a\",\n  image: stIv8RG2m = {\n    src: new URL(\"https://framerusercontent.com/images/uprDSMZoNaZ7zURNItnLne77yg.svg\").href\n  },\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"tS2qV8W2a\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-GkJsD\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Image, {\n        ...restProps,\n        background: {\n          alt: \"\",\n          fit: \"fit\",\n          ...toResponsiveImage(stIv8RG2m)\n        },\n        className: cx(\"framer-1xvzk0o\", className),\n        \"data-framer-name\": \"Variant 1\",\n        layoutDependency: layoutDependency,\n        layoutId: \"tS2qV8W2a\",\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          \"tS2qV8W2a-hover\": {\n            \"data-framer-name\": undefined\n          }\n        }, baseVariant, gestureVariant)\n      })\n    })\n  });\n});\nconst css = ['.framer-GkJsD [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-GkJsD .framer-1vxtmcu { display: block; }\", \".framer-GkJsD .framer-1xvzk0o { height: 64px; overflow: visible; position: relative; width: 64px; }\", \".framer-GkJsD .framer-v-1xvzk0o .framer-1xvzk0o { cursor: pointer; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerIntrinsicHeight 64\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerIntrinsicWidth 64\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GsufUS6xv\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * @framerVariables {\"stIv8RG2m\":\"image\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            */\nconst FramerWGUhdTO__ = withCSS(Component, css, \"framer-GkJsD\");\nexport default FramerWGUhdTO__;\nFramerWGUhdTO__.displayName = \"Icon / Bound\";\nFramerWGUhdTO__.defaultProps = {\n  height: 64,\n  width: 64\n};\naddPropertyControls(FramerWGUhdTO__, {\n  stIv8RG2m: {\n    __defaultAssetReference: \"data:framer/asset-reference,uprDSMZoNaZ7zURNItnLne77yg.svg?originalFilename=Human+Resource.svg&preferredSize=auto\",\n    title: \"Image\",\n    type: ControlType.ResponsiveImage\n  }\n});\naddFonts(FramerWGUhdTO__, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerWGUhdTO__\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"64\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicHeight\": \"64\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GsufUS6xv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\n        \"framerVariables\": \"{\\\"stIv8RG2m\\\":\\\"image\\\"}\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./WGUhdTO__.map", "// Generated by Framer (f866232)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, RichText, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/6xU8jWunYPJyp4TWVQ2p/frsXFX5twpWuDviz0PBy/qVX826CQU.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/2x0wrhCllW55h4gCYmTd/m3uRGIuaJnv7ZsYiDjNy/x0Yg3tOPy.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/8ECh6wxhTJM20Go59JXI/8UhMR1s4x9SgqQt87GY0/xZndidUCt.js\";\nimport IconBound from \"https://framerusercontent.com/modules/c1A5mHrdxTdiFY8vDrtx/CJOBHSYrMXzH8SiARZ6Q/WGUhdTO__.js\";\nconst IconBoundFonts = getFonts(IconBound);\nconst cycleOrder = [\"PgmZuRL6e\", \"SybFMBx5u\", \"mrHFiFCnI\", \"P3v_E7gnX\", \"PJDczj3aT\", \"E7OZlQUWv\", \"ahzoIbsFo\", \"jwHu4b8oZ\", \"Jm2sJ9CyO\", \"q392mlf28\", \"tPfk3FQid\", \"EDvxF2YAr\"];\nconst variantClassNames = {\n  ahzoIbsFo: \"framer-v-1jaqf84\",\n  E7OZlQUWv: \"framer-v-1jf9qff\",\n  EDvxF2YAr: \"framer-v-1urrxk6\",\n  Jm2sJ9CyO: \"framer-v-msom7c\",\n  jwHu4b8oZ: \"framer-v-jmmypx\",\n  mrHFiFCnI: \"framer-v-1e4emck\",\n  P3v_E7gnX: \"framer-v-ce9un5\",\n  PgmZuRL6e: \"framer-v-no2vyw\",\n  PJDczj3aT: \"framer-v-abhgwu\",\n  q392mlf28: \"framer-v-16et9qj\",\n  SybFMBx5u: \"framer-v-v4vp4g\",\n  tPfk3FQid: \"framer-v-1q3z5go\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Learning Paths\": \"mrHFiFCnI\",\n  \"Mobile Bots\": \"tPfk3FQid\",\n  \"Mobile Cohort Courses\": \"SybFMBx5u\",\n  \"Mobile Indicators\": \"EDvxF2YAr\",\n  \"Mobile Learning Paths\": \"jwHu4b8oZ\",\n  \"Mobile Mentorship\": \"q392mlf28\",\n  \"Mobile Premium Community\": \"Jm2sJ9CyO\",\n  \"Variant 4\": \"P3v_E7gnX\",\n  \"Variant 5\": \"PJDczj3aT\",\n  \"Variant 6\": \"E7OZlQUWv\",\n  \"Variant 7\": \"ahzoIbsFo\",\n  Desktop: \"PgmZuRL6e\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"PgmZuRL6e\",\n  title: AmghoQmNY = \"Cohort courses\",\n  text: ta4DKqOgM = \"Specialize niche skill sets to exploit unoccupied market sectors\",\n  advancedLearingiPath: MezKuKD9q = {\n    src: new URL(\"https://framerusercontent.com/images/cRrMaRaRBln1unUu1W83mt40yQ.svg\").href\n  },\n  advancedLearningPaths: GrIUQkU2P = \"Advanced learning paths\",\n  advancedLearningPathText: ivZJFpOpj = \"Specialize niche skill sets to exploit unoccupied market sectors\",\n  premiumCommunityImage: jOqdAhj6h = {\n    src: new URL(\"https://framerusercontent.com/images/fZZXFat5mRoW7yqmhytqK8WIw.svg\").href\n  },\n  titlePremiumCommunity: Hg2NmfShW = \"Premium community\",\n  textPremiumCommunity: V1PJcYzAG = \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n  textMentorship: YK9dM9KSV = \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n  titleMentorship: yqfFx4YXd = \"Mentorship 1 on 1\",\n  imageMentorship: gPE6RPF9E = {\n    src: new URL(\"https://framerusercontent.com/images/l7u0VPqDJcTDAOdpQBv1bFcr4.svg\").href\n  },\n  imageBots: K9w9cl7dw = {\n    src: new URL(\"https://framerusercontent.com/images/gDP1GP7TOWS34MqPsP10GM1GmA0.svg\").href\n  },\n  titleBots: vHbMPIwGS = \"Trading Bots\",\n  textBots: iGJfLMttv = \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n  imageIndicators: rOTTb6Y6S = {\n    src: new URL(\"https://framerusercontent.com/images/0nXF4qHrqq2VPxZwNRZMuXbxJgc.svg\").href\n  },\n  ttileIndicators: lYljU7RCc = \"Trading Indicators\",\n  textIndicators: UYFmvT25l = \"Analyse the chart like a pro using advanced indicators\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"PgmZuRL6e\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-kQ1ab\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-no2vyw\", className),\n        \"data-framer-name\": \"Desktop\",\n        layoutDependency: layoutDependency,\n        layoutId: \"PgmZuRL6e\",\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          ahzoIbsFo: {\n            \"data-framer-name\": \"Variant 7\"\n          },\n          E7OZlQUWv: {\n            \"data-framer-name\": \"Variant 6\"\n          },\n          EDvxF2YAr: {\n            \"data-framer-name\": \"Mobile Indicators\"\n          },\n          Jm2sJ9CyO: {\n            \"data-framer-name\": \"Mobile Premium Community\"\n          },\n          jwHu4b8oZ: {\n            \"data-framer-name\": \"Mobile Learning Paths\"\n          },\n          mrHFiFCnI: {\n            \"data-framer-name\": \"Learning Paths\"\n          },\n          P3v_E7gnX: {\n            \"data-framer-name\": \"Variant 4\"\n          },\n          PJDczj3aT: {\n            \"data-framer-name\": \"Variant 5\"\n          },\n          q392mlf28: {\n            \"data-framer-name\": \"Mobile Mentorship\"\n          },\n          SybFMBx5u: {\n            \"data-framer-name\": \"Mobile Cohort Courses\"\n          },\n          tPfk3FQid: {\n            \"data-framer-name\": \"Mobile Bots\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-1bmbt4u-container\",\n          layoutDependency: layoutDependency,\n          layoutId: \"Fx3Ed35xV-container\",\n          transition: transition,\n          children: /*#__PURE__*/_jsx(IconBound, {\n            height: \"100%\",\n            id: \"Fx3Ed35xV\",\n            layoutId: \"Fx3Ed35xV\",\n            style: {\n              height: \"100%\",\n              width: \"100%\"\n            },\n            width: \"100%\",\n            ...addPropertyOverrides({\n              ahzoIbsFo: {\n                image: toResponsiveImage(rOTTb6Y6S)\n              },\n              E7OZlQUWv: {\n                image: toResponsiveImage(K9w9cl7dw)\n              },\n              EDvxF2YAr: {\n                image: toResponsiveImage(rOTTb6Y6S)\n              },\n              Jm2sJ9CyO: {\n                image: toResponsiveImage(jOqdAhj6h)\n              },\n              jwHu4b8oZ: {\n                image: toResponsiveImage(MezKuKD9q)\n              },\n              mrHFiFCnI: {\n                image: toResponsiveImage(MezKuKD9q)\n              },\n              P3v_E7gnX: {\n                image: toResponsiveImage(jOqdAhj6h)\n              },\n              PJDczj3aT: {\n                image: toResponsiveImage(gPE6RPF9E)\n              },\n              q392mlf28: {\n                image: toResponsiveImage(gPE6RPF9E)\n              },\n              tPfk3FQid: {\n                image: toResponsiveImage(K9w9cl7dw)\n              }\n            }, baseVariant, gestureVariant)\n          })\n        }), /*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-1aahczk\",\n          \"data-framer-name\": \"Content\",\n          layoutDependency: layoutDependency,\n          layoutId: \"YPjblt7fy\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.h3, {\n                className: \"framer-styles-preset-svdpsm\",\n                \"data-styles-preset\": \"x0Yg3tOPy\",\n                style: {\n                  \"--framer-text-alignment\": \"center\",\n                  \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                },\n                children: \"Share team inboxes\"\n              })\n            }),\n            className: \"framer-1ttamub\",\n            \"data-framer-name\": \"Title\",\n            layoutDependency: layoutDependency,\n            layoutId: \"bf4CG8ilE\",\n            style: {\n              \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255)) \",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: AmghoQmNY,\n            transition: transition,\n            variants: {\n              EDvxF2YAr: {\n                \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"\n              },\n              Jm2sJ9CyO: {\n                \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"\n              },\n              jwHu4b8oZ: {\n                \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"\n              },\n              q392mlf28: {\n                \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"\n              },\n              SybFMBx5u: {\n                \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"\n              },\n              tPfk3FQid: {\n                \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255))\"\n              }\n            },\n            verticalAlignment: \"top\",\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              ahzoIbsFo: {\n                text: lYljU7RCc\n              },\n              E7OZlQUWv: {\n                text: vHbMPIwGS\n              },\n              EDvxF2YAr: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-svdpsm\",\n                    \"data-styles-preset\": \"x0Yg3tOPy\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Share team inboxes\"\n                  })\n                }),\n                text: lYljU7RCc\n              },\n              Jm2sJ9CyO: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-svdpsm\",\n                    \"data-styles-preset\": \"x0Yg3tOPy\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Share team inboxes\"\n                  })\n                }),\n                text: Hg2NmfShW\n              },\n              jwHu4b8oZ: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-svdpsm\",\n                    \"data-styles-preset\": \"x0Yg3tOPy\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Share team inboxes\"\n                  })\n                }),\n                text: GrIUQkU2P\n              },\n              mrHFiFCnI: {\n                text: GrIUQkU2P\n              },\n              P3v_E7gnX: {\n                text: Hg2NmfShW\n              },\n              PJDczj3aT: {\n                text: yqfFx4YXd\n              },\n              q392mlf28: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-svdpsm\",\n                    \"data-styles-preset\": \"x0Yg3tOPy\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Share team inboxes\"\n                  })\n                }),\n                text: yqfFx4YXd\n              },\n              SybFMBx5u: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-svdpsm\",\n                    \"data-styles-preset\": \"x0Yg3tOPy\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Share team inboxes\"\n                  })\n                })\n              },\n              tPfk3FQid: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.h3, {\n                    className: \"framer-styles-preset-svdpsm\",\n                    \"data-styles-preset\": \"x0Yg3tOPy\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n                    },\n                    children: \"Share team inboxes\"\n                  })\n                }),\n                text: vHbMPIwGS\n              }\n            }, baseVariant, gestureVariant)\n          }), /*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                className: \"framer-styles-preset-21ogod\",\n                \"data-styles-preset\": \"xZndidUCt\",\n                style: {\n                  \"--framer-text-alignment\": \"center\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n              })\n            }),\n            className: \"framer-1k2x4n3\",\n            \"data-framer-name\": \"Description\",\n            layoutDependency: layoutDependency,\n            layoutId: \"pUG8tzN4_\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: ta4DKqOgM,\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true,\n            ...addPropertyOverrides({\n              ahzoIbsFo: {\n                text: UYFmvT25l\n              },\n              E7OZlQUWv: {\n                text: iGJfLMttv\n              },\n              EDvxF2YAr: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-fy35um\",\n                    \"data-styles-preset\": \"qVX826CQU\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n                  })\n                }),\n                text: UYFmvT25l\n              },\n              Jm2sJ9CyO: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-fy35um\",\n                    \"data-styles-preset\": \"qVX826CQU\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n                  })\n                }),\n                text: V1PJcYzAG\n              },\n              jwHu4b8oZ: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-fy35um\",\n                    \"data-styles-preset\": \"qVX826CQU\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n                  })\n                }),\n                text: ivZJFpOpj\n              },\n              P3v_E7gnX: {\n                text: V1PJcYzAG\n              },\n              PJDczj3aT: {\n                text: YK9dM9KSV\n              },\n              q392mlf28: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-fy35um\",\n                    \"data-styles-preset\": \"qVX826CQU\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n                  })\n                }),\n                text: YK9dM9KSV\n              },\n              SybFMBx5u: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-fy35um\",\n                    \"data-styles-preset\": \"qVX826CQU\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n                  })\n                })\n              },\n              tPfk3FQid: {\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(motion.p, {\n                    className: \"framer-styles-preset-fy35um\",\n                    \"data-styles-preset\": \"qVX826CQU\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                    },\n                    children: \"Ensure everyone is in the loop with our team inbox feature, regardless of team size.\"\n                  })\n                }),\n                text: iGJfLMttv\n              }\n            }, baseVariant, gestureVariant)\n          })]\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-kQ1ab [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-kQ1ab .framer-4eqn40 { display: block; }\", \".framer-kQ1ab .framer-no2vyw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 44px 0px; position: relative; width: min-content; }\", \".framer-kQ1ab .framer-1bmbt4u-container { flex: none; height: 64px; position: relative; width: 64px; }\", \".framer-kQ1ab .framer-1aahczk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-kQ1ab .framer-1ttamub { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 420px; word-break: break-word; word-wrap: break-word; }\", \".framer-kQ1ab .framer-1k2x4n3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 388px; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab .framer-no2vyw, .framer-kQ1ab .framer-1aahczk { gap: 0px; } .framer-kQ1ab .framer-no2vyw > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-kQ1ab .framer-no2vyw > :first-child, .framer-kQ1ab .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab .framer-no2vyw > :last-child, .framer-kQ1ab .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab .framer-1aahczk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\", \".framer-kQ1ab.framer-v-v4vp4g .framer-no2vyw, .framer-kQ1ab.framer-v-jmmypx .framer-no2vyw, .framer-kQ1ab.framer-v-msom7c .framer-no2vyw, .framer-kQ1ab.framer-v-16et9qj .framer-no2vyw, .framer-kQ1ab.framer-v-1q3z5go .framer-no2vyw, .framer-kQ1ab.framer-v-1urrxk6 .framer-no2vyw { align-content: flex-start; align-items: flex-start; gap: 24px; padding: 0px 0px 24px 0px; }\", \".framer-kQ1ab.framer-v-v4vp4g .framer-1bmbt4u-container, .framer-kQ1ab.framer-v-jmmypx .framer-1bmbt4u-container, .framer-kQ1ab.framer-v-msom7c .framer-1bmbt4u-container, .framer-kQ1ab.framer-v-16et9qj .framer-1bmbt4u-container, .framer-kQ1ab.framer-v-1q3z5go .framer-1bmbt4u-container, .framer-kQ1ab.framer-v-1urrxk6 .framer-1bmbt4u-container { order: 0; }\", \".framer-kQ1ab.framer-v-v4vp4g .framer-1aahczk, .framer-kQ1ab.framer-v-jmmypx .framer-1aahczk, .framer-kQ1ab.framer-v-msom7c .framer-1aahczk, .framer-kQ1ab.framer-v-16et9qj .framer-1aahczk, .framer-kQ1ab.framer-v-1q3z5go .framer-1aahczk, .framer-kQ1ab.framer-v-1urrxk6 .framer-1aahczk { align-content: flex-start; align-items: flex-start; gap: 8px; order: 1; width: 343px; }\", \".framer-kQ1ab.framer-v-v4vp4g .framer-1ttamub, .framer-kQ1ab.framer-v-v4vp4g .framer-1k2x4n3, .framer-kQ1ab.framer-v-jmmypx .framer-1ttamub, .framer-kQ1ab.framer-v-jmmypx .framer-1k2x4n3, .framer-kQ1ab.framer-v-msom7c .framer-1ttamub, .framer-kQ1ab.framer-v-msom7c .framer-1k2x4n3, .framer-kQ1ab.framer-v-16et9qj .framer-1ttamub, .framer-kQ1ab.framer-v-16et9qj .framer-1k2x4n3, .framer-kQ1ab.framer-v-1q3z5go .framer-1ttamub, .framer-kQ1ab.framer-v-1q3z5go .framer-1k2x4n3, .framer-kQ1ab.framer-v-1urrxk6 .framer-1ttamub, .framer-kQ1ab.framer-v-1urrxk6 .framer-1k2x4n3 { width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab.framer-v-v4vp4g .framer-no2vyw, .framer-kQ1ab.framer-v-v4vp4g .framer-1aahczk { gap: 0px; } .framer-kQ1ab.framer-v-v4vp4g .framer-no2vyw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kQ1ab.framer-v-v4vp4g .framer-no2vyw > :first-child, .framer-kQ1ab.framer-v-v4vp4g .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab.framer-v-v4vp4g .framer-no2vyw > :last-child, .framer-kQ1ab.framer-v-v4vp4g .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab.framer-v-v4vp4g .framer-1aahczk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab.framer-v-jmmypx .framer-no2vyw, .framer-kQ1ab.framer-v-jmmypx .framer-1aahczk { gap: 0px; } .framer-kQ1ab.framer-v-jmmypx .framer-no2vyw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kQ1ab.framer-v-jmmypx .framer-no2vyw > :first-child, .framer-kQ1ab.framer-v-jmmypx .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab.framer-v-jmmypx .framer-no2vyw > :last-child, .framer-kQ1ab.framer-v-jmmypx .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab.framer-v-jmmypx .framer-1aahczk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab.framer-v-msom7c .framer-no2vyw, .framer-kQ1ab.framer-v-msom7c .framer-1aahczk { gap: 0px; } .framer-kQ1ab.framer-v-msom7c .framer-no2vyw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kQ1ab.framer-v-msom7c .framer-no2vyw > :first-child, .framer-kQ1ab.framer-v-msom7c .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab.framer-v-msom7c .framer-no2vyw > :last-child, .framer-kQ1ab.framer-v-msom7c .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab.framer-v-msom7c .framer-1aahczk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab.framer-v-16et9qj .framer-no2vyw, .framer-kQ1ab.framer-v-16et9qj .framer-1aahczk { gap: 0px; } .framer-kQ1ab.framer-v-16et9qj .framer-no2vyw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kQ1ab.framer-v-16et9qj .framer-no2vyw > :first-child, .framer-kQ1ab.framer-v-16et9qj .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab.framer-v-16et9qj .framer-no2vyw > :last-child, .framer-kQ1ab.framer-v-16et9qj .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab.framer-v-16et9qj .framer-1aahczk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab.framer-v-1q3z5go .framer-no2vyw, .framer-kQ1ab.framer-v-1q3z5go .framer-1aahczk { gap: 0px; } .framer-kQ1ab.framer-v-1q3z5go .framer-no2vyw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kQ1ab.framer-v-1q3z5go .framer-no2vyw > :first-child, .framer-kQ1ab.framer-v-1q3z5go .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab.framer-v-1q3z5go .framer-no2vyw > :last-child, .framer-kQ1ab.framer-v-1q3z5go .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab.framer-v-1q3z5go .framer-1aahczk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kQ1ab.framer-v-1urrxk6 .framer-no2vyw, .framer-kQ1ab.framer-v-1urrxk6 .framer-1aahczk { gap: 0px; } .framer-kQ1ab.framer-v-1urrxk6 .framer-no2vyw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-kQ1ab.framer-v-1urrxk6 .framer-no2vyw > :first-child, .framer-kQ1ab.framer-v-1urrxk6 .framer-1aahczk > :first-child { margin-top: 0px; } .framer-kQ1ab.framer-v-1urrxk6 .framer-no2vyw > :last-child, .framer-kQ1ab.framer-v-1urrxk6 .framer-1aahczk > :last-child { margin-bottom: 0px; } .framer-kQ1ab.framer-v-1urrxk6 .framer-1aahczk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerIntrinsicHeight 230\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerIntrinsicWidth 420\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"SybFMBx5u\":{\"layout\":[\"auto\",\"auto\"]},\"mrHFiFCnI\":{\"layout\":[\"auto\",\"auto\"]},\"P3v_E7gnX\":{\"layout\":[\"auto\",\"auto\"]},\"PJDczj3aT\":{\"layout\":[\"auto\",\"auto\"]},\"E7OZlQUWv\":{\"layout\":[\"auto\",\"auto\"]},\"ahzoIbsFo\":{\"layout\":[\"auto\",\"auto\"]},\"jwHu4b8oZ\":{\"layout\":[\"auto\",\"auto\"]},\"Jm2sJ9CyO\":{\"layout\":[\"auto\",\"auto\"]},\"q392mlf28\":{\"layout\":[\"auto\",\"auto\"]},\"tPfk3FQid\":{\"layout\":[\"auto\",\"auto\"]},\"EDvxF2YAr\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * @framerVariables {\"AmghoQmNY\":\"title\",\"ta4DKqOgM\":\"text\",\"MezKuKD9q\":\"advancedLearingiPath\",\"GrIUQkU2P\":\"advancedLearningPaths\",\"ivZJFpOpj\":\"advancedLearningPathText\",\"jOqdAhj6h\":\"premiumCommunityImage\",\"Hg2NmfShW\":\"titlePremiumCommunity\",\"V1PJcYzAG\":\"textPremiumCommunity\",\"YK9dM9KSV\":\"textMentorship\",\"yqfFx4YXd\":\"titleMentorship\",\"gPE6RPF9E\":\"imageMentorship\",\"K9w9cl7dw\":\"imageBots\",\"vHbMPIwGS\":\"titleBots\",\"iGJfLMttv\":\"textBots\",\"rOTTb6Y6S\":\"imageIndicators\",\"lYljU7RCc\":\"ttileIndicators\",\"UYFmvT25l\":\"textIndicators\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  */\nconst FramerHllUACLDt = withCSS(Component, css, \"framer-kQ1ab\");\nexport default FramerHllUACLDt;\nFramerHllUACLDt.displayName = \"Cards / Bullet\";\nFramerHllUACLDt.defaultProps = {\n  height: 230,\n  width: 420\n};\naddPropertyControls(FramerHllUACLDt, {\n  variant: {\n    options: [\"PgmZuRL6e\", \"SybFMBx5u\", \"mrHFiFCnI\", \"P3v_E7gnX\", \"PJDczj3aT\", \"E7OZlQUWv\", \"ahzoIbsFo\", \"jwHu4b8oZ\", \"Jm2sJ9CyO\", \"q392mlf28\", \"tPfk3FQid\", \"EDvxF2YAr\"],\n    optionTitles: [\"Desktop\", \"Mobile Cohort Courses\", \"Learning Paths\", \"Variant 4\", \"Variant 5\", \"Variant 6\", \"Variant 7\", \"Mobile Learning Paths\", \"Mobile Premium Community\", \"Mobile Mentorship\", \"Mobile Bots\", \"Mobile Indicators\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  AmghoQmNY: {\n    defaultValue: \"Cohort courses\",\n    displayTextArea: false,\n    placeholder: \"\",\n    title: \"Title\",\n    type: ControlType.String\n  },\n  ta4DKqOgM: {\n    defaultValue: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  MezKuKD9q: {\n    __defaultAssetReference: \"data:framer/asset-reference,cRrMaRaRBln1unUu1W83mt40yQ.svg?originalFilename=Frame.svg&preferredSize=auto\",\n    title: \"Advanced learingi path\",\n    type: ControlType.ResponsiveImage\n  },\n  GrIUQkU2P: {\n    defaultValue: \"Advanced learning paths\",\n    displayTextArea: false,\n    title: \"Advanced learning paths\",\n    type: ControlType.String\n  },\n  ivZJFpOpj: {\n    defaultValue: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n    title: \"Advanced Learning Path text\",\n    type: ControlType.String\n  },\n  jOqdAhj6h: {\n    __defaultAssetReference: \"data:framer/asset-reference,fZZXFat5mRoW7yqmhytqK8WIw.svg?originalFilename=Vector.svg&preferredSize=auto\",\n    title: \"Premium Community Image\",\n    type: ControlType.ResponsiveImage\n  },\n  Hg2NmfShW: {\n    defaultValue: \"Premium community\",\n    placeholder: \"\",\n    title: \"Title Premium Community\",\n    type: ControlType.String\n  },\n  V1PJcYzAG: {\n    defaultValue: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n    title: \"Text Premium Community\",\n    type: ControlType.String\n  },\n  YK9dM9KSV: {\n    defaultValue: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n    title: \"Text Mentorship \",\n    type: ControlType.String\n  },\n  yqfFx4YXd: {\n    defaultValue: \"Mentorship 1 on 1\",\n    displayTextArea: false,\n    title: \"Title Mentorship\",\n    type: ControlType.String\n  },\n  gPE6RPF9E: {\n    __defaultAssetReference: \"data:framer/asset-reference,l7u0VPqDJcTDAOdpQBv1bFcr4.svg?originalFilename=Frame.svg&preferredSize=auto\",\n    title: \"Image Mentorship\",\n    type: ControlType.ResponsiveImage\n  },\n  K9w9cl7dw: {\n    __defaultAssetReference: \"data:framer/asset-reference,gDP1GP7TOWS34MqPsP10GM1GmA0.svg?originalFilename=Image+Bots.svg&preferredSize=auto\",\n    title: \"Image Bots\",\n    type: ControlType.ResponsiveImage\n  },\n  vHbMPIwGS: {\n    defaultValue: \"Trading Bots\",\n    displayTextArea: false,\n    title: \"Title Bots\",\n    type: ControlType.String\n  },\n  iGJfLMttv: {\n    defaultValue: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n    displayTextArea: false,\n    title: \"Text Bots\",\n    type: ControlType.String\n  },\n  rOTTb6Y6S: {\n    __defaultAssetReference: \"data:framer/asset-reference,0nXF4qHrqq2VPxZwNRZMuXbxJgc.svg?originalFilename=Icon.svg&preferredSize=auto\",\n    title: \"Image Indicators\",\n    type: ControlType.ResponsiveImage\n  },\n  lYljU7RCc: {\n    defaultValue: \"Trading Indicators\",\n    displayTextArea: false,\n    title: \"Ttile Indicators\",\n    type: ControlType.String\n  },\n  UYFmvT25l: {\n    defaultValue: \"Analyse the chart like a pro using advanced indicators\",\n    displayTextArea: false,\n    title: \"Text Indicators\",\n    type: ControlType.String\n  }\n});\naddFonts(FramerHllUACLDt, [...IconBoundFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerHllUACLDt\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicWidth\": \"420\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SybFMBx5u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mrHFiFCnI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"P3v_E7gnX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PJDczj3aT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"E7OZlQUWv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ahzoIbsFo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jwHu4b8oZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Jm2sJ9CyO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q392mlf28\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tPfk3FQid\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EDvxF2YAr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerVariables\": \"{\\\"AmghoQmNY\\\":\\\"title\\\",\\\"ta4DKqOgM\\\":\\\"text\\\",\\\"MezKuKD9q\\\":\\\"advancedLearingiPath\\\",\\\"GrIUQkU2P\\\":\\\"advancedLearningPaths\\\",\\\"ivZJFpOpj\\\":\\\"advancedLearningPathText\\\",\\\"jOqdAhj6h\\\":\\\"premiumCommunityImage\\\",\\\"Hg2NmfShW\\\":\\\"titlePremiumCommunity\\\",\\\"V1PJcYzAG\\\":\\\"textPremiumCommunity\\\",\\\"YK9dM9KSV\\\":\\\"textMentorship\\\",\\\"yqfFx4YXd\\\":\\\"titleMentorship\\\",\\\"gPE6RPF9E\\\":\\\"imageMentorship\\\",\\\"K9w9cl7dw\\\":\\\"imageBots\\\",\\\"vHbMPIwGS\\\":\\\"titleBots\\\",\\\"iGJfLMttv\\\":\\\"textBots\\\",\\\"rOTTb6Y6S\\\":\\\"imageIndicators\\\",\\\"lYljU7RCc\\\":\\\"ttileIndicators\\\",\\\"UYFmvT25l\\\":\\\"textIndicators\\\"}\",\n        \"framerIntrinsicHeight\": \"230\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./HllUACLDt.map", "// Generated by Framer (de9b242)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, RichText, useActiveVariantCallback, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/6xU8jWunYPJyp4TWVQ2p/frsXFX5twpWuDviz0PBy/qVX826CQU.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/2x0wrhCllW55h4gCYmTd/m3uRGIuaJnv7ZsYiDjNy/x0Yg3tOPy.js\";\nconst cycleOrder = [\"Mch2KHBMO\", \"hZaGKRYXv\", \"rGXbzbUEm\", \"GtE8qY9n2\"];\nconst variantClassNames = {\n  GtE8qY9n2: \"framer-v-1ws2xis\",\n  hZaGKRYXv: \"framer-v-x3ktjn\",\n  Mch2KHBMO: \"framer-v-1lvq7oj\",\n  rGXbzbUEm: \"framer-v-f6lo4y\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Active / Desktop\": \"Mch2KHBMO\",\n  \"Active / Mobile\": \"rGXbzbUEm\",\n  \"Main / Desktop\": \"hZaGKRYXv\",\n  \"Main / Mobile\": \"GtE8qY9n2\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"Mch2KHBMO\",\n  title: hhbPiF0BT = \"Learn from experienced traders \",\n  text: WV6hF7_9z = \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n  tap: w8zwkI3mT,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"Mch2KHBMO\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1fcrd2p = activeVariantCallback(async (...args) => {\n    if (w8zwkI3mT) {\n      const res = await w8zwkI3mT(...args);\n      if (res === false) return false;\n    }\n  });\n  const isDisplayed = () => {\n    if ([\"hZaGKRYXv\", \"GtE8qY9n2\"].includes(baseVariant)) return false;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-qbhD9\", sharedStyle.className, sharedStyle1.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-1lvq7oj\", className),\n        \"data-border\": true,\n        \"data-framer-name\": \"Active / Desktop\",\n        \"data-highlight\": true,\n        layoutDependency: layoutDependency,\n        layoutId: \"Mch2KHBMO\",\n        onTap: onTap1fcrd2p,\n        ref: ref,\n        style: {\n          \"--border-bottom-width\": \"1px\",\n          \"--border-color\": \"rgba(255, 255, 255, 0.08)\",\n          \"--border-left-width\": \"1px\",\n          \"--border-right-width\": \"1px\",\n          \"--border-style\": \"solid\",\n          \"--border-top-width\": \"1px\",\n          backgroundColor: \"var(--token-681c8347-b191-4078-aeb4-be4bdcf38c9f, rgb(12, 13, 15))\",\n          borderBottomLeftRadius: 16,\n          borderBottomRightRadius: 16,\n          borderTopLeftRadius: 16,\n          borderTopRightRadius: 16,\n          ...style\n        },\n        transition: transition,\n        variants: {\n          GtE8qY9n2: {\n            \"--border-left-width\": \"0px\",\n            \"--border-right-width\": \"0px\",\n            \"--border-top-width\": \"0px\",\n            backgroundColor: \"var(--token-046a81bd-7047-4a8b-a344-e3bfae3fc274, rgb(255, 255, 255))\",\n            borderBottomLeftRadius: 0,\n            borderBottomRightRadius: 0,\n            borderTopLeftRadius: 0,\n            borderTopRightRadius: 0\n          },\n          hZaGKRYXv: {\n            \"--border-left-width\": \"0px\",\n            \"--border-right-width\": \"0px\",\n            \"--border-top-width\": \"0px\",\n            backgroundColor: \"var(--token-046a81bd-7047-4a8b-a344-e3bfae3fc274, rgb(5, 5, 7))\",\n            borderBottomLeftRadius: 0,\n            borderBottomRightRadius: 0,\n            borderTopLeftRadius: 0,\n            borderTopRightRadius: 0\n          }\n        },\n        ...addPropertyOverrides({\n          GtE8qY9n2: {\n            \"data-framer-name\": \"Main / Mobile\"\n          },\n          hZaGKRYXv: {\n            \"data-framer-name\": \"Main / Desktop\"\n          },\n          rGXbzbUEm: {\n            \"data-framer-name\": \"Active / Mobile\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsx(RichText, {\n          __fromCanvasComponent: true,\n          children: /*#__PURE__*/_jsx(React.Fragment, {\n            children: /*#__PURE__*/_jsx(motion.h3, {\n              className: \"framer-styles-preset-svdpsm\",\n              \"data-styles-preset\": \"x0Yg3tOPy\",\n              style: {\n                \"--framer-text-alignment\": \"left\",\n                \"--framer-text-color\": \"var(--extracted-a0htzi)\"\n              },\n              children: \"Build sites of any size, solo or with your team.\"\n            })\n          }),\n          className: \"framer-1rxhpo8\",\n          \"data-framer-name\": \"Build sites of any size, solo or with your team.\",\n          layoutDependency: layoutDependency,\n          layoutId: \"AIIAQCVkN\",\n          style: {\n            \"--extracted-a0htzi\": \"var(--token-18139a7d-87e7-4373-a46b-5018f0a7d4d5, rgb(255, 255, 255)) \",\n            \"--framer-paragraph-spacing\": \"0px\"\n          },\n          text: hhbPiF0BT,\n          transition: transition,\n          variants: {\n            GtE8qY9n2: {\n              \"--extracted-a0htzi\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) \"\n            },\n            hZaGKRYXv: {\n              \"--extracted-a0htzi\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) \"\n            }\n          },\n          verticalAlignment: \"top\",\n          withExternalLayout: true\n        }), isDisplayed() && /*#__PURE__*/_jsx(RichText, {\n          __fromCanvasComponent: true,\n          children: /*#__PURE__*/_jsx(React.Fragment, {\n            children: /*#__PURE__*/_jsx(motion.p, {\n              className: \"framer-styles-preset-fy35um\",\n              \"data-styles-preset\": \"qVX826CQU\",\n              style: {\n                \"--framer-text-alignment\": \"left\",\n                \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n              },\n              children: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\"\n            })\n          }),\n          className: \"framer-n7nqtb\",\n          \"data-framer-name\": \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n          layoutDependency: layoutDependency,\n          layoutId: \"WvtOpfi8i\",\n          style: {\n            \"--extracted-r6o4lv\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) \",\n            \"--framer-paragraph-spacing\": \"0px\"\n          },\n          text: WV6hF7_9z,\n          transition: transition,\n          verticalAlignment: \"top\",\n          withExternalLayout: true\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-qbhD9 [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-qbhD9 .framer-8lclmj { display: block; }\", \".framer-qbhD9 .framer-1lvq7oj { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 24px 24px 24px; position: relative; width: min-content; }\", \".framer-qbhD9 .framer-1rxhpo8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-qbhD9 .framer-n7nqtb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 482px; word-break: break-word; word-wrap: break-word; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qbhD9 .framer-1lvq7oj { gap: 0px; } .framer-qbhD9 .framer-1lvq7oj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qbhD9 .framer-1lvq7oj > :first-child { margin-top: 0px; } .framer-qbhD9 .framer-1lvq7oj > :last-child { margin-bottom: 0px; } }\", \".framer-qbhD9.framer-v-x3ktjn .framer-1rxhpo8 { white-space: pre-wrap; width: 482px; word-break: break-word; word-wrap: break-word; }\", \".framer-qbhD9.framer-v-f6lo4y .framer-1lvq7oj, .framer-qbhD9.framer-v-1ws2xis .framer-1lvq7oj { padding: 16px 16px 16px 16px; }\", \".framer-qbhD9.framer-v-f6lo4y .framer-1rxhpo8, .framer-qbhD9.framer-v-1ws2xis .framer-1rxhpo8 { align-self: stretch; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\", \".framer-qbhD9.framer-v-f6lo4y .framer-n7nqtb { align-self: stretch; width: auto; }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicHeight 126\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicWidth 530\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"hZaGKRYXv\":{\"layout\":[\"auto\",\"auto\"]},\"rGXbzbUEm\":{\"layout\":[\"auto\",\"auto\"]},\"GtE8qY9n2\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerVariables {\"hhbPiF0BT\":\"title\",\"WV6hF7_9z\":\"text\",\"w8zwkI3mT\":\"tap\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             */\nconst FramerZI8JGof_G = withCSS(Component, css, \"framer-qbhD9\");\nexport default FramerZI8JGof_G;\nFramerZI8JGof_G.displayName = \"Accordion / Header\";\nFramerZI8JGof_G.defaultProps = {\n  height: 126,\n  width: 530\n};\naddPropertyControls(FramerZI8JGof_G, {\n  variant: {\n    options: [\"Mch2KHBMO\", \"hZaGKRYXv\", \"rGXbzbUEm\", \"GtE8qY9n2\"],\n    optionTitles: [\"Active / Desktop\", \"Main / Desktop\", \"Active / Mobile\", \"Main / Mobile\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  hhbPiF0BT: {\n    defaultValue: \"Learn from experienced traders \",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  WV6hF7_9z: {\n    defaultValue: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n    displayTextArea: false,\n    title: \"Text\",\n    type: ControlType.String\n  },\n  w8zwkI3mT: {\n    title: \"Tap\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerZI8JGof_G, [...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerZI8JGof_G\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hZaGKRYXv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rGXbzbUEm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GtE8qY9n2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerVariables\": \"{\\\"hhbPiF0BT\\\":\\\"title\\\",\\\"WV6hF7_9z\\\":\\\"text\\\",\\\"w8zwkI3mT\\\":\\\"tap\\\"}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"530\",\n        \"framerIntrinsicHeight\": \"126\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./ZI8JGof_G.map", "// Generated by Framer (de9b242)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Image, useActiveVariantCallback, useOnVariantChange, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport AccordionHeader from \"https://framerusercontent.com/modules/bGvdnvBH5gVI8MGbHsla/ZOB9PpxjJDFceJKmVz7M/ZI8JGof_G.js\";\nconst AccordionHeaderFonts = getFonts(AccordionHeader);\nconst cycleOrder = [\"sTDtxWZyk\", \"GTvQD2ALs\", \"bZq3WaU4V\", \"iu7ZhvTuG\", \"GICDy3_a_\"];\nconst variantClassNames = {\n  bZq3WaU4V: \"framer-v-bnla5i\",\n  GICDy3_a_: \"framer-v-14o0l4p\",\n  GTvQD2ALs: \"framer-v-z2p4qg\",\n  iu7ZhvTuG: \"framer-v-lt9fsn\",\n  sTDtxWZyk: \"framer-v-5xt00u\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"sTDtxWZyk\",\n  \"Variant 2\": \"GTvQD2ALs\",\n  \"Variant 3\": \"bZq3WaU4V\",\n  \"Variant 4\": \"iu7ZhvTuG\",\n  \"Variant 5\": \"GICDy3_a_\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"sTDtxWZyk\",\n  mobileImageCOMmunityInteractions: ZaRgxKQAU = {\n    src: new URL(\"https://framerusercontent.com/images/LtSclqSarXWbt4ml6bxjSQobk.svg\").href\n  },\n  tokenomicsMobile: epNZnZWu5 = {\n    src: new URL(\"https://framerusercontent.com/images/U8H1Vsz1yM0WQ16g6zYVrFeQKQo.png?scale-down-to=1024\").href,\n    srcSet: `${new URL(\"https://framerusercontent.com/images/U8H1Vsz1yM0WQ16g6zYVrFeQKQo.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/U8H1Vsz1yM0WQ16g6zYVrFeQKQo.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/U8H1Vsz1yM0WQ16g6zYVrFeQKQo.png\").href} 1200w`\n  },\n  interactiveSessionsMobile: GkExLWWDI = true,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"sTDtxWZyk\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onAppear19g9er = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"GTvQD2ALs\"), 4e3);\n  });\n  const onAppearfwxqx3 = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"bZq3WaU4V\"), 4e3);\n  });\n  const onAppear1wmfc47 = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"iu7ZhvTuG\"), 4e3);\n  });\n  const onAppear1l46292 = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"GICDy3_a_\"), 4e3);\n  });\n  const onAppear1dm3qqu = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"sTDtxWZyk\"), 4e3);\n  });\n  const tap1icep4f = activeVariantCallback(async (...args) => {\n    setVariant(\"sTDtxWZyk\");\n  });\n  const tap52j8un = activeVariantCallback(async (...args) => {\n    setVariant(\"GTvQD2ALs\");\n  });\n  const tap1cqpz9w = activeVariantCallback(async (...args) => {\n    setVariant(\"bZq3WaU4V\");\n  });\n  const tap18amukd = activeVariantCallback(async (...args) => {\n    setVariant(\"iu7ZhvTuG\");\n  });\n  const tapo7c3x2 = activeVariantCallback(async (...args) => {\n    setVariant(\"GICDy3_a_\");\n  });\n  useOnVariantChange(baseVariant, {\n    bZq3WaU4V: onAppear1wmfc47,\n    default: onAppear19g9er,\n    GICDy3_a_: onAppear1dm3qqu,\n    GTvQD2ALs: onAppearfwxqx3,\n    iu7ZhvTuG: onAppear1l46292\n  });\n  const isDisplayed = () => {\n    if (baseVariant === \"iu7ZhvTuG\") return GkExLWWDI;\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-34DQu\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-5xt00u\", className),\n        \"data-framer-name\": \"Variant 1\",\n        \"data-highlight\": true,\n        layoutDependency: layoutDependency,\n        layoutId: \"sTDtxWZyk\",\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          bZq3WaU4V: {\n            \"data-framer-name\": \"Variant 3\"\n          },\n          GICDy3_a_: {\n            \"data-framer-name\": \"Variant 5\"\n          },\n          GTvQD2ALs: {\n            \"data-framer-name\": \"Variant 2\"\n          },\n          iu7ZhvTuG: {\n            \"data-framer-name\": \"Variant 4\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [isDisplayed() && /*#__PURE__*/_jsx(Image, {\n          background: {\n            alt: \"\",\n            fit: \"fill\",\n            intrinsicHeight: 908,\n            intrinsicWidth: 1460,\n            pixelHeight: 908,\n            pixelWidth: 1460,\n            sizes: \"375px\",\n            ...toResponsiveImage(ZaRgxKQAU)\n          },\n          className: \"framer-6phc75\",\n          \"data-border\": true,\n          \"data-framer-name\": \"Image\",\n          layoutDependency: layoutDependency,\n          layoutId: \"WWBI5dIgt\",\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.08)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 16,\n            borderBottomRightRadius: 16,\n            borderTopLeftRadius: 16,\n            borderTopRightRadius: 16\n          },\n          transition: transition,\n          ...addPropertyOverrides({\n            bZq3WaU4V: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 767,\n                intrinsicWidth: 1200,\n                pixelHeight: 767,\n                pixelWidth: 1200,\n                sizes: \"375px\",\n                src: new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png\").href,\n                srcSet: `${new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png\").href} 1200w`\n              }\n            },\n            GICDy3_a_: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 905,\n                intrinsicWidth: 1417,\n                pixelHeight: 905,\n                pixelWidth: 1417,\n                sizes: \"375px\",\n                src: new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png\").href,\n                srcSet: `${new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png\").href} 1417w`\n              }\n            },\n            GTvQD2ALs: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 908,\n                intrinsicWidth: 1460,\n                pixelHeight: 908,\n                pixelWidth: 1460,\n                sizes: \"375px\",\n                ...toResponsiveImage(epNZnZWu5)\n              }\n            },\n            iu7ZhvTuG: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 767,\n                intrinsicWidth: 1200,\n                pixelHeight: 767,\n                pixelWidth: 1200,\n                sizes: \"375px\",\n                src: new URL(\"https://framerusercontent.com/images/LzogaEqYOmJzpTCB9Bj5Qyljw8.png\").href,\n                srcSet: `${new URL(\"https://framerusercontent.com/images/LzogaEqYOmJzpTCB9Bj5Qyljw8.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/LzogaEqYOmJzpTCB9Bj5Qyljw8.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/LzogaEqYOmJzpTCB9Bj5Qyljw8.png\").href} 1200w`\n              }\n            }\n          }, baseVariant, gestureVariant)\n        }), /*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-2z9ym5\",\n          \"data-framer-name\": \"Left\",\n          layoutDependency: layoutDependency,\n          layoutId: \"ekE8Rfeh_\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-giohu4-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"TOE85hudO-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"TOE85hudO\",\n              layoutId: \"TOE85hudO\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tap1icep4f,\n              text: \"A group of seasoned traders with years of expertise trading cryptocurrency will help you to master trading. They provide valuable insights and strategies to help beginners understand the market.\",\n              title: \"Learn from experienced traders \",\n              variant: \"rGXbzbUEm\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                bZq3WaU4V: {\n                  variant: \"hZaGKRYXv\"\n                },\n                GICDy3_a_: {\n                  variant: \"hZaGKRYXv\"\n                },\n                GTvQD2ALs: {\n                  variant: \"hZaGKRYXv\"\n                },\n                iu7ZhvTuG: {\n                  variant: \"hZaGKRYXv\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-lkqf2-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"plZp8Oqzt-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"plZp8Oqzt\",\n              layoutId: \"plZp8Oqzt\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tap52j8un,\n              text: \"Learn form a well developed comprehensive curriculum that covers all the essential topics you need to know to succeed in the market.\",\n              title: \"Comprehensive curriculum with additional materials\",\n              variant: \"GtE8qY9n2\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                bZq3WaU4V: {\n                  text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n                  title: \"Create stunning websites with Carbon\",\n                  variant: \"hZaGKRYXv\"\n                },\n                GICDy3_a_: {\n                  text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n                  title: \"Create stunning websites with Carbon\",\n                  variant: \"hZaGKRYXv\"\n                },\n                GTvQD2ALs: {\n                  text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n                  variant: \"Mch2KHBMO\"\n                },\n                iu7ZhvTuG: {\n                  text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n                  title: \"Create stunning websites with Carbon\",\n                  variant: \"hZaGKRYXv\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1xlpc83-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"UxQsENRi8-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"UxQsENRi8\",\n              layoutId: \"UxQsENRi8\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tap1cqpz9w,\n              text: \"Quality learning experience through interactive learning opportunities including live webinars, gamified learning, and one-on-one coaching sessions.\",\n              title: \"Interactive learning through in-person sessions\",\n              variant: \"GtE8qY9n2\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                bZq3WaU4V: {\n                  variant: \"Mch2KHBMO\"\n                },\n                GICDy3_a_: {\n                  variant: \"hZaGKRYXv\"\n                },\n                GTvQD2ALs: {\n                  variant: \"Mch2KHBMO\"\n                },\n                iu7ZhvTuG: {\n                  variant: \"hZaGKRYXv\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1iaa5n4-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"CvyEq2GHU-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"CvyEq2GHU\",\n              layoutId: \"CvyEq2GHU\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tap18amukd,\n              text: \"Trade with a mentor and test strategies on a trading simulator, allowing you to practice trading in a risk-free environment.\",\n              title: \"Real-time trading sessions every week\",\n              variant: \"GtE8qY9n2\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                GICDy3_a_: {\n                  variant: \"hZaGKRYXv\"\n                },\n                iu7ZhvTuG: {\n                  variant: \"Mch2KHBMO\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-62dmdt-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"jlNpcmjU8-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"jlNpcmjU8\",\n              layoutId: \"jlNpcmjU8\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tapo7c3x2,\n              text: \"Join a worldwide community of goal focused traders and learn trading with the power of community\",\n              title: \"Continual support in a like-minded community\",\n              variant: \"GtE8qY9n2\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                GICDy3_a_: {\n                  variant: \"Mch2KHBMO\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          })]\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-34DQu [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-34DQu .framer-14m36bc { display: block; }\", \".framer-34DQu .framer-5xt00u { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 375px; }\", \".framer-34DQu .framer-6phc75 { flex: none; height: 250px; overflow: hidden; position: relative; width: 100%; will-change: transform; }\", \".framer-34DQu .framer-2z9ym5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-34DQu .framer-giohu4-container, .framer-34DQu .framer-lkqf2-container, .framer-34DQu .framer-1xlpc83-container, .framer-34DQu .framer-1iaa5n4-container, .framer-34DQu .framer-62dmdt-container { flex: none; height: auto; position: relative; width: 100%; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-34DQu .framer-5xt00u, .framer-34DQu .framer-2z9ym5 { gap: 0px; } .framer-34DQu .framer-5xt00u > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-34DQu .framer-5xt00u > :first-child, .framer-34DQu .framer-2z9ym5 > :first-child { margin-top: 0px; } .framer-34DQu .framer-5xt00u > :last-child, .framer-34DQu .framer-2z9ym5 > :last-child { margin-bottom: 0px; } .framer-34DQu .framer-2z9ym5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicHeight 700\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerIntrinsicWidth 375\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GTvQD2ALs\":{\"layout\":[\"fixed\",\"auto\"]},\"bZq3WaU4V\":{\"layout\":[\"fixed\",\"auto\"]},\"iu7ZhvTuG\":{\"layout\":[\"fixed\",\"auto\"]},\"GICDy3_a_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * @framerVariables {\"ZaRgxKQAU\":\"mobileImageCOMmunityInteractions\",\"epNZnZWu5\":\"tokenomicsMobile\",\"GkExLWWDI\":\"interactiveSessionsMobile\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        */\nconst FramerjCk2sO0xt = withCSS(Component, css, \"framer-34DQu\");\nexport default FramerjCk2sO0xt;\nFramerjCk2sO0xt.displayName = \"Cards/Feature \u2014 Mobile\";\nFramerjCk2sO0xt.defaultProps = {\n  height: 700,\n  width: 375\n};\naddPropertyControls(FramerjCk2sO0xt, {\n  variant: {\n    options: [\"sTDtxWZyk\", \"GTvQD2ALs\", \"bZq3WaU4V\", \"iu7ZhvTuG\", \"GICDy3_a_\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\", \"Variant 3\", \"Variant 4\", \"Variant 5\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  ZaRgxKQAU: {\n    __defaultAssetReference: \"data:framer/asset-reference,LtSclqSarXWbt4ml6bxjSQobk.svg?originalFilename=Group+793.svg&preferredSize=auto\",\n    title: \"Mobile Image COmmunity Interactions\",\n    type: ControlType.ResponsiveImage\n  },\n  epNZnZWu5: {\n    __defaultAssetReference: \"data:framer/asset-reference,U8H1Vsz1yM0WQ16g6zYVrFeQKQo.png?originalFilename=Tokenomics+Mobile.png&preferredSize=auto\",\n    title: \"Tokenomics Mobile\",\n    type: ControlType.ResponsiveImage\n  },\n  GkExLWWDI: {\n    defaultValue: true,\n    title: \"Interactive Sessions Mobile\",\n    type: ControlType.Boolean\n  }\n});\naddFonts(FramerjCk2sO0xt, [...AccordionHeaderFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerjCk2sO0xt\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerVariables\": \"{\\\"ZaRgxKQAU\\\":\\\"mobileImageCOMmunityInteractions\\\",\\\"epNZnZWu5\\\":\\\"tokenomicsMobile\\\",\\\"GkExLWWDI\\\":\\\"interactiveSessionsMobile\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GTvQD2ALs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bZq3WaU4V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iu7ZhvTuG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GICDy3_a_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\n        \"framerIntrinsicWidth\": \"375\",\n        \"framerIntrinsicHeight\": \"700\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (58a021c)\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, useActiveVariantCallback, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion, MotionConfigContext } from \"framer-motion\";\nimport * as React from \"react\";\nconst enabledGestures = {\n  AZ0EB9acy: {\n    hover: true\n  }\n};\nconst cycleOrder = [\"AZ0EB9acy\"];\nconst variantClassNames = {\n  AZ0EB9acy: \"framer-v-p5xty2\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Transition = ({\n  value,\n  children\n}) => {\n  const config = React.useContext(MotionConfigContext);\n  const transition = value !== null && value !== void 0 ? value : config.transition;\n  const contextValue = React.useMemo(() => ({\n    ...config,\n    transition\n  }), [JSON.stringify(transition)]);\n  return /*#__PURE__*/_jsx(MotionConfigContext.Provider, {\n    value: contextValue,\n    children: children\n  });\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"AZ0EB9acy\",\n  title: NUEY9_vkH = \"Join us\",\n  link: wZ7iv6KQV,\n  tap: HcUx9zHdQ,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"AZ0EB9acy\",\n    enabledGestures,\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap15ppr0n = activeVariantCallback(async (...args) => {\n    if (HcUx9zHdQ) {\n      const res = await HcUx9zHdQ(...args);\n      if (res === false) return false;\n    }\n  });\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-5FIe8\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsx(Transition, {\n        value: transition,\n        children: /*#__PURE__*/_jsx(Link, {\n          href: wZ7iv6KQV,\n          openInNewTab: false,\n          children: /*#__PURE__*/_jsx(motion.a, {\n            ...restProps,\n            className: `${cx(\"framer-p5xty2\", className)} framer-z1d2t6`,\n            \"data-framer-name\": \"Variant 1\",\n            \"data-highlight\": true,\n            layoutDependency: layoutDependency,\n            layoutId: \"AZ0EB9acy\",\n            onTap: onTap15ppr0n,\n            ref: ref,\n            style: {\n              backgroundColor: \"rgba(0, 255, 157, 0.78)\",\n              borderBottomLeftRadius: 8,\n              borderBottomRightRadius: 8,\n              borderTopLeftRadius: 8,\n              borderTopRightRadius: 8,\n              boxShadow: \"none\",\n              ...style\n            },\n            variants: {\n              \"AZ0EB9acy-hover\": {\n                backgroundColor: \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 255, 168))\",\n                boxShadow: \"0px 1px 2px 0px rgba(0,0,0,0.25)\"\n              }\n            },\n            ...addPropertyOverrides({\n              \"AZ0EB9acy-hover\": {\n                \"data-framer-name\": undefined\n              }\n            }, baseVariant, gestureVariant),\n            children: /*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(motion.p, {\n                  style: {\n                    \"--font-selector\": \"SW50ZXItU2VtaUJvbGQ=\",\n                    \"--framer-font-family\": '\"Inter-SemiBold\", \"Inter\", sans-serif',\n                    \"--framer-font-size\": \"14px\",\n                    \"--framer-font-weight\": \"600\",\n                    \"--framer-line-height\": \"20px\"\n                  },\n                  children: \"Get Started \u2014 Free\"\n                })\n              }),\n              className: \"framer-1eg89d0\",\n              \"data-framer-name\": \"Get Started \u2014 Free\",\n              fonts: [\"Inter-SemiBold\"],\n              layoutDependency: layoutDependency,\n              layoutId: \"I1:13585;1:48\",\n              style: {\n                \"--framer-paragraph-spacing\": \"0px\"\n              },\n              text: NUEY9_vkH,\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            })\n          })\n        })\n      })\n    })\n  });\n});\nconst css = ['.framer-5FIe8 [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-5FIe8 .framer-z1d2t6 { display: block; }\", \".framer-5FIe8 .framer-p5xty2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: min-content; }\", \".framer-5FIe8 .framer-1eg89d0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-5FIe8 .framer-v-p5xty2 .framer-p5xty2 { cursor: pointer; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5FIe8 .framer-p5xty2 { gap: 0px; } .framer-5FIe8 .framer-p5xty2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5FIe8 .framer-p5xty2 > :first-child { margin-top: 0px; } .framer-5FIe8 .framer-p5xty2 > :last-child { margin-bottom: 0px; } }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicHeight 40\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerIntrinsicWidth 80\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"xIxuh6nA6\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     * @framerVariables {\"NUEY9_vkH\":\"title\",\"wZ7iv6KQV\":\"link\",\"HcUx9zHdQ\":\"tap\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     */\nconst FramerMXZ9RvbMF = withCSS(Component, css, \"framer-5FIe8\");\nexport default FramerMXZ9RvbMF;\nFramerMXZ9RvbMF.displayName = \"Buttons / Primary\";\nFramerMXZ9RvbMF.defaultProps = {\n  height: 40,\n  width: 80\n};\naddPropertyControls(FramerMXZ9RvbMF, {\n  NUEY9_vkH: {\n    defaultValue: \"Join us\",\n    displayTextArea: false,\n    title: \"Title\",\n    type: ControlType.String\n  },\n  wZ7iv6KQV: {\n    title: \"Link\",\n    type: ControlType.Link\n  },\n  HcUx9zHdQ: {\n    title: \"Tap\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(FramerMXZ9RvbMF, []);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerMXZ9RvbMF\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"80\",\n        \"framerIntrinsicHeight\": \"40\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xIxuh6nA6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerVariables\": \"{\\\"NUEY9_vkH\\\":\\\"title\\\",\\\"wZ7iv6KQV\\\":\\\"link\\\",\\\"HcUx9zHdQ\\\":\\\"tap\\\"}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./MXZ9RvbMF.map", "// Generated by Framer (10753fe)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, Link, RichText, SVG, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/6xU8jWunYPJyp4TWVQ2p/frsXFX5twpWuDviz0PBy/qVX826CQU.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/kPs3FXOEzSbn8R3CsgXH/KlOTl0ZQU73fXmb1XY9Y/ro7OPezbn.js\";\nconst cycleOrder = [\"O8T9PCfpP\"];\nconst variantClassNames = {\n  O8T9PCfpP: \"framer-v-46or5x\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"O8T9PCfpP\",\n  discord: huKQlqxfG = \"Join Discord\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"O8T9PCfpP\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-PoTZD\", sharedStyle.className, sharedStyle1.className, classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-46or5x\", className),\n        \"data-border\": true,\n        \"data-framer-name\": \"Variant 1\",\n        layoutDependency: layoutDependency,\n        layoutId: \"O8T9PCfpP\",\n        ref: ref,\n        style: {\n          \"--border-bottom-width\": \"1px\",\n          \"--border-color\": \"rgba(255, 255, 255, 0.12)\",\n          \"--border-left-width\": \"1px\",\n          \"--border-right-width\": \"1px\",\n          \"--border-style\": \"solid\",\n          \"--border-top-width\": \"1px\",\n          backgroundColor: \"rgba(255, 255, 255, 0.04)\",\n          borderBottomLeftRadius: 100,\n          borderBottomRightRadius: 100,\n          borderTopLeftRadius: 100,\n          borderTopRightRadius: 100,\n          ...style\n        },\n        transition: transition,\n        children: [/*#__PURE__*/_jsx(RichText, {\n          __fromCanvasComponent: true,\n          children: /*#__PURE__*/_jsx(React.Fragment, {\n            children: /*#__PURE__*/_jsx(motion.p, {\n              className: \"framer-styles-preset-fy35um\",\n              \"data-styles-preset\": \"qVX826CQU\",\n              style: {\n                \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n              },\n              children: \"We currently running Live Trading Sessions\"\n            })\n          }),\n          className: \"framer-ezyrpj\",\n          \"data-framer-name\": \"Announcing our next round of funding.\",\n          layoutDependency: layoutDependency,\n          layoutId: \"tx35Fb0bp\",\n          style: {\n            \"--extracted-r6o4lv\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) \",\n            \"--framer-paragraph-spacing\": \"0px\"\n          },\n          transition: transition,\n          verticalAlignment: \"top\",\n          withExternalLayout: true\n        }), /*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-62ewlk\",\n          \"data-framer-name\": \"Link\",\n          layoutDependency: layoutDependency,\n          layoutId: \"fvfhXku52\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(RichText, {\n            __fromCanvasComponent: true,\n            children: /*#__PURE__*/_jsx(React.Fragment, {\n              children: /*#__PURE__*/_jsx(motion.p, {\n                style: {\n                  \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                  \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                  \"--framer-font-size\": \"14px\",\n                  \"--framer-font-weight\": \"500\",\n                  \"--framer-letter-spacing\": \"-0.28px\",\n                  \"--framer-line-height\": \"20px\",\n                  \"--framer-text-alignment\": \"center\",\n                  \"--framer-text-color\": \"var(--extracted-r6o4lv)\"\n                },\n                children: /*#__PURE__*/_jsx(Link, {\n                  href: \"https://discord.gg/4Nt9cwHa\",\n                  openInNewTab: false,\n                  smoothScroll: false,\n                  children: /*#__PURE__*/_jsx(motion.a, {\n                    className: \"framer-styles-preset-1wicq5s\",\n                    \"data-styles-preset\": \"ro7OPezbn\",\n                    children: \"Join Discord\"\n                  })\n                })\n              })\n            }),\n            className: \"framer-19rxbs\",\n            \"data-framer-name\": \"Read More\",\n            fonts: [\"Inter-Medium\"],\n            layoutDependency: layoutDependency,\n            layoutId: \"TtW0QsJ2q\",\n            style: {\n              \"--extracted-r6o4lv\": \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 255, 168))\",\n              \"--framer-paragraph-spacing\": \"0px\"\n            },\n            text: huKQlqxfG,\n            transition: transition,\n            verticalAlignment: \"top\",\n            withExternalLayout: true\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1q5djcr\",\n            \"data-framer-name\": \"Right\",\n            layoutDependency: layoutDependency,\n            layoutId: \"mQaiTpUJN\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(Link, {\n              href: \"https://discord.gg/4Nt9cwHa\",\n              children: /*#__PURE__*/_jsx(SVG, {\n                as: \"a\",\n                className: \"framer-klf2hs framer-1y7edbh\",\n                \"data-framer-name\": \"Vector\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 12,\n                intrinsicWidth: 13,\n                layoutDependency: layoutDependency,\n                layoutId: \"I1:13702;1:14435\",\n                svg: '<svg width=\"13\" height=\"12\" viewBox=\"0 0 13 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.636 0.855986C7.57437 0.791391 7.50039 0.739834 7.41845 0.704374C7.33651 0.668914 7.24829 0.650273 7.15901 0.649558C7.06973 0.648842 6.98122 0.666066 6.89873 0.700208C6.81623 0.73435 6.74143 0.784715 6.67877 0.848313C6.61611 0.911911 6.56687 0.987448 6.53395 1.07044C6.50104 1.15343 6.48513 1.24219 6.48717 1.33145C6.48922 1.42071 6.50917 1.50865 6.54584 1.59005C6.58251 1.67145 6.63516 1.74465 6.70067 1.80532L10.28 5.33332H1.16667C0.989856 5.33332 0.820286 5.40356 0.695262 5.52858C0.570238 5.65361 0.5 5.82317 0.5 5.99999C0.5 6.1768 0.570238 6.34637 0.695262 6.47139C0.820286 6.59642 0.989856 6.66665 1.16667 6.66665H10.2767L6.7 10.19C6.5804 10.3153 6.5143 10.4823 6.51569 10.6555C6.51708 10.8288 6.58585 10.9947 6.70744 11.1181C6.82903 11.2415 6.99389 11.3127 7.16709 11.3167C7.34029 11.3207 7.50823 11.257 7.63533 11.1393L12.252 6.59132C12.3306 6.51379 12.393 6.42142 12.4356 6.31956C12.4782 6.2177 12.5002 6.10839 12.5002 5.99799C12.5002 5.88758 12.4782 5.77827 12.4356 5.67641C12.393 5.57455 12.3306 5.48218 12.252 5.40465L7.63533 0.855986H7.636Z\" fill=\"white\"/>\\n</svg>\\n',\n                transition: transition,\n                withExternalLayout: true\n              })\n            })\n          })]\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-PoTZD [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-PoTZD .framer-1y7edbh { display: block; }\", \".framer-PoTZD .framer-46or5x { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: transform; }\", \".framer-PoTZD .framer-ezyrpj, .framer-PoTZD .framer-19rxbs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-PoTZD .framer-62ewlk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-PoTZD .framer-1q5djcr { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; }\", \".framer-PoTZD .framer-klf2hs { bottom: 3px; flex: none; left: 2px; position: absolute; right: 2px; text-decoration: none; top: 2px; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PoTZD .framer-46or5x, .framer-PoTZD .framer-62ewlk { gap: 0px; } .framer-PoTZD .framer-46or5x > *, .framer-PoTZD .framer-62ewlk > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-PoTZD .framer-46or5x > :first-child, .framer-PoTZD .framer-62ewlk > :first-child { margin-left: 0px; } .framer-PoTZD .framer-46or5x > :last-child, .framer-PoTZD .framer-62ewlk > :last-child { margin-right: 0px; } }\", ...sharedStyle.css, ...sharedStyle1.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicHeight 28\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerIntrinsicWidth 400\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * @framerVariables {\"huKQlqxfG\":\"discord\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    */\nconst FramerrWyv83Rlf = withCSS(Component, css, \"framer-PoTZD\");\nexport default FramerrWyv83Rlf;\nFramerrWyv83Rlf.displayName = \"Cards/Announcement\";\nFramerrWyv83Rlf.defaultProps = {\n  height: 28,\n  width: 400\n};\naddPropertyControls(FramerrWyv83Rlf, {\n  huKQlqxfG: {\n    defaultValue: \"Join Discord\",\n    displayTextArea: false,\n    placeholder: \"\",\n    title: \"Discord\",\n    type: ControlType.String\n  }\n});\naddFonts(FramerrWyv83Rlf, [...sharedStyle.fonts, ...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FramerrWyv83Rlf\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"28\",\n        \"framerVariables\": \"{\\\"huKQlqxfG\\\":\\\"discord\\\"}\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"400\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};\n//# sourceMappingURL=./rWyv83Rlf.map", "// Generated by Framer (de9b242)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, addPropertyControls, ControlType, cx, getFonts, Image, useActiveVariantCallback, useOnVariantChange, useVariantState, withCSS } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport AccordionHeader from \"https://framerusercontent.com/modules/bGvdnvBH5gVI8MGbHsla/ZOB9PpxjJDFceJKmVz7M/ZI8JGof_G.js\";\nconst AccordionHeaderFonts = getFonts(AccordionHeader);\nconst cycleOrder = [\"AvQo0di3E\", \"PXrQViaqk\", \"rMg4m3EfE\", \"S1RWc0ijS\", \"Izfw3tgIg\"];\nconst variantClassNames = {\n  AvQo0di3E: \"framer-v-gphj9y\",\n  Izfw3tgIg: \"framer-v-1fqvzoo\",\n  PXrQViaqk: \"framer-v-1b4zybx\",\n  rMg4m3EfE: \"framer-v-xcmpx9\",\n  S1RWc0ijS: \"framer-v-jesw47\"\n};\nfunction addPropertyOverrides(overrides, ...variants) {\n  const nextOverrides = {};\n  variants === null || variants === void 0 ? void 0 : variants.forEach(variant => variant && Object.assign(nextOverrides, overrides[variant]));\n  return nextOverrides;\n}\nconst humanReadableVariantMap = {\n  \"Variant 1\": \"AvQo0di3E\",\n  \"Variant 2\": \"PXrQViaqk\",\n  \"Variant 3\": \"rMg4m3EfE\",\n  \"Variant 4\": \"S1RWc0ijS\",\n  \"Variant 5\": \"Izfw3tgIg\"\n};\nconst transitions = {\n  default: {\n    damping: 60,\n    delay: 0,\n    duration: .3,\n    ease: [.44, 0, .56, 1],\n    mass: 1,\n    stiffness: 500,\n    type: \"spring\"\n  }\n};\nconst toResponsiveImage = value => {\n  if (typeof value === \"object\" && value !== null && typeof value.src === \"string\") {\n    return value;\n  }\n  return typeof value === \"string\" ? {\n    src: value\n  } : undefined;\n};\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"AvQo0di3E\",\n  imageInteractionTypes: DhJdapXnV = {\n    src: new URL(\"https://framerusercontent.com/images/iEa5rYCIKlwukNY586YDXaQDY6c.png\").href,\n    srcSet: `${new URL(\"https://framerusercontent.com/images/iEa5rYCIKlwukNY586YDXaQDY6c.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/iEa5rYCIKlwukNY586YDXaQDY6c.png\").href} 839w`\n  },\n  tokenomics: ApmB6y52A = {\n    src: new URL(\"https://framerusercontent.com/images/iQ0pvTyfrVjdf6YDGwJy5sbLp8A.svg\").href\n  },\n  image3: xiFYPQ7x7 = {\n    src: new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png\").href,\n    srcSet: `${new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/opZ65e1y0VYmzfSJBJVfm9kjlXg.png\").href} 1200w`\n  },\n  interactiveLearning: ivlWgYQ99 = {\n    src: new URL(\"https://framerusercontent.com/images/fgHEwTTRAODYsjScDX0DFmkboY.png\").href,\n    srcSet: `${new URL(\"https://framerusercontent.com/images/fgHEwTTRAODYsjScDX0DFmkboY.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/fgHEwTTRAODYsjScDX0DFmkboY.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/fgHEwTTRAODYsjScDX0DFmkboY.png\").href} 1200w`\n  },\n  tap: joG5AXs71,\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  const {\n    baseVariant,\n    classNames,\n    gestureVariant,\n    setGestureState,\n    setVariant,\n    transition,\n    variants\n  } = useVariantState({\n    cycleOrder,\n    defaultVariant: \"AvQo0di3E\",\n    transitions,\n    variant,\n    variantClassNames\n  });\n  const layoutDependency = variants.join(\"-\") + restProps.layoutDependency;\n  const {\n    activeVariantCallback,\n    delay\n  } = useActiveVariantCallback(baseVariant);\n  const onTap1c5lxoo = activeVariantCallback(async (...args) => {\n    if (joG5AXs71) {\n      const res = await joG5AXs71(...args);\n      if (res === false) return false;\n    }\n  });\n  const onAppear1o8kglj = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"PXrQViaqk\"), 4e3);\n  });\n  const onAppear1xokzkc = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"rMg4m3EfE\"), 4e3);\n  });\n  const onAppeartw3xlf = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"S1RWc0ijS\"), 4e3);\n  });\n  const onAppearpqvaml = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"Izfw3tgIg\"), 4e3);\n  });\n  const onAppear8qzgc5 = activeVariantCallback(async (...args) => {\n    await delay(() => setVariant(\"AvQo0di3E\"), 4e3);\n  });\n  const tap13rt8z5 = activeVariantCallback(async (...args) => {\n    setVariant(\"AvQo0di3E\");\n  });\n  const tapseh7mz = activeVariantCallback(async (...args) => {\n    setVariant(\"PXrQViaqk\");\n  });\n  const tapyi36d7 = activeVariantCallback(async (...args) => {\n    setVariant(\"rMg4m3EfE\");\n  });\n  const tap1f0fta0 = activeVariantCallback(async (...args) => {\n    setVariant(\"S1RWc0ijS\");\n  });\n  const tap1ybo6bv = activeVariantCallback(async (...args) => {\n    setVariant(\"Izfw3tgIg\");\n  });\n  useOnVariantChange(baseVariant, {\n    default: onAppear1o8kglj,\n    Izfw3tgIg: onAppear8qzgc5,\n    PXrQViaqk: onAppear1xokzkc,\n    rMg4m3EfE: onAppeartw3xlf,\n    S1RWc0ijS: onAppearpqvaml\n  });\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(LayoutGroup, {\n    id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n    children: /*#__PURE__*/_jsx(motion.div, {\n      initial: variant,\n      animate: variants,\n      onHoverStart: () => setGestureState({\n        isHovered: true\n      }),\n      onHoverEnd: () => setGestureState({\n        isHovered: false\n      }),\n      onTapStart: () => setGestureState({\n        isPressed: true\n      }),\n      onTap: () => setGestureState({\n        isPressed: false\n      }),\n      onTapCancel: () => setGestureState({\n        isPressed: false\n      }),\n      className: cx(\"framer-ERb8y\", classNames),\n      style: {\n        display: \"contents\"\n      },\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        ...restProps,\n        className: cx(\"framer-gphj9y\", className),\n        \"data-framer-name\": \"Variant 1\",\n        \"data-highlight\": true,\n        layoutDependency: layoutDependency,\n        layoutId: \"AvQo0di3E\",\n        onTap: onTap1c5lxoo,\n        ref: ref,\n        style: {\n          ...style\n        },\n        transition: transition,\n        ...addPropertyOverrides({\n          Izfw3tgIg: {\n            \"data-framer-name\": \"Variant 5\"\n          },\n          PXrQViaqk: {\n            \"data-framer-name\": \"Variant 2\"\n          },\n          rMg4m3EfE: {\n            \"data-framer-name\": \"Variant 3\"\n          },\n          S1RWc0ijS: {\n            \"data-framer-name\": \"Variant 4\"\n          }\n        }, baseVariant, gestureVariant),\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          className: \"framer-9uwr7s\",\n          \"data-framer-name\": \"Left\",\n          layoutDependency: layoutDependency,\n          layoutId: \"LJrvGUKte\",\n          transition: transition,\n          children: [/*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1074gd7-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"umFSQNfSn-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"umFSQNfSn\",\n              layoutId: \"umFSQNfSn\",\n              tap: tap13rt8z5,\n              text: \"A group of seasoned traders with years of expertise trading cryptocurrency will help you to master trading. They provide valuable insights and strategies to help beginners understand the market.\",\n              title: \"Learn from experienced traders \",\n              variant: \"Mch2KHBMO\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                Izfw3tgIg: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"hZaGKRYXv\"\n                },\n                PXrQViaqk: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"hZaGKRYXv\"\n                },\n                rMg4m3EfE: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"hZaGKRYXv\"\n                },\n                S1RWc0ijS: {\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"hZaGKRYXv\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1tdgudu-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"hnPIGLHiQ-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"hnPIGLHiQ\",\n              layoutId: \"hnPIGLHiQ\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tapseh7mz,\n              text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n              title: \"Comprehensive curriculum with additional materials\",\n              variant: \"hZaGKRYXv\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                Izfw3tgIg: {\n                  title: \"Comprehensive curriculum with additional materials \"\n                },\n                PXrQViaqk: {\n                  text: \"Learn form a well developed comprehensive curriculum that covers all the essential topics you need to know to succeed in the market.\",\n                  title: \"Comprehensive curriculum with additional materials \",\n                  variant: \"Mch2KHBMO\"\n                },\n                rMg4m3EfE: {\n                  title: \"Comprehensive curriculum with additional materials \"\n                },\n                S1RWc0ijS: {\n                  title: \"Comprehensive curriculum with additional materials \"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-n607d1-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"dbBHqPPYE-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"dbBHqPPYE\",\n              layoutId: \"dbBHqPPYE\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tapyi36d7,\n              text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n              title: \"Interactive learning through in-person sessions\",\n              variant: \"hZaGKRYXv\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                rMg4m3EfE: {\n                  text: \"Quality learning experience through interactive learning opportunities including live webinars, gamified learning, and one-on-one coaching sessions.\",\n                  variant: \"Mch2KHBMO\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-1g4y9be-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"lIRN1cp9V-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"lIRN1cp9V\",\n              layoutId: \"lIRN1cp9V\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tap1f0fta0,\n              text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n              title: \"Real-time trading sessions every week\",\n              variant: \"hZaGKRYXv\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                S1RWc0ijS: {\n                  text: \"Trade with a mentor and test strategies on a trading simulator, allowing you to practice trading in a risk-free environment.\",\n                  variant: \"Mch2KHBMO\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          }), /*#__PURE__*/_jsx(motion.div, {\n            className: \"framer-cyh56o-container\",\n            layoutDependency: layoutDependency,\n            layoutId: \"hxnivQv56-container\",\n            transition: transition,\n            children: /*#__PURE__*/_jsx(AccordionHeader, {\n              height: \"100%\",\n              id: \"hxnivQv56\",\n              layoutId: \"hxnivQv56\",\n              style: {\n                width: \"100%\"\n              },\n              tap: tap1ybo6bv,\n              text: \"Once you learn how fast it is to publish sites in Framer, you\u2019ll find excuses to build sites for everything. Kick off your blog, redesign.\",\n              title: \"Continual support in a like-minded community\",\n              variant: \"hZaGKRYXv\",\n              width: \"100%\",\n              ...addPropertyOverrides({\n                Izfw3tgIg: {\n                  text: \"Join a worldwide community of goal focused traders and learn trading with the power of community\",\n                  variant: \"Mch2KHBMO\"\n                }\n              }, baseVariant, gestureVariant)\n            })\n          })]\n        }), /*#__PURE__*/_jsx(Image, {\n          background: {\n            alt: \"\",\n            fit: \"fill\",\n            intrinsicHeight: 908,\n            intrinsicWidth: 1460,\n            pixelHeight: 908,\n            pixelWidth: 1460,\n            sizes: \"730px\",\n            ...toResponsiveImage(DhJdapXnV)\n          },\n          className: \"framer-1o88tj1\",\n          \"data-border\": true,\n          \"data-framer-name\": \"Image\",\n          layoutDependency: layoutDependency,\n          layoutId: \"wrpcIyDlk\",\n          style: {\n            \"--border-bottom-width\": \"1px\",\n            \"--border-color\": \"rgba(255, 255, 255, 0.08)\",\n            \"--border-left-width\": \"1px\",\n            \"--border-right-width\": \"1px\",\n            \"--border-style\": \"solid\",\n            \"--border-top-width\": \"1px\",\n            borderBottomLeftRadius: 16,\n            borderBottomRightRadius: 16,\n            borderTopLeftRadius: 16,\n            borderTopRightRadius: 16\n          },\n          transition: transition,\n          ...addPropertyOverrides({\n            Izfw3tgIg: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 905,\n                intrinsicWidth: 1417,\n                pixelHeight: 905,\n                pixelWidth: 1417,\n                sizes: \"730px\",\n                src: new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png\").href,\n                srcSet: `${new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/LXVBTHlME47J46PY6YsFJOFqTU.png\").href} 1417w`\n              }\n            },\n            PXrQViaqk: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 908,\n                intrinsicWidth: 1460,\n                pixelHeight: 908,\n                pixelWidth: 1460,\n                sizes: \"730px\",\n                ...toResponsiveImage(ApmB6y52A)\n              }\n            },\n            rMg4m3EfE: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 908,\n                intrinsicWidth: 1460,\n                pixelHeight: 908,\n                pixelWidth: 1460,\n                sizes: \"730px\",\n                ...toResponsiveImage(ivlWgYQ99)\n              }\n            },\n            S1RWc0ijS: {\n              background: {\n                alt: \"\",\n                fit: \"fill\",\n                intrinsicHeight: 908,\n                intrinsicWidth: 1460,\n                pixelHeight: 908,\n                pixelWidth: 1460,\n                sizes: \"730px\",\n                ...toResponsiveImage(xiFYPQ7x7)\n              }\n            }\n          }, baseVariant, gestureVariant)\n        }), /*#__PURE__*/_jsx(motion.div, {\n          className: \"framer-39tflf\",\n          \"data-framer-name\": \"Glow\",\n          layoutDependency: layoutDependency,\n          layoutId: \"Qe3C_RP_6\",\n          style: {\n            backgroundColor: \"rgb(32, 34, 41)\",\n            borderBottomLeftRadius: \"100%\",\n            borderBottomRightRadius: \"100%\",\n            borderTopLeftRadius: \"100%\",\n            borderTopRightRadius: \"100%\",\n            filter: \"blur(50px)\",\n            WebkitFilter: \"blur(50px)\"\n          },\n          transition: transition\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-ERb8y [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-ERb8y .framer-zufphd { display: block; }\", \".framer-ERb8y .framer-gphj9y { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-ERb8y .framer-9uwr7s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-ERb8y .framer-1074gd7-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-ERb8y .framer-1tdgudu-container, .framer-ERb8y .framer-n607d1-container, .framer-ERb8y .framer-1g4y9be-container, .framer-ERb8y .framer-cyh56o-container { align-self: stretch; flex: none; height: auto; position: relative; width: auto; }\", \".framer-ERb8y .framer-1o88tj1 { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 730px; will-change: transform; }\", \".framer-ERb8y .framer-39tflf { aspect-ratio: 11.56 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: absolute; right: 76px; width: 578px; z-index: 1; }\", \"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ERb8y .framer-gphj9y, .framer-ERb8y .framer-9uwr7s { gap: 0px; } .framer-ERb8y .framer-gphj9y > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-ERb8y .framer-gphj9y > :first-child { margin-left: 0px; } .framer-ERb8y .framer-gphj9y > :last-child { margin-right: 0px; } .framer-ERb8y .framer-9uwr7s > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ERb8y .framer-9uwr7s > :first-child { margin-top: 0px; } .framer-ERb8y .framer-9uwr7s > :last-child { margin-bottom: 0px; } }\", \".framer-ERb8y.framer-v-1b4zybx .framer-9uwr7s, .framer-ERb8y.framer-v-xcmpx9 .framer-9uwr7s, .framer-ERb8y.framer-v-jesw47 .framer-9uwr7s, .framer-ERb8y.framer-v-1fqvzoo .framer-9uwr7s { width: 530px; }\", \".framer-ERb8y.framer-v-1b4zybx .framer-1074gd7-container, .framer-ERb8y.framer-v-xcmpx9 .framer-1074gd7-container, .framer-ERb8y.framer-v-jesw47 .framer-1074gd7-container, .framer-ERb8y.framer-v-1fqvzoo .framer-1074gd7-container { width: 100%; }\", \".framer-ERb8y.framer-v-1b4zybx .framer-1tdgudu-container, .framer-ERb8y.framer-v-1b4zybx .framer-n607d1-container, .framer-ERb8y.framer-v-1b4zybx .framer-1g4y9be-container, .framer-ERb8y.framer-v-1b4zybx .framer-cyh56o-container, .framer-ERb8y.framer-v-xcmpx9 .framer-1tdgudu-container, .framer-ERb8y.framer-v-xcmpx9 .framer-n607d1-container, .framer-ERb8y.framer-v-xcmpx9 .framer-1g4y9be-container, .framer-ERb8y.framer-v-xcmpx9 .framer-cyh56o-container, .framer-ERb8y.framer-v-jesw47 .framer-1tdgudu-container, .framer-ERb8y.framer-v-jesw47 .framer-n607d1-container, .framer-ERb8y.framer-v-jesw47 .framer-1g4y9be-container, .framer-ERb8y.framer-v-jesw47 .framer-cyh56o-container, .framer-ERb8y.framer-v-1fqvzoo .framer-1tdgudu-container, .framer-ERb8y.framer-v-1fqvzoo .framer-n607d1-container, .framer-ERb8y.framer-v-1fqvzoo .framer-1g4y9be-container, .framer-ERb8y.framer-v-1fqvzoo .framer-cyh56o-container { align-self: unset; width: 100%; }\"]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicHeight 425\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerIntrinsicWidth 1300\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PXrQViaqk\":{\"layout\":[\"auto\",\"auto\"]},\"rMg4m3EfE\":{\"layout\":[\"auto\",\"auto\"]},\"S1RWc0ijS\":{\"layout\":[\"auto\",\"auto\"]},\"Izfw3tgIg\":{\"layout\":[\"auto\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             * @framerVariables {\"DhJdapXnV\":\"imageInteractionTypes\",\"ApmB6y52A\":\"tokenomics\",\"xiFYPQ7x7\":\"image3\",\"ivlWgYQ99\":\"interactiveLearning\",\"joG5AXs71\":\"tap\"}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             */\nconst Framerurj2AD5Li = withCSS(Component, css, \"framer-ERb8y\");\nexport default Framerurj2AD5Li;\nFramerurj2AD5Li.displayName = \"Cards/Feature\";\nFramerurj2AD5Li.defaultProps = {\n  height: 425,\n  width: 1300\n};\naddPropertyControls(Framerurj2AD5Li, {\n  variant: {\n    options: [\"AvQo0di3E\", \"PXrQViaqk\", \"rMg4m3EfE\", \"S1RWc0ijS\", \"Izfw3tgIg\"],\n    optionTitles: [\"Variant 1\", \"Variant 2\", \"Variant 3\", \"Variant 4\", \"Variant 5\"],\n    title: \"Variant\",\n    type: ControlType.Enum\n  },\n  DhJdapXnV: {\n    __defaultAssetReference: \"data:framer/asset-reference,iEa5rYCIKlwukNY586YDXaQDY6c.png?originalFilename=Graph+LEarning+from+expereinced+traders+1.png&preferredSize=auto\",\n    title: \"Image - Interaction Types\",\n    type: ControlType.ResponsiveImage\n  },\n  ApmB6y52A: {\n    __defaultAssetReference: \"data:framer/asset-reference,iQ0pvTyfrVjdf6YDGwJy5sbLp8A.svg?originalFilename=Group+786+1.svg&preferredSize=auto\",\n    title: \"Tokenomics\",\n    type: ControlType.ResponsiveImage\n  },\n  xiFYPQ7x7: {\n    __defaultAssetReference: \"data:framer/asset-reference,opZ65e1y0VYmzfSJBJVfm9kjlXg.png?originalFilename=Real+time+trading+Sessions+Graphic.png&preferredSize=auto\",\n    title: \"Image 3\",\n    type: ControlType.ResponsiveImage\n  },\n  ivlWgYQ99: {\n    __defaultAssetReference: \"data:framer/asset-reference,fgHEwTTRAODYsjScDX0DFmkboY.png?originalFilename=Interactive+Learning+through+in-person+sessions.png&preferredSize=auto\",\n    title: \"Interactive Learning\",\n    type: ControlType.ResponsiveImage\n  },\n  joG5AXs71: {\n    title: \"Tap\",\n    type: ControlType.EventHandler\n  }\n});\naddFonts(Framerurj2AD5Li, [...AccordionHeaderFonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"Framerurj2AD5Li\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerIntrinsicHeight\": \"425\",\n        \"framerVariables\": \"{\\\"DhJdapXnV\\\":\\\"imageInteractionTypes\\\",\\\"ApmB6y52A\\\":\\\"tokenomics\\\",\\\"xiFYPQ7x7\\\":\\\"image3\\\",\\\"ivlWgYQ99\\\":\\\"interactiveLearning\\\",\\\"joG5AXs71\\\":\\\"tap\\\"}\",\n        \"framerIntrinsicWidth\": \"1300\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PXrQViaqk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rMg4m3EfE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"S1RWc0ijS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Izfw3tgIg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};", "// Generated by Framer (58a021c)\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { addFonts, Container, cx, GeneratedComponentContext, getFonts, Image, Link, optimizeAppear, optimizeAppearTransformTemplate, PropertyOverrides, removeHiddenBreakpointLayers, RichText, SVG, useHydratedBreakpointVariants, withCSS, withFX } from \"framer\";\nimport { LayoutGroup, motion } from \"framer-motion\";\nimport * as React from \"react\";\nimport BlockIntegrations from \"https://framerusercontent.com/modules/vbEzlTQIZVghNdipWXt1/d88pSe3roisi2gwoZXmz/B5MJnT5PH.js\";\nimport HeaderNavigation from \"https://framerusercontent.com/modules/bOVR3YHKjwrak7sIhFm0/3tNBQm77UAbiZ5fAu7h1/aJeZuTaMj.js\";\nimport CardsBullet from \"https://framerusercontent.com/modules/e0PfFyyHDji71cwIL7HP/K35zZisdUnNAxYdmBVQ8/HllUACLDt.js\";\nimport CardsFeatureMobile from \"https://framerusercontent.com/modules/8GsxFdGdSYlpZhTjslSh/pazcTpdmlnoCx0rRPYpe/jCk2sO0xt.js\";\nimport ButtonsPrimary from \"https://framerusercontent.com/modules/aFK2zvOARZ8JGRmwH29d/uRFOqhYQ71yFs67E36yQ/MXZ9RvbMF.js\";\nimport AccordionFAQ from \"https://framerusercontent.com/modules/86YSc7rl4zmoWjM9Txlo/X44gYev3GGRdQjWUtgoK/qgKLCaFNO.js\";\nimport CardsAnnouncement from \"https://framerusercontent.com/modules/74GR9Eqn5jLKntAAeiSC/VBmGblAQtAedY80SckhP/rWyv83Rlf.js\";\nimport CardsFeature from \"https://framerusercontent.com/modules/du9mogSRJaSvkthQqk8R/f1fhIWN4QM616dH7LpCS/urj2AD5Li.js\";\nimport BlockFooter from \"https://framerusercontent.com/modules/lbD1bFMTrLNQMGcO1jVo/RyCKR7fGeNyPdIs3pwuU/vjSwed9F8.js\";\nimport AnimatedCounter from \"https://framerusercontent.com/modules/oEyAUtXbHmJ3iluUT6u1/Natmfb9mmjoomEEdo68f/CounterText.js\";\nimport * as sharedStyle4 from \"https://framerusercontent.com/modules/sYmLnMB6hA00cAIvnpF2/S6PLL1DURVD7oixDeDKH/fVxnimdqP.js\";\nimport * as sharedStyle3 from \"https://framerusercontent.com/modules/yg8qnFHFre8qdaaoaU11/4OKdxnwyx6v64R4Kgy8E/O4vAwzLkC.js\";\nimport * as sharedStyle2 from \"https://framerusercontent.com/modules/8ECh6wxhTJM20Go59JXI/8UhMR1s4x9SgqQt87GY0/xZndidUCt.js\";\nimport * as sharedStyle from \"https://framerusercontent.com/modules/6mWmWAGvXgGTUJsD6zmL/8CdvVVdprwPIzE4uzzNK/YAP816Y5n.js\";\nimport * as sharedStyle1 from \"https://framerusercontent.com/modules/jw10cfnhzfjrShA85PLP/5rXTGdmfoFkhW7iEIC0d/YckFIlg3V.js\";\nimport metadataProvider from \"https://framerusercontent.com/modules/zKHLd2TWpks3cP3Qbnas/9dUKEnvmPLx8N0HSRrvS/augiA20Il.js\";\nconst HeaderNavigationFonts = getFonts(HeaderNavigation);\nconst CardsAnnouncementFonts = getFonts(CardsAnnouncement);\nconst ButtonsPrimaryFonts = getFonts(ButtonsPrimary);\nconst MotionDivWithFX = withFX(motion.div);\nconst AnimatedCounterFonts = getFonts(AnimatedCounter);\nconst CardsFeatureMobileFonts = getFonts(CardsFeatureMobile);\nconst CardsFeatureFonts = getFonts(CardsFeature);\nconst BlockIntegrationsFonts = getFonts(BlockIntegrations);\nconst ContainerWithFX = withFX(Container);\nconst CardsBulletFonts = getFonts(CardsBullet);\nconst AccordionFAQFonts = getFonts(AccordionFAQ);\nconst BlockFooterFonts = getFonts(BlockFooter);\nconst cycleOrder = [\"WQLkyLRf1\", \"dKydJ_BRO\", \"UExSrJNrZ\"];\nconst breakpoints = {\n  dKydJ_BRO: \"(max-width: 809px)\",\n  UExSrJNrZ: \"(min-width: 810px) and (max-width: 1339px)\",\n  WQLkyLRf1: \"(min-width: 1340px)\"\n};\nconst isBrowser = () => typeof document !== \"undefined\";\nconst variantClassNames = {\n  dKydJ_BRO: \"framer-v-mckz36\",\n  UExSrJNrZ: \"framer-v-14t1qlw\",\n  WQLkyLRf1: \"framer-v-72rtr7\"\n};\nif (isBrowser()) {\n  removeHiddenBreakpointLayers(\"WQLkyLRf1\", breakpoints, variantClassNames);\n}\nconst humanReadableVariantMap = {\n  Desktop: \"WQLkyLRf1\",\n  Phone: \"dKydJ_BRO\",\n  Tablet: \"UExSrJNrZ\"\n};\nconst transitions = {\n  default: {\n    duration: 0\n  }\n};\nconst transformTemplate = (_, t) => `translateX(-50%) ${t}`;\nconst transformTemplate1 = (_, t) => `translate(-50%, -50%) ${t}`;\nconst transition1 = {\n  damping: 30,\n  delay: .4,\n  mass: 1,\n  stiffness: 400,\n  type: \"spring\"\n};\nconst animation = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 30\n};\nconst transformTemplate2 = (_, t) => `perspective(1200px) ${t}`;\nconst animation1 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition1,\n  x: 0,\n  y: 0\n};\nconst animation2 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 30\n};\nconst transition2 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 100,\n  type: \"spring\"\n};\nconst animation3 = {\n  opacity: .3,\n  rotate: 0,\n  rotateX: 30,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 30\n};\nconst animation4 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 0\n};\nconst animation5 = {\n  opacity: .3,\n  rotate: 0,\n  rotateX: 30,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 30\n};\nconst transition3 = {\n  damping: 30,\n  delay: .2,\n  mass: 1,\n  stiffness: 100,\n  type: \"spring\"\n};\nconst animation6 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 30,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 30\n};\nconst animation7 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition3,\n  x: 0,\n  y: 0\n};\nconst animation8 = {\n  opacity: .001,\n  rotate: 0,\n  rotateX: 30,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 30\n};\nconst transition4 = {\n  damping: 30,\n  delay: .4,\n  mass: 1,\n  stiffness: 100,\n  type: \"spring\"\n};\nconst animation9 = {\n  opacity: 0,\n  rotate: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst animation10 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition4,\n  x: 0,\n  y: 0\n};\nconst animation11 = {\n  opacity: .001,\n  rotate: 0,\n  scale: 1,\n  x: 0,\n  y: 0\n};\nconst transition5 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 80,\n  type: \"spring\"\n};\nconst animation12 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 30,\n  rotateY: 0,\n  scale: 1,\n  transition: transition5,\n  x: 0,\n  y: 30\n};\nconst animation13 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition5,\n  x: 0,\n  y: 0\n};\nconst animation14 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 30,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 30\n};\nconst transformTemplate3 = (_, t) => `perspective(1200px) translateX(-50%) ${t}`;\nconst animation15 = {\n  opacity: 0,\n  rotate: 0,\n  rotateX: 10,\n  rotateY: 0,\n  scale: 1,\n  x: 0,\n  y: 30\n};\nconst animation16 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .5,\n  x: 0,\n  y: 0\n};\nconst transition6 = {\n  damping: 30,\n  delay: 0,\n  mass: 1,\n  stiffness: 400,\n  type: \"spring\"\n};\nconst animation17 = {\n  opacity: 0,\n  rotate: 0,\n  scale: .5,\n  transition: transition6,\n  x: 0,\n  y: 0\n};\nconst animation18 = {\n  opacity: 1,\n  rotate: 0,\n  rotateX: 0,\n  rotateY: 0,\n  scale: 1,\n  transition: transition2,\n  x: 0,\n  y: 30\n};\nconst metadata = metadataProvider();\nconst Component = /*#__PURE__*/React.forwardRef(function ({\n  id,\n  style,\n  className,\n  width,\n  height,\n  layoutId,\n  variant: outerVariant = \"WQLkyLRf1\",\n  ...restProps\n}, ref) {\n  const outerVariantId = humanReadableVariantMap[outerVariant];\n  const variant = outerVariantId || outerVariant;\n  React.useLayoutEffect(() => {\n    const metadata1 = metadataProvider();\n    document.title = metadata1.title || \"\";\n    if (metadata1.viewport) {\n      var ref;\n      (ref = document.querySelector('meta[name=\"viewport\"]')) === null || ref === void 0 ? void 0 : ref.setAttribute(\"content\", metadata1.viewport);\n    }\n    if (metadata1.bodyClassName) {\n      Array.from(document.body.classList).filter(c => c.startsWith(\"framer-body-\")).map(c => document.body.classList.remove(c));\n      document.body.classList.add(metadata1.bodyClassName);\n    }\n  }, []);\n  const [baseVariant, hydratedBaseVariant] = useHydratedBreakpointVariants(variant, breakpoints, false);\n  const gestureVariant = undefined;\n  const transition = transitions.default;\n  const isDisplayed = () => {\n    if (baseVariant === \"UExSrJNrZ\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed1 = () => {\n    if (baseVariant === \"dKydJ_BRO\") return !isBrowser();\n    return true;\n  };\n  const isDisplayed2 = () => {\n    if (baseVariant === \"dKydJ_BRO\") return true;\n    return !isBrowser();\n  };\n  const isDisplayed3 = () => {\n    if ([\"dKydJ_BRO\", \"UExSrJNrZ\"].includes(baseVariant)) return true;\n    return !isBrowser();\n  };\n  const isDisplayed4 = () => {\n    if ([\"dKydJ_BRO\", \"UExSrJNrZ\"].includes(baseVariant)) return !isBrowser();\n    return true;\n  };\n  const defaultLayoutId = React.useId();\n  return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider, {\n    value: {\n      primaryVariantId: \"WQLkyLRf1\",\n      variantClassNames\n    },\n    children: /*#__PURE__*/_jsx(LayoutGroup, {\n      id: layoutId !== null && layoutId !== void 0 ? layoutId : defaultLayoutId,\n      children: /*#__PURE__*/_jsxs(motion.div, {\n        className: cx(\"framer-qndbs\", sharedStyle.className, sharedStyle1.className, sharedStyle2.className, sharedStyle3.className, sharedStyle4.className),\n        style: {\n          display: \"contents\"\n        },\n        children: [/*#__PURE__*/_jsxs(motion.div, {\n          ...restProps,\n          className: cx(\"framer-72rtr7\", className),\n          ref: ref,\n          style: {\n            ...style\n          },\n          children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              dKydJ_BRO: {\n                layoutScroll: true\n              }\n            },\n            children: /*#__PURE__*/_jsx(Container, {\n              className: \"framer-ir0ide-container\",\n              transformTemplate: transformTemplate,\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    variant: \"eCfIbCdGP\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(HeaderNavigation, {\n                  height: \"100%\",\n                  id: \"RxqDgsNRp\",\n                  layoutId: \"RxqDgsNRp\",\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"je2sB4Q4s\",\n                  width: \"100%\"\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsxs(motion.header, {\n            className: \"framer-1mu3r9f\",\n            \"data-framer-name\": \"Header\",\n            name: \"Header\",\n            children: [isDisplayed() && /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-tisih3 hidden-14t1qlw\",\n              \"data-framer-name\": \"Lines\",\n              name: \"Lines\",\n              children: /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1x3rux9\",\n                \"data-framer-name\": \"Lines\",\n                layout: \"position\",\n                name: \"Lines\",\n                opacity: 1,\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1920 1347\"><g transform=\"translate(-656 -656)\" id=\"ss594135846_1\"><path d=\"M 656 2003 L 656 656 L 2576 656 L 2576 2003 Z\" fill=\"transparent\"></path><g id=\"ss594135846_3\"><path d=\"M 0 1616 L 0 0 L 1616 0 L 1616 1616 Z\" fill=\"transparent\"></path><path d=\"M 718.222 656 L 628.444 656 L 628.444 745.778 L 718.222 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 656 L 718.222 656 L 718.222 745.778 L 808 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 656 L 808 656 L 808 745.778 L 897.778 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 656 L 897.778 656 L 897.778 745.778 L 987.555 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 656 L 987.556 656 L 987.556 745.778 L 1077.334 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 656 L 1077.333 656 L 1077.333 745.778 L 1167.111 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 656 L 1167.112 656 L 1167.112 745.778 L 1256.89 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 656 L 1256.889 656 L 1256.889 745.778 L 1346.667 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 656 L 1346.667 656 L 1346.667 745.778 L 1436.445 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 656 L 1436.445 656 L 1436.445 745.778 L 1526.223 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 656 L 1526.222 656 L 1526.222 745.778 L 1616 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 656 L 1616 656 L 1616 745.778 L 1705.78 745.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 745.778 L 628.444 745.778 L 628.444 835.556 L 718.222 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 745.778 L 718.222 745.778 L 718.222 835.556 L 808 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 745.778 L 808 745.778 L 808 835.556 L 897.778 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 745.778 L 897.778 745.778 L 897.778 835.556 L 987.555 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 745.778 L 987.556 745.778 L 987.556 835.556 L 1077.334 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 745.778 L 1077.333 745.778 L 1077.333 835.556 L 1167.111 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 745.778 L 1167.112 745.778 L 1167.112 835.556 L 1256.89 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 745.778 L 1256.889 745.778 L 1256.889 835.556 L 1346.667 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 745.778 L 1346.667 745.778 L 1346.667 835.556 L 1436.445 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 745.778 L 1436.445 745.778 L 1436.445 835.556 L 1526.223 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 745.778 L 1526.222 745.778 L 1526.222 835.556 L 1616 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 745.778 L 1616 745.778 L 1616 835.556 L 1705.78 835.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 835.556 L 628.444 835.556 L 628.444 925.334 L 718.222 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 835.556 L 718.222 835.556 L 718.222 925.334 L 808 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 835.556 L 808 835.556 L 808 925.334 L 897.778 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 835.556 L 897.778 835.556 L 897.778 925.334 L 987.555 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 835.556 L 987.556 835.556 L 987.556 925.334 L 1077.334 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 835.556 L 1077.333 835.556 L 1077.333 925.334 L 1167.111 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 835.556 L 1167.112 835.556 L 1167.112 925.334 L 1256.89 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 835.556 L 1256.889 835.556 L 1256.889 925.334 L 1346.667 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 835.556 L 1346.667 835.556 L 1346.667 925.334 L 1436.445 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 835.556 L 1436.445 835.556 L 1436.445 925.334 L 1526.223 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 835.556 L 1526.222 835.556 L 1526.222 925.334 L 1616 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 835.556 L 1616 835.556 L 1616 925.334 L 1705.78 925.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 925.333 L 628.444 925.333 L 628.444 1015.111 L 718.222 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 925.333 L 718.222 925.333 L 718.222 1015.111 L 808 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 925.333 L 808 925.333 L 808 1015.111 L 897.778 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 925.333 L 897.778 925.333 L 897.778 1015.111 L 987.555 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 925.333 L 987.556 925.333 L 987.556 1015.111 L 1077.334 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 925.333 L 1077.333 925.333 L 1077.333 1015.111 L 1167.111 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 925.333 L 1167.112 925.333 L 1167.112 1015.111 L 1256.89 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 925.333 L 1256.889 925.333 L 1256.889 1015.111 L 1346.667 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 925.333 L 1346.667 925.333 L 1346.667 1015.111 L 1436.445 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 925.333 L 1436.445 925.333 L 1436.445 1015.111 L 1526.223 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 925.333 L 1526.222 925.333 L 1526.222 1015.111 L 1616 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 925.333 L 1616 925.333 L 1616 1015.111 L 1705.78 1015.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1015.111 L 628.444 1015.111 L 628.444 1104.889 L 718.222 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1015.111 L 718.222 1015.111 L 718.222 1104.889 L 808 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1015.111 L 808 1015.111 L 808 1104.889 L 897.778 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1015.111 L 897.778 1015.111 L 897.778 1104.889 L 987.555 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1015.111 L 987.556 1015.111 L 987.556 1104.889 L 1077.334 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1015.111 L 1077.333 1015.111 L 1077.333 1104.889 L 1167.111 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1015.111 L 1167.112 1015.111 L 1167.112 1104.889 L 1256.89 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1015.111 L 1256.889 1015.111 L 1256.889 1104.889 L 1346.667 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1015.111 L 1346.667 1015.111 L 1346.667 1104.889 L 1436.445 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1015.111 L 1436.445 1015.111 L 1436.445 1104.889 L 1526.223 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1015.111 L 1526.222 1015.111 L 1526.222 1104.889 L 1616 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1015.111 L 1616 1015.111 L 1616 1104.889 L 1705.78 1104.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1104.889 L 628.444 1104.889 L 628.444 1194.667 L 718.222 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1104.889 L 718.222 1104.889 L 718.222 1194.667 L 808 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1104.889 L 808 1104.889 L 808 1194.667 L 897.778 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1104.889 L 897.778 1104.889 L 897.778 1194.667 L 987.555 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1104.889 L 987.556 1104.889 L 987.556 1194.667 L 1077.334 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1104.889 L 1077.333 1104.889 L 1077.333 1194.667 L 1167.111 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1104.889 L 1167.112 1104.889 L 1167.112 1194.667 L 1256.89 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1104.889 L 1256.889 1104.889 L 1256.889 1194.667 L 1346.667 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1104.889 L 1346.667 1104.889 L 1346.667 1194.667 L 1436.445 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1104.889 L 1436.445 1104.889 L 1436.445 1194.667 L 1526.223 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1104.889 L 1526.222 1104.889 L 1526.222 1194.667 L 1616 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1104.889 L 1616 1104.889 L 1616 1194.667 L 1705.78 1194.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1194.667 L 628.444 1194.667 L 628.444 1284.445 L 718.222 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1194.667 L 718.222 1194.667 L 718.222 1284.445 L 808 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1194.667 L 808 1194.667 L 808 1284.445 L 897.778 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1194.667 L 897.778 1194.667 L 897.778 1284.445 L 987.555 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1194.667 L 987.556 1194.667 L 987.556 1284.445 L 1077.334 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1194.667 L 1077.333 1194.667 L 1077.333 1284.445 L 1167.111 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1194.667 L 1167.112 1194.667 L 1167.112 1284.445 L 1256.89 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1194.667 L 1256.889 1194.667 L 1256.889 1284.445 L 1346.667 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1194.667 L 1346.667 1194.667 L 1346.667 1284.445 L 1436.445 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1194.667 L 1436.445 1194.667 L 1436.445 1284.445 L 1526.223 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1194.667 L 1526.222 1194.667 L 1526.222 1284.445 L 1616 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1194.667 L 1616 1194.667 L 1616 1284.445 L 1705.78 1284.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1284.445 L 628.444 1284.445 L 628.444 1374.222 L 718.222 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1284.445 L 718.222 1284.445 L 718.222 1374.222 L 808 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1284.445 L 808 1284.445 L 808 1374.222 L 897.778 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1284.445 L 897.778 1284.445 L 897.778 1374.222 L 987.555 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1284.445 L 987.556 1284.445 L 987.556 1374.222 L 1077.334 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1284.445 L 1077.333 1284.445 L 1077.333 1374.222 L 1167.111 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1284.445 L 1167.112 1284.445 L 1167.112 1374.222 L 1256.89 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1284.445 L 1256.889 1284.445 L 1256.889 1374.222 L 1346.667 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1284.445 L 1346.667 1284.445 L 1346.667 1374.222 L 1436.445 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1284.445 L 1436.445 1284.445 L 1436.445 1374.222 L 1526.223 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1284.445 L 1526.222 1284.445 L 1526.222 1374.222 L 1616 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1284.445 L 1616 1284.445 L 1616 1374.222 L 1705.78 1374.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1374.222 L 628.444 1374.222 L 628.444 1464 L 718.222 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1374.222 L 718.222 1374.222 L 718.222 1464 L 808 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1374.222 L 808 1374.222 L 808 1464 L 897.778 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1374.222 L 897.778 1374.222 L 897.778 1464 L 987.555 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1374.222 L 987.556 1374.222 L 987.556 1464 L 1077.334 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1374.222 L 1077.333 1374.222 L 1077.333 1464 L 1167.111 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1374.222 L 1167.112 1374.222 L 1167.112 1464 L 1256.89 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1374.222 L 1256.889 1374.222 L 1256.889 1464 L 1346.667 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1374.222 L 1346.667 1374.222 L 1346.667 1464 L 1436.445 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1374.222 L 1436.445 1374.222 L 1436.445 1464 L 1526.223 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1374.222 L 1526.222 1374.222 L 1526.222 1464 L 1616 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1374.222 L 1616 1374.222 L 1616 1464 L 1705.78 1464 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1464 L 628.444 1464 L 628.444 1553.778 L 718.222 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1464 L 718.222 1464 L 718.222 1553.778 L 808 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1464 L 808 1464 L 808 1553.778 L 897.778 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1464 L 897.778 1464 L 897.778 1553.778 L 987.555 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1464 L 987.556 1464 L 987.556 1553.778 L 1077.334 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1464 L 1077.333 1464 L 1077.333 1553.778 L 1167.111 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1464 L 1167.112 1464 L 1167.112 1553.778 L 1256.89 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1464 L 1256.889 1464 L 1256.889 1553.778 L 1346.667 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1464 L 1346.667 1464 L 1346.667 1553.778 L 1436.445 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1464 L 1436.445 1464 L 1436.445 1553.778 L 1526.223 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1464 L 1526.222 1464 L 1526.222 1553.778 L 1616 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1464 L 1616 1464 L 1616 1553.778 L 1705.78 1553.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1553.778 L 628.444 1553.778 L 628.444 1643.556 L 718.222 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1553.778 L 718.222 1553.778 L 718.222 1643.556 L 808 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1553.778 L 808 1553.778 L 808 1643.556 L 897.778 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1553.778 L 897.778 1553.778 L 897.778 1643.556 L 987.555 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1553.778 L 987.556 1553.778 L 987.556 1643.556 L 1077.334 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1553.778 L 1077.333 1553.778 L 1077.333 1643.556 L 1167.111 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1553.778 L 1167.112 1553.778 L 1167.112 1643.556 L 1256.89 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1553.778 L 1256.889 1553.778 L 1256.889 1643.556 L 1346.667 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1553.778 L 1346.667 1553.778 L 1346.667 1643.556 L 1436.445 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1553.778 L 1436.445 1553.778 L 1436.445 1643.556 L 1526.223 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1553.778 L 1526.222 1553.778 L 1526.222 1643.556 L 1616 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1553.778 L 1616 1553.778 L 1616 1643.556 L 1705.78 1643.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1643.556 L 628.444 1643.556 L 628.444 1733.33 L 718.222 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1643.556 L 718.222 1643.556 L 718.222 1733.33 L 808 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1643.556 L 808 1643.556 L 808 1733.33 L 897.778 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1643.556 L 897.778 1643.556 L 897.778 1733.33 L 987.555 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1643.556 L 987.556 1643.556 L 987.556 1733.33 L 1077.334 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1643.556 L 1077.333 1643.556 L 1077.333 1733.33 L 1167.111 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1643.556 L 1167.112 1643.556 L 1167.112 1733.33 L 1256.89 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1643.556 L 1256.889 1643.556 L 1256.889 1733.33 L 1346.667 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1643.556 L 1346.667 1643.556 L 1346.667 1733.33 L 1436.445 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1643.556 L 1436.445 1643.556 L 1436.445 1733.33 L 1526.223 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1643.556 L 1526.222 1643.556 L 1526.222 1733.33 L 1616 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1643.556 L 1616 1643.556 L 1616 1733.33 L 1705.78 1733.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1733.33 L 628.444 1733.33 L 628.444 1823.11 L 718.222 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1733.33 L 718.222 1733.33 L 718.222 1823.11 L 808 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1733.33 L 808 1733.33 L 808 1823.11 L 897.778 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1733.33 L 897.778 1733.33 L 897.778 1823.11 L 987.555 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1733.33 L 987.556 1733.33 L 987.556 1823.11 L 1077.334 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1733.33 L 1077.333 1733.33 L 1077.333 1823.11 L 1167.111 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1733.33 L 1167.112 1733.33 L 1167.112 1823.11 L 1256.89 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1733.33 L 1256.889 1733.33 L 1256.889 1823.11 L 1346.667 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1733.33 L 1346.667 1733.33 L 1346.667 1823.11 L 1436.445 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1733.33 L 1436.445 1733.33 L 1436.445 1823.11 L 1526.223 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1733.33 L 1526.222 1733.33 L 1526.222 1823.11 L 1616 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1733.33 L 1616 1733.33 L 1616 1823.11 L 1705.78 1823.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1823.11 L 628.444 1823.11 L 628.444 1912.89 L 718.222 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1823.11 L 718.222 1823.11 L 718.222 1912.89 L 808 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1823.11 L 808 1823.11 L 808 1912.89 L 897.778 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1823.11 L 897.778 1823.11 L 897.778 1912.89 L 987.555 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1823.11 L 987.556 1823.11 L 987.556 1912.89 L 1077.334 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1823.11 L 1077.333 1823.11 L 1077.333 1912.89 L 1167.111 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1823.11 L 1167.112 1823.11 L 1167.112 1912.89 L 1256.89 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1823.11 L 1256.889 1823.11 L 1256.889 1912.89 L 1346.667 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1823.11 L 1346.667 1823.11 L 1346.667 1912.89 L 1436.445 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1823.11 L 1436.445 1823.11 L 1436.445 1912.89 L 1526.223 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1823.11 L 1526.222 1823.11 L 1526.222 1912.89 L 1616 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1823.11 L 1616 1823.11 L 1616 1912.89 L 1705.78 1912.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 1912.89 L 628.444 1912.89 L 628.444 2002.67 L 718.222 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 1912.89 L 718.222 1912.89 L 718.222 2002.67 L 808 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 1912.89 L 808 1912.89 L 808 2002.67 L 897.778 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 1912.89 L 897.778 1912.89 L 897.778 2002.67 L 987.555 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 1912.89 L 987.556 1912.89 L 987.556 2002.67 L 1077.334 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 1912.89 L 1077.333 1912.89 L 1077.333 2002.67 L 1167.111 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 1912.89 L 1167.112 1912.89 L 1167.112 2002.67 L 1256.89 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 1912.89 L 1256.889 1912.89 L 1256.889 2002.67 L 1346.667 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 1912.89 L 1346.667 1912.89 L 1346.667 2002.67 L 1436.445 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 1912.89 L 1436.445 1912.89 L 1436.445 2002.67 L 1526.223 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 1912.89 L 1526.222 1912.89 L 1526.222 2002.67 L 1616 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 1912.89 L 1616 1912.89 L 1616 2002.67 L 1705.78 2002.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.222 2002.67 L 628.444 2002.67 L 628.444 2092.44 L 718.222 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 808 2002.67 L 718.222 2002.67 L 718.222 2092.44 L 808 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.778 2002.67 L 808 2002.67 L 808 2092.44 L 897.778 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.555 2002.67 L 897.778 2002.67 L 897.778 2092.44 L 987.555 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1077.334 2002.67 L 987.556 2002.67 L 987.556 2092.44 L 1077.334 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1167.111 2002.67 L 1077.333 2002.67 L 1077.333 2092.44 L 1167.111 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1256.89 2002.67 L 1167.112 2002.67 L 1167.112 2092.44 L 1256.89 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1346.667 2002.67 L 1256.889 2002.67 L 1256.889 2092.44 L 1346.667 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1436.445 2002.67 L 1346.667 2002.67 L 1346.667 2092.44 L 1436.445 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1526.223 2002.67 L 1436.445 2002.67 L 1436.445 2092.44 L 1526.223 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1616 2002.67 L 1526.222 2002.67 L 1526.222 2092.44 L 1616 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 1705.78 2002.67 L 1616 2002.67 L 1616 2092.44 L 1705.78 2092.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><g transform=\"translate(1615.994 656)\" id=\"ss594135846_197\"><path d=\"M 0 2575.994 L 0 959.994 L 1616 959.994 L 1616 2575.994 Z\" fill=\"transparent\"></path><path d=\"M 89.776 0 L -0 0 L -0 89.778 L 89.776 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 0 L 89.776 0 L 89.776 89.778 L 179.556 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 0 L 179.556 0 L 179.556 89.778 L 269.336 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 0 L 269.336 0 L 269.336 89.778 L 359.106 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 0 L 359.106 0 L 359.106 89.778 L 448.886 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 0 L 448.886 0 L 448.886 89.778 L 538.666 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 0 L 538.666 0 L 538.666 89.778 L 628.446 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 0 L 628.446 0 L 628.446 89.778 L 718.226 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 0 L 718.226 0 L 718.226 89.778 L 807.996 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 0 L 807.996 0 L 807.996 89.778 L 897.776 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 0 L 897.776 0 L 897.776 89.778 L 987.556 89.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 89.778 L -0 89.778 L -0 179.556 L 89.776 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 89.778 L 89.776 89.778 L 89.776 179.556 L 179.556 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 89.778 L 179.556 89.778 L 179.556 179.556 L 269.336 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 89.778 L 269.336 89.778 L 269.336 179.556 L 359.106 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 89.778 L 359.106 89.778 L 359.106 179.556 L 448.886 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 89.778 L 448.886 89.778 L 448.886 179.556 L 538.666 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 89.778 L 538.666 89.778 L 538.666 179.556 L 628.446 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 89.778 L 628.446 89.778 L 628.446 179.556 L 718.226 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 89.778 L 718.226 89.778 L 718.226 179.556 L 807.996 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 89.778 L 807.996 89.778 L 807.996 179.556 L 897.776 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 89.778 L 897.776 89.778 L 897.776 179.556 L 987.556 179.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 179.556 L -0 179.556 L -0 269.334 L 89.776 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 179.556 L 89.776 179.556 L 89.776 269.334 L 179.556 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 179.556 L 179.556 179.556 L 179.556 269.334 L 269.336 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 179.556 L 269.336 179.556 L 269.336 269.334 L 359.106 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 179.556 L 359.106 179.556 L 359.106 269.334 L 448.886 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 179.556 L 448.886 179.556 L 448.886 269.334 L 538.666 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 179.556 L 538.666 179.556 L 538.666 269.334 L 628.446 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 179.556 L 628.446 179.556 L 628.446 269.334 L 718.226 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 179.556 L 718.226 179.556 L 718.226 269.334 L 807.996 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 179.556 L 807.996 179.556 L 807.996 269.334 L 897.776 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 179.556 L 897.776 179.556 L 897.776 269.334 L 987.556 269.334 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 269.333 L -0 269.333 L -0 359.111 L 89.776 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 269.333 L 89.776 269.333 L 89.776 359.111 L 179.556 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 269.333 L 179.556 269.333 L 179.556 359.111 L 269.336 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 269.333 L 269.336 269.333 L 269.336 359.111 L 359.106 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 269.333 L 359.106 269.333 L 359.106 359.111 L 448.886 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 269.333 L 448.886 269.333 L 448.886 359.111 L 538.666 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 269.333 L 538.666 269.333 L 538.666 359.111 L 628.446 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 269.333 L 628.446 269.333 L 628.446 359.111 L 718.226 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 269.333 L 718.226 269.333 L 718.226 359.111 L 807.996 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 269.333 L 807.996 269.333 L 807.996 359.111 L 897.776 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 269.333 L 897.776 269.333 L 897.776 359.111 L 987.556 359.111 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 359.111 L -0 359.111 L -0 448.889 L 89.776 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 359.111 L 89.776 359.111 L 89.776 448.889 L 179.556 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 359.111 L 179.556 359.111 L 179.556 448.889 L 269.336 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 359.111 L 269.336 359.111 L 269.336 448.889 L 359.106 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 359.111 L 359.106 359.111 L 359.106 448.889 L 448.886 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 359.111 L 448.886 359.111 L 448.886 448.889 L 538.666 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 359.111 L 538.666 359.111 L 538.666 448.889 L 628.446 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 359.111 L 628.446 359.111 L 628.446 448.889 L 718.226 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 359.111 L 718.226 359.111 L 718.226 448.889 L 807.996 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 359.111 L 807.996 359.111 L 807.996 448.889 L 897.776 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 359.111 L 897.776 359.111 L 897.776 448.889 L 987.556 448.889 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 448.889 L -0 448.889 L -0 538.667 L 89.776 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 448.889 L 89.776 448.889 L 89.776 538.667 L 179.556 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 448.889 L 179.556 448.889 L 179.556 538.667 L 269.336 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 448.889 L 269.336 448.889 L 269.336 538.667 L 359.106 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 448.889 L 359.106 448.889 L 359.106 538.667 L 448.886 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 448.889 L 448.886 448.889 L 448.886 538.667 L 538.666 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 448.889 L 538.666 448.889 L 538.666 538.667 L 628.446 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 448.889 L 628.446 448.889 L 628.446 538.667 L 718.226 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 448.889 L 718.226 448.889 L 718.226 538.667 L 807.996 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 448.889 L 807.996 448.889 L 807.996 538.667 L 897.776 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 448.889 L 897.776 448.889 L 897.776 538.667 L 987.556 538.667 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 538.667 L -0 538.667 L -0 628.445 L 89.776 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 538.667 L 89.776 538.667 L 89.776 628.445 L 179.556 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 538.667 L 179.556 538.667 L 179.556 628.445 L 269.336 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 538.667 L 269.336 538.667 L 269.336 628.445 L 359.106 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 538.667 L 359.106 538.667 L 359.106 628.445 L 448.886 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 538.667 L 448.886 538.667 L 448.886 628.445 L 538.666 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 538.667 L 538.666 538.667 L 538.666 628.445 L 628.446 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 538.667 L 628.446 538.667 L 628.446 628.445 L 718.226 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 538.667 L 718.226 538.667 L 718.226 628.445 L 807.996 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 538.667 L 807.996 538.667 L 807.996 628.445 L 897.776 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 538.667 L 897.776 538.667 L 897.776 628.445 L 987.556 628.445 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 628.445 L -0 628.445 L -0 718.222 L 89.776 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 628.445 L 89.776 628.445 L 89.776 718.222 L 179.556 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 628.445 L 179.556 628.445 L 179.556 718.222 L 269.336 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 628.445 L 269.336 628.445 L 269.336 718.222 L 359.106 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 628.445 L 359.106 628.445 L 359.106 718.222 L 448.886 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 628.445 L 448.886 628.445 L 448.886 718.222 L 538.666 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 628.445 L 538.666 628.445 L 538.666 718.222 L 628.446 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 628.445 L 628.446 628.445 L 628.446 718.222 L 718.226 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 628.445 L 718.226 628.445 L 718.226 718.222 L 807.996 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 628.445 L 807.996 628.445 L 807.996 718.222 L 897.776 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 628.445 L 897.776 628.445 L 897.776 718.222 L 987.556 718.222 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 718.222 L -0 718.222 L -0 808 L 89.776 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 718.222 L 89.776 718.222 L 89.776 808 L 179.556 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 718.222 L 179.556 718.222 L 179.556 808 L 269.336 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 718.222 L 269.336 718.222 L 269.336 808 L 359.106 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 718.222 L 359.106 718.222 L 359.106 808 L 448.886 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 718.222 L 448.886 718.222 L 448.886 808 L 538.666 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 718.222 L 538.666 718.222 L 538.666 808 L 628.446 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 718.222 L 628.446 718.222 L 628.446 808 L 718.226 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 718.222 L 718.226 718.222 L 718.226 808 L 807.996 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 718.222 L 807.996 718.222 L 807.996 808 L 897.776 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 718.222 L 897.776 718.222 L 897.776 808 L 987.556 808 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 808 L -0 808 L -0 897.778 L 89.776 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 808 L 89.776 808 L 89.776 897.778 L 179.556 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 808 L 179.556 808 L 179.556 897.778 L 269.336 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 808 L 269.336 808 L 269.336 897.778 L 359.106 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 808 L 359.106 808 L 359.106 897.778 L 448.886 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 808 L 448.886 808 L 448.886 897.778 L 538.666 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 808 L 538.666 808 L 538.666 897.778 L 628.446 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 808 L 628.446 808 L 628.446 897.778 L 718.226 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 808 L 718.226 808 L 718.226 897.778 L 807.996 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 808 L 807.996 808 L 807.996 897.778 L 897.776 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 808 L 897.776 808 L 897.776 897.778 L 987.556 897.778 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 897.778 L -0 897.778 L -0 987.556 L 89.776 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 897.778 L 89.776 897.778 L 89.776 987.556 L 179.556 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 897.778 L 179.556 897.778 L 179.556 987.556 L 269.336 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 897.778 L 269.336 897.778 L 269.336 987.556 L 359.106 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 897.778 L 359.106 897.778 L 359.106 987.556 L 448.886 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 897.778 L 448.886 897.778 L 448.886 987.556 L 538.666 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 897.778 L 538.666 897.778 L 538.666 987.556 L 628.446 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 897.778 L 628.446 897.778 L 628.446 987.556 L 718.226 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 897.778 L 718.226 897.778 L 718.226 987.556 L 807.996 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 897.778 L 807.996 897.778 L 807.996 987.556 L 897.776 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 897.778 L 897.776 897.778 L 897.776 987.556 L 987.556 987.556 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 987.556 L -0 987.556 L -0 1077.33 L 89.776 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 987.556 L 89.776 987.556 L 89.776 1077.33 L 179.556 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 987.556 L 179.556 987.556 L 179.556 1077.33 L 269.336 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 987.556 L 269.336 987.556 L 269.336 1077.33 L 359.106 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 987.556 L 359.106 987.556 L 359.106 1077.33 L 448.886 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 987.556 L 448.886 987.556 L 448.886 1077.33 L 538.666 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 987.556 L 538.666 987.556 L 538.666 1077.33 L 628.446 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 987.556 L 628.446 987.556 L 628.446 1077.33 L 718.226 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 987.556 L 718.226 987.556 L 718.226 1077.33 L 807.996 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 987.556 L 807.996 987.556 L 807.996 1077.33 L 897.776 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 987.556 L 897.776 987.556 L 897.776 1077.33 L 987.556 1077.33 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 1077.33 L -0 1077.33 L -0 1167.11 L 89.776 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 1077.33 L 89.776 1077.33 L 89.776 1167.11 L 179.556 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 1077.33 L 179.556 1077.33 L 179.556 1167.11 L 269.336 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 1077.33 L 269.336 1077.33 L 269.336 1167.11 L 359.106 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 1077.33 L 359.106 1077.33 L 359.106 1167.11 L 448.886 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 1077.33 L 448.886 1077.33 L 448.886 1167.11 L 538.666 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 1077.33 L 538.666 1077.33 L 538.666 1167.11 L 628.446 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 1077.33 L 628.446 1077.33 L 628.446 1167.11 L 718.226 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 1077.33 L 718.226 1077.33 L 718.226 1167.11 L 807.996 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 1077.33 L 807.996 1077.33 L 807.996 1167.11 L 897.776 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 1077.33 L 897.776 1077.33 L 897.776 1167.11 L 987.556 1167.11 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 1167.11 L -0 1167.11 L -0 1256.89 L 89.776 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 1167.11 L 89.776 1167.11 L 89.776 1256.89 L 179.556 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 1167.11 L 179.556 1167.11 L 179.556 1256.89 L 269.336 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 1167.11 L 269.336 1167.11 L 269.336 1256.89 L 359.106 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 1167.11 L 359.106 1167.11 L 359.106 1256.89 L 448.886 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 1167.11 L 448.886 1167.11 L 448.886 1256.89 L 538.666 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 1167.11 L 538.666 1167.11 L 538.666 1256.89 L 628.446 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 1167.11 L 628.446 1167.11 L 628.446 1256.89 L 718.226 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 1167.11 L 718.226 1167.11 L 718.226 1256.89 L 807.996 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 1167.11 L 807.996 1167.11 L 807.996 1256.89 L 897.776 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 1167.11 L 897.776 1167.11 L 897.776 1256.89 L 987.556 1256.89 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 1256.89 L -0 1256.89 L -0 1346.67 L 89.776 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 1256.89 L 89.776 1256.89 L 89.776 1346.67 L 179.556 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 1256.89 L 179.556 1256.89 L 179.556 1346.67 L 269.336 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 1256.89 L 269.336 1256.89 L 269.336 1346.67 L 359.106 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 1256.89 L 359.106 1256.89 L 359.106 1346.67 L 448.886 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 1256.89 L 448.886 1256.89 L 448.886 1346.67 L 538.666 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 1256.89 L 538.666 1256.89 L 538.666 1346.67 L 628.446 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 1256.89 L 628.446 1256.89 L 628.446 1346.67 L 718.226 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 1256.89 L 718.226 1256.89 L 718.226 1346.67 L 807.996 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 1256.89 L 807.996 1256.89 L 807.996 1346.67 L 897.776 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 1256.89 L 897.776 1256.89 L 897.776 1346.67 L 987.556 1346.67 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 89.776 1346.67 L -0 1346.67 L -0 1436.44 L 89.776 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 179.556 1346.67 L 89.776 1346.67 L 89.776 1436.44 L 179.556 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 269.336 1346.67 L 179.556 1346.67 L 179.556 1436.44 L 269.336 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 359.106 1346.67 L 269.336 1346.67 L 269.336 1436.44 L 359.106 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 448.886 1346.67 L 359.106 1346.67 L 359.106 1436.44 L 448.886 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 538.666 1346.67 L 448.886 1346.67 L 448.886 1436.44 L 538.666 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 628.446 1346.67 L 538.666 1346.67 L 538.666 1436.44 L 628.446 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 718.226 1346.67 L 628.446 1346.67 L 628.446 1436.44 L 718.226 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 807.996 1346.67 L 718.226 1346.67 L 718.226 1436.44 L 807.996 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 897.776 1346.67 L 807.996 1346.67 L 807.996 1436.44 L 897.776 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 987.556 1346.67 L 897.776 1346.67 L 897.776 1436.44 L 987.556 1436.44 Z\" fill=\"transparent\" stroke-width=\"1.60128\" stroke=\"rgba(255,255,255,0.02)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g></g></svg>',\n                svgContentId: 594135846,\n                withExternalLayout: true\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  transformTemplate: transformTemplate1\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-hz3okg\",\n                \"data-framer-name\": \"Hero Texts\",\n                name: \"Hero Texts\",\n                transformTemplate: transformTemplate,\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dKydJ_BRO: {\n                      \"data-framer-appear-id\": \"s17e52\",\n                      animate: optimizeAppear(\"animate\", \"s17e52\", animation1, \"mckz36\"),\n                      initial: optimizeAppear(\"initial\", \"s17e52\", animation2, \"mckz36\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"s17e52\", transformTemplate2)\n                    },\n                    UExSrJNrZ: {\n                      \"data-framer-appear-id\": \"bhojwc\",\n                      animate: optimizeAppear(\"animate\", \"bhojwc\", animation1, \"14t1qlw\"),\n                      initial: optimizeAppear(\"initial\", \"bhojwc\", animation2, \"14t1qlw\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"bhojwc\", transformTemplate2)\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(Container, {\n                    animate: optimizeAppear(\"animate\", \"o92qyl\", animation1, \"72rtr7\"),\n                    className: \"framer-o92qyl-container\",\n                    \"data-framer-appear-id\": \"o92qyl\",\n                    exit: animation,\n                    initial: optimizeAppear(\"initial\", \"o92qyl\", animation2, \"72rtr7\"),\n                    transformTemplate: optimizeAppearTransformTemplate(\"o92qyl\", transformTemplate2),\n                    children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                      breakpoint: baseVariant,\n                      overrides: {\n                        dKydJ_BRO: {\n                          discord: \"Discord\"\n                        }\n                      },\n                      children: /*#__PURE__*/_jsx(CardsAnnouncement, {\n                        discord: \"Join Discord\",\n                        height: \"100%\",\n                        id: \"R1ecFXeCT\",\n                        layoutId: \"R1ecFXeCT\",\n                        width: \"100%\"\n                      })\n                    })\n                  })\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1nnw3k2\",\n                  \"data-framer-name\": \"Titles\",\n                  name: \"Titles\",\n                  children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        \"data-framer-appear-id\": \"9n9xyk\",\n                        animate: optimizeAppear(\"animate\", \"9n9xyk\", animation4, \"mckz36\"),\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"h3\", {\n                            className: \"framer-styles-preset-12lj5ox\",\n                            \"data-styles-preset\": \"YckFIlg3V\",\n                            style: {\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"rgb(0, 0, 0)\"\n                            },\n                            children: /*#__PURE__*/_jsx(\"span\", {\n                              \"data-text-fill\": \"true\",\n                              style: {\n                                backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                              },\n                              children: \"Start your trading Journey by learning from the best\"\n                            })\n                          })\n                        }),\n                        initial: optimizeAppear(\"initial\", \"9n9xyk\", animation5, \"mckz36\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"9n9xyk\", transformTemplate2)\n                      },\n                      UExSrJNrZ: {\n                        \"data-framer-appear-id\": \"15t8af1\",\n                        animate: optimizeAppear(\"animate\", \"15t8af1\", animation4, \"14t1qlw\"),\n                        initial: optimizeAppear(\"initial\", \"15t8af1\", animation5, \"14t1qlw\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"15t8af1\", transformTemplate2)\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      animate: optimizeAppear(\"animate\", \"1unsc5t\", animation4, \"72rtr7\"),\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h1\", {\n                          className: \"framer-styles-preset-3nqyhf\",\n                          \"data-styles-preset\": \"YAP816Y5n\",\n                          style: {\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"rgb(0, 0, 0)\"\n                          },\n                          children: /*#__PURE__*/_jsxs(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: [\"Start your trading Journey\", /*#__PURE__*/_jsx(\"br\", {}), \"Learn from the best\"]\n                          })\n                        })\n                      }),\n                      className: \"framer-1unsc5t\",\n                      \"data-framer-appear-id\": \"1unsc5t\",\n                      \"data-framer-name\": \"Build your next idea and ship your dream site.\",\n                      exit: animation3,\n                      initial: optimizeAppear(\"initial\", \"1unsc5t\", animation5, \"72rtr7\"),\n                      name: \"Build your next idea and ship your dream site.\",\n                      transformTemplate: optimizeAppearTransformTemplate(\"1unsc5t\", transformTemplate2),\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        \"data-framer-appear-id\": \"16ql5n9\",\n                        animate: optimizeAppear(\"animate\", \"16ql5n9\", animation7, \"mckz36\"),\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsxs(\"p\", {\n                            className: \"framer-styles-preset-21ogod\",\n                            \"data-styles-preset\": \"xZndidUCt\",\n                            style: {\n                              \"--framer-text-alignment\": \"center\",\n                              \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                            },\n                            children: [\"Benefit form decentralized technologies and become and expert by\", /*#__PURE__*/_jsx(\"br\", {}), \"learning form top traders through \", /*#__PURE__*/_jsx(\"br\", {}), \"personalized learning paths. \"]\n                          })\n                        }),\n                        initial: optimizeAppear(\"initial\", \"16ql5n9\", animation8, \"mckz36\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"16ql5n9\", transformTemplate2)\n                      },\n                      UExSrJNrZ: {\n                        \"data-framer-appear-id\": \"185wpxr\",\n                        animate: optimizeAppear(\"animate\", \"185wpxr\", animation7, \"14t1qlw\"),\n                        initial: optimizeAppear(\"initial\", \"185wpxr\", animation8, \"14t1qlw\"),\n                        transformTemplate: optimizeAppearTransformTemplate(\"185wpxr\", transformTemplate2)\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      animate: optimizeAppear(\"animate\", \"d4ho2p\", animation7, \"72rtr7\"),\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsxs(\"p\", {\n                          className: \"framer-styles-preset-21ogod\",\n                          \"data-styles-preset\": \"xZndidUCt\",\n                          style: {\n                            \"--framer-text-alignment\": \"center\",\n                            \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                          },\n                          children: [\"Benefit from decentralized technologies and become and expert by\", /*#__PURE__*/_jsx(\"br\", {}), \"learning form top traders through personalized learning paths\"]\n                        })\n                      }),\n                      className: \"framer-d4ho2p\",\n                      \"data-framer-appear-id\": \"d4ho2p\",\n                      \"data-framer-name\": \"Zero code, maximum speed. Make professional sites easy, fast and fun while delivering best-in-class SEO, performance.\",\n                      exit: animation6,\n                      initial: optimizeAppear(\"initial\", \"d4ho2p\", animation8, \"72rtr7\"),\n                      name: \"Zero code, maximum speed. Make professional sites easy, fast and fun while delivering best-in-class SEO, performance.\",\n                      transformTemplate: optimizeAppearTransformTemplate(\"d4ho2p\", transformTemplate2),\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })]\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dKydJ_BRO: {\n                      \"data-framer-appear-id\": \"hoawqi\",\n                      animate: optimizeAppear(\"animate\", \"hoawqi\", animation10, \"mckz36\"),\n                      initial: optimizeAppear(\"initial\", \"hoawqi\", animation11, \"mckz36\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"hoawqi\", transformTemplate2)\n                    },\n                    UExSrJNrZ: {\n                      \"data-framer-appear-id\": \"1qh16ys\",\n                      animate: optimizeAppear(\"animate\", \"1qh16ys\", animation10, \"14t1qlw\"),\n                      initial: optimizeAppear(\"initial\", \"1qh16ys\", animation11, \"14t1qlw\"),\n                      transformTemplate: optimizeAppearTransformTemplate(\"1qh16ys\", transformTemplate2)\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(motion.div, {\n                    animate: optimizeAppear(\"animate\", \"1n7vykn\", animation10, \"72rtr7\"),\n                    className: \"framer-1n7vykn\",\n                    \"data-framer-appear-id\": \"1n7vykn\",\n                    \"data-framer-name\": \"Buttons\",\n                    exit: animation9,\n                    initial: optimizeAppear(\"initial\", \"1n7vykn\", animation11, \"72rtr7\"),\n                    name: \"Buttons\",\n                    transformTemplate: optimizeAppearTransformTemplate(\"1n7vykn\", transformTemplate2),\n                    children: /*#__PURE__*/_jsx(Container, {\n                      className: \"framer-1v14ofn-container\",\n                      children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                        breakpoint: baseVariant,\n                        overrides: {\n                          dKydJ_BRO: {\n                            style: {\n                              width: \"100%\"\n                            }\n                          }\n                        },\n                        children: /*#__PURE__*/_jsx(ButtonsPrimary, {\n                          height: \"100%\",\n                          id: \"sNp_2efUN\",\n                          layoutId: \"sNp_2efUN\",\n                          link: \"https://discord.gg/44bdns5MfS\",\n                          title: \"Join us\",\n                          width: \"100%\"\n                        })\n                      })\n                    })\n                  })\n                })]\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  \"data-framer-appear-id\": \"1fncpcj\",\n                  animate: optimizeAppear(\"animate\", \"1fncpcj\", animation13, \"mckz36\"),\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    intrinsicHeight: 1e3,\n                    intrinsicWidth: 1920,\n                    pixelHeight: 1e3,\n                    pixelWidth: 1920,\n                    sizes: \"90vw\",\n                    src: new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png\").href} 1920w`\n                  },\n                  initial: optimizeAppear(\"initial\", \"1fncpcj\", animation14, \"mckz36\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"1fncpcj\", transformTemplate3)\n                },\n                UExSrJNrZ: {\n                  \"data-framer-appear-id\": \"i1s3hx\",\n                  animate: optimizeAppear(\"animate\", \"i1s3hx\", animation13, \"14t1qlw\"),\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    intrinsicHeight: 1e3,\n                    intrinsicWidth: 1920,\n                    pixelHeight: 1e3,\n                    pixelWidth: 1920,\n                    sizes: \"768px\",\n                    src: new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png\").href} 1920w`\n                  },\n                  initial: optimizeAppear(\"initial\", \"i1s3hx\", animation14, \"14t1qlw\"),\n                  transformTemplate: optimizeAppearTransformTemplate(\"i1s3hx\", transformTemplate3)\n                }\n              },\n              children: /*#__PURE__*/_jsx(Image, {\n                animate: optimizeAppear(\"animate\", \"lmmsyv\", animation13, \"72rtr7\"),\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  intrinsicHeight: 1e3,\n                  intrinsicWidth: 1920,\n                  pixelHeight: 1e3,\n                  pixelWidth: 1920,\n                  sizes: \"1316px\",\n                  src: new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/0si3rFXfwsOzi8ZItkfJVHw.png\").href} 1920w`\n                },\n                className: \"framer-lmmsyv\",\n                \"data-framer-appear-id\": \"lmmsyv\",\n                \"data-framer-name\": \"Hero Image\",\n                exit: animation12,\n                initial: optimizeAppear(\"initial\", \"lmmsyv\", animation14, \"72rtr7\"),\n                name: \"Hero Image\",\n                transformTemplate: optimizeAppearTransformTemplate(\"lmmsyv\", transformTemplate2)\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(MotionDivWithFX, {\n            __framer__animate: {\n              transition: transition2\n            },\n            __framer__animateOnce: true,\n            __framer__enter: animation15,\n            __framer__exit: animation4,\n            __framer__styleAppearEffectEnabled: true,\n            __framer__threshold: 0,\n            __perspectiveFX: false,\n            __targetOpacity: 1,\n            className: \"framer-4b8b3n\",\n            \"data-framer-name\": \"Clients\",\n            name: \"Clients\",\n            transformTemplate: transformTemplate2,\n            children: [/*#__PURE__*/_jsx(RichText, {\n              __fromCanvasComponent: true,\n              children: /*#__PURE__*/_jsx(React.Fragment, {\n                children: /*#__PURE__*/_jsx(\"p\", {\n                  className: \"framer-styles-preset-374ca2\",\n                  \"data-styles-preset\": \"O4vAwzLkC\",\n                  style: {\n                    \"--framer-text-alignment\": \"center\",\n                    \"--framer-text-color\": \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 102, 255))\"\n                  },\n                  children: \"PARTNERED WITH LEADING WEB3 COMPANIES\"\n                })\n              }),\n              className: \"framer-1xfchbr\",\n              \"data-framer-name\": \"TRUSTED BY THOUSANDS OF COMPANIES IN 100+ COUNTRIES\",\n              name: \"TRUSTED BY THOUSANDS OF COMPANIES IN 100+ COUNTRIES\",\n              verticalAlignment: \"top\",\n              withExternalLayout: true\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1dtfy5n\",\n              \"data-framer-name\": \"Partner logos\",\n              name: \"Partner logos\",\n              children: [/*#__PURE__*/_jsx(SVG, {\n                className: \"framer-12mjys1\",\n                \"data-framer-name\": \"TradingView_main_page\",\n                fill: \"black\",\n                intrinsicHeight: 28,\n                intrinsicWidth: 189,\n                name: \"TradingView_main_page\",\n                svg: '<svg width=\"189\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#fff\"><path d=\"M14 22H7V11H0V4h14v18Zm14 0h-8l7.5-18h8L28 22Zm-8-10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"/></g><g clip-path=\"url(#b)\"><path d=\"M46.793 22.024h3.702V7.519h4.843V4.02H42v3.5h4.793v14.504Zm8.55 0h3.474v-6.06c0-2.105 1.09-3.373 2.74-3.373.582 0 1.039.101 1.571.279V9.345a3.886 3.886 0 0 0-1.166-.152c-1.42 0-2.713.938-3.145 2.18V9.346h-3.474v12.678Zm14.453.279c1.75 0 3.068-.888 3.652-1.7v1.42h3.474V9.346h-3.474v1.42c-.584-.811-1.902-1.699-3.652-1.699-3.372 0-5.959 3.043-5.959 6.618 0 3.576 2.587 6.619 5.96 6.619l-.001-.001Zm.736-3.17c-1.928 0-3.196-1.445-3.196-3.448 0-2.004 1.268-3.45 3.196-3.45 1.927 0 3.195 1.446 3.195 3.45 0 2.003-1.268 3.448-3.195 3.448Zm14.661 3.17c1.75 0 3.068-.888 3.651-1.7v1.42h3.474V3.007h-3.474v7.76c-.583-.812-1.901-1.7-3.651-1.7-3.373 0-5.96 3.043-5.96 6.618 0 3.576 2.587 6.619 5.96 6.619v-.001Zm.735-3.17c-1.927 0-3.195-1.445-3.195-3.448 0-2.004 1.268-3.45 3.195-3.45 1.927 0 3.195 1.446 3.195 3.45 0 2.003-1.268 3.448-3.195 3.448ZM97.166 7.412a2.213 2.213 0 0 0 2.232-2.206A2.213 2.213 0 0 0 97.166 3a2.224 2.224 0 0 0-2.206 2.206 2.224 2.224 0 0 0 2.206 2.206Zm-1.724 14.612h3.474V9.49h-3.474v12.534Zm6.556 0h3.474v-6.187c0-2.435 1.192-3.601 2.815-3.601 1.445 0 2.232 1.116 2.232 2.941v6.847h3.474v-7.43c0-3.296-1.826-5.528-4.894-5.528-1.649 0-2.942.71-3.627 1.724V9.345h-3.474v12.679Zm20.835-3.374c-1.75 0-3.22-1.319-3.22-3.246 0-1.952 1.47-3.246 3.22-3.246 1.75 0 3.22 1.294 3.22 3.246 0 1.927-1.47 3.246-3.22 3.246Zm-.406 8.85c3.88 0 6.822-1.978 6.822-6.543V9.268h-3.474v1.42c-.685-.988-2.055-1.698-3.677-1.698-3.322 0-5.985 2.84-5.985 6.415 0 3.55 2.663 6.39 5.985 6.39 1.623 0 2.992-.735 3.677-1.673v.862c0 2.029-1.344 3.474-3.398 3.474-1.42 0-2.84-.482-3.956-1.572l-1.902 2.586c1.445 1.395 3.702 2.028 5.908 2.028Zm14.167-5.476h3.27L147.32 4.02h-4.057l-5.021 12.501-5.097-12.501h-3.981l7.43 18.004Zm13.914-14.758a2.212 2.212 0 0 0 2.231-2.206 2.21 2.21 0 0 0-2.231-2.206c-1.192 0-2.207.988-2.207 2.206 0 1.217 1.015 2.206 2.207 2.206Zm-1.725 14.758h3.474V9.345h-3.474v12.679Zm12.465.279c2.662 0 4.691-1.116 5.883-2.84l-2.587-1.927c-.583.887-1.673 1.597-3.271 1.597-1.673 0-3.169-.938-3.372-2.637h9.483c.076-.533.051-.888.051-1.192 0-4.133-2.916-6.238-6.238-6.238-3.854 0-6.669 2.865-6.669 6.618 0 4.007 2.942 6.619 6.72 6.619Zm-3.221-8.165c.33-1.547 1.775-2.207 3.069-2.207 1.293 0 2.561.685 2.865 2.207h-5.934Zm22.423 7.886h3.449l4.184-12.679h-3.728l-2.383 8.114-2.587-8.114h-2.662l-2.561 8.114-2.409-8.114h-3.703l4.21 12.679h3.448l2.359-7.202 2.383 7.202Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h36v28H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" transform=\"translate(42)\" d=\"M0 0h147v28H0z\"/></clipPath></defs></svg>',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-sb6ur2\",\n                \"data-framer-name\": \"logo_etherscan_1\",\n                fill: \"black\",\n                intrinsicHeight: 41,\n                intrinsicWidth: 179,\n                name: \"logo_etherscan_1\",\n                svg: '<svg width=\"179\" height=\"41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><mask id=\"b\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"179\" height=\"41\"><path d=\"M179 0H0v41h179V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#b)\"><mask id=\"c\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"179\" height=\"41\"><path d=\"M178.838 0H0v40.713h178.838V0Z\" fill=\"#fff\"/></mask><g mask=\"url(#c)\"><path d=\"M52.779 13.316v5.598h6.825v2.302H52.78v5.73h7.614v2.432H49.787V10.912h10.606v2.406l-7.613-.002Zm17.802 13.47v2.59h-1.838c-1.54 0-2.709-.37-3.505-1.111-.797-.741-1.195-1.975-1.195-3.7V17.5H61.97v-2.537h2.074V11.38h3.02v3.584h3.492v2.537h-3.492v7.116c0 .82.153 1.386.459 1.7.306.314.844.47 1.615.47h1.444ZM81.478 14.73c1.68 0 3.028.54 4.043 1.622 1.015 1.081 1.523 2.624 1.523 4.63v8.397h-2.993v-8.083c0-1.29-.333-2.29-.998-2.996a3.562 3.562 0 0 0-2.73-1.059 3.76 3.76 0 0 0-2.863 1.138c-.717.759-1.076 1.87-1.076 3.335v7.665H73.39V10.02h2.993v8.11a4.839 4.839 0 0 1 1.943-2.512 5.642 5.642 0 0 1 3.15-.89Zm22.502 6.749c.005.43-.03.858-.105 1.281H92.742c.052 1.483.463 2.581 1.234 3.296a4.048 4.048 0 0 0 2.862 1.073 4.175 4.175 0 0 0 2.533-.759 3.133 3.133 0 0 0 1.274-2.014h3.203a6.193 6.193 0 0 1-1.208 2.694 6.24 6.24 0 0 1-2.389 1.845 7.853 7.853 0 0 1-3.282.666 7.576 7.576 0 0 1-3.714-.889 6.337 6.337 0 0 1-2.534-2.564 8.089 8.089 0 0 1-.919-3.95 8.03 8.03 0 0 1 .92-3.924 6.337 6.337 0 0 1 2.533-2.563 7.575 7.575 0 0 1 3.714-.89 7.574 7.574 0 0 1 3.714.877 6.11 6.11 0 0 1 2.442 2.406 6.884 6.884 0 0 1 .854 3.415h.001Zm-3.02-.079a4.418 4.418 0 0 0-.486-2.366 3.366 3.366 0 0 0-1.47-1.413 4.554 4.554 0 0 0-2.035-.458 4.211 4.211 0 0 0-2.94 1.073c-.788.715-1.217 1.77-1.287 3.167l8.218-.003Zm8.9-3.61a5.565 5.565 0 0 1 2.101-2.236 5.974 5.974 0 0 1 3.15-.824v3.243h-.892c-1.313 0-2.368.319-3.164.955-.796.637-1.194 1.687-1.192 3.152v7.3h-2.993V14.964h2.993l-.003 2.825Zm12.236-3.008c1.698 0 3.058.432 4.081 1.295a5.473 5.473 0 0 1 1.878 3.467h-2.835a3.044 3.044 0 0 0-1.011-1.897 3.22 3.22 0 0 0-2.192-.72 2.585 2.585 0 0 0-1.747.537 1.829 1.829 0 0 0-.616 1.452 1.424 1.424 0 0 0 .446 1.1c.322.293.702.516 1.116.654.625.207 1.26.381 1.903.523 1.086.244 2.639.759 2.639.759s1.252.675 1.733 1.242a3.46 3.46 0 0 1 .722 2.315 3.6 3.6 0 0 1-1.378 2.93c-.919.75-2.157 1.125-3.714 1.125-1.803 0-3.26-.418-4.372-1.256a5.182 5.182 0 0 1-1.361-1.549 5.144 5.144 0 0 1-.646-1.956h2.914a2.73 2.73 0 0 0 1.05 1.91c.696.515 1.55.774 2.416.733a2.421 2.421 0 0 0 1.694-.562 1.843 1.843 0 0 0 .615-1.43 1.578 1.578 0 0 0-.472-1.203 3.285 3.285 0 0 0-1.182-.693 16.42 16.42 0 0 0-1.943-.51 21.664 21.664 0 0 1-2.56-.734 3.99 3.99 0 0 1-1.68-1.19 3.354 3.354 0 0 1-.696-2.237 3.665 3.665 0 0 1 1.378-2.969c.919-.757 2.193-1.136 3.821-1.136h-.001Zm15.544 0c1.873 0 3.422.493 4.647 1.478a6.368 6.368 0 0 1 2.284 4.015h-3.179a3.374 3.374 0 0 0-1.273-2.133 4.055 4.055 0 0 0-2.534-.772 3.824 3.824 0 0 0-2.888 1.217c-.77.81-1.155 2-1.155 3.57 0 1.57.385 2.765 1.155 3.584a3.8 3.8 0 0 0 2.888 1.23 4.007 4.007 0 0 0 2.537-.783 3.433 3.433 0 0 0 1.273-2.145h3.179a6.421 6.421 0 0 1-2.284 4.028c-1.225.994-2.775 1.491-4.647 1.491a7.576 7.576 0 0 1-3.714-.89 6.339 6.339 0 0 1-2.534-2.563 8.082 8.082 0 0 1-.922-3.95 8.024 8.024 0 0 1 .919-3.924 6.339 6.339 0 0 1 2.534-2.564 7.57 7.57 0 0 1 3.715-.889h-.001Zm15.622 0a5.738 5.738 0 0 1 3.361.967 5.213 5.213 0 0 1 1.97 2.563v-3.347h2.993v14.414h-2.993V26.03a5.213 5.213 0 0 1-1.97 2.564 5.739 5.739 0 0 1-3.361.967 6.436 6.436 0 0 1-3.374-.89 6.083 6.083 0 0 1-2.323-2.563 8.698 8.698 0 0 1-.84-3.95 8.642 8.642 0 0 1 .84-3.924 6.083 6.083 0 0 1 2.323-2.564 6.437 6.437 0 0 1 3.376-.888h-.002Zm.919 2.616a4.18 4.18 0 0 0-3.19 1.269c-.796.846-1.195 2.01-1.195 3.492 0 1.482.399 2.646 1.196 3.492a4.175 4.175 0 0 0 3.19 1.27 4.363 4.363 0 0 0 2.259-.589 4.191 4.191 0 0 0 1.575-1.66c.4-.777.598-1.64.578-2.512a5.24 5.24 0 0 0-.578-2.498 4.167 4.167 0 0 0-1.575-1.675 4.363 4.363 0 0 0-2.259-.59l-.001.001Zm19.089-2.667c1.681 0 3.028.541 4.044 1.622 1.015 1.082 1.522 2.625 1.523 4.63v8.396h-2.994v-8.083c0-1.29-.332-2.29-.997-2.996a3.573 3.573 0 0 0-2.731-1.059 3.761 3.761 0 0 0-2.862 1.138c-.718.759-1.077 1.87-1.077 3.335v7.665h-2.993V14.964h2.993v3.167a4.842 4.842 0 0 1 1.943-2.512 5.643 5.643 0 0 1 3.152-.89l-.001.001Z\" fill=\"#E2E5EC\"/><path d=\"M8.629 19.472a1.713 1.713 0 0 1 1.07-1.59c.21-.086.436-.13.663-.129l2.874.01a1.72 1.72 0 0 1 1.728 1.721V30.31c.323-.095.74-.197 1.194-.304a1.44 1.44 0 0 0 1.11-1.396V15.18c0-.456.182-.894.506-1.217a1.732 1.732 0 0 1 1.221-.504h2.88c.458 0 .898.181 1.222.504.324.323.506.76.506 1.217v12.465s.72-.291 1.423-.586a1.442 1.442 0 0 0 .88-1.323V10.877c0-.457.183-.894.507-1.217a1.731 1.731 0 0 1 1.221-.504h2.88c.458 0 .898.181 1.222.504.324.323.506.76.506 1.217v12.236c2.496-1.802 5.026-3.97 7.034-6.577a2.882 2.882 0 0 0 .441-2.698A20.25 20.25 0 0 0 35.38 6.67a20.34 20.34 0 0 0-6.875-4.81 20.404 20.404 0 0 0-16.44.195 20.334 20.334 0 0 0-6.758 4.971 20.243 20.243 0 0 0-4.166 7.269A20.191 20.191 0 0 0 2.87 30.583a2.567 2.567 0 0 0 2.453 1.267 70.615 70.615 0 0 0 2.03-.21 1.44 1.44 0 0 0 .91-.47 1.43 1.43 0 0 0 .366-.953V19.472Z\" fill=\"#21325B\"/><path d=\"M8.566 36.837a20.413 20.413 0 0 0 21.203 1.671 20.318 20.318 0 0 0 8.114-7.472 20.216 20.216 0 0 0 2.998-10.596c0-.467-.022-.928-.053-1.387-7.434 11.046-21.16 16.21-32.261 17.782\" fill=\"#979695\"/></g></g></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h179v41H0z\"/></clipPath></defs></svg>',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fill\",\n                  intrinsicHeight: 42,\n                  intrinsicWidth: 202,\n                  loading: \"lazy\",\n                  pixelHeight: 42,\n                  pixelWidth: 202,\n                  src: new URL(\"https://framerusercontent.com/images/fmKkdOSAMXp7VoBRHxuhDTHwqc.svg\").href\n                },\n                className: \"framer-11gbbde\",\n                \"data-framer-name\": \"new_standard_white_1\",\n                name: \"new_standard_white_1\"\n              }), /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-t557qf\",\n                \"data-framer-name\": \"Pace_Ventures_Logo\",\n                layout: \"position\",\n                name: \"Pace_Ventures_Logo\",\n                opacity: 1,\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 184 37\"><path d=\"M 22.057 5.5 L 22.173 5.382 L 17.987 5.382 L 12.115 11.425 L 14.205 13.574 L 14.968 14.359 L 17.098 16.549 L 27.637 5.366 L 23.554 5.366 L 16.814 12.461 L 16.05 11.676 L 21.78 5.787 L 22.057 5.501 Z M 32 15.664 L 32 20.038 L 25.83 13.682 L 25.056 14.479 L 32 21.792 L 32 26.428 L 22.897 16.702 L 21.028 14.777 L 23.186 12.551 L 26.08 9.569 L 27.953 11.494 L 28.992 12.564 Z M 27.886 23.784 L 22.061 29.809 L 17.828 29.809 L 18.045 29.586 L 20.011 27.555 L 20.011 27.551 L 23.901 23.524 L 23.128 22.726 L 16.415 29.809 L 12.406 29.809 L 22.916 18.642 Z M 16.064 17.712 L 13.887 15.524 L 13.119 14.74 L 8.037 9.57 L 8.037 13.802 L 8.927 14.705 L 11.807 17.639 L 12.014 17.863 L 15.004 20.839 L 14.229 21.619 L 8.121 15.505 L 8 15.385 L 8 19.639 L 13.977 25.621 L 16.1 23.493 L 16.88 22.716 L 18.972 20.622 Z\" fill=\"rgb(94,148,255)\"></path><path d=\"M 48.88 18.952 L 45.016 18.952 L 45.016 25 L 41.944 25 L 41.944 7.456 L 48.88 7.456 C 52.408 7.456 54.688 9.76 54.688 13.192 C 54.688 16.576 52.384 18.952 48.88 18.952 Z M 48.28 10.192 L 45.016 10.192 L 45.016 16.216 L 48.232 16.216 C 50.344 16.216 51.472 15.088 51.472 13.168 C 51.472 11.248 50.32 10.192 48.28 10.192 Z M 58.9 25.312 C 56.38 25.312 54.843 23.848 54.843 21.616 C 54.843 19.432 56.427 18.064 59.235 17.848 L 62.787 17.584 L 62.787 17.32 C 62.787 15.712 61.827 15.064 60.339 15.064 C 58.611 15.064 57.651 15.784 57.651 17.032 L 55.155 17.032 C 55.155 14.464 57.267 12.784 60.483 12.784 C 63.675 12.784 65.643 14.512 65.643 17.8 L 65.643 25 L 63.075 25 L 62.859 23.248 C 62.355 24.472 60.747 25.312 58.899 25.312 Z M 59.86 23.104 C 61.66 23.104 62.811 22.024 62.811 20.2 L 62.811 19.576 L 60.339 19.768 C 58.515 19.936 57.819 20.536 57.819 21.496 C 57.819 22.576 58.539 23.104 59.859 23.104 Z M 66.824 19.048 C 66.824 15.376 69.248 12.784 72.752 12.784 C 75.992 12.784 78.2 14.584 78.512 17.44 L 75.584 17.44 C 75.248 16.096 74.264 15.4 72.872 15.4 C 71 15.4 69.752 16.816 69.752 19.048 C 69.752 21.28 70.904 22.672 72.776 22.672 C 74.24 22.672 75.272 21.952 75.584 20.656 L 78.536 20.656 C 78.176 23.416 75.872 25.312 72.776 25.312 C 69.176 25.312 66.824 22.816 66.824 19.048 Z M 85.019 25.312 C 81.491 25.312 79.019 22.744 79.019 19.072 C 79.019 15.352 81.443 12.784 84.923 12.784 C 88.475 12.784 90.731 15.16 90.731 18.856 L 90.731 19.744 L 81.803 19.768 C 82.019 21.856 83.123 22.912 85.067 22.912 C 86.675 22.912 87.731 22.288 88.067 21.16 L 90.779 21.16 C 90.275 23.752 88.115 25.312 85.019 25.312 Z M 84.947 15.184 C 83.219 15.184 82.163 16.12 81.875 17.896 L 87.827 17.896 C 87.827 16.264 86.699 15.184 84.947 15.184 Z M 95.411 25 L 88.787 7.456 L 92.051 7.456 L 95.891 17.56 C 96.275 18.616 96.611 19.648 96.995 21.064 C 97.427 19.528 97.787 18.448 98.123 17.56 L 101.915 7.456 L 105.107 7.456 L 98.579 25 L 95.41 25 Z M 109.152 25.312 C 105.624 25.312 103.152 22.744 103.152 19.072 C 103.152 15.352 105.576 12.784 109.056 12.784 C 112.608 12.784 114.864 15.16 114.864 18.856 L 114.864 19.744 L 105.936 19.768 C 106.152 21.856 107.256 22.912 109.2 22.912 C 110.808 22.912 111.864 22.288 112.2 21.16 L 114.912 21.16 C 114.408 23.752 112.248 25.312 109.152 25.312 Z M 109.08 15.184 C 107.352 15.184 106.296 16.12 106.008 17.896 L 111.96 17.896 C 111.96 16.264 110.832 15.184 109.08 15.184 Z M 119.135 25 L 116.207 25 L 116.207 13.144 L 118.919 13.144 L 119.159 14.68 C 119.903 13.48 121.343 12.784 122.951 12.784 C 125.927 12.784 127.463 14.632 127.463 17.704 L 127.463 25 L 124.535 25 L 124.535 18.4 C 124.535 16.408 123.551 15.448 122.039 15.448 C 120.239 15.448 119.135 16.696 119.135 18.616 Z M 133.372 25 L 130.444 25 L 130.444 15.592 L 128.164 15.592 L 128.164 13.144 L 130.444 13.144 L 130.444 9.448 L 133.372 9.448 L 133.372 13.144 L 135.676 13.144 L 135.676 15.592 L 133.372 15.592 Z M 144.536 13.144 L 147.464 13.144 L 147.464 25 L 144.752 25 L 144.536 23.416 C 143.816 24.544 142.28 25.312 140.696 25.312 C 137.96 25.312 136.352 23.464 136.352 20.56 L 136.352 13.144 L 139.28 13.144 L 139.28 19.528 C 139.28 21.784 140.168 22.696 141.8 22.696 C 143.648 22.696 144.536 21.616 144.536 19.36 Z M 156.929 13.096 L 156.929 15.808 L 155.849 15.808 C 153.737 15.808 152.417 16.936 152.417 19.24 L 152.417 25 L 149.489 25 L 149.489 13.168 L 152.249 13.168 L 152.417 14.896 C 152.921 13.72 154.049 12.928 155.633 12.928 C 156.041 12.928 156.449 12.976 156.929 13.096 Z M 162.816 25.312 C 159.288 25.312 156.816 22.744 156.816 19.072 C 156.816 15.352 159.24 12.784 162.72 12.784 C 166.272 12.784 168.528 15.16 168.528 18.856 L 168.528 19.744 L 159.6 19.768 C 159.816 21.856 160.92 22.912 162.864 22.912 C 164.472 22.912 165.528 22.288 165.864 21.16 L 168.576 21.16 C 168.072 23.752 165.912 25.312 162.816 25.312 Z M 162.744 15.184 C 161.016 15.184 159.96 16.12 159.672 17.896 L 165.624 17.896 C 165.624 16.264 164.496 15.184 162.744 15.184 Z M 168.959 21.4 L 171.743 21.4 C 171.767 22.432 172.535 23.08 173.879 23.08 C 175.247 23.08 175.991 22.528 175.991 21.664 C 175.991 21.064 175.679 20.632 174.623 20.392 L 172.487 19.888 C 170.351 19.408 169.319 18.4 169.319 16.504 C 169.319 14.176 171.287 12.784 174.023 12.784 C 176.687 12.784 178.487 14.32 178.511 16.624 L 175.727 16.624 C 175.703 15.616 175.031 14.968 173.903 14.968 C 172.751 14.968 172.079 15.496 172.079 16.384 C 172.079 17.056 172.607 17.488 173.615 17.728 L 175.751 18.232 C 177.743 18.688 178.751 19.6 178.751 21.424 C 178.751 23.824 176.711 25.312 173.783 25.312 C 170.831 25.312 168.959 23.728 168.959 21.4 Z\" fill=\"rgb(255,255,255)\"></path></svg>',\n                svgContentId: 1138530956,\n                withExternalLayout: true\n              }), isDisplayed1() && /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-jdve20 hidden-mckz36\",\n                \"data-framer-name\": \"Skillsbite_Logo\",\n                layout: \"position\",\n                name: \"Skillsbite_Logo\",\n                opacity: 1,\n                svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176 35\"><path d=\"M 73.543 5.212 C 72.601 5.332 71.882 5.846 71.595 6.616 C 71.283 7.449 71.355 8.554 71.772 9.266 C 72.038 9.722 72.575 10.089 73.21 10.246 C 73.632 10.351 74.669 10.336 75.06 10.22 C 75.898 9.969 76.414 9.45 76.653 8.617 C 76.695 8.476 76.721 8.114 76.721 7.727 C 76.716 7.025 76.627 6.627 76.367 6.218 C 76.21 5.967 75.825 5.616 75.57 5.479 C 75.106 5.244 74.236 5.129 73.543 5.212 Z M 129.337 5.212 C 128.472 5.322 127.915 5.636 127.54 6.212 C 127.259 6.647 127.154 7.062 127.154 7.752 C 127.154 9.12 127.748 9.948 128.946 10.246 C 129.368 10.351 130.405 10.336 130.795 10.22 C 131.712 9.942 132.218 9.403 132.41 8.486 C 132.556 7.784 132.473 6.946 132.202 6.391 C 132.046 6.066 131.681 5.689 131.353 5.511 C 130.884 5.254 130.009 5.123 129.337 5.212 Z M 55.03 6.05 C 54.848 6.11 54.683 6.214 54.552 6.354 C 54.172 6.768 54.192 6.087 54.208 16.139 L 54.223 25.144 L 54.348 25.395 C 54.484 25.673 54.718 25.877 55.015 25.987 C 55.296 26.087 58.099 26.087 58.38 25.987 C 58.677 25.877 58.911 25.673 59.047 25.395 L 59.172 25.144 L 59.198 22.252 L 59.224 19.366 L 61.386 22.331 C 62.573 23.965 63.656 25.411 63.787 25.541 C 63.938 25.694 64.147 25.835 64.334 25.908 C 64.636 26.034 64.673 26.034 66.412 26.034 C 68.158 26.034 68.189 26.034 68.428 25.914 C 68.887 25.689 69.028 25.18 68.762 24.714 C 68.689 24.594 67.6 23.158 66.334 21.529 C 65.069 19.9 64.042 18.549 64.053 18.523 C 64.063 18.502 65.079 17.333 66.308 15.93 C 67.543 14.526 68.6 13.279 68.668 13.159 C 68.913 12.703 68.767 12.263 68.288 12.022 L 68.028 11.891 L 66.36 11.891 C 64.766 11.891 64.678 11.896 64.386 12.006 C 64.221 12.069 64.064 12.15 63.917 12.247 C 63.829 12.32 62.735 13.604 61.49 15.107 L 59.224 17.837 L 59.198 12.373 C 59.172 6.983 59.172 6.909 59.063 6.679 C 58.989 6.528 58.888 6.392 58.766 6.276 C 58.432 5.982 58.198 5.946 56.676 5.946 C 55.479 5.951 55.281 5.961 55.031 6.05 Z M 80.55 6.019 C 80.201 6.145 80.003 6.307 79.847 6.585 L 79.696 6.862 L 79.696 25.196 L 79.81 25.406 C 79.95 25.673 80.107 25.82 80.399 25.95 C 80.618 26.05 80.737 26.06 82.165 26.06 C 83.165 26.06 83.764 26.04 83.895 26.003 C 84.155 25.919 84.441 25.683 84.582 25.416 L 84.696 25.196 L 84.712 16.108 C 84.728 6.045 84.749 6.726 84.389 6.354 C 84.029 5.982 83.988 5.972 82.274 5.961 C 81.107 5.951 80.691 5.961 80.55 6.019 Z M 88.623 6.024 C 88.456 6.09 88.302 6.185 88.17 6.307 C 87.764 6.705 87.79 5.924 87.805 16.107 L 87.821 25.197 L 87.936 25.417 C 88.076 25.683 88.363 25.919 88.623 26.003 C 88.753 26.039 89.358 26.06 90.353 26.06 C 91.848 26.06 91.889 26.055 92.144 25.935 C 92.462 25.788 92.654 25.573 92.764 25.233 C 92.843 25.007 92.848 24.117 92.837 15.924 L 92.822 6.862 L 92.707 6.652 C 92.574 6.404 92.369 6.202 92.119 6.072 C 91.952 5.982 91.785 5.972 90.399 5.962 C 89.181 5.951 88.816 5.966 88.623 6.024 Z M 110.986 6.019 C 110.647 6.129 110.408 6.344 110.252 6.674 L 110.116 6.967 L 110.1 14.327 C 110.09 19.162 110.106 21.886 110.137 22.263 C 110.356 24.573 111.512 25.693 114.179 26.17 C 114.794 26.28 115.012 26.296 116.497 26.296 C 117.581 26.296 118.3 26.276 118.607 26.228 C 119.852 26.045 120.794 25.768 121.623 25.338 C 123.321 24.458 124.243 23.096 124.628 20.901 C 124.784 20.005 124.801 18.13 124.66 17.234 C 124.29 14.85 123.347 13.457 121.462 12.524 C 120.179 11.886 118.758 11.629 116.487 11.629 L 115.09 11.629 L 115.09 9.35 C 115.09 7.873 115.07 6.998 115.033 6.867 C 114.949 6.55 114.738 6.281 114.45 6.124 L 114.179 5.972 L 112.695 5.962 C 111.558 5.951 111.158 5.966 110.986 6.019 Z M 117.977 15.689 C 118.93 15.935 119.372 16.406 119.633 17.449 C 119.731 17.852 119.748 18.056 119.748 18.962 C 119.748 20.131 119.68 20.55 119.42 21.121 C 119.039 21.927 118.383 22.289 117.122 22.373 C 116.512 22.415 115.878 22.331 115.595 22.168 C 115.341 22.027 115.206 21.781 115.143 21.336 C 115.117 21.152 115.09 19.811 115.09 18.35 L 115.09 15.694 L 115.341 15.657 C 116.284 15.516 117.351 15.527 117.977 15.689 Z M 136.036 8.695 C 135.536 8.837 135.301 9.078 135.171 9.602 C 135.098 9.885 135.093 10.618 135.109 15.804 C 135.13 22.32 135.113 22.011 135.479 23.084 C 136.213 25.244 138.021 26.344 140.849 26.344 C 141.787 26.344 142.339 26.285 143.334 26.086 C 144.068 25.935 144.328 25.83 144.584 25.558 C 144.901 25.228 144.964 24.971 144.964 23.938 C 144.964 23.064 144.964 23.043 144.823 22.802 C 144.734 22.642 144.598 22.514 144.433 22.435 C 144.203 22.325 144.136 22.315 143.558 22.335 C 142.125 22.388 141.49 22.373 141.193 22.268 C 140.87 22.158 140.547 21.885 140.406 21.603 C 140.224 21.252 140.198 20.806 140.198 18.213 L 140.198 15.69 L 141.942 15.69 C 142.995 15.69 143.787 15.669 143.948 15.632 C 144.328 15.548 144.672 15.297 144.833 14.982 C 144.954 14.742 144.964 14.662 144.979 13.898 C 145.006 12.871 144.938 12.599 144.599 12.258 C 144.229 11.881 144.115 11.866 142.016 11.866 L 140.203 11.866 L 140.188 10.698 C 140.171 9.624 140.162 9.518 140.057 9.325 C 139.925 9.065 139.708 8.858 139.442 8.738 C 139.26 8.655 139.052 8.644 137.776 8.634 C 136.624 8.624 136.26 8.639 136.036 8.696 Z M 44.228 11.383 C 41.816 11.64 40.321 12.263 39.467 13.379 C 38.909 14.101 38.711 14.719 38.711 15.725 C 38.711 16.521 38.789 16.883 39.107 17.491 C 39.607 18.465 40.649 19.224 42.17 19.722 C 42.44 19.812 43.415 20.078 44.332 20.309 C 46.478 20.853 46.812 21.016 46.895 21.529 C 46.952 21.901 46.686 22.184 46.108 22.367 C 45.764 22.472 45.645 22.483 44.462 22.477 C 43.123 22.472 42.54 22.42 40.941 22.163 C 39.941 22.001 39.664 22.027 39.315 22.331 C 38.998 22.603 38.915 22.875 38.915 23.635 C 38.915 25.002 39.248 25.332 40.972 25.673 C 42.446 25.966 43.17 26.039 44.644 26.039 C 46.02 26.045 46.478 26.003 47.561 25.772 C 49.64 25.338 50.968 24.232 51.39 22.587 C 51.541 22.006 51.541 21.021 51.395 20.45 C 51.103 19.319 50.265 18.355 49.02 17.732 C 48.353 17.392 47.681 17.176 45.868 16.721 C 43.764 16.191 43.764 16.191 43.54 15.982 C 43.394 15.841 43.368 15.782 43.368 15.573 C 43.368 15.233 43.54 15.065 44.05 14.903 C 44.4 14.793 44.53 14.783 45.452 14.788 C 46.566 14.788 47.129 14.84 48.577 15.07 C 49.587 15.228 49.791 15.228 50.124 15.055 C 50.333 14.945 50.531 14.688 50.609 14.41 C 50.65 14.28 50.666 13.955 50.656 13.546 C 50.635 12.933 50.624 12.881 50.473 12.608 C 50.291 12.278 49.958 12.022 49.556 11.901 C 49.171 11.786 48.066 11.576 47.379 11.482 C 46.806 11.404 44.665 11.336 44.228 11.382 Z M 100.74 11.634 C 98.328 11.891 96.833 12.514 95.979 13.63 C 95.421 14.353 95.223 14.971 95.223 15.977 C 95.223 16.773 95.301 17.134 95.619 17.742 C 96.119 18.716 97.161 19.476 98.682 19.974 C 98.953 20.063 99.927 20.33 100.844 20.56 C 102.99 21.105 103.323 21.267 103.407 21.78 C 103.464 22.153 103.198 22.436 102.62 22.619 C 102.276 22.724 102.157 22.734 100.974 22.729 C 99.635 22.724 99.052 22.671 97.453 22.415 C 96.453 22.252 96.177 22.279 95.827 22.582 C 95.51 22.855 95.427 23.127 95.427 23.887 C 95.427 25.254 95.76 25.584 97.484 25.924 C 98.958 26.218 99.682 26.291 101.156 26.291 C 102.532 26.296 102.99 26.254 104.073 26.024 C 106.152 25.589 107.48 24.484 107.902 22.839 C 108.053 22.258 108.053 21.273 107.907 20.702 C 107.616 19.57 106.777 18.606 105.532 17.983 C 104.865 17.643 104.193 17.428 102.381 16.973 C 100.276 16.443 100.276 16.443 100.052 16.233 C 99.906 16.093 99.88 16.035 99.88 15.825 C 99.88 15.485 100.052 15.317 100.563 15.155 C 100.912 15.045 101.042 15.034 101.964 15.039 C 103.078 15.039 103.641 15.092 105.089 15.322 C 106.1 15.479 106.303 15.479 106.636 15.306 C 106.845 15.196 107.043 14.94 107.121 14.662 C 107.162 14.532 107.178 14.206 107.168 13.798 C 107.147 13.185 107.136 13.132 106.985 12.86 C 106.803 12.53 106.47 12.273 106.068 12.153 C 105.683 12.038 104.579 11.828 103.891 11.733 C 103.318 11.655 101.177 11.587 100.74 11.634 Z M 153.002 11.66 C 150.934 11.833 149.419 12.462 148.299 13.614 C 147.361 14.584 146.803 15.799 146.548 17.444 C 146.46 17.999 146.46 19.884 146.543 20.471 C 146.714 21.639 147.111 22.755 147.642 23.541 C 148.502 24.808 149.996 25.751 151.725 26.113 C 152.496 26.275 153.028 26.323 154.018 26.323 C 155.393 26.323 156.951 26.123 158.346 25.767 C 158.976 25.605 159.19 25.5 159.435 25.227 C 159.737 24.887 159.794 24.704 159.826 23.96 C 159.862 22.96 159.711 22.572 159.19 22.336 C 158.915 22.21 158.56 22.21 157.94 22.341 C 157.252 22.483 156.112 22.64 155.487 22.681 C 154.492 22.75 153.31 22.561 152.737 22.252 C 152.424 22.079 152.023 21.65 151.845 21.304 L 151.71 21.032 L 151.824 21.011 C 151.892 20.995 153.257 20.854 154.861 20.691 C 156.466 20.529 158.008 20.351 158.289 20.293 C 160.117 19.927 160.769 19.141 160.774 17.302 C 160.774 14.934 159.832 13.274 157.972 12.378 C 156.695 11.771 154.872 11.503 153.002 11.66 Z M 155.054 15.06 C 155.299 15.133 155.472 15.233 155.658 15.4 C 156.013 15.72 156.148 16.055 156.18 16.658 C 156.205 17.25 156.127 17.381 155.705 17.47 C 155.487 17.517 151.773 17.889 151.533 17.889 C 151.444 17.889 151.471 17.59 151.611 16.93 C 151.721 16.396 151.94 15.909 152.205 15.6 C 152.439 15.322 153.023 15.023 153.455 14.955 C 153.908 14.887 154.648 14.935 155.054 15.06 Z M 72.48 11.912 C 72.236 11.99 72.027 12.122 71.866 12.305 C 71.533 12.692 71.543 12.425 71.543 18.989 C 71.543 25.463 71.533 25.228 71.83 25.626 C 71.908 25.726 72.095 25.866 72.241 25.935 C 72.501 26.055 72.533 26.06 74.038 26.06 C 75.096 26.06 75.632 26.04 75.783 25.998 C 76.064 25.914 76.45 25.526 76.533 25.243 C 76.58 25.076 76.596 23.593 76.596 18.978 C 76.596 12.216 76.616 12.619 76.226 12.226 C 75.898 11.896 75.706 11.865 74.049 11.87 C 73.257 11.87 72.554 11.89 72.481 11.912 Z M 128.217 11.912 C 127.98 11.985 127.767 12.12 127.602 12.305 C 127.269 12.693 127.28 12.431 127.28 18.942 C 127.28 22.949 127.295 24.934 127.337 25.112 C 127.415 25.484 127.644 25.778 127.972 25.935 C 128.238 26.055 128.264 26.061 129.785 26.061 C 131.562 26.061 131.67 26.04 132.015 25.668 C 132.129 25.542 132.254 25.338 132.291 25.212 C 132.342 25.034 132.359 23.782 132.359 18.936 L 132.359 12.886 L 132.213 12.583 C 132.129 12.42 131.983 12.221 131.89 12.148 C 131.556 11.891 131.343 11.865 129.785 11.87 C 128.993 11.87 128.29 11.891 128.217 11.912 Z M 162.889 3.96 L 162.889 4.95 L 161.686 4.95 L 161.686 8.39 L 160.597 8.39 L 160.597 4.95 L 159.396 4.95 L 159.396 3.96 Z M 167.586 3.96 L 167.586 8.391 L 166.567 8.391 L 166.567 5.734 L 165.815 7.544 L 164.93 7.544 L 164.192 5.734 L 164.192 8.391 L 163.173 8.391 L 163.173 3.961 L 164.5 3.961 L 165.393 6.194 L 166.307 3.961 L 167.586 3.961 Z\" fill=\"rgb(255,255,255)\"></path><g><defs><linearGradient id=\"idss468982783_2g-1870620925\" x1=\"0.6052091457961492\" x2=\"0.3947908542038509\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(246,146,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(240,106,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.08 30.593 17.873 30.033 17.969 C 28.985 18.16 27.902 18.002 26.953 17.518 C 26.26 17.164 25.662 16.65 25.208 16.018 C 24.284 14.734 24.032 13.085 24.531 11.584 C 24.731 10.999 24.574 10.351 24.127 9.923 C 23.731 9.553 23.173 9.413 22.649 9.552 C 20.969 9.987 19.185 9.495 17.966 8.26 C 16.949 7.234 16.434 5.814 16.557 4.375 C 16.598 3.949 16.444 3.527 16.137 3.228 L 16.111 3.203 C 15.793 2.905 15.354 2.775 14.925 2.852 C 14.717 2.898 14.505 2.929 14.295 2.976 C 11.701 3.556 9.315 4.832 7.392 6.667 C 5.464 8.507 4.071 10.836 3.362 13.405 C 2.651 15.977 2.648 18.694 3.354 21.268 C 4.058 23.838 5.447 26.17 7.371 28.014 C 9.29 29.853 11.675 31.133 14.268 31.718 C 16.858 32.302 19.558 32.166 22.078 31.325 C 24.6 30.483 26.845 28.969 28.572 26.947 C 30.304 24.919 31.454 22.459 31.9 19.83 C 31.976 19.358 31.84 18.876 31.528 18.513 Z M 11.068 22.674 C 10.289 22.849 9.481 22.534 9.026 21.877 C 8.688 21.391 8.585 20.78 8.743 20.209 C 8.902 19.639 9.306 19.169 9.846 18.927 C 10.575 18.603 11.428 18.753 12.002 19.307 C 12.527 19.813 12.732 20.566 12.536 21.268 C 12.341 21.97 11.777 22.509 11.066 22.671 L 11.067 22.674 Z M 9.193 13.665 C 9.022 12.884 9.334 12.076 9.987 11.613 C 10.47 11.272 11.081 11.167 11.651 11.327 C 12.22 11.488 12.687 11.896 12.921 12.439 C 13.241 13.173 13.091 14.027 12.539 14.608 C 11.889 15.289 10.849 15.414 10.056 14.908 C 9.615 14.625 9.304 14.178 9.193 13.665 Z M 17.083 26.915 C 16.303 27.09 15.496 26.774 15.041 26.117 C 14.584 25.46 14.565 24.592 14.994 23.916 C 15.421 23.242 16.212 22.892 16.998 23.029 C 17.382 23.097 17.737 23.279 18.018 23.549 C 18.495 24.008 18.712 24.674 18.597 25.325 C 18.507 25.842 18.216 26.302 17.787 26.605 C 17.575 26.754 17.335 26.859 17.082 26.915 Z M 18.197 19.045 C 17.418 19.22 16.61 18.905 16.156 18.248 C 15.817 17.762 15.713 17.151 15.871 16.58 C 16.029 16.009 16.434 15.539 16.975 15.297 C 17.704 14.974 18.557 15.125 19.131 15.679 C 19.413 15.949 19.608 16.299 19.693 16.682 C 19.868 17.463 19.558 18.273 18.906 18.738 C 18.695 18.888 18.456 18.995 18.203 19.052 Z M 24.527 24.712 C 23.748 24.888 22.94 24.573 22.485 23.916 C 22.147 23.43 22.042 22.818 22.201 22.247 C 22.359 21.676 22.764 21.206 23.305 20.964 C 24.034 20.641 24.887 20.792 25.461 21.346 C 25.743 21.617 25.938 21.966 26.023 22.349 C 26.198 23.13 25.888 23.94 25.236 24.405 C 25.024 24.555 24.785 24.662 24.532 24.719 Z\" fill=\"url(#idss468982783_2g-1870620925)\"></path></g><g opacity=\"0.37\"><defs><linearGradient id=\"idss468982783_3g-167049820\" x1=\"0.37672192420347905\" x2=\"0.6232780757965211\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(246,146,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.196 18.121 28.335 18.052 27.535 17.768 C 26.734 17.483 26.021 16.994 25.467 16.349 C 24.338 15.032 23.982 13.22 24.529 11.574 C 24.718 11.033 24.599 10.433 24.218 10.005 C 23.837 9.58 23.254 9.397 22.699 9.529 L 22.642 9.542 C 21.424 9.862 20.129 9.695 19.032 9.077 C 17.932 8.456 17.114 7.434 16.751 6.224 C 16.625 5.807 16.554 5.375 16.539 4.939 C 12.958 5.749 9.864 7.99 7.979 11.141 C 6.191 14.126 5.62 17.684 6.383 21.079 C 7.142 24.47 9.181 27.437 12.073 29.362 C 14.957 31.28 18.474 32.003 21.881 31.378 C 24.448 30.56 26.739 29.05 28.503 27.014 C 30.272 24.972 31.447 22.484 31.9 19.82 C 31.974 19.351 31.838 18.873 31.529 18.513 Z M 11.067 22.674 C 10.288 22.848 9.481 22.533 9.027 21.877 C 8.69 21.391 8.586 20.78 8.744 20.21 C 8.902 19.64 9.305 19.17 9.845 18.927 C 10.574 18.603 11.427 18.753 12.002 19.307 C 12.527 19.813 12.732 20.566 12.536 21.268 C 12.341 21.97 11.777 22.509 11.066 22.671 L 11.066 22.675 Z M 9.192 13.665 C 9.021 12.884 9.333 12.076 9.986 11.613 C 10.469 11.272 11.081 11.167 11.65 11.327 C 12.22 11.487 12.687 11.896 12.921 12.439 C 13.241 13.173 13.091 14.027 12.539 14.608 C 12.036 15.136 11.283 15.342 10.582 15.144 C 9.88 14.947 9.345 14.377 9.192 13.665 Z M 17.082 26.915 C 16.303 27.089 15.496 26.774 15.042 26.118 C 14.704 25.632 14.6 25.02 14.758 24.45 C 14.917 23.879 15.322 23.409 15.862 23.167 C 16.591 22.844 17.444 22.995 18.018 23.549 C 18.495 24.008 18.712 24.674 18.597 25.325 C 18.507 25.842 18.216 26.302 17.787 26.605 C 17.575 26.754 17.335 26.859 17.082 26.915 Z M 18.197 19.045 C 17.418 19.221 16.61 18.906 16.155 18.249 C 15.817 17.763 15.713 17.151 15.871 16.58 C 16.03 16.01 16.434 15.539 16.975 15.297 C 17.704 14.974 18.557 15.125 19.131 15.679 C 19.811 16.335 19.938 17.377 19.436 18.177 C 19.157 18.621 18.714 18.935 18.203 19.052 Z M 24.527 24.712 C 23.748 24.888 22.94 24.573 22.485 23.916 C 22.147 23.43 22.043 22.818 22.201 22.248 C 22.359 21.677 22.764 21.206 23.304 20.964 C 24.034 20.64 24.887 20.791 25.461 21.346 C 25.743 21.617 25.938 21.966 26.022 22.349 C 26.197 23.13 25.887 23.94 25.235 24.405 C 25.024 24.555 24.785 24.662 24.532 24.719 Z\" fill=\"url(#idss468982783_3g-167049820)\"></path></g><g opacity=\"0.34\"><defs><linearGradient id=\"idss468982783_4g1411654321\" x1=\"0.5495671425172781\" x2=\"0.4504328574827219\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(232,109,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(246,165,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.196 18.121 28.336 18.052 27.536 17.768 C 26.734 17.483 26.021 16.994 25.466 16.349 C 24.337 15.032 23.981 13.22 24.528 11.574 C 24.728 10.989 24.571 10.342 24.125 9.914 C 23.851 9.656 23.494 9.506 23.118 9.492 C 23.256 9.905 23.374 10.325 23.469 10.75 C 23.686 11.73 23.778 12.734 23.743 13.737 C 23.67 15.719 23.103 17.65 22.093 19.357 C 21.086 21.06 19.668 22.483 17.968 23.495 C 18.44 23.917 18.681 24.539 18.618 25.169 C 18.555 25.798 18.196 26.359 17.653 26.681 C 17.109 27.003 16.444 27.043 15.865 26.788 C 15.287 26.534 14.866 26.017 14.735 25.399 C 14.693 25.209 14.679 25.013 14.693 24.819 L 14.53 24.855 C 12.731 25.257 10.863 25.228 9.078 24.771 C 6.892 24.211 4.914 23.033 3.381 21.377 L 3.393 21.433 C 4.311 24.631 6.285 27.423 8.993 29.355 C 14.557 33.322 22.13 32.893 27.211 28.323 C 29.686 26.098 31.335 23.101 31.891 19.819 C 31.967 19.352 31.834 18.875 31.528 18.514 Z M 24.532 24.719 C 23.753 24.894 22.946 24.579 22.491 23.923 C 22.152 23.437 22.048 22.825 22.207 22.254 C 22.365 21.684 22.769 21.213 23.31 20.971 C 24.04 20.647 24.893 20.799 25.467 21.353 C 26.146 22.009 26.271 23.051 25.767 23.849 C 25.487 24.292 25.043 24.605 24.532 24.719 Z\" fill=\"url(#idss468982783_4g1411654321)\"></path></g><g><defs><linearGradient id=\"idss468982783_5g1593595922\" x1=\"0.7408469507683914\" x2=\"0.25915304923160853\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgba(227,89,0,0.3)\" stop-opacity=\"0.3\"></stop><stop offset=\"1\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.527 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.774 18.017 29.513 18.045 29.251 18.051 L 29.179 18.051 C 28.403 18.054 27.638 17.871 26.947 17.518 C 26.254 17.164 25.656 16.65 25.202 16.018 C 24.277 14.735 24.025 13.086 24.522 11.585 C 24.711 11.045 24.593 10.445 24.212 10.017 C 23.831 9.592 23.249 9.409 22.694 9.54 L 22.637 9.553 C 21.419 9.873 20.123 9.707 19.026 9.088 C 17.926 8.467 17.109 7.445 16.746 6.235 C 16.563 5.634 16.497 5.003 16.549 4.377 C 16.592 3.95 16.437 3.528 16.129 3.229 L 16.103 3.205 C 15.786 2.906 15.346 2.776 14.917 2.854 C 14.709 2.9 14.497 2.931 14.287 2.978 C 12.332 3.415 10.488 4.25 8.87 5.43 C 7.248 6.613 5.886 8.115 4.868 9.845 C 2.806 13.348 2.275 17.546 3.4 21.452 C 3.778 22.779 4.344 24.045 5.079 25.212 C 6.656 27.729 8.96 29.707 11.686 30.886 C 14.406 32.061 17.42 32.378 20.326 31.796 C 23.235 31.212 25.897 29.756 27.959 27.623 C 30.027 25.483 31.4 22.769 31.897 19.835 C 31.976 19.362 31.84 18.878 31.527 18.515 Z M 18.505 29.565 C 15.133 30.323 11.599 29.789 8.6 28.07 C 7.921 27.682 7.313 27.181 6.802 26.59 C 5.21 24.734 4.124 22.498 3.652 20.098 C 3.178 17.696 3.332 15.213 4.1 12.888 C 4.866 10.566 6.22 8.483 8.031 6.84 C 9.992 5.062 12.416 3.874 15.023 3.415 C 15.274 3.37 15.532 3.445 15.72 3.618 L 15.745 3.643 C 15.927 3.82 16.017 4.072 15.989 4.324 C 15.85 5.932 16.423 7.519 17.556 8.668 C 18.869 9.998 20.775 10.559 22.599 10.152 L 22.789 10.109 L 22.827 10.101 C 23.181 10.014 23.555 10.129 23.797 10.402 C 24.041 10.675 24.116 11.06 23.992 11.404 C 23.538 12.77 23.637 14.26 24.268 15.554 C 24.896 16.845 26.007 17.836 27.361 18.314 C 27.852 18.487 28.253 18.851 28.471 19.324 C 28.691 19.797 28.713 20.339 28.531 20.828 C 27.716 23.006 26.372 24.946 24.619 26.474 C 22.871 27.998 20.768 29.061 18.504 29.564 Z\" fill=\"url(#idss468982783_5g1593595922)\"></path></g><path d=\"M 15.148 12.562 C 16.222 11.012 16.578 9.176 16.284 7.672 C 16.091 6.722 15.492 5.903 14.644 5.432 C 13.797 4.964 12.787 4.895 11.884 5.242 C 10.27 5.86 8.808 6.817 7.597 8.05 C 6.382 9.285 5.446 10.766 4.851 12.393 C 3.647 15.688 3.921 19.343 5.604 22.421 C 5.969 23.082 6.531 23.614 7.211 23.942 C 7.891 24.269 8.655 24.376 9.397 24.247 L 9.435 24.239 C 12.766 23.632 13.83 21.291 13.435 18.816 C 13.009 16.113 13.938 14.327 15.149 12.563 Z M 11.066 22.671 C 10.286 22.846 9.478 22.53 9.024 21.872 C 8.687 21.386 8.584 20.774 8.742 20.204 C 8.901 19.634 9.306 19.164 9.846 18.922 C 10.576 18.598 11.429 18.75 12.003 19.305 C 12.479 19.764 12.696 20.43 12.58 21.081 C 12.489 21.598 12.198 22.057 11.77 22.36 C 11.558 22.509 11.319 22.614 11.066 22.67 Z M 9.19 13.66 C 9.02 12.879 9.334 12.071 9.987 11.61 C 10.471 11.27 11.082 11.166 11.651 11.327 C 12.22 11.488 12.686 11.897 12.92 12.44 C 13.239 13.174 13.088 14.027 12.537 14.607 C 11.888 15.287 10.848 15.413 10.055 14.907 C 9.613 14.624 9.302 14.177 9.191 13.664 L 9.191 13.66 Z\" fill=\"rgb(244,165,36)\" opacity=\"0.76\"></path><path d=\"M 12.956 8.697 C 13.282 8.492 13.452 8.173 13.335 7.984 C 13.217 7.794 12.858 7.808 12.531 8.013 C 12.204 8.218 12.035 8.537 12.151 8.726 C 12.269 8.915 12.629 8.902 12.956 8.697 Z M 14.254 7.698 C 14.472 7.561 14.586 7.347 14.508 7.22 C 14.429 7.093 14.188 7.102 13.969 7.24 C 13.749 7.377 13.636 7.59 13.715 7.717 C 13.793 7.844 14.035 7.835 14.254 7.697 Z\" fill=\"rgb(243,175,72)\"></path><path d=\"M 9.231 9.463 L 7.96 8.689 C 3.949 13.301 3.476 20.012 6.8 25.142 C 5.836 22.336 5.622 19.326 6.179 16.412 C 6.659 13.895 7.702 11.519 9.231 9.462 Z M 12.094 6.453 C 13.118 5.612 14.238 4.895 15.431 4.319 L 14.651 4.493 C 13.473 4.81 12.341 5.285 11.289 5.905 Z M 10.104 8.381 C 10.538 7.884 11 7.413 11.488 6.97 L 10.53 6.397 C 9.971 6.779 9.442 7.202 8.946 7.663 Z\" fill=\"rgb(246,164,56)\" opacity=\"0.51\"></path></svg>',\n                svgContentId: 468982783,\n                withExternalLayout: true\n              }), isDisplayed1() && /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-13qskrl hidden-mckz36\",\n                \"data-framer-name\": \"Pace_Labs_Logo\",\n                fill: \"black\",\n                intrinsicHeight: 34,\n                intrinsicWidth: 167,\n                name: \"Pace_Labs_Logo\",\n                svg: '<svg width=\"167\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.676 0v13.366l10.02 5.774v4.152L15.17 30.515 2.648 23.292V19.14l10.02-5.774V0L0 7.28V24.8l15.171 8.788L30.343 24.8V7.28L17.676 0Zm31.567 20.078v7.28h-3.7V6.2h8.368c4.27 0 7.002 2.787 7.002 6.91 0 4.067-2.79 6.94-7.002 6.94h-4.668v.028Zm0-10.58v7.253h3.871c2.562 0 3.9-1.366 3.9-3.67 0-2.303-1.395-3.582-3.843-3.582h-3.928Zm12.155 13.765c0-2.645 1.907-4.294 5.294-4.55l4.298-.313v-.313c0-1.934-1.167-2.73-2.96-2.73-2.078 0-3.245.882-3.245 2.36h-3.017c0-3.1 2.561-5.118 6.432-5.118 3.843 0 6.234 2.076 6.234 6.057v8.674h-3.102l-.257-2.104c-.597 1.478-2.562 2.474-4.782 2.474-3.045.028-4.896-1.735-4.896-4.437Zm9.62-1.706v-.74l-2.988.228c-2.192.199-3.046.938-3.046 2.076 0 1.308.882 1.934 2.448 1.934 2.192.028 3.586-1.28 3.586-3.498Zm12.183-8.93c3.9 0 6.575 2.161 6.946 5.603h-3.53c-.399-1.622-1.594-2.446-3.273-2.446-2.25 0-3.758 1.706-3.758 4.408 0 2.701 1.395 4.38 3.644 4.38 1.764 0 3.017-.882 3.387-2.418h3.558c-.427 3.328-3.216 5.603-6.945 5.603-4.355 0-7.173-3.015-7.173-7.565 0-4.437 2.903-7.565 7.144-7.565Zm7.6 7.593c0-4.493 2.932-7.593 7.116-7.593 4.298 0 7.002 2.872 7.002 7.309v1.08l-10.76.029c.257 2.503 1.595 3.782 3.929 3.782 1.935 0 3.216-.74 3.615-2.104h3.273c-.598 3.128-3.216 5.005-6.945 5.005-4.241 0-7.23-3.1-7.23-7.508Zm3.444-1.422h7.173c0-1.962-1.366-3.27-3.472-3.27-2.078 0-3.33 1.137-3.7 3.27Zm17.762 5.148h8.852v3.412h-12.552V6.2h3.7v17.746Zm10.56-.683c0-2.645 1.907-4.294 5.295-4.55l4.298-.313v-.313c0-1.934-1.167-2.73-2.961-2.73-2.078 0-3.245.882-3.245 2.36h-3.017c0-3.1 2.562-5.118 6.433-5.118 3.843 0 6.234 2.076 6.234 6.057v8.674h-3.103l-.256-2.104c-.598 1.478-2.562 2.474-4.782 2.474-3.046.028-4.896-1.735-4.896-4.437Zm9.621-1.706v-.74l-2.989.228c-2.191.199-3.045.938-3.045 2.076 0 1.308.882 1.934 2.448 1.934 2.191.028 3.586-1.28 3.586-3.498Zm6.148 5.801V5.83h3.53v9.328c.939-1.593 2.846-2.56 5.01-2.56 4.07 0 6.575 3.186 6.575 7.707 0 4.409-2.704 7.423-6.803 7.423-2.135 0-3.957-.967-4.81-2.616l-.228 2.218h-3.274v.028Zm7.6-2.872c2.477 0 3.957-1.792 3.957-4.351 0-2.56-1.48-4.38-3.957-4.38-2.419 0-4.013 1.792-4.013 4.38s1.565 4.351 4.013 4.351Zm12.582-1.479c.028 1.252.967 2.02 2.59 2.02 1.651 0 2.562-.655 2.562-1.707 0-.71-.37-1.251-1.651-1.536l-2.591-.597c-2.59-.569-3.814-1.792-3.814-4.067 0-2.815 2.363-4.493 5.665-4.493 3.216 0 5.379 1.848 5.408 4.635h-3.359c-.028-1.222-.854-1.99-2.192-1.99-1.394 0-2.191.626-2.191 1.706 0 .796.626 1.337 1.85 1.621l2.59.597c2.391.54 3.615 1.65 3.615 3.84 0 2.9-2.448 4.692-6.006 4.692-3.558 0-5.807-1.905-5.807-4.72h3.331Z\" fill=\"#fff\"/></svg>',\n                withExternalLayout: true\n              }), isDisplayed2() && /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176 35\"><path d=\"M 73.543 5.212 C 72.601 5.332 71.882 5.846 71.595 6.616 C 71.283 7.449 71.355 8.554 71.772 9.266 C 72.038 9.722 72.575 10.089 73.21 10.246 C 73.632 10.351 74.669 10.336 75.06 10.22 C 75.898 9.969 76.414 9.45 76.653 8.617 C 76.695 8.476 76.721 8.114 76.721 7.727 C 76.716 7.025 76.627 6.627 76.367 6.218 C 76.21 5.967 75.825 5.616 75.57 5.479 C 75.106 5.244 74.236 5.129 73.543 5.212 Z M 129.337 5.212 C 128.472 5.322 127.915 5.636 127.54 6.212 C 127.259 6.647 127.154 7.062 127.154 7.752 C 127.154 9.12 127.748 9.948 128.946 10.246 C 129.368 10.351 130.405 10.336 130.795 10.22 C 131.712 9.942 132.218 9.403 132.41 8.486 C 132.556 7.784 132.473 6.946 132.202 6.391 C 132.046 6.066 131.681 5.689 131.353 5.511 C 130.884 5.254 130.009 5.123 129.337 5.212 Z M 55.03 6.05 C 54.848 6.11 54.683 6.214 54.552 6.354 C 54.172 6.768 54.192 6.087 54.208 16.139 L 54.223 25.144 L 54.348 25.395 C 54.484 25.673 54.718 25.877 55.015 25.987 C 55.296 26.087 58.099 26.087 58.38 25.987 C 58.677 25.877 58.911 25.673 59.047 25.395 L 59.172 25.144 L 59.198 22.252 L 59.224 19.366 L 61.386 22.331 C 62.573 23.965 63.656 25.411 63.787 25.541 C 63.938 25.694 64.147 25.835 64.334 25.908 C 64.636 26.034 64.673 26.034 66.412 26.034 C 68.158 26.034 68.189 26.034 68.428 25.914 C 68.887 25.689 69.028 25.18 68.762 24.714 C 68.689 24.594 67.6 23.158 66.334 21.529 C 65.069 19.9 64.042 18.549 64.053 18.523 C 64.063 18.502 65.079 17.333 66.308 15.93 C 67.543 14.526 68.6 13.279 68.668 13.159 C 68.913 12.703 68.767 12.263 68.288 12.022 L 68.028 11.891 L 66.36 11.891 C 64.766 11.891 64.678 11.896 64.386 12.006 C 64.221 12.069 64.064 12.15 63.917 12.247 C 63.829 12.32 62.735 13.604 61.49 15.107 L 59.224 17.837 L 59.198 12.373 C 59.172 6.983 59.172 6.909 59.063 6.679 C 58.989 6.528 58.888 6.392 58.766 6.276 C 58.432 5.982 58.198 5.946 56.676 5.946 C 55.479 5.951 55.281 5.961 55.031 6.05 Z M 80.55 6.019 C 80.201 6.145 80.003 6.307 79.847 6.585 L 79.696 6.862 L 79.696 25.196 L 79.81 25.406 C 79.95 25.673 80.107 25.82 80.399 25.95 C 80.618 26.05 80.737 26.06 82.165 26.06 C 83.165 26.06 83.764 26.04 83.895 26.003 C 84.155 25.919 84.441 25.683 84.582 25.416 L 84.696 25.196 L 84.712 16.108 C 84.728 6.045 84.749 6.726 84.389 6.354 C 84.029 5.982 83.988 5.972 82.274 5.961 C 81.107 5.951 80.691 5.961 80.55 6.019 Z M 88.623 6.024 C 88.456 6.09 88.302 6.185 88.17 6.307 C 87.764 6.705 87.79 5.924 87.805 16.107 L 87.821 25.197 L 87.936 25.417 C 88.076 25.683 88.363 25.919 88.623 26.003 C 88.753 26.039 89.358 26.06 90.353 26.06 C 91.848 26.06 91.889 26.055 92.144 25.935 C 92.462 25.788 92.654 25.573 92.764 25.233 C 92.843 25.007 92.848 24.117 92.837 15.924 L 92.822 6.862 L 92.707 6.652 C 92.574 6.404 92.369 6.202 92.119 6.072 C 91.952 5.982 91.785 5.972 90.399 5.962 C 89.181 5.951 88.816 5.966 88.623 6.024 Z M 110.986 6.019 C 110.647 6.129 110.408 6.344 110.252 6.674 L 110.116 6.967 L 110.1 14.327 C 110.09 19.162 110.106 21.886 110.137 22.263 C 110.356 24.573 111.512 25.693 114.179 26.17 C 114.794 26.28 115.012 26.296 116.497 26.296 C 117.581 26.296 118.3 26.276 118.607 26.228 C 119.852 26.045 120.794 25.768 121.623 25.338 C 123.321 24.458 124.243 23.096 124.628 20.901 C 124.784 20.005 124.801 18.13 124.66 17.234 C 124.29 14.85 123.347 13.457 121.462 12.524 C 120.179 11.886 118.758 11.629 116.487 11.629 L 115.09 11.629 L 115.09 9.35 C 115.09 7.873 115.07 6.998 115.033 6.867 C 114.949 6.55 114.738 6.281 114.45 6.124 L 114.179 5.972 L 112.695 5.962 C 111.558 5.951 111.158 5.966 110.986 6.019 Z M 117.977 15.689 C 118.93 15.935 119.372 16.406 119.633 17.449 C 119.731 17.852 119.748 18.056 119.748 18.962 C 119.748 20.131 119.68 20.55 119.42 21.121 C 119.039 21.927 118.383 22.289 117.122 22.373 C 116.512 22.415 115.878 22.331 115.595 22.168 C 115.341 22.027 115.206 21.781 115.143 21.336 C 115.117 21.152 115.09 19.811 115.09 18.35 L 115.09 15.694 L 115.341 15.657 C 116.284 15.516 117.351 15.527 117.977 15.689 Z M 136.036 8.695 C 135.536 8.837 135.301 9.078 135.171 9.602 C 135.098 9.885 135.093 10.618 135.109 15.804 C 135.13 22.32 135.113 22.011 135.479 23.084 C 136.213 25.244 138.021 26.344 140.849 26.344 C 141.787 26.344 142.339 26.285 143.334 26.086 C 144.068 25.935 144.328 25.83 144.584 25.558 C 144.901 25.228 144.964 24.971 144.964 23.938 C 144.964 23.064 144.964 23.043 144.823 22.802 C 144.734 22.642 144.598 22.514 144.433 22.435 C 144.203 22.325 144.136 22.315 143.558 22.335 C 142.125 22.388 141.49 22.373 141.193 22.268 C 140.87 22.158 140.547 21.885 140.406 21.603 C 140.224 21.252 140.198 20.806 140.198 18.213 L 140.198 15.69 L 141.942 15.69 C 142.995 15.69 143.787 15.669 143.948 15.632 C 144.328 15.548 144.672 15.297 144.833 14.982 C 144.954 14.742 144.964 14.662 144.979 13.898 C 145.006 12.871 144.938 12.599 144.599 12.258 C 144.229 11.881 144.115 11.866 142.016 11.866 L 140.203 11.866 L 140.188 10.698 C 140.171 9.624 140.162 9.518 140.057 9.325 C 139.925 9.065 139.708 8.858 139.442 8.738 C 139.26 8.655 139.052 8.644 137.776 8.634 C 136.624 8.624 136.26 8.639 136.036 8.696 Z M 44.228 11.383 C 41.816 11.64 40.321 12.263 39.467 13.379 C 38.909 14.101 38.711 14.719 38.711 15.725 C 38.711 16.521 38.789 16.883 39.107 17.491 C 39.607 18.465 40.649 19.224 42.17 19.722 C 42.44 19.812 43.415 20.078 44.332 20.309 C 46.478 20.853 46.812 21.016 46.895 21.529 C 46.952 21.901 46.686 22.184 46.108 22.367 C 45.764 22.472 45.645 22.483 44.462 22.477 C 43.123 22.472 42.54 22.42 40.941 22.163 C 39.941 22.001 39.664 22.027 39.315 22.331 C 38.998 22.603 38.915 22.875 38.915 23.635 C 38.915 25.002 39.248 25.332 40.972 25.673 C 42.446 25.966 43.17 26.039 44.644 26.039 C 46.02 26.045 46.478 26.003 47.561 25.772 C 49.64 25.338 50.968 24.232 51.39 22.587 C 51.541 22.006 51.541 21.021 51.395 20.45 C 51.103 19.319 50.265 18.355 49.02 17.732 C 48.353 17.392 47.681 17.176 45.868 16.721 C 43.764 16.191 43.764 16.191 43.54 15.982 C 43.394 15.841 43.368 15.782 43.368 15.573 C 43.368 15.233 43.54 15.065 44.05 14.903 C 44.4 14.793 44.53 14.783 45.452 14.788 C 46.566 14.788 47.129 14.84 48.577 15.07 C 49.587 15.228 49.791 15.228 50.124 15.055 C 50.333 14.945 50.531 14.688 50.609 14.41 C 50.65 14.28 50.666 13.955 50.656 13.546 C 50.635 12.933 50.624 12.881 50.473 12.608 C 50.291 12.278 49.958 12.022 49.556 11.901 C 49.171 11.786 48.066 11.576 47.379 11.482 C 46.806 11.404 44.665 11.336 44.228 11.382 Z M 100.74 11.634 C 98.328 11.891 96.833 12.514 95.979 13.63 C 95.421 14.353 95.223 14.971 95.223 15.977 C 95.223 16.773 95.301 17.134 95.619 17.742 C 96.119 18.716 97.161 19.476 98.682 19.974 C 98.953 20.063 99.927 20.33 100.844 20.56 C 102.99 21.105 103.323 21.267 103.407 21.78 C 103.464 22.153 103.198 22.436 102.62 22.619 C 102.276 22.724 102.157 22.734 100.974 22.729 C 99.635 22.724 99.052 22.671 97.453 22.415 C 96.453 22.252 96.177 22.279 95.827 22.582 C 95.51 22.855 95.427 23.127 95.427 23.887 C 95.427 25.254 95.76 25.584 97.484 25.924 C 98.958 26.218 99.682 26.291 101.156 26.291 C 102.532 26.296 102.99 26.254 104.073 26.024 C 106.152 25.589 107.48 24.484 107.902 22.839 C 108.053 22.258 108.053 21.273 107.907 20.702 C 107.616 19.57 106.777 18.606 105.532 17.983 C 104.865 17.643 104.193 17.428 102.381 16.973 C 100.276 16.443 100.276 16.443 100.052 16.233 C 99.906 16.093 99.88 16.035 99.88 15.825 C 99.88 15.485 100.052 15.317 100.563 15.155 C 100.912 15.045 101.042 15.034 101.964 15.039 C 103.078 15.039 103.641 15.092 105.089 15.322 C 106.1 15.479 106.303 15.479 106.636 15.306 C 106.845 15.196 107.043 14.94 107.121 14.662 C 107.162 14.532 107.178 14.206 107.168 13.798 C 107.147 13.185 107.136 13.132 106.985 12.86 C 106.803 12.53 106.47 12.273 106.068 12.153 C 105.683 12.038 104.579 11.828 103.891 11.733 C 103.318 11.655 101.177 11.587 100.74 11.634 Z M 153.002 11.66 C 150.934 11.833 149.419 12.462 148.299 13.614 C 147.361 14.584 146.803 15.799 146.548 17.444 C 146.46 17.999 146.46 19.884 146.543 20.471 C 146.714 21.639 147.111 22.755 147.642 23.541 C 148.502 24.808 149.996 25.751 151.725 26.113 C 152.496 26.275 153.028 26.323 154.018 26.323 C 155.393 26.323 156.951 26.123 158.346 25.767 C 158.976 25.605 159.19 25.5 159.435 25.227 C 159.737 24.887 159.794 24.704 159.826 23.96 C 159.862 22.96 159.711 22.572 159.19 22.336 C 158.915 22.21 158.56 22.21 157.94 22.341 C 157.252 22.483 156.112 22.64 155.487 22.681 C 154.492 22.75 153.31 22.561 152.737 22.252 C 152.424 22.079 152.023 21.65 151.845 21.304 L 151.71 21.032 L 151.824 21.011 C 151.892 20.995 153.257 20.854 154.861 20.691 C 156.466 20.529 158.008 20.351 158.289 20.293 C 160.117 19.927 160.769 19.141 160.774 17.302 C 160.774 14.934 159.832 13.274 157.972 12.378 C 156.695 11.771 154.872 11.503 153.002 11.66 Z M 155.054 15.06 C 155.299 15.133 155.472 15.233 155.658 15.4 C 156.013 15.72 156.148 16.055 156.18 16.658 C 156.205 17.25 156.127 17.381 155.705 17.47 C 155.487 17.517 151.773 17.889 151.533 17.889 C 151.444 17.889 151.471 17.59 151.611 16.93 C 151.721 16.396 151.94 15.909 152.205 15.6 C 152.439 15.322 153.023 15.023 153.455 14.955 C 153.908 14.887 154.648 14.935 155.054 15.06 Z M 72.48 11.912 C 72.236 11.99 72.027 12.122 71.866 12.305 C 71.533 12.692 71.543 12.425 71.543 18.989 C 71.543 25.463 71.533 25.228 71.83 25.626 C 71.908 25.726 72.095 25.866 72.241 25.935 C 72.501 26.055 72.533 26.06 74.038 26.06 C 75.096 26.06 75.632 26.04 75.783 25.998 C 76.064 25.914 76.45 25.526 76.533 25.243 C 76.58 25.076 76.596 23.593 76.596 18.978 C 76.596 12.216 76.616 12.619 76.226 12.226 C 75.898 11.896 75.706 11.865 74.049 11.87 C 73.257 11.87 72.554 11.89 72.481 11.912 Z M 128.217 11.912 C 127.98 11.985 127.767 12.12 127.602 12.305 C 127.269 12.693 127.28 12.431 127.28 18.942 C 127.28 22.949 127.295 24.934 127.337 25.112 C 127.415 25.484 127.644 25.778 127.972 25.935 C 128.238 26.055 128.264 26.061 129.785 26.061 C 131.562 26.061 131.67 26.04 132.015 25.668 C 132.129 25.542 132.254 25.338 132.291 25.212 C 132.342 25.034 132.359 23.782 132.359 18.936 L 132.359 12.886 L 132.213 12.583 C 132.129 12.42 131.983 12.221 131.89 12.148 C 131.556 11.891 131.343 11.865 129.785 11.87 C 128.993 11.87 128.29 11.891 128.217 11.912 Z M 162.889 3.96 L 162.889 4.95 L 161.686 4.95 L 161.686 8.39 L 160.597 8.39 L 160.597 4.95 L 159.396 4.95 L 159.396 3.96 Z M 167.586 3.96 L 167.586 8.391 L 166.567 8.391 L 166.567 5.734 L 165.815 7.544 L 164.93 7.544 L 164.192 5.734 L 164.192 8.391 L 163.173 8.391 L 163.173 3.961 L 164.5 3.961 L 165.393 6.194 L 166.307 3.961 L 167.586 3.961 Z\" fill=\"rgb(255,255,255)\"></path><g><defs><linearGradient id=\"idss468982783_2g-1870620925\" x1=\"0.6052091457961492\" x2=\"0.3947908542038509\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(246,146,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(240,106,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.08 30.593 17.873 30.033 17.969 C 28.985 18.16 27.902 18.002 26.953 17.518 C 26.26 17.164 25.662 16.65 25.208 16.018 C 24.284 14.734 24.032 13.085 24.531 11.584 C 24.731 10.999 24.574 10.351 24.127 9.923 C 23.731 9.553 23.173 9.413 22.649 9.552 C 20.969 9.987 19.185 9.495 17.966 8.26 C 16.949 7.234 16.434 5.814 16.557 4.375 C 16.598 3.949 16.444 3.527 16.137 3.228 L 16.111 3.203 C 15.793 2.905 15.354 2.775 14.925 2.852 C 14.717 2.898 14.505 2.929 14.295 2.976 C 11.701 3.556 9.315 4.832 7.392 6.667 C 5.464 8.507 4.071 10.836 3.362 13.405 C 2.651 15.977 2.648 18.694 3.354 21.268 C 4.058 23.838 5.447 26.17 7.371 28.014 C 9.29 29.853 11.675 31.133 14.268 31.718 C 16.858 32.302 19.558 32.166 22.078 31.325 C 24.6 30.483 26.845 28.969 28.572 26.947 C 30.304 24.919 31.454 22.459 31.9 19.83 C 31.976 19.358 31.84 18.876 31.528 18.513 Z M 11.068 22.674 C 10.289 22.849 9.481 22.534 9.026 21.877 C 8.688 21.391 8.585 20.78 8.743 20.209 C 8.902 19.639 9.306 19.169 9.846 18.927 C 10.575 18.603 11.428 18.753 12.002 19.307 C 12.527 19.813 12.732 20.566 12.536 21.268 C 12.341 21.97 11.777 22.509 11.066 22.671 L 11.067 22.674 Z M 9.193 13.665 C 9.022 12.884 9.334 12.076 9.987 11.613 C 10.47 11.272 11.081 11.167 11.651 11.327 C 12.22 11.488 12.687 11.896 12.921 12.439 C 13.241 13.173 13.091 14.027 12.539 14.608 C 11.889 15.289 10.849 15.414 10.056 14.908 C 9.615 14.625 9.304 14.178 9.193 13.665 Z M 17.083 26.915 C 16.303 27.09 15.496 26.774 15.041 26.117 C 14.584 25.46 14.565 24.592 14.994 23.916 C 15.421 23.242 16.212 22.892 16.998 23.029 C 17.382 23.097 17.737 23.279 18.018 23.549 C 18.495 24.008 18.712 24.674 18.597 25.325 C 18.507 25.842 18.216 26.302 17.787 26.605 C 17.575 26.754 17.335 26.859 17.082 26.915 Z M 18.197 19.045 C 17.418 19.22 16.61 18.905 16.156 18.248 C 15.817 17.762 15.713 17.151 15.871 16.58 C 16.029 16.009 16.434 15.539 16.975 15.297 C 17.704 14.974 18.557 15.125 19.131 15.679 C 19.413 15.949 19.608 16.299 19.693 16.682 C 19.868 17.463 19.558 18.273 18.906 18.738 C 18.695 18.888 18.456 18.995 18.203 19.052 Z M 24.527 24.712 C 23.748 24.888 22.94 24.573 22.485 23.916 C 22.147 23.43 22.042 22.818 22.201 22.247 C 22.359 21.676 22.764 21.206 23.305 20.964 C 24.034 20.641 24.887 20.792 25.461 21.346 C 25.743 21.617 25.938 21.966 26.023 22.349 C 26.198 23.13 25.888 23.94 25.236 24.405 C 25.024 24.555 24.785 24.662 24.532 24.719 Z\" fill=\"url(#idss468982783_2g-1870620925)\"></path></g><g opacity=\"0.37\"><defs><linearGradient id=\"idss468982783_3g-167049820\" x1=\"0.37672192420347905\" x2=\"0.6232780757965211\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(246,146,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.196 18.121 28.335 18.052 27.535 17.768 C 26.734 17.483 26.021 16.994 25.467 16.349 C 24.338 15.032 23.982 13.22 24.529 11.574 C 24.718 11.033 24.599 10.433 24.218 10.005 C 23.837 9.58 23.254 9.397 22.699 9.529 L 22.642 9.542 C 21.424 9.862 20.129 9.695 19.032 9.077 C 17.932 8.456 17.114 7.434 16.751 6.224 C 16.625 5.807 16.554 5.375 16.539 4.939 C 12.958 5.749 9.864 7.99 7.979 11.141 C 6.191 14.126 5.62 17.684 6.383 21.079 C 7.142 24.47 9.181 27.437 12.073 29.362 C 14.957 31.28 18.474 32.003 21.881 31.378 C 24.448 30.56 26.739 29.05 28.503 27.014 C 30.272 24.972 31.447 22.484 31.9 19.82 C 31.974 19.351 31.838 18.873 31.529 18.513 Z M 11.067 22.674 C 10.288 22.848 9.481 22.533 9.027 21.877 C 8.69 21.391 8.586 20.78 8.744 20.21 C 8.902 19.64 9.305 19.17 9.845 18.927 C 10.574 18.603 11.427 18.753 12.002 19.307 C 12.527 19.813 12.732 20.566 12.536 21.268 C 12.341 21.97 11.777 22.509 11.066 22.671 L 11.066 22.675 Z M 9.192 13.665 C 9.021 12.884 9.333 12.076 9.986 11.613 C 10.469 11.272 11.081 11.167 11.65 11.327 C 12.22 11.487 12.687 11.896 12.921 12.439 C 13.241 13.173 13.091 14.027 12.539 14.608 C 12.036 15.136 11.283 15.342 10.582 15.144 C 9.88 14.947 9.345 14.377 9.192 13.665 Z M 17.082 26.915 C 16.303 27.089 15.496 26.774 15.042 26.118 C 14.704 25.632 14.6 25.02 14.758 24.45 C 14.917 23.879 15.322 23.409 15.862 23.167 C 16.591 22.844 17.444 22.995 18.018 23.549 C 18.495 24.008 18.712 24.674 18.597 25.325 C 18.507 25.842 18.216 26.302 17.787 26.605 C 17.575 26.754 17.335 26.859 17.082 26.915 Z M 18.197 19.045 C 17.418 19.221 16.61 18.906 16.155 18.249 C 15.817 17.763 15.713 17.151 15.871 16.58 C 16.03 16.01 16.434 15.539 16.975 15.297 C 17.704 14.974 18.557 15.125 19.131 15.679 C 19.811 16.335 19.938 17.377 19.436 18.177 C 19.157 18.621 18.714 18.935 18.203 19.052 Z M 24.527 24.712 C 23.748 24.888 22.94 24.573 22.485 23.916 C 22.147 23.43 22.043 22.818 22.201 22.248 C 22.359 21.677 22.764 21.206 23.304 20.964 C 24.034 20.64 24.887 20.791 25.461 21.346 C 25.743 21.617 25.938 21.966 26.022 22.349 C 26.197 23.13 25.887 23.94 25.235 24.405 C 25.024 24.555 24.785 24.662 24.532 24.719 Z\" fill=\"url(#idss468982783_3g-167049820)\"></path></g><g opacity=\"0.34\"><defs><linearGradient id=\"idss468982783_4g1411654321\" x1=\"0.5495671425172781\" x2=\"0.4504328574827219\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(232,109,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(246,165,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.196 18.121 28.336 18.052 27.536 17.768 C 26.734 17.483 26.021 16.994 25.466 16.349 C 24.337 15.032 23.981 13.22 24.528 11.574 C 24.728 10.989 24.571 10.342 24.125 9.914 C 23.851 9.656 23.494 9.506 23.118 9.492 C 23.256 9.905 23.374 10.325 23.469 10.75 C 23.686 11.73 23.778 12.734 23.743 13.737 C 23.67 15.719 23.103 17.65 22.093 19.357 C 21.086 21.06 19.668 22.483 17.968 23.495 C 18.44 23.917 18.681 24.539 18.618 25.169 C 18.555 25.798 18.196 26.359 17.653 26.681 C 17.109 27.003 16.444 27.043 15.865 26.788 C 15.287 26.534 14.866 26.017 14.735 25.399 C 14.693 25.209 14.679 25.013 14.693 24.819 L 14.53 24.855 C 12.731 25.257 10.863 25.228 9.078 24.771 C 6.892 24.211 4.914 23.033 3.381 21.377 L 3.393 21.433 C 4.311 24.631 6.285 27.423 8.993 29.355 C 14.557 33.322 22.13 32.893 27.211 28.323 C 29.686 26.098 31.335 23.101 31.891 19.819 C 31.967 19.352 31.834 18.875 31.528 18.514 Z M 24.532 24.719 C 23.753 24.894 22.946 24.579 22.491 23.923 C 22.152 23.437 22.048 22.825 22.207 22.254 C 22.365 21.684 22.769 21.213 23.31 20.971 C 24.04 20.647 24.893 20.799 25.467 21.353 C 26.146 22.009 26.271 23.051 25.767 23.849 C 25.487 24.292 25.043 24.605 24.532 24.719 Z\" fill=\"url(#idss468982783_4g1411654321)\"></path></g><g><defs><linearGradient id=\"idss468982783_5g1593595922\" x1=\"0.7408469507683914\" x2=\"0.25915304923160853\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgba(227,89,0,0.3)\" stop-opacity=\"0.3\"></stop><stop offset=\"1\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.527 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.774 18.017 29.513 18.045 29.251 18.051 L 29.179 18.051 C 28.403 18.054 27.638 17.871 26.947 17.518 C 26.254 17.164 25.656 16.65 25.202 16.018 C 24.277 14.735 24.025 13.086 24.522 11.585 C 24.711 11.045 24.593 10.445 24.212 10.017 C 23.831 9.592 23.249 9.409 22.694 9.54 L 22.637 9.553 C 21.419 9.873 20.123 9.707 19.026 9.088 C 17.926 8.467 17.109 7.445 16.746 6.235 C 16.563 5.634 16.497 5.003 16.549 4.377 C 16.592 3.95 16.437 3.528 16.129 3.229 L 16.103 3.205 C 15.786 2.906 15.346 2.776 14.917 2.854 C 14.709 2.9 14.497 2.931 14.287 2.978 C 12.332 3.415 10.488 4.25 8.87 5.43 C 7.248 6.613 5.886 8.115 4.868 9.845 C 2.806 13.348 2.275 17.546 3.4 21.452 C 3.778 22.779 4.344 24.045 5.079 25.212 C 6.656 27.729 8.96 29.707 11.686 30.886 C 14.406 32.061 17.42 32.378 20.326 31.796 C 23.235 31.212 25.897 29.756 27.959 27.623 C 30.027 25.483 31.4 22.769 31.897 19.835 C 31.976 19.362 31.84 18.878 31.527 18.515 Z M 18.505 29.565 C 15.133 30.323 11.599 29.789 8.6 28.07 C 7.921 27.682 7.313 27.181 6.802 26.59 C 5.21 24.734 4.124 22.498 3.652 20.098 C 3.178 17.696 3.332 15.213 4.1 12.888 C 4.866 10.566 6.22 8.483 8.031 6.84 C 9.992 5.062 12.416 3.874 15.023 3.415 C 15.274 3.37 15.532 3.445 15.72 3.618 L 15.745 3.643 C 15.927 3.82 16.017 4.072 15.989 4.324 C 15.85 5.932 16.423 7.519 17.556 8.668 C 18.869 9.998 20.775 10.559 22.599 10.152 L 22.789 10.109 L 22.827 10.101 C 23.181 10.014 23.555 10.129 23.797 10.402 C 24.041 10.675 24.116 11.06 23.992 11.404 C 23.538 12.77 23.637 14.26 24.268 15.554 C 24.896 16.845 26.007 17.836 27.361 18.314 C 27.852 18.487 28.253 18.851 28.471 19.324 C 28.691 19.797 28.713 20.339 28.531 20.828 C 27.716 23.006 26.372 24.946 24.619 26.474 C 22.871 27.998 20.768 29.061 18.504 29.564 Z\" fill=\"url(#idss468982783_5g1593595922)\"></path></g><path d=\"M 15.148 12.562 C 16.222 11.012 16.578 9.176 16.284 7.672 C 16.091 6.722 15.492 5.903 14.644 5.432 C 13.797 4.964 12.787 4.895 11.884 5.242 C 10.27 5.86 8.808 6.817 7.597 8.05 C 6.382 9.285 5.446 10.766 4.851 12.393 C 3.647 15.688 3.921 19.343 5.604 22.421 C 5.969 23.082 6.531 23.614 7.211 23.942 C 7.891 24.269 8.655 24.376 9.397 24.247 L 9.435 24.239 C 12.766 23.632 13.83 21.291 13.435 18.816 C 13.009 16.113 13.938 14.327 15.149 12.563 Z M 11.066 22.671 C 10.286 22.846 9.478 22.53 9.024 21.872 C 8.687 21.386 8.584 20.774 8.742 20.204 C 8.901 19.634 9.306 19.164 9.846 18.922 C 10.576 18.598 11.429 18.75 12.003 19.305 C 12.479 19.764 12.696 20.43 12.58 21.081 C 12.489 21.598 12.198 22.057 11.77 22.36 C 11.558 22.509 11.319 22.614 11.066 22.67 Z M 9.19 13.66 C 9.02 12.879 9.334 12.071 9.987 11.61 C 10.471 11.27 11.082 11.166 11.651 11.327 C 12.22 11.488 12.686 11.897 12.92 12.44 C 13.239 13.174 13.088 14.027 12.537 14.607 C 11.888 15.287 10.848 15.413 10.055 14.907 C 9.613 14.624 9.302 14.177 9.191 13.664 L 9.191 13.66 Z\" fill=\"rgb(244,165,36)\" opacity=\"0.76\"></path><path d=\"M 12.956 8.697 C 13.282 8.492 13.452 8.173 13.335 7.984 C 13.217 7.794 12.858 7.808 12.531 8.013 C 12.204 8.218 12.035 8.537 12.151 8.726 C 12.269 8.915 12.629 8.902 12.956 8.697 Z M 14.254 7.698 C 14.472 7.561 14.586 7.347 14.508 7.22 C 14.429 7.093 14.188 7.102 13.969 7.24 C 13.749 7.377 13.636 7.59 13.715 7.717 C 13.793 7.844 14.035 7.835 14.254 7.697 Z\" fill=\"rgb(243,175,72)\"></path><path d=\"M 9.231 9.463 L 7.96 8.689 C 3.949 13.301 3.476 20.012 6.8 25.142 C 5.836 22.336 5.622 19.326 6.179 16.412 C 6.659 13.895 7.702 11.519 9.231 9.462 Z M 12.094 6.453 C 13.118 5.612 14.238 4.895 15.431 4.319 L 14.651 4.493 C 13.473 4.81 12.341 5.285 11.289 5.905 Z M 10.104 8.381 C 10.538 7.884 11 7.413 11.488 6.97 L 10.53 6.397 C 9.971 6.779 9.442 7.202 8.946 7.663 Z\" fill=\"rgb(246,164,56)\" opacity=\"0.51\"></path></svg>',\n                    svgContentId: 468982783\n                  }\n                },\n                children: /*#__PURE__*/_jsx(SVG, {\n                  className: \"framer-1i9tyqp hidden-72rtr7 hidden-14t1qlw\",\n                  \"data-framer-name\": \"Skillsbite_Logo\",\n                  layout: \"position\",\n                  name: \"Skillsbite_Logo\",\n                  opacity: 1,\n                  svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 176 35\"><path d=\"M 73.543 5.212 C 72.601 5.332 71.882 5.846 71.595 6.616 C 71.283 7.449 71.355 8.554 71.772 9.266 C 72.038 9.722 72.575 10.089 73.21 10.246 C 73.632 10.351 74.669 10.336 75.06 10.22 C 75.898 9.969 76.414 9.45 76.653 8.617 C 76.695 8.476 76.721 8.114 76.721 7.727 C 76.716 7.025 76.627 6.627 76.367 6.218 C 76.21 5.967 75.825 5.616 75.57 5.479 C 75.106 5.244 74.236 5.129 73.543 5.212 Z M 129.337 5.212 C 128.472 5.322 127.915 5.636 127.54 6.212 C 127.259 6.647 127.154 7.062 127.154 7.752 C 127.154 9.12 127.748 9.948 128.946 10.246 C 129.368 10.351 130.405 10.336 130.795 10.22 C 131.712 9.942 132.218 9.403 132.41 8.486 C 132.556 7.784 132.473 6.946 132.202 6.391 C 132.046 6.066 131.681 5.689 131.353 5.511 C 130.884 5.254 130.009 5.123 129.337 5.212 Z M 55.03 6.05 C 54.848 6.11 54.683 6.214 54.552 6.354 C 54.172 6.768 54.192 6.087 54.208 16.139 L 54.223 25.144 L 54.348 25.395 C 54.484 25.673 54.718 25.877 55.015 25.987 C 55.296 26.087 58.099 26.087 58.38 25.987 C 58.677 25.877 58.911 25.673 59.047 25.395 L 59.172 25.144 L 59.198 22.252 L 59.224 19.366 L 61.386 22.331 C 62.573 23.965 63.656 25.411 63.787 25.541 C 63.938 25.694 64.147 25.835 64.334 25.908 C 64.636 26.034 64.673 26.034 66.412 26.034 C 68.158 26.034 68.189 26.034 68.428 25.914 C 68.887 25.689 69.028 25.18 68.762 24.714 C 68.689 24.594 67.6 23.158 66.334 21.529 C 65.069 19.9 64.042 18.549 64.053 18.523 C 64.063 18.502 65.079 17.333 66.308 15.93 C 67.543 14.526 68.6 13.279 68.668 13.159 C 68.913 12.703 68.767 12.263 68.288 12.022 L 68.028 11.891 L 66.36 11.891 C 64.766 11.891 64.678 11.896 64.386 12.006 C 64.221 12.069 64.064 12.15 63.917 12.247 C 63.829 12.32 62.735 13.604 61.49 15.107 L 59.224 17.837 L 59.198 12.373 C 59.172 6.983 59.172 6.909 59.063 6.679 C 58.989 6.528 58.888 6.392 58.766 6.276 C 58.432 5.982 58.198 5.946 56.676 5.946 C 55.479 5.951 55.281 5.961 55.031 6.05 Z M 80.55 6.019 C 80.201 6.145 80.003 6.307 79.847 6.585 L 79.696 6.862 L 79.696 25.196 L 79.81 25.406 C 79.95 25.673 80.107 25.82 80.399 25.95 C 80.618 26.05 80.737 26.06 82.165 26.06 C 83.165 26.06 83.764 26.04 83.895 26.003 C 84.155 25.919 84.441 25.683 84.582 25.416 L 84.696 25.196 L 84.712 16.108 C 84.728 6.045 84.749 6.726 84.389 6.354 C 84.029 5.982 83.988 5.972 82.274 5.961 C 81.107 5.951 80.691 5.961 80.55 6.019 Z M 88.623 6.024 C 88.456 6.09 88.302 6.185 88.17 6.307 C 87.764 6.705 87.79 5.924 87.805 16.107 L 87.821 25.197 L 87.936 25.417 C 88.076 25.683 88.363 25.919 88.623 26.003 C 88.753 26.039 89.358 26.06 90.353 26.06 C 91.848 26.06 91.889 26.055 92.144 25.935 C 92.462 25.788 92.654 25.573 92.764 25.233 C 92.843 25.007 92.848 24.117 92.837 15.924 L 92.822 6.862 L 92.707 6.652 C 92.574 6.404 92.369 6.202 92.119 6.072 C 91.952 5.982 91.785 5.972 90.399 5.962 C 89.181 5.951 88.816 5.966 88.623 6.024 Z M 110.986 6.019 C 110.647 6.129 110.408 6.344 110.252 6.674 L 110.116 6.967 L 110.1 14.327 C 110.09 19.162 110.106 21.886 110.137 22.263 C 110.356 24.573 111.512 25.693 114.179 26.17 C 114.794 26.28 115.012 26.296 116.497 26.296 C 117.581 26.296 118.3 26.276 118.607 26.228 C 119.852 26.045 120.794 25.768 121.623 25.338 C 123.321 24.458 124.243 23.096 124.628 20.901 C 124.784 20.005 124.801 18.13 124.66 17.234 C 124.29 14.85 123.347 13.457 121.462 12.524 C 120.179 11.886 118.758 11.629 116.487 11.629 L 115.09 11.629 L 115.09 9.35 C 115.09 7.873 115.07 6.998 115.033 6.867 C 114.949 6.55 114.738 6.281 114.45 6.124 L 114.179 5.972 L 112.695 5.962 C 111.558 5.951 111.158 5.966 110.986 6.019 Z M 117.977 15.689 C 118.93 15.935 119.372 16.406 119.633 17.449 C 119.731 17.852 119.748 18.056 119.748 18.962 C 119.748 20.131 119.68 20.55 119.42 21.121 C 119.039 21.927 118.383 22.289 117.122 22.373 C 116.512 22.415 115.878 22.331 115.595 22.168 C 115.341 22.027 115.206 21.781 115.143 21.336 C 115.117 21.152 115.09 19.811 115.09 18.35 L 115.09 15.694 L 115.341 15.657 C 116.284 15.516 117.351 15.527 117.977 15.689 Z M 136.036 8.695 C 135.536 8.837 135.301 9.078 135.171 9.602 C 135.098 9.885 135.093 10.618 135.109 15.804 C 135.13 22.32 135.113 22.011 135.479 23.084 C 136.213 25.244 138.021 26.344 140.849 26.344 C 141.787 26.344 142.339 26.285 143.334 26.086 C 144.068 25.935 144.328 25.83 144.584 25.558 C 144.901 25.228 144.964 24.971 144.964 23.938 C 144.964 23.064 144.964 23.043 144.823 22.802 C 144.734 22.642 144.598 22.514 144.433 22.435 C 144.203 22.325 144.136 22.315 143.558 22.335 C 142.125 22.388 141.49 22.373 141.193 22.268 C 140.87 22.158 140.547 21.885 140.406 21.603 C 140.224 21.252 140.198 20.806 140.198 18.213 L 140.198 15.69 L 141.942 15.69 C 142.995 15.69 143.787 15.669 143.948 15.632 C 144.328 15.548 144.672 15.297 144.833 14.982 C 144.954 14.742 144.964 14.662 144.979 13.898 C 145.006 12.871 144.938 12.599 144.599 12.258 C 144.229 11.881 144.115 11.866 142.016 11.866 L 140.203 11.866 L 140.188 10.698 C 140.171 9.624 140.162 9.518 140.057 9.325 C 139.925 9.065 139.708 8.858 139.442 8.738 C 139.26 8.655 139.052 8.644 137.776 8.634 C 136.624 8.624 136.26 8.639 136.036 8.696 Z M 44.228 11.383 C 41.816 11.64 40.321 12.263 39.467 13.379 C 38.909 14.101 38.711 14.719 38.711 15.725 C 38.711 16.521 38.789 16.883 39.107 17.491 C 39.607 18.465 40.649 19.224 42.17 19.722 C 42.44 19.812 43.415 20.078 44.332 20.309 C 46.478 20.853 46.812 21.016 46.895 21.529 C 46.952 21.901 46.686 22.184 46.108 22.367 C 45.764 22.472 45.645 22.483 44.462 22.477 C 43.123 22.472 42.54 22.42 40.941 22.163 C 39.941 22.001 39.664 22.027 39.315 22.331 C 38.998 22.603 38.915 22.875 38.915 23.635 C 38.915 25.002 39.248 25.332 40.972 25.673 C 42.446 25.966 43.17 26.039 44.644 26.039 C 46.02 26.045 46.478 26.003 47.561 25.772 C 49.64 25.338 50.968 24.232 51.39 22.587 C 51.541 22.006 51.541 21.021 51.395 20.45 C 51.103 19.319 50.265 18.355 49.02 17.732 C 48.353 17.392 47.681 17.176 45.868 16.721 C 43.764 16.191 43.764 16.191 43.54 15.982 C 43.394 15.841 43.368 15.782 43.368 15.573 C 43.368 15.233 43.54 15.065 44.05 14.903 C 44.4 14.793 44.53 14.783 45.452 14.788 C 46.566 14.788 47.129 14.84 48.577 15.07 C 49.587 15.228 49.791 15.228 50.124 15.055 C 50.333 14.945 50.531 14.688 50.609 14.41 C 50.65 14.28 50.666 13.955 50.656 13.546 C 50.635 12.933 50.624 12.881 50.473 12.608 C 50.291 12.278 49.958 12.022 49.556 11.901 C 49.171 11.786 48.066 11.576 47.379 11.482 C 46.806 11.404 44.665 11.336 44.228 11.382 Z M 100.74 11.634 C 98.328 11.891 96.833 12.514 95.979 13.63 C 95.421 14.353 95.223 14.971 95.223 15.977 C 95.223 16.773 95.301 17.134 95.619 17.742 C 96.119 18.716 97.161 19.476 98.682 19.974 C 98.953 20.063 99.927 20.33 100.844 20.56 C 102.99 21.105 103.323 21.267 103.407 21.78 C 103.464 22.153 103.198 22.436 102.62 22.619 C 102.276 22.724 102.157 22.734 100.974 22.729 C 99.635 22.724 99.052 22.671 97.453 22.415 C 96.453 22.252 96.177 22.279 95.827 22.582 C 95.51 22.855 95.427 23.127 95.427 23.887 C 95.427 25.254 95.76 25.584 97.484 25.924 C 98.958 26.218 99.682 26.291 101.156 26.291 C 102.532 26.296 102.99 26.254 104.073 26.024 C 106.152 25.589 107.48 24.484 107.902 22.839 C 108.053 22.258 108.053 21.273 107.907 20.702 C 107.616 19.57 106.777 18.606 105.532 17.983 C 104.865 17.643 104.193 17.428 102.381 16.973 C 100.276 16.443 100.276 16.443 100.052 16.233 C 99.906 16.093 99.88 16.035 99.88 15.825 C 99.88 15.485 100.052 15.317 100.563 15.155 C 100.912 15.045 101.042 15.034 101.964 15.039 C 103.078 15.039 103.641 15.092 105.089 15.322 C 106.1 15.479 106.303 15.479 106.636 15.306 C 106.845 15.196 107.043 14.94 107.121 14.662 C 107.162 14.532 107.178 14.206 107.168 13.798 C 107.147 13.185 107.136 13.132 106.985 12.86 C 106.803 12.53 106.47 12.273 106.068 12.153 C 105.683 12.038 104.579 11.828 103.891 11.733 C 103.318 11.655 101.177 11.587 100.74 11.634 Z M 153.002 11.66 C 150.934 11.833 149.419 12.462 148.299 13.614 C 147.361 14.584 146.803 15.799 146.548 17.444 C 146.46 17.999 146.46 19.884 146.543 20.471 C 146.714 21.639 147.111 22.755 147.642 23.541 C 148.502 24.808 149.996 25.751 151.725 26.113 C 152.496 26.275 153.028 26.323 154.018 26.323 C 155.393 26.323 156.951 26.123 158.346 25.767 C 158.976 25.605 159.19 25.5 159.435 25.227 C 159.737 24.887 159.794 24.704 159.826 23.96 C 159.862 22.96 159.711 22.572 159.19 22.336 C 158.915 22.21 158.56 22.21 157.94 22.341 C 157.252 22.483 156.112 22.64 155.487 22.681 C 154.492 22.75 153.31 22.561 152.737 22.252 C 152.424 22.079 152.023 21.65 151.845 21.304 L 151.71 21.032 L 151.824 21.011 C 151.892 20.995 153.257 20.854 154.861 20.691 C 156.466 20.529 158.008 20.351 158.289 20.293 C 160.117 19.927 160.769 19.141 160.774 17.302 C 160.774 14.934 159.832 13.274 157.972 12.378 C 156.695 11.771 154.872 11.503 153.002 11.66 Z M 155.054 15.06 C 155.299 15.133 155.472 15.233 155.658 15.4 C 156.013 15.72 156.148 16.055 156.18 16.658 C 156.205 17.25 156.127 17.381 155.705 17.47 C 155.487 17.517 151.773 17.889 151.533 17.889 C 151.444 17.889 151.471 17.59 151.611 16.93 C 151.721 16.396 151.94 15.909 152.205 15.6 C 152.439 15.322 153.023 15.023 153.455 14.955 C 153.908 14.887 154.648 14.935 155.054 15.06 Z M 72.48 11.912 C 72.236 11.99 72.027 12.122 71.866 12.305 C 71.533 12.692 71.543 12.425 71.543 18.989 C 71.543 25.463 71.533 25.228 71.83 25.626 C 71.908 25.726 72.095 25.866 72.241 25.935 C 72.501 26.055 72.533 26.06 74.038 26.06 C 75.096 26.06 75.632 26.04 75.783 25.998 C 76.064 25.914 76.45 25.526 76.533 25.243 C 76.58 25.076 76.596 23.593 76.596 18.978 C 76.596 12.216 76.616 12.619 76.226 12.226 C 75.898 11.896 75.706 11.865 74.049 11.87 C 73.257 11.87 72.554 11.89 72.481 11.912 Z M 128.217 11.912 C 127.98 11.985 127.767 12.12 127.602 12.305 C 127.269 12.693 127.28 12.431 127.28 18.942 C 127.28 22.949 127.295 24.934 127.337 25.112 C 127.415 25.484 127.644 25.778 127.972 25.935 C 128.238 26.055 128.264 26.061 129.785 26.061 C 131.562 26.061 131.67 26.04 132.015 25.668 C 132.129 25.542 132.254 25.338 132.291 25.212 C 132.342 25.034 132.359 23.782 132.359 18.936 L 132.359 12.886 L 132.213 12.583 C 132.129 12.42 131.983 12.221 131.89 12.148 C 131.556 11.891 131.343 11.865 129.785 11.87 C 128.993 11.87 128.29 11.891 128.217 11.912 Z M 162.889 3.96 L 162.889 4.95 L 161.686 4.95 L 161.686 8.39 L 160.597 8.39 L 160.597 4.95 L 159.396 4.95 L 159.396 3.96 Z M 167.586 3.96 L 167.586 8.391 L 166.567 8.391 L 166.567 5.734 L 165.815 7.544 L 164.93 7.544 L 164.192 5.734 L 164.192 8.391 L 163.173 8.391 L 163.173 3.961 L 164.5 3.961 L 165.393 6.194 L 166.307 3.961 L 167.586 3.961 Z\" fill=\"rgb(255,255,255)\"></path><g><defs><linearGradient id=\"idss3059522512_2g-1870620925\" x1=\"0.6052091457961492\" x2=\"0.3947908542038509\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(246,146,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(240,106,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.08 30.593 17.873 30.033 17.969 C 28.985 18.16 27.902 18.002 26.953 17.518 C 26.26 17.164 25.662 16.65 25.208 16.018 C 24.284 14.734 24.032 13.085 24.531 11.584 C 24.731 10.999 24.574 10.351 24.127 9.923 C 23.731 9.553 23.173 9.413 22.649 9.552 C 20.969 9.987 19.185 9.495 17.966 8.26 C 16.949 7.234 16.434 5.814 16.557 4.375 C 16.598 3.949 16.444 3.527 16.137 3.228 L 16.111 3.203 C 15.793 2.905 15.354 2.775 14.925 2.852 C 14.717 2.898 14.505 2.929 14.295 2.976 C 11.701 3.556 9.315 4.832 7.392 6.667 C 5.464 8.507 4.071 10.836 3.362 13.405 C 2.651 15.977 2.648 18.694 3.354 21.268 C 4.058 23.838 5.447 26.17 7.371 28.014 C 9.29 29.853 11.675 31.133 14.268 31.718 C 16.858 32.302 19.558 32.166 22.078 31.325 C 24.6 30.483 26.845 28.969 28.572 26.947 C 30.304 24.919 31.454 22.459 31.9 19.83 C 31.976 19.358 31.84 18.876 31.528 18.513 Z M 11.068 22.674 C 10.289 22.849 9.481 22.534 9.026 21.877 C 8.688 21.391 8.585 20.78 8.743 20.209 C 8.902 19.639 9.306 19.169 9.846 18.927 C 10.575 18.603 11.428 18.753 12.002 19.307 C 12.527 19.813 12.732 20.566 12.536 21.268 C 12.341 21.97 11.777 22.509 11.066 22.671 L 11.067 22.674 Z M 9.193 13.665 C 9.022 12.884 9.334 12.076 9.987 11.613 C 10.47 11.272 11.081 11.167 11.651 11.327 C 12.22 11.488 12.687 11.896 12.921 12.439 C 13.241 13.173 13.091 14.027 12.539 14.608 C 11.889 15.289 10.849 15.414 10.056 14.908 C 9.615 14.625 9.304 14.178 9.193 13.665 Z M 17.083 26.915 C 16.303 27.09 15.496 26.774 15.041 26.117 C 14.584 25.46 14.565 24.592 14.994 23.916 C 15.421 23.242 16.212 22.892 16.998 23.029 C 17.382 23.097 17.737 23.279 18.018 23.549 C 18.495 24.008 18.712 24.674 18.597 25.325 C 18.507 25.842 18.216 26.302 17.787 26.605 C 17.575 26.754 17.335 26.859 17.082 26.915 Z M 18.197 19.045 C 17.418 19.22 16.61 18.905 16.156 18.248 C 15.817 17.762 15.713 17.151 15.871 16.58 C 16.029 16.009 16.434 15.539 16.975 15.297 C 17.704 14.974 18.557 15.125 19.131 15.679 C 19.413 15.949 19.608 16.299 19.693 16.682 C 19.868 17.463 19.558 18.273 18.906 18.738 C 18.695 18.888 18.456 18.995 18.203 19.052 Z M 24.527 24.712 C 23.748 24.888 22.94 24.573 22.485 23.916 C 22.147 23.43 22.042 22.818 22.201 22.247 C 22.359 21.676 22.764 21.206 23.305 20.964 C 24.034 20.641 24.887 20.792 25.461 21.346 C 25.743 21.617 25.938 21.966 26.023 22.349 C 26.198 23.13 25.888 23.94 25.236 24.405 C 25.024 24.555 24.785 24.662 24.532 24.719 Z\" fill=\"url(#idss3059522512_2g-1870620925)\"></path></g><g opacity=\"0.37\"><defs><linearGradient id=\"idss3059522512_3g-167049820\" x1=\"0.37672192420347905\" x2=\"0.6232780757965211\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(246,146,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.196 18.121 28.335 18.052 27.535 17.768 C 26.734 17.483 26.021 16.994 25.467 16.349 C 24.338 15.032 23.982 13.22 24.529 11.574 C 24.718 11.033 24.599 10.433 24.218 10.005 C 23.837 9.58 23.254 9.397 22.699 9.529 L 22.642 9.542 C 21.424 9.862 20.129 9.695 19.032 9.077 C 17.932 8.456 17.114 7.434 16.751 6.224 C 16.625 5.807 16.554 5.375 16.539 4.939 C 12.958 5.749 9.864 7.99 7.979 11.141 C 6.191 14.126 5.62 17.684 6.383 21.079 C 7.142 24.47 9.181 27.437 12.073 29.362 C 14.957 31.28 18.474 32.003 21.881 31.378 C 24.448 30.56 26.739 29.05 28.503 27.014 C 30.272 24.972 31.447 22.484 31.9 19.82 C 31.974 19.351 31.838 18.873 31.529 18.513 Z M 11.067 22.674 C 10.288 22.848 9.481 22.533 9.027 21.877 C 8.69 21.391 8.586 20.78 8.744 20.21 C 8.902 19.64 9.305 19.17 9.845 18.927 C 10.574 18.603 11.427 18.753 12.002 19.307 C 12.527 19.813 12.732 20.566 12.536 21.268 C 12.341 21.97 11.777 22.509 11.066 22.671 L 11.066 22.675 Z M 9.192 13.665 C 9.021 12.884 9.333 12.076 9.986 11.613 C 10.469 11.272 11.081 11.167 11.65 11.327 C 12.22 11.487 12.687 11.896 12.921 12.439 C 13.241 13.173 13.091 14.027 12.539 14.608 C 12.036 15.136 11.283 15.342 10.582 15.144 C 9.88 14.947 9.345 14.377 9.192 13.665 Z M 17.082 26.915 C 16.303 27.089 15.496 26.774 15.042 26.118 C 14.704 25.632 14.6 25.02 14.758 24.45 C 14.917 23.879 15.322 23.409 15.862 23.167 C 16.591 22.844 17.444 22.995 18.018 23.549 C 18.495 24.008 18.712 24.674 18.597 25.325 C 18.507 25.842 18.216 26.302 17.787 26.605 C 17.575 26.754 17.335 26.859 17.082 26.915 Z M 18.197 19.045 C 17.418 19.221 16.61 18.906 16.155 18.249 C 15.817 17.763 15.713 17.151 15.871 16.58 C 16.03 16.01 16.434 15.539 16.975 15.297 C 17.704 14.974 18.557 15.125 19.131 15.679 C 19.811 16.335 19.938 17.377 19.436 18.177 C 19.157 18.621 18.714 18.935 18.203 19.052 Z M 24.527 24.712 C 23.748 24.888 22.94 24.573 22.485 23.916 C 22.147 23.43 22.043 22.818 22.201 22.248 C 22.359 21.677 22.764 21.206 23.304 20.964 C 24.034 20.64 24.887 20.791 25.461 21.346 C 25.743 21.617 25.938 21.966 26.022 22.349 C 26.197 23.13 25.887 23.94 25.235 24.405 C 25.024 24.555 24.785 24.662 24.532 24.719 Z\" fill=\"url(#idss3059522512_3g-167049820)\"></path></g><g opacity=\"0.34\"><defs><linearGradient id=\"idss3059522512_4g1411654321\" x1=\"0.5495671425172781\" x2=\"0.4504328574827219\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(232,109,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(246,165,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.528 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.196 18.121 28.336 18.052 27.536 17.768 C 26.734 17.483 26.021 16.994 25.466 16.349 C 24.337 15.032 23.981 13.22 24.528 11.574 C 24.728 10.989 24.571 10.342 24.125 9.914 C 23.851 9.656 23.494 9.506 23.118 9.492 C 23.256 9.905 23.374 10.325 23.469 10.75 C 23.686 11.73 23.778 12.734 23.743 13.737 C 23.67 15.719 23.103 17.65 22.093 19.357 C 21.086 21.06 19.668 22.483 17.968 23.495 C 18.44 23.917 18.681 24.539 18.618 25.169 C 18.555 25.798 18.196 26.359 17.653 26.681 C 17.109 27.003 16.444 27.043 15.865 26.788 C 15.287 26.534 14.866 26.017 14.735 25.399 C 14.693 25.209 14.679 25.013 14.693 24.819 L 14.53 24.855 C 12.731 25.257 10.863 25.228 9.078 24.771 C 6.892 24.211 4.914 23.033 3.381 21.377 L 3.393 21.433 C 4.311 24.631 6.285 27.423 8.993 29.355 C 14.557 33.322 22.13 32.893 27.211 28.323 C 29.686 26.098 31.335 23.101 31.891 19.819 C 31.967 19.352 31.834 18.875 31.528 18.514 Z M 24.532 24.719 C 23.753 24.894 22.946 24.579 22.491 23.923 C 22.152 23.437 22.048 22.825 22.207 22.254 C 22.365 21.684 22.769 21.213 23.31 20.971 C 24.04 20.647 24.893 20.799 25.467 21.353 C 26.146 22.009 26.271 23.051 25.767 23.849 C 25.487 24.292 25.043 24.605 24.532 24.719 Z\" fill=\"url(#idss3059522512_4g1411654321)\"></path></g><g><defs><linearGradient id=\"idss3059522512_5g1593595922\" x1=\"0.7408469507683914\" x2=\"0.25915304923160853\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgba(227,89,0,0.3)\" stop-opacity=\"0.3\"></stop><stop offset=\"1\" stop-color=\"rgb(255,224,0)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 31.527 18.514 C 31.161 18.079 30.591 17.872 30.031 17.969 C 29.774 18.017 29.513 18.045 29.251 18.051 L 29.179 18.051 C 28.403 18.054 27.638 17.871 26.947 17.518 C 26.254 17.164 25.656 16.65 25.202 16.018 C 24.277 14.735 24.025 13.086 24.522 11.585 C 24.711 11.045 24.593 10.445 24.212 10.017 C 23.831 9.592 23.249 9.409 22.694 9.54 L 22.637 9.553 C 21.419 9.873 20.123 9.707 19.026 9.088 C 17.926 8.467 17.109 7.445 16.746 6.235 C 16.563 5.634 16.497 5.003 16.549 4.377 C 16.592 3.95 16.437 3.528 16.129 3.229 L 16.103 3.205 C 15.786 2.906 15.346 2.776 14.917 2.854 C 14.709 2.9 14.497 2.931 14.287 2.978 C 12.332 3.415 10.488 4.25 8.87 5.43 C 7.248 6.613 5.886 8.115 4.868 9.845 C 2.806 13.348 2.275 17.546 3.4 21.452 C 3.778 22.779 4.344 24.045 5.079 25.212 C 6.656 27.729 8.96 29.707 11.686 30.886 C 14.406 32.061 17.42 32.378 20.326 31.796 C 23.235 31.212 25.897 29.756 27.959 27.623 C 30.027 25.483 31.4 22.769 31.897 19.835 C 31.976 19.362 31.84 18.878 31.527 18.515 Z M 18.505 29.565 C 15.133 30.323 11.599 29.789 8.6 28.07 C 7.921 27.682 7.313 27.181 6.802 26.59 C 5.21 24.734 4.124 22.498 3.652 20.098 C 3.178 17.696 3.332 15.213 4.1 12.888 C 4.866 10.566 6.22 8.483 8.031 6.84 C 9.992 5.062 12.416 3.874 15.023 3.415 C 15.274 3.37 15.532 3.445 15.72 3.618 L 15.745 3.643 C 15.927 3.82 16.017 4.072 15.989 4.324 C 15.85 5.932 16.423 7.519 17.556 8.668 C 18.869 9.998 20.775 10.559 22.599 10.152 L 22.789 10.109 L 22.827 10.101 C 23.181 10.014 23.555 10.129 23.797 10.402 C 24.041 10.675 24.116 11.06 23.992 11.404 C 23.538 12.77 23.637 14.26 24.268 15.554 C 24.896 16.845 26.007 17.836 27.361 18.314 C 27.852 18.487 28.253 18.851 28.471 19.324 C 28.691 19.797 28.713 20.339 28.531 20.828 C 27.716 23.006 26.372 24.946 24.619 26.474 C 22.871 27.998 20.768 29.061 18.504 29.564 Z\" fill=\"url(#idss3059522512_5g1593595922)\"></path></g><path d=\"M 15.148 12.562 C 16.222 11.012 16.578 9.176 16.284 7.672 C 16.091 6.722 15.492 5.903 14.644 5.432 C 13.797 4.964 12.787 4.895 11.884 5.242 C 10.27 5.86 8.808 6.817 7.597 8.05 C 6.382 9.285 5.446 10.766 4.851 12.393 C 3.647 15.688 3.921 19.343 5.604 22.421 C 5.969 23.082 6.531 23.614 7.211 23.942 C 7.891 24.269 8.655 24.376 9.397 24.247 L 9.435 24.239 C 12.766 23.632 13.83 21.291 13.435 18.816 C 13.009 16.113 13.938 14.327 15.149 12.563 Z M 11.066 22.671 C 10.286 22.846 9.478 22.53 9.024 21.872 C 8.687 21.386 8.584 20.774 8.742 20.204 C 8.901 19.634 9.306 19.164 9.846 18.922 C 10.576 18.598 11.429 18.75 12.003 19.305 C 12.479 19.764 12.696 20.43 12.58 21.081 C 12.489 21.598 12.198 22.057 11.77 22.36 C 11.558 22.509 11.319 22.614 11.066 22.67 Z M 9.19 13.66 C 9.02 12.879 9.334 12.071 9.987 11.61 C 10.471 11.27 11.082 11.166 11.651 11.327 C 12.22 11.488 12.686 11.897 12.92 12.44 C 13.239 13.174 13.088 14.027 12.537 14.607 C 11.888 15.287 10.848 15.413 10.055 14.907 C 9.613 14.624 9.302 14.177 9.191 13.664 L 9.191 13.66 Z\" fill=\"rgb(244,165,36)\" opacity=\"0.76\"></path><path d=\"M 12.956 8.697 C 13.282 8.492 13.452 8.173 13.335 7.984 C 13.217 7.794 12.858 7.808 12.531 8.013 C 12.204 8.218 12.035 8.537 12.151 8.726 C 12.269 8.915 12.629 8.902 12.956 8.697 Z M 14.254 7.698 C 14.472 7.561 14.586 7.347 14.508 7.22 C 14.429 7.093 14.188 7.102 13.969 7.24 C 13.749 7.377 13.636 7.59 13.715 7.717 C 13.793 7.844 14.035 7.835 14.254 7.697 Z\" fill=\"rgb(243,175,72)\"></path><path d=\"M 9.231 9.463 L 7.96 8.689 C 3.949 13.301 3.476 20.012 6.8 25.142 C 5.836 22.336 5.622 19.326 6.179 16.412 C 6.659 13.895 7.702 11.519 9.231 9.462 Z M 12.094 6.453 C 13.118 5.612 14.238 4.895 15.431 4.319 L 14.651 4.493 C 13.473 4.81 12.341 5.285 11.289 5.905 Z M 10.104 8.381 C 10.538 7.884 11 7.413 11.488 6.97 L 10.53 6.397 C 9.971 6.779 9.442 7.202 8.946 7.663 Z\" fill=\"rgb(246,164,56)\" opacity=\"0.51\"></path></svg>',\n                  svgContentId: 3059522512,\n                  withExternalLayout: true\n                })\n              }), isDisplayed2() && /*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1dyds3g hidden-72rtr7 hidden-14t1qlw\",\n                \"data-framer-name\": \"Pace_Labs_Logo\",\n                fill: \"black\",\n                intrinsicHeight: 34,\n                intrinsicWidth: 167,\n                name: \"Pace_Labs_Logo\",\n                svg: '<svg width=\"167\" height=\"34\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.676 0v13.366l10.02 5.774v4.152L15.17 30.515 2.648 23.292V19.14l10.02-5.774V0L0 7.28V24.8l15.171 8.788L30.343 24.8V7.28L17.676 0Zm31.567 20.078v7.28h-3.7V6.2h8.368c4.27 0 7.002 2.787 7.002 6.91 0 4.067-2.79 6.94-7.002 6.94h-4.668v.028Zm0-10.58v7.253h3.871c2.562 0 3.9-1.366 3.9-3.67 0-2.303-1.395-3.582-3.843-3.582h-3.928Zm12.155 13.765c0-2.645 1.907-4.294 5.294-4.55l4.298-.313v-.313c0-1.934-1.167-2.73-2.96-2.73-2.078 0-3.245.882-3.245 2.36h-3.017c0-3.1 2.561-5.118 6.432-5.118 3.843 0 6.234 2.076 6.234 6.057v8.674h-3.102l-.257-2.104c-.597 1.478-2.562 2.474-4.782 2.474-3.045.028-4.896-1.735-4.896-4.437Zm9.62-1.706v-.74l-2.988.228c-2.192.199-3.046.938-3.046 2.076 0 1.308.882 1.934 2.448 1.934 2.192.028 3.586-1.28 3.586-3.498Zm12.183-8.93c3.9 0 6.575 2.161 6.946 5.603h-3.53c-.399-1.622-1.594-2.446-3.273-2.446-2.25 0-3.758 1.706-3.758 4.408 0 2.701 1.395 4.38 3.644 4.38 1.764 0 3.017-.882 3.387-2.418h3.558c-.427 3.328-3.216 5.603-6.945 5.603-4.355 0-7.173-3.015-7.173-7.565 0-4.437 2.903-7.565 7.144-7.565Zm7.6 7.593c0-4.493 2.932-7.593 7.116-7.593 4.298 0 7.002 2.872 7.002 7.309v1.08l-10.76.029c.257 2.503 1.595 3.782 3.929 3.782 1.935 0 3.216-.74 3.615-2.104h3.273c-.598 3.128-3.216 5.005-6.945 5.005-4.241 0-7.23-3.1-7.23-7.508Zm3.444-1.422h7.173c0-1.962-1.366-3.27-3.472-3.27-2.078 0-3.33 1.137-3.7 3.27Zm17.762 5.148h8.852v3.412h-12.552V6.2h3.7v17.746Zm10.56-.683c0-2.645 1.907-4.294 5.295-4.55l4.298-.313v-.313c0-1.934-1.167-2.73-2.961-2.73-2.078 0-3.245.882-3.245 2.36h-3.017c0-3.1 2.562-5.118 6.433-5.118 3.843 0 6.234 2.076 6.234 6.057v8.674h-3.103l-.256-2.104c-.598 1.478-2.562 2.474-4.782 2.474-3.046.028-4.896-1.735-4.896-4.437Zm9.621-1.706v-.74l-2.989.228c-2.191.199-3.045.938-3.045 2.076 0 1.308.882 1.934 2.448 1.934 2.191.028 3.586-1.28 3.586-3.498Zm6.148 5.801V5.83h3.53v9.328c.939-1.593 2.846-2.56 5.01-2.56 4.07 0 6.575 3.186 6.575 7.707 0 4.409-2.704 7.423-6.803 7.423-2.135 0-3.957-.967-4.81-2.616l-.228 2.218h-3.274v.028Zm7.6-2.872c2.477 0 3.957-1.792 3.957-4.351 0-2.56-1.48-4.38-3.957-4.38-2.419 0-4.013 1.792-4.013 4.38s1.565 4.351 4.013 4.351Zm12.582-1.479c.028 1.252.967 2.02 2.59 2.02 1.651 0 2.562-.655 2.562-1.707 0-.71-.37-1.251-1.651-1.536l-2.591-.597c-2.59-.569-3.814-1.792-3.814-4.067 0-2.815 2.363-4.493 5.665-4.493 3.216 0 5.379 1.848 5.408 4.635h-3.359c-.028-1.222-.854-1.99-2.192-1.99-1.394 0-2.191.626-2.191 1.706 0 .796.626 1.337 1.85 1.621l2.59.597c2.391.54 3.615 1.65 3.615 3.84 0 2.9-2.448 4.692-6.006 4.692-3.558 0-5.807-1.905-5.807-4.72h3.331Z\" fill=\"#fff\"/></svg>',\n                withExternalLayout: true\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-7spr48\",\n            \"data-border\": true,\n            \"data-framer-name\": \"Block / Analytics\",\n            name: \"Block / Analytics\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-13k47nh\",\n              \"data-framer-name\": \"Background\",\n              name: \"Background\",\n              children: [/*#__PURE__*/_jsx(SVG, {\n                className: \"framer-1auegcg\",\n                \"data-framer-name\": \"Bg\",\n                fill: \"rgba(0,0,0,1)\",\n                intrinsicHeight: 527,\n                intrinsicWidth: 1300,\n                name: \"Bg\",\n                svg: '<svg width=\"1300\" height=\"527\" viewBox=\"0 0 1300 527\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_54_2598)\">\\n<g clip-path=\"url(#clip1_54_2598)\">\\n<path d=\"M42.1295 0H-18.6575V60.787H42.1295V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 0H42.1297V60.787H102.917V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 0H102.917V60.787H163.704V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 0H163.704V60.787H224.491V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 0H224.491V60.787H285.278V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 0H285.278V60.787H346.065V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 0H346.065V60.787H406.852V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 0H406.852V60.787H467.639V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 0H467.639V60.787H528.426V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 0H528.426V60.787H589.213V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 0H589.213V60.787H650V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 0H650V60.787H710.787V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 60.7871H-18.6575V121.574H42.1295V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 60.7871H42.1297V121.574H102.917V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 60.7871H102.917V121.574H163.704V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 60.7871H163.704V121.574H224.491V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 60.7871H224.491V121.574H285.278V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 60.7871H285.278V121.574H346.065V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 60.7871H346.065V121.574H406.852V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 60.7871H406.852V121.574H467.639V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 60.7871H467.639V121.574H528.426V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 60.7871H528.426V121.574H589.213V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 60.7871H589.213V121.574H650V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 60.7871H650V121.574H710.787V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 121.573H-18.6575V182.36H42.1295V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 121.573H42.1297V182.36H102.917V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 121.573H102.917V182.36H163.704V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 121.573H163.704V182.36H224.491V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 121.573H224.491V182.36H285.278V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 121.573H285.278V182.36H346.065V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 121.573H346.065V182.36H406.852V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 121.573H406.852V182.36H467.639V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 121.573H467.639V182.36H528.426V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 121.573H528.426V182.36H589.213V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 121.573H589.213V182.36H650V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 121.573H650V182.36H710.787V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 182.361H-18.6575V243.148H42.1295V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 182.361H42.1297V243.148H102.917V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 182.361H102.917V243.148H163.704V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 182.361H163.704V243.148H224.491V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 182.361H224.491V243.148H285.278V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 182.361H285.278V243.148H346.065V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 182.361H346.065V243.148H406.852V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 182.361H406.852V243.148H467.639V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 182.361H467.639V243.148H528.426V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 182.361H528.426V243.148H589.213V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 182.361H589.213V243.148H650V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 182.361H650V243.148H710.787V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 243.148H-18.6575V303.935H42.1295V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 243.148H42.1297V303.935H102.917V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 243.148H102.917V303.935H163.704V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 243.148H163.704V303.935H224.491V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 243.148H224.491V303.935H285.278V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 243.148H285.278V303.935H346.065V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 243.148H346.065V303.935H406.852V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 243.148H406.852V303.935H467.639V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 243.148H467.639V303.935H528.426V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 243.148H528.426V303.935H589.213V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 243.148H589.213V303.935H650V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 243.148H650V303.935H710.787V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 303.935H-18.6575V364.722H42.1295V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 303.935H42.1297V364.722H102.917V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 303.935H102.917V364.722H163.704V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 303.935H163.704V364.722H224.491V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 303.935H224.491V364.722H285.278V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 303.935H285.278V364.722H346.065V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 303.935H346.065V364.722H406.852V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 303.935H406.852V364.722H467.639V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 303.935H467.639V364.722H528.426V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 303.935H528.426V364.722H589.213V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 303.935H589.213V364.722H650V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 303.935H650V364.722H710.787V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 364.722H-18.6575V425.509H42.1295V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 364.722H42.1297V425.509H102.917V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 364.722H102.917V425.509H163.704V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 364.722H163.704V425.509H224.491V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 364.722H224.491V425.509H285.278V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 364.722H285.278V425.509H346.065V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 364.722H346.065V425.509H406.852V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 364.722H406.852V425.509H467.639V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 364.722H467.639V425.509H528.426V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 364.722H528.426V425.509H589.213V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 364.722H589.213V425.509H650V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 364.722H650V425.509H710.787V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 425.51H-18.6575V486.297H42.1295V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 425.51H42.1297V486.297H102.917V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 425.51H102.917V486.297H163.704V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 425.51H163.704V486.297H224.491V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 425.51H224.491V486.297H285.278V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 425.51H285.278V486.297H346.065V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 425.51H346.065V486.297H406.852V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 425.51H406.852V486.297H467.639V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 425.51H467.639V486.297H528.426V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 425.51H528.426V486.297H589.213V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 425.51H589.213V486.297H650V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 425.51H650V486.297H710.787V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M42.1295 486.297H-18.6575V547.084H42.1295V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M102.917 486.297H42.1297V547.084H102.917V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M163.704 486.297H102.917V547.084H163.704V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M224.491 486.297H163.704V547.084H224.491V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M285.278 486.297H224.491V547.084H285.278V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M346.065 486.297H285.278V547.084H346.065V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M406.852 486.297H346.065V547.084H406.852V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M467.639 486.297H406.852V547.084H467.639V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M528.426 486.297H467.639V547.084H528.426V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M589.213 486.297H528.426V547.084H589.213V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M650 486.297H589.213V547.084H650V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.787 486.297H650V547.084H710.787V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n</g>\\n<g clip-path=\"url(#clip2_54_2598)\">\\n<path d=\"M710.783 0H649.996V60.787H710.783V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 0H710.783V60.787H771.57V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 0H771.57V60.787H832.357V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 0H832.357V60.787H893.144V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 0H893.144V60.787H953.931V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 0H953.931V60.787H1014.72V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 0H1014.72V60.787H1075.51V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 0H1075.5V60.787H1136.29V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 0H1136.29V60.787H1197.08V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 0H1197.08V60.787H1257.87V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 0H1257.87V60.787H1318.65V0Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 60.7871H649.996V121.574H710.783V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 60.7871H710.783V121.574H771.57V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 60.7871H771.57V121.574H832.357V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 60.7871H832.357V121.574H893.144V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 60.7871H893.144V121.574H953.931V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 60.7871H953.931V121.574H1014.72V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 60.7871H1014.72V121.574H1075.51V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 60.7871H1075.5V121.574H1136.29V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 60.7871H1136.29V121.574H1197.08V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 60.7871H1197.08V121.574H1257.87V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 60.7871H1257.87V121.574H1318.65V60.7871Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 121.573H649.996V182.36H710.783V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 121.573H710.783V182.36H771.57V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 121.573H771.57V182.36H832.357V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 121.573H832.357V182.36H893.144V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 121.573H893.144V182.36H953.931V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 121.573H953.931V182.36H1014.72V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 121.573H1014.72V182.36H1075.51V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 121.573H1075.5V182.36H1136.29V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 121.573H1136.29V182.36H1197.08V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 121.573H1197.08V182.36H1257.87V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 121.573H1257.87V182.36H1318.65V121.573Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 182.361H649.996V243.148H710.783V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 182.361H710.783V243.148H771.57V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 182.361H771.57V243.148H832.357V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 182.361H832.357V243.148H893.144V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 182.361H893.144V243.148H953.931V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 182.361H953.931V243.148H1014.72V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 182.361H1014.72V243.148H1075.51V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 182.361H1075.5V243.148H1136.29V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 182.361H1136.29V243.148H1197.08V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 182.361H1197.08V243.148H1257.87V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 182.361H1257.87V243.148H1318.65V182.361Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 243.148H649.996V303.935H710.783V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 243.148H710.783V303.935H771.57V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 243.148H771.57V303.935H832.357V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 243.148H832.357V303.935H893.144V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 243.148H893.144V303.935H953.931V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 243.148H953.931V303.935H1014.72V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 243.148H1014.72V303.935H1075.51V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 243.148H1075.5V303.935H1136.29V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 243.148H1136.29V303.935H1197.08V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 243.148H1197.08V303.935H1257.87V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 243.148H1257.87V303.935H1318.65V243.148Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 303.935H649.996V364.722H710.783V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 303.935H710.783V364.722H771.57V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 303.935H771.57V364.722H832.357V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 303.935H832.357V364.722H893.144V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 303.935H893.144V364.722H953.931V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 303.935H953.931V364.722H1014.72V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 303.935H1014.72V364.722H1075.51V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 303.935H1075.5V364.722H1136.29V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 303.935H1136.29V364.722H1197.08V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 303.935H1197.08V364.722H1257.87V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 303.935H1257.87V364.722H1318.65V303.935Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 364.722H649.996V425.509H710.783V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 364.722H710.783V425.509H771.57V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 364.722H771.57V425.509H832.357V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 364.722H832.357V425.509H893.144V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 364.722H893.144V425.509H953.931V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 364.722H953.931V425.509H1014.72V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 364.722H1014.72V425.509H1075.51V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 364.722H1075.5V425.509H1136.29V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 364.722H1136.29V425.509H1197.08V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 364.722H1197.08V425.509H1257.87V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 364.722H1257.87V425.509H1318.65V364.722Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 425.51H649.996V486.297H710.783V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 425.51H710.783V486.297H771.57V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 425.51H771.57V486.297H832.357V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 425.51H832.357V486.297H893.144V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 425.51H893.144V486.297H953.931V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 425.51H953.931V486.297H1014.72V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 425.51H1014.72V486.297H1075.51V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 425.51H1075.5V486.297H1136.29V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 425.51H1136.29V486.297H1197.08V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 425.51H1197.08V486.297H1257.87V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 425.51H1257.87V486.297H1318.65V425.51Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M710.783 486.297H649.996V547.084H710.783V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M771.57 486.297H710.783V547.084H771.57V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M832.357 486.297H771.57V547.084H832.357V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M893.144 486.297H832.357V547.084H893.144V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M953.931 486.297H893.144V547.084H953.931V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1014.72 486.297H953.931V547.084H1014.72V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1075.51 486.297H1014.72V547.084H1075.51V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1136.29 486.297H1075.5V547.084H1136.29V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1197.08 486.297H1136.29V547.084H1197.08V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1257.87 486.297H1197.08V547.084H1257.87V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n<path d=\"M1318.65 486.297H1257.87V547.084H1318.65V486.297Z\" stroke=\"white\" stroke-opacity=\"0.01\" stroke-width=\"1.0842\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_54_2598\">\\n<rect width=\"1300\" height=\"527\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip1_54_2598\">\\n<rect width=\"1094.17\" height=\"1094.17\" fill=\"white\" transform=\"translate(-444.167)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_54_2598\">\\n<rect width=\"1094.17\" height=\"1094.17\" fill=\"white\" transform=\"translate(649.996)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(motion.div, {\n                className: \"framer-1yiwjz2\",\n                \"data-framer-name\": \"Shine\",\n                name: \"Shine\",\n                children: /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-4x4ijn\",\n                  \"data-framer-name\": \"Group 42\",\n                  name: \"Group 42\",\n                  children: [/*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-7r4ywp\",\n                    \"data-framer-name\": \"Glow\",\n                    name: \"Glow\"\n                  }), /*#__PURE__*/_jsx(motion.div, {\n                    className: \"framer-y5tg1h\",\n                    \"data-framer-name\": \"Glow\",\n                    name: \"Glow\"\n                  })]\n                })\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  transformTemplate: undefined\n                },\n                UExSrJNrZ: {\n                  transformTemplate: undefined\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1wuch9l\",\n                \"data-framer-name\": \"Numbers\",\n                name: \"Numbers\",\n                transformTemplate: transformTemplate,\n                children: [/*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-3bfz4a\",\n                  \"data-framer-name\": \"Number 1\",\n                  name: \"Number 1\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-uro4j3\",\n                    \"data-framer-name\": \"Group 181\",\n                    name: \"Group 181\",\n                    children: [/*#__PURE__*/_jsx(Container, {\n                      className: \"framer-16jwj9z-container\",\n                      transformTemplate: transformTemplate1,\n                      children: /*#__PURE__*/_jsx(AnimatedCounter, {\n                        color: 'var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) /* {\"name\":\"Light\"} */',\n                        duration: 1,\n                        fontFamily: \"Inter\",\n                        fontSize: 64,\n                        fontWeight: 600,\n                        from: 0,\n                        height: \"100%\",\n                        id: \"hrx1BpWKm\",\n                        layoutId: \"hrx1BpWKm\",\n                        to: 5,\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-9tags2\",\n                      \"data-border\": true,\n                      \"data-framer-name\": \"Overlay\",\n                      name: \"Overlay\"\n                    })]\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Experienced traders\"\n                      })\n                    }),\n                    className: \"framer-48t59n\",\n                    \"data-framer-name\": \"Successful projects\",\n                    name: \"Successful projects\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-v8moim\",\n                  \"data-framer-name\": \"Number 2\",\n                  name: \"Number 2\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1u9oobx\",\n                    \"data-framer-name\": \"Group 182\",\n                    name: \"Group 182\",\n                    children: [/*#__PURE__*/_jsx(Container, {\n                      className: \"framer-1baqeji-container\",\n                      transformTemplate: transformTemplate1,\n                      children: /*#__PURE__*/_jsx(AnimatedCounter, {\n                        color: 'var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) /* {\"name\":\"Light\"} */',\n                        duration: 1,\n                        fontFamily: \"Inter\",\n                        fontSize: 64,\n                        fontWeight: 600,\n                        from: 0,\n                        height: \"100%\",\n                        id: \"cVixLbcxW\",\n                        layoutId: \"cVixLbcxW\",\n                        to: 70,\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-903d2t\",\n                      \"data-border\": true,\n                      \"data-framer-name\": \"Overlay\",\n                      name: \"Overlay\"\n                    })]\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Hours of learning material\"\n                      })\n                    }),\n                    className: \"framer-obshk9\",\n                    \"data-framer-name\": \"Years of experience\",\n                    name: \"Years of experience\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-1r0tvxx\",\n                  \"data-framer-name\": \"Number 3\",\n                  name: \"Number 3\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-1ry7d23\",\n                    \"data-framer-name\": \"Group 183\",\n                    name: \"Group 183\",\n                    children: [/*#__PURE__*/_jsx(Container, {\n                      className: \"framer-11p758s-container\",\n                      transformTemplate: transformTemplate1,\n                      children: /*#__PURE__*/_jsx(AnimatedCounter, {\n                        color: 'var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) /* {\"name\":\"Light\"} */',\n                        duration: 1,\n                        fontFamily: \"Inter\",\n                        fontSize: 64,\n                        fontWeight: 600,\n                        from: 0,\n                        height: \"100%\",\n                        id: \"JLAMsAplF\",\n                        layoutId: \"JLAMsAplF\",\n                        to: 10,\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-mfgu1p\",\n                      \"data-border\": true,\n                      \"data-framer-name\": \"Overlay\",\n                      name: \"Overlay\"\n                    })]\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Courses available\"\n                      })\n                    }),\n                    className: \"framer-4ne5rj\",\n                    \"data-framer-name\": \"Satisfied clients\",\n                    name: \"Satisfied clients\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                }), /*#__PURE__*/_jsxs(motion.div, {\n                  className: \"framer-184tb90\",\n                  \"data-framer-name\": \"Number 4\",\n                  name: \"Number 4\",\n                  children: [/*#__PURE__*/_jsxs(motion.div, {\n                    className: \"framer-m49a9q\",\n                    \"data-framer-name\": \"Group 184\",\n                    name: \"Group 184\",\n                    children: [/*#__PURE__*/_jsx(Container, {\n                      className: \"framer-ioyvc5-container\",\n                      transformTemplate: transformTemplate1,\n                      children: /*#__PURE__*/_jsx(AnimatedCounter, {\n                        color: 'var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166)) /* {\"name\":\"Light\"} */',\n                        duration: 1,\n                        fontFamily: \"Inter\",\n                        fontSize: 64,\n                        fontWeight: 600,\n                        from: 0,\n                        height: \"100%\",\n                        id: \"Ignz0Vwnd\",\n                        layoutId: \"Ignz0Vwnd\",\n                        to: 2,\n                        width: \"100%\"\n                      })\n                    }), /*#__PURE__*/_jsx(motion.div, {\n                      className: \"framer-1tapb5c\",\n                      \"data-border\": true,\n                      \"data-framer-name\": \"Overlay\",\n                      name: \"Overlay\"\n                    })]\n                  }), /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Trading courses\"\n                      })\n                    }),\n                    className: \"framer-ja01kq\",\n                    \"data-framer-name\": \"Hours of work\",\n                    name: \"Hours of work\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })]\n                })]\n              })\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  transformTemplate: undefined\n                },\n                UExSrJNrZ: {\n                  transformTemplate: undefined\n                }\n              },\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1pnnuk\",\n                \"data-framer-name\": \"Texts\",\n                name: \"Texts\",\n                transformTemplate: transformTemplate,\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-374ca2\",\n                      \"data-styles-preset\": \"O4vAwzLkC\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 255, 168))\"\n                      },\n                      children: \"STATISTICS\"\n                    })\n                  }),\n                  className: \"framer-1y9mi3i\",\n                  \"data-framer-name\": \"ANALYTICS\",\n                  name: \"ANALYTICS\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dKydJ_BRO: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: \"Some numbers about us\"\n                          })\n                        })\n                      })\n                    },\n                    UExSrJNrZ: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: \"Some numbers about us\"\n                          })\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h2\", {\n                        className: \"framer-styles-preset-1wml6uu\",\n                        \"data-styles-preset\": \"fVxnimdqP\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Some numbers about us\"\n                        })\n                      })\n                    }),\n                    className: \"framer-lr2eo0\",\n                    \"data-framer-name\": \"Some numbers about us\",\n                    name: \"Some numbers about us\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-110h4kq\",\n            \"data-border\": true,\n            \"data-framer-name\": \"Block / CTA Copy\",\n            name: \"Block / CTA Copy\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-f0d5ea\",\n              \"data-framer-name\": \"Texts\",\n              name: \"Texts\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    style: {\n                      \"--font-selector\": \"SW50ZXItTWVkaXVt\",\n                      \"--framer-font-family\": '\"Inter-Medium\", \"Inter\", sans-serif',\n                      \"--framer-font-size\": \"14px\",\n                      \"--framer-font-weight\": \"500\",\n                      \"--framer-letter-spacing\": \"6px\",\n                      \"--framer-line-height\": \"24px\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 255, 168))\",\n                      \"--framer-text-transform\": \"capitalize\"\n                    },\n                    children: \"BENEFITS\"\n                  })\n                }),\n                className: \"framer-17rjzc2\",\n                \"data-framer-name\": \"BENEFITS\",\n                fonts: [\"Inter-Medium\"],\n                name: \"BENEFITS\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItU2VtaUJvbGQ=\",\n                          \"--framer-font-family\": '\"Inter-SemiBold\", \"Inter\", sans-serif',\n                          \"--framer-font-size\": \"42px\",\n                          \"--framer-font-weight\": \"600\",\n                          \"--framer-letter-spacing\": \"-1px\",\n                          \"--framer-line-height\": \"38.7px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Free workshop held weekly\"\n                        })\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        style: {\n                          \"--font-selector\": \"SW50ZXItU2VtaUJvbGQ=\",\n                          \"--framer-font-family\": '\"Inter-SemiBold\", \"Inter\", sans-serif',\n                          \"--framer-font-size\": \"42px\",\n                          \"--framer-font-weight\": \"600\",\n                          \"--framer-letter-spacing\": \"-1px\",\n                          \"--framer-line-height\": \"38.7px\",\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Free workshop held weekly\"\n                        })\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h2\", {\n                      style: {\n                        \"--font-selector\": \"SW50ZXItU2VtaUJvbGQ=\",\n                        \"--framer-font-family\": '\"Inter-SemiBold\", \"Inter\", sans-serif',\n                        \"--framer-font-size\": \"42px\",\n                        \"--framer-font-weight\": \"600\",\n                        \"--framer-letter-spacing\": \"-1px\",\n                        \"--framer-line-height\": \"51px\",\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(255, 255, 255)\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        \"data-text-fill\": \"true\",\n                        style: {\n                          backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                        },\n                        children: \"Free workshop held weekly\"\n                      })\n                    })\n                  }),\n                  className: \"framer-1tdw9hv\",\n                  \"data-framer-name\": \"Build your own saas landing page using the Carbon\",\n                  fonts: [\"Inter-SemiBold\"],\n                  name: \"Build your own saas landing page using the Carbon\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    style: {\n                      \"--framer-letter-spacing\": \"-0.5px\",\n                      \"--framer-line-height\": \"26px\",\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                    },\n                    children: \"The first lesson is on us. Enjoy an introductory session to trading with our instructor. You will get an overview of the defi space, gain information on the course and have a chance to meet us personally. We are more than happy to answer any questions you may have.\"\n                  })\n                }),\n                className: \"framer-u6a35g\",\n                \"data-framer-name\": \"Zero code, maximum speed. Make professional sites easy, fast and fun while delivering best-in-class SEO, performance.\",\n                name: \"Zero code, maximum speed. Make professional sites easy, fast and fun while delivering best-in-class SEO, performance.\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(Link, {\n                href: \"https://lu.ma/9mgexzb9\",\n                openInNewTab: true,\n                children: /*#__PURE__*/_jsx(motion.a, {\n                  className: \"framer-16mxjaq framer-lux5qc\",\n                  \"data-framer-name\": \"Button\",\n                  name: \"Button\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      UExSrJNrZ: {\n                        children: /*#__PURE__*/_jsx(React.Fragment, {\n                          children: /*#__PURE__*/_jsx(\"p\", {\n                            style: {\n                              \"--font-selector\": \"R0Y7SW50ZXItNjAw\",\n                              \"--framer-font-size\": \"14px\",\n                              \"--framer-font-weight\": \"600\",\n                              \"--framer-text-alignment\": \"center\"\n                            },\n                            children: \"Apply now\"\n                          })\n                        })\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(RichText, {\n                      __fromCanvasComponent: true,\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          style: {\n                            \"--font-selector\": \"R0Y7SW50ZXItNjAw\",\n                            \"--framer-font-size\": \"14px\",\n                            \"--framer-font-weight\": \"600\",\n                            \"--framer-text-alignment\": \"center\"\n                          },\n                          children: \"Apply now \"\n                        })\n                      }),\n                      className: \"framer-1a95zba\",\n                      fonts: [\"GF;Inter-600\"],\n                      verticalAlignment: \"top\",\n                      withExternalLayout: true\n                    })\n                  })\n                })\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    intrinsicHeight: 726,\n                    intrinsicWidth: 953,\n                    loading: \"lazy\",\n                    pixelHeight: 726,\n                    pixelWidth: 953,\n                    sizes: \"calc(100vw - 32px)\",\n                    src: new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png\").href} 953w`\n                  }\n                },\n                UExSrJNrZ: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    intrinsicHeight: 726,\n                    intrinsicWidth: 953,\n                    loading: \"lazy\",\n                    pixelHeight: 726,\n                    pixelWidth: 953,\n                    sizes: \"calc((91.2346vw - 32px) / 1.319)\",\n                    src: new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png\").href} 953w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  intrinsicHeight: 726,\n                  intrinsicWidth: 953,\n                  loading: \"lazy\",\n                  pixelHeight: 726,\n                  pixelWidth: 953,\n                  sizes: \"522px\",\n                  src: new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/oQtkQ6w5oLYuRhXmrO7gkzMYxV4.png\").href} 953w`\n                },\n                className: \"framer-1laifc7\",\n                \"data-framer-name\": \"Image\",\n                name: \"Image\"\n              })\n            }), /*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-14c61p5\",\n              \"data-framer-name\": \"Shine\",\n              name: \"Shine\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-qkswpc\",\n                \"data-framer-name\": \"Group 42\",\n                name: \"Group 42\",\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-9j9b8x\",\n                  \"data-framer-name\": \"Glow\",\n                  name: \"Glow\"\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-15e9dmr\",\n                  \"data-framer-name\": \"Glow\",\n                  name: \"Glow\"\n                })]\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1emxevd\",\n            \"data-framer-name\": \"Block/Features\",\n            name: \"Block/Features\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-scfxqz\",\n              \"data-framer-name\": \"Titles\",\n              name: \"Titles\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-374ca2\",\n                        \"data-styles-preset\": \"O4vAwzLkC\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                        },\n                        children: \"ACADEMY\"\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-374ca2\",\n                        \"data-styles-preset\": \"O4vAwzLkC\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                        },\n                        children: \"ACADEMY\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-374ca2\",\n                      \"data-styles-preset\": \"O4vAwzLkC\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                      },\n                      children: \"ACADEMY\"\n                    })\n                  }),\n                  className: \"framer-l28rss\",\n                  \"data-framer-name\": \"FEATURES\",\n                  name: \"FEATURES\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        className: \"framer-styles-preset-12lj5ox\",\n                        \"data-styles-preset\": \"YckFIlg3V\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsxs(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, var(--token-5eb7ffa1-544b-46fd-a5df-712050c0e63e, rgb(105, 105, 105)) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: [\"Engage with introductory \", /*#__PURE__*/_jsx(\"br\", {}), \"and advanced programmes\"]\n                        })\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        className: \"framer-styles-preset-12lj5ox\",\n                        \"data-styles-preset\": \"YckFIlg3V\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, var(--token-5eb7ffa1-544b-46fd-a5df-712050c0e63e, rgb(105, 105, 105)) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Engage with introductory and advanced programmes\"\n                        })\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h2\", {\n                      className: \"framer-styles-preset-1wml6uu\",\n                      \"data-styles-preset\": \"fVxnimdqP\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: /*#__PURE__*/_jsxs(\"span\", {\n                        \"data-text-fill\": \"true\",\n                        style: {\n                          backgroundImage: \"linear-gradient(0deg, var(--token-5eb7ffa1-544b-46fd-a5df-712050c0e63e, rgb(105, 105, 105))  0%, rgb(255, 255, 255) 100%)\"\n                        },\n                        children: [\"Engage with introductory \", /*#__PURE__*/_jsx(\"br\", {}), \"and advanced programmes\"]\n                      })\n                    })\n                  }),\n                  className: \"framer-14khbvj\",\n                  \"data-framer-name\": \"Build sites of any size, solo or with your team.\",\n                  name: \"Build sites of any size, solo or with your team.\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Holistically improve your skills \"\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Holistically improve your skills \"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-21ogod\",\n                      \"data-styles-preset\": \"xZndidUCt\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\",\n                        \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                      },\n                      children: \"Holistically improve your skills \"\n                    })\n                  }),\n                  className: \"framer-6o6pxz\",\n                  \"data-framer-name\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\n                  name: \"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), isDisplayed3() && /*#__PURE__*/_jsx(Container, {\n              className: \"framer-1j0geyq-container hidden-72rtr7\",\n              children: /*#__PURE__*/_jsx(CardsFeatureMobile, {\n                height: \"100%\",\n                id: \"j4tSgD7h5\",\n                interactiveSessionsMobile: true,\n                layoutId: \"j4tSgD7h5\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"GTvQD2ALs\",\n                width: \"100%\"\n              })\n            }), isDisplayed4() && /*#__PURE__*/_jsx(Container, {\n              className: \"framer-13bk01u-container hidden-mckz36 hidden-14t1qlw\",\n              children: /*#__PURE__*/_jsx(CardsFeature, {\n                height: \"100%\",\n                id: \"AA0xbN6cs\",\n                layoutId: \"AA0xbN6cs\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"AvQo0di3E\",\n                width: \"100%\"\n              })\n            })]\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              UExSrJNrZ: {\n                __framer__animate: {\n                  transition: transition6\n                },\n                __framer__animateOnce: true,\n                __framer__enter: animation16,\n                __framer__exit: animation17,\n                __framer__styleAppearEffectEnabled: true,\n                __framer__threshold: .5,\n                __perspectiveFX: false,\n                __targetOpacity: 1,\n                transformTemplate: transformTemplate2\n              }\n            },\n            children: /*#__PURE__*/_jsxs(MotionDivWithFX, {\n              className: \"framer-5wuibi\",\n              \"data-framer-name\": \"Pesonalised Guidance Section\",\n              name: \"Pesonalised Guidance Section\",\n              children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fit\",\n                      loading: \"lazy\",\n                      sizes: \"343px\",\n                      src: new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png\").href} 1031w`\n                    }\n                  },\n                  UExSrJNrZ: {\n                    background: {\n                      alt: \"\",\n                      fit: \"fit\",\n                      loading: \"lazy\",\n                      sizes: \"343px\",\n                      src: new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png\").href,\n                      srcSet: `${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png\").href} 1031w`\n                    }\n                  }\n                },\n                children: /*#__PURE__*/_jsx(Image, {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    loading: \"lazy\",\n                    sizes: \"640px\",\n                    src: new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/CIvVMWHjl1E9EjNRKQcKqzNslx4.png\").href} 1031w`\n                  },\n                  className: \"framer-1hmjxhr\",\n                  \"data-framer-name\": \"Cover\",\n                  name: \"Cover\"\n                })\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1eoeqab\",\n                \"data-framer-name\": \"Right\",\n                name: \"Right\",\n                children: [/*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-374ca2\",\n                      \"data-styles-preset\": \"O4vAwzLkC\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                      },\n                      children: \"PERSONALISED GUIDANCE\"\n                    })\n                  }),\n                  className: \"framer-yzx3x6\",\n                  \"data-framer-name\": \"BENEFITS\",\n                  name: \"BENEFITS\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dKydJ_BRO: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: \"Find your own path\"\n                          })\n                        })\n                      })\n                    },\n                    UExSrJNrZ: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: \"Find your own path\"\n                          })\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h2\", {\n                        className: \"framer-styles-preset-1wml6uu\",\n                        \"data-styles-preset\": \"fVxnimdqP\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Find your own path\"\n                        })\n                      })\n                    }),\n                    className: \"framer-un5k2l\",\n                    \"data-framer-name\": \"Save time and money with our powerful tools\",\n                    name: \"Save time and money with our powerful tools\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-21ogod\",\n                      \"data-styles-preset\": \"xZndidUCt\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                      },\n                      children: \"One-on-one coaching sessions with experienced traders, delivering tailored comments and instruction to students in order to help them improve their trading skills.\"\n                    })\n                  }),\n                  className: \"framer-batti9\",\n                  \"data-framer-name\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\",\n                  name: \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-qkp8t-container\",\n                  children: /*#__PURE__*/_jsx(ButtonsPrimary, {\n                    height: \"100%\",\n                    id: \"JrcX9EjGL\",\n                    layoutId: \"JrcX9EjGL\",\n                    link: \"https://discord.gg/44bdns5MfS\",\n                    title: \"Join us\",\n                    width: \"100%\"\n                  })\n                })]\n              })]\n            })\n          }), /*#__PURE__*/_jsx(PropertyOverrides, {\n            breakpoint: baseVariant,\n            overrides: {\n              dKydJ_BRO: {\n                __framer__threshold: 0\n              }\n            },\n            children: /*#__PURE__*/_jsx(ContainerWithFX, {\n              __framer__animate: {\n                transition: transition2\n              },\n              __framer__animateOnce: true,\n              __framer__enter: animation15,\n              __framer__exit: animation4,\n              __framer__styleAppearEffectEnabled: true,\n              __framer__threshold: .5,\n              __perspectiveFX: false,\n              __targetOpacity: 1,\n              className: \"framer-123kefv-container\",\n              transformTemplate: transformTemplate2,\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    variant: \"mCx78lF1P\"\n                  },\n                  UExSrJNrZ: {\n                    variant: \"mCx78lF1P\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(BlockIntegrations, {\n                  button: \"Join us\",\n                  height: \"100%\",\n                  id: \"Cin0AP7yJ\",\n                  layoutId: \"Cin0AP7yJ\",\n                  style: {\n                    width: \"100%\"\n                  },\n                  subtitle: \"VERSATILE COVERAGE\",\n                  text: \"We make sure to implent strategies that include a wide number of assets, not only mainstream ones.\",\n                  title: \"Connect with all your other tools to create a smooth experience.\",\n                  variant: \"Iu9d3Pgoz\",\n                  variant1: \"SGdxnNrY1\",\n                  width: \"100%\"\n                })\n              })\n            })\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-f27neq\",\n            \"data-framer-name\": \"Block / Image\",\n            name: \"Block / Image\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-1tie30u\",\n              \"data-framer-name\": \"Right\",\n              name: \"Right\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-374ca2\",\n                    \"data-styles-preset\": \"O4vAwzLkC\",\n                    style: {\n                      \"--framer-text-alignment\": \"left\",\n                      \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                    },\n                    children: \"VERSATILE SKILLSET \"\n                  })\n                }),\n                className: \"framer-5mwe50\",\n                \"data-framer-name\": \"BENEFITS\",\n                name: \"BENEFITS\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        className: \"framer-styles-preset-12lj5ox\",\n                        \"data-styles-preset\": \"YckFIlg3V\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Develop key skills daily\"\n                        })\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        className: \"framer-styles-preset-12lj5ox\",\n                        \"data-styles-preset\": \"YckFIlg3V\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Develop key skills daily\"\n                        })\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h2\", {\n                      className: \"framer-styles-preset-1wml6uu\",\n                      \"data-styles-preset\": \"fVxnimdqP\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\"\n                      },\n                      children: /*#__PURE__*/_jsx(\"span\", {\n                        \"data-text-fill\": \"true\",\n                        style: {\n                          backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                        },\n                        children: \"Develop key skills daily\"\n                      })\n                    })\n                  }),\n                  className: \"framer-pusz9f\",\n                  \"data-framer-name\": \"Save time and money with our powerful tools\",\n                  name: \"Save time and money with our powerful tools\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Expert assistance to traders in order to help them comprehend the Crypto market and establish profitable trading methods.\"\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-21ogod\",\n                        \"data-styles-preset\": \"xZndidUCt\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\",\n                          \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                        },\n                        children: \"Expert assistance to traders in order to help them comprehend the Crypto market and establish profitable trading methods.\"\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"p\", {\n                      className: \"framer-styles-preset-21ogod\",\n                      \"data-styles-preset\": \"xZndidUCt\",\n                      style: {\n                        \"--framer-text-alignment\": \"left\",\n                        \"--framer-text-color\": \"var(--token-ba62dea8-6e46-4d44-b123-c0234d512110, rgb(166, 166, 166))\"\n                      },\n                      children: \"Continuous assistance from multiple experienced traders makes sure you develop key skills in the most relevant areas.\"\n                    })\n                  }),\n                  className: \"framer-7y3ek4\",\n                  \"data-framer-name\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\",\n                  name: \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              }), /*#__PURE__*/_jsx(Container, {\n                className: \"framer-1uuplnj-container\",\n                children: /*#__PURE__*/_jsx(ButtonsPrimary, {\n                  height: \"100%\",\n                  id: \"Fu6Nytutl\",\n                  layoutId: \"Fu6Nytutl\",\n                  link: \"https://discord.gg/44bdns5MfS\",\n                  title: \"Get Started\",\n                  width: \"100%\"\n                })\n              })]\n            }), /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    loading: \"lazy\",\n                    sizes: \"343px\",\n                    src: new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png\").href} 1178w`\n                  }\n                },\n                UExSrJNrZ: {\n                  background: {\n                    alt: \"\",\n                    fit: \"fit\",\n                    loading: \"lazy\",\n                    sizes: \"343px\",\n                    src: new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png\").href,\n                    srcSet: `${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png\").href} 1178w`\n                  }\n                }\n              },\n              children: /*#__PURE__*/_jsx(Image, {\n                background: {\n                  alt: \"\",\n                  fit: \"fit\",\n                  loading: \"lazy\",\n                  sizes: \"640px\",\n                  src: new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png\").href,\n                  srcSet: `${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png?scale-down-to=512\").href} 512w, ${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png?scale-down-to=1024\").href} 1024w, ${new URL(\"https://framerusercontent.com/images/uYwbBDCopjhEkErmGwivahqVslw.png\").href} 1178w`\n                },\n                className: \"framer-aszfhu\",\n                \"data-framer-name\": \"Cover\",\n                name: \"Cover\"\n              })\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-1aitaj4\",\n            \"data-border\": true,\n            \"data-framer-name\": \"Block / Bullet\",\n            name: \"Block / Bullet\",\n            children: [/*#__PURE__*/_jsx(motion.div, {\n              className: \"framer-1ph2cb1\",\n              \"data-framer-name\": \"Shine\",\n              name: \"Shine\",\n              children: /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-8tpuh6\",\n                \"data-framer-name\": \"Group 42\",\n                name: \"Group 42\",\n                children: [/*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-o70pl7\",\n                  \"data-framer-name\": \"Glow\",\n                  name: \"Glow\"\n                }), /*#__PURE__*/_jsx(motion.div, {\n                  className: \"framer-l0elnk\",\n                  \"data-framer-name\": \"Glow\",\n                  name: \"Glow\"\n                })]\n              })\n            }), /*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-21elhk\",\n              \"data-framer-name\": \"Content\",\n              name: \"Content\",\n              children: [/*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-m3lmc5\",\n                \"data-framer-name\": \"Texts\",\n                name: \"Texts\",\n                children: [/*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dKydJ_BRO: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-374ca2\",\n                          \"data-styles-preset\": \"O4vAwzLkC\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                          },\n                          children: \"OUR OFFER\"\n                        })\n                      })\n                    },\n                    UExSrJNrZ: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"p\", {\n                          className: \"framer-styles-preset-374ca2\",\n                          \"data-styles-preset\": \"O4vAwzLkC\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\",\n                            \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                          },\n                          children: \"OUR OFFER\"\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"p\", {\n                        className: \"framer-styles-preset-374ca2\",\n                        \"data-styles-preset\": \"O4vAwzLkC\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\",\n                          \"--framer-text-color\": \"rgb(93, 215, 173)\"\n                        },\n                        children: \"OUR OFFER\"\n                      })\n                    }),\n                    className: \"framer-cpaoq\",\n                    \"data-framer-name\": \"FEATURES\",\n                    name: \"FEATURES\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                  breakpoint: baseVariant,\n                  overrides: {\n                    dKydJ_BRO: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: \"Enjoy a wide portfolio of supportive prodcuts\"\n                          })\n                        })\n                      })\n                    },\n                    UExSrJNrZ: {\n                      children: /*#__PURE__*/_jsx(React.Fragment, {\n                        children: /*#__PURE__*/_jsx(\"h3\", {\n                          className: \"framer-styles-preset-12lj5ox\",\n                          \"data-styles-preset\": \"YckFIlg3V\",\n                          style: {\n                            \"--framer-text-alignment\": \"left\"\n                          },\n                          children: /*#__PURE__*/_jsx(\"span\", {\n                            \"data-text-fill\": \"true\",\n                            style: {\n                              backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                            },\n                            children: \"Enjoy a wide portfolio of supportive prodcuts\"\n                          })\n                        })\n                      })\n                    }\n                  },\n                  children: /*#__PURE__*/_jsx(RichText, {\n                    __fromCanvasComponent: true,\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h2\", {\n                        className: \"framer-styles-preset-1wml6uu\",\n                        \"data-styles-preset\": \"fVxnimdqP\",\n                        style: {\n                          \"--framer-text-alignment\": \"center\"\n                        },\n                        children: /*#__PURE__*/_jsx(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: \"Enjoy a wide portfolio of supportive prodcuts\"\n                        })\n                      })\n                    }),\n                    className: \"framer-10jevp7\",\n                    \"data-framer-name\": \"Cutting-edge features for advanced analytics\",\n                    name: \"Cutting-edge features for advanced analytics\",\n                    verticalAlignment: \"top\",\n                    withExternalLayout: true\n                  })\n                })]\n              }), /*#__PURE__*/_jsxs(motion.div, {\n                className: \"framer-1gc5n1w\",\n                \"data-framer-name\": \"Bullets\",\n                name: \"Bullets\",\n                children: [/*#__PURE__*/_jsx(Container, {\n                  className: \"framer-1u4cmf7-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        variant: \"SybFMBx5u\"\n                      },\n                      UExSrJNrZ: {\n                        variant: \"SybFMBx5u\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(CardsBullet, {\n                      advancedLearningPaths: \"Advanced learning paths\",\n                      advancedLearningPathText: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      height: \"100%\",\n                      id: \"zvrUOufSf\",\n                      layoutId: \"zvrUOufSf\",\n                      text: \"Leverage learning with well developed and tested learning paths\",\n                      textBots: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n                      textIndicators: \"Analyse the chart like a pro using advanced indicators\",\n                      textMentorship: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textPremiumCommunity: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n                      title: \"Cohort courses\",\n                      titleBots: \"Trading Bots\",\n                      titleMentorship: \"Mentorship 1 on 1\",\n                      titlePremiumCommunity: \"Premium community\",\n                      ttileIndicators: \"Trading Indicators\",\n                      variant: \"PgmZuRL6e\",\n                      width: \"100%\"\n                    })\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-yi34kz-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        premiumCommunityImage: {\n                          alt: \"\",\n                          src: new URL(\"https://framerusercontent.com/images/cRrMaRaRBln1unUu1W83mt40yQ.svg\").href\n                        },\n                        variant: \"jwHu4b8oZ\"\n                      },\n                      UExSrJNrZ: {\n                        premiumCommunityImage: {\n                          alt: \"\",\n                          src: new URL(\"https://framerusercontent.com/images/cRrMaRaRBln1unUu1W83mt40yQ.svg\").href\n                        },\n                        variant: \"jwHu4b8oZ\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(CardsBullet, {\n                      advancedLearningPaths: \"Advanced learning paths\",\n                      advancedLearningPathText: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      height: \"100%\",\n                      id: \"aSP51RZnJ\",\n                      layoutId: \"aSP51RZnJ\",\n                      text: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      textBots: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n                      textIndicators: \"Analyse the chart like a pro using advanced indicators\",\n                      textMentorship: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textPremiumCommunity: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n                      title: \"Advanced learning paths\",\n                      titleBots: \"Trading Bots\",\n                      titleMentorship: \"Mentorship 1 on 1\",\n                      titlePremiumCommunity: \"Premium community\",\n                      ttileIndicators: \"Trading Indicators\",\n                      variant: \"mrHFiFCnI\",\n                      width: \"100%\"\n                    })\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-29aj9m-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        variant: \"Jm2sJ9CyO\"\n                      },\n                      UExSrJNrZ: {\n                        variant: \"Jm2sJ9CyO\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(CardsBullet, {\n                      advancedLearingiPath: {\n                        alt: \"\",\n                        src: new URL(\"https://framerusercontent.com/images/fZZXFat5mRoW7yqmhytqK8WIw.svg\").href\n                      },\n                      advancedLearningPaths: \"Advanced learning paths\",\n                      advancedLearningPathText: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      height: \"100%\",\n                      id: \"ajSAwgy4q\",\n                      layoutId: \"ajSAwgy4q\",\n                      text: \"Advanced learning paths\",\n                      textBots: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n                      textIndicators: \"Analyse the chart like a pro using advanced indicators\",\n                      textMentorship: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textPremiumCommunity: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n                      title: \"Deliver instant answers\",\n                      titleBots: \"Trading Bots\",\n                      titleMentorship: \"Mentorship 1 on 1\",\n                      titlePremiumCommunity: \"Premium community\",\n                      ttileIndicators: \"Trading Indicators\",\n                      variant: \"P3v_E7gnX\",\n                      width: \"100%\"\n                    })\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-oof5i9-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        variant: \"q392mlf28\"\n                      },\n                      UExSrJNrZ: {\n                        variant: \"q392mlf28\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(CardsBullet, {\n                      advancedLearingiPath: {\n                        alt: \"\",\n                        src: new URL(\"https://framerusercontent.com/images/l7u0VPqDJcTDAOdpQBv1bFcr4.svg\").href\n                      },\n                      advancedLearningPaths: \"Advanced learning paths\",\n                      advancedLearningPathText: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      height: \"100%\",\n                      id: \"UDyw1sRfT\",\n                      layoutId: \"UDyw1sRfT\",\n                      text: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textBots: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n                      textIndicators: \"Analyse the chart like a pro using advanced indicators\",\n                      textMentorship: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textPremiumCommunity: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n                      title: \"Mentorship 1 on 1\",\n                      titleBots: \"Trading Bots\",\n                      titleMentorship: \"Mentorship 1 on 1\",\n                      titlePremiumCommunity: \"Premium community\",\n                      ttileIndicators: \"Trading Indicators\",\n                      variant: \"PJDczj3aT\",\n                      width: \"100%\"\n                    })\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-1jdp017-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        variant: \"tPfk3FQid\"\n                      },\n                      UExSrJNrZ: {\n                        variant: \"tPfk3FQid\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(CardsBullet, {\n                      advancedLearningPaths: \"Advanced learning paths\",\n                      advancedLearningPathText: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      height: \"100%\",\n                      id: \"n03tiwRfP\",\n                      layoutId: \"n03tiwRfP\",\n                      text: \"Got a question or concern? Reach out to our team for free, 24/ We're always here to help!\",\n                      textBots: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n                      textIndicators: \"Analyse the chart like a pro using advanced indicators\",\n                      textMentorship: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textPremiumCommunity: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n                      title: \"Our people make the difference\",\n                      titleBots: \"Trading Bots\",\n                      titleMentorship: \"Mentorship 1 on 1\",\n                      titlePremiumCommunity: \"Premium community\",\n                      ttileIndicators: \"Trading Indicators\",\n                      variant: \"E7OZlQUWv\",\n                      width: \"100%\"\n                    })\n                  })\n                }), /*#__PURE__*/_jsx(Container, {\n                  className: \"framer-k90l5y-container\",\n                  children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                    breakpoint: baseVariant,\n                    overrides: {\n                      dKydJ_BRO: {\n                        variant: \"EDvxF2YAr\"\n                      },\n                      UExSrJNrZ: {\n                        variant: \"EDvxF2YAr\"\n                      }\n                    },\n                    children: /*#__PURE__*/_jsx(CardsBullet, {\n                      advancedLearningPaths: \"Advanced learning paths\",\n                      advancedLearningPathText: \"Specialize niche skill sets to exploit unoccupied market sectors\",\n                      height: \"100%\",\n                      id: \"IRnHFK93U\",\n                      layoutId: \"IRnHFK93U\",\n                      text: \"Chat with us for real-time problem solving or sales. If we're unavailable, we'll handle your email seamlessly.\",\n                      textBots: \"Use the newest technologies to automate your trading experience and stay ahead of the curve\",\n                      textIndicators: \"Analyse the chart like a pro using advanced indicators\",\n                      textMentorship: \"Absorb knowledge from Industry experts and eliminate early trading mistakes\",\n                      textPremiumCommunity: \"Benefit from the premium community, get access to live trading sessions, experts and signals knowledge from Industry experts and eliminate early trading mistakes\",\n                      title: \"Connect with customers\",\n                      titleBots: \"Trading Bots\",\n                      titleMentorship: \"Mentorship 1 on 1\",\n                      titlePremiumCommunity: \"Premium community\",\n                      ttileIndicators: \"Trading Indicators\",\n                      variant: \"ahzoIbsFo\",\n                      width: \"100%\"\n                    })\n                  })\n                })]\n              })]\n            })]\n          }), /*#__PURE__*/_jsxs(motion.div, {\n            className: \"framer-ohmtqg\",\n            \"data-framer-name\": \"Block / FAQ\",\n            name: \"Block / FAQ\",\n            children: [/*#__PURE__*/_jsxs(motion.div, {\n              className: \"framer-18ozp0y\",\n              \"data-framer-name\": \"Texts\",\n              name: \"Texts\",\n              children: [/*#__PURE__*/_jsx(RichText, {\n                __fromCanvasComponent: true,\n                children: /*#__PURE__*/_jsx(React.Fragment, {\n                  children: /*#__PURE__*/_jsx(\"p\", {\n                    className: \"framer-styles-preset-374ca2\",\n                    \"data-styles-preset\": \"O4vAwzLkC\",\n                    style: {\n                      \"--framer-text-alignment\": \"center\",\n                      \"--framer-text-color\": \"var(--token-6c3ad165-7e85-4851-ac48-8fa596f6e8aa, rgb(0, 255, 168))\"\n                    },\n                    children: \"FAQ\"\n                  })\n                }),\n                className: \"framer-jscvi2\",\n                \"data-framer-name\": \"TESTIMONIALS\",\n                name: \"TESTIMONIALS\",\n                verticalAlignment: \"top\",\n                withExternalLayout: true\n              }), /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        className: \"framer-styles-preset-12lj5ox\",\n                        \"data-styles-preset\": \"YckFIlg3V\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsxs(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: [\"Have questions that\", /*#__PURE__*/_jsx(\"br\", {}), \"need answers?\"]\n                        })\n                      })\n                    })\n                  },\n                  UExSrJNrZ: {\n                    children: /*#__PURE__*/_jsx(React.Fragment, {\n                      children: /*#__PURE__*/_jsx(\"h3\", {\n                        className: \"framer-styles-preset-12lj5ox\",\n                        \"data-styles-preset\": \"YckFIlg3V\",\n                        style: {\n                          \"--framer-text-alignment\": \"left\"\n                        },\n                        children: /*#__PURE__*/_jsxs(\"span\", {\n                          \"data-text-fill\": \"true\",\n                          style: {\n                            backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                          },\n                          children: [\"Have questions that\", /*#__PURE__*/_jsx(\"br\", {}), \"need answers?\"]\n                        })\n                      })\n                    })\n                  }\n                },\n                children: /*#__PURE__*/_jsx(RichText, {\n                  __fromCanvasComponent: true,\n                  children: /*#__PURE__*/_jsx(React.Fragment, {\n                    children: /*#__PURE__*/_jsx(\"h2\", {\n                      className: \"framer-styles-preset-1wml6uu\",\n                      \"data-styles-preset\": \"fVxnimdqP\",\n                      style: {\n                        \"--framer-text-alignment\": \"center\"\n                      },\n                      children: /*#__PURE__*/_jsxs(\"span\", {\n                        \"data-text-fill\": \"true\",\n                        style: {\n                          backgroundImage: \"linear-gradient(0deg, rgb(105, 105, 105) 0%, rgb(255, 255, 255) 100%)\"\n                        },\n                        children: [\"Have questions that\", /*#__PURE__*/_jsx(\"br\", {}), \"need answers?\"]\n                      })\n                    })\n                  }),\n                  className: \"framer-1tisplh\",\n                  \"data-framer-name\": \"Don\u2019t take our word for it. Over 1000+ people trust us\",\n                  name: \"Don\u2019t take our word for it. Over 1000+ people trust us\",\n                  verticalAlignment: \"top\",\n                  withExternalLayout: true\n                })\n              })]\n            }), /*#__PURE__*/_jsx(Container, {\n              className: \"framer-7avke7-container\",\n              children: /*#__PURE__*/_jsx(PropertyOverrides, {\n                breakpoint: baseVariant,\n                overrides: {\n                  dKydJ_BRO: {\n                    variant: \"DFidNhQhq\"\n                  },\n                  UExSrJNrZ: {\n                    variant: \"DFidNhQhq\"\n                  }\n                },\n                children: /*#__PURE__*/_jsx(AccordionFAQ, {\n                  height: \"100%\",\n                  id: \"iZpt4wBA3\",\n                  layoutId: \"iZpt4wBA3\",\n                  style: {\n                    width: \"100%\"\n                  },\n                  variant: \"SvuSiyiKE\",\n                  width: \"100%\"\n                })\n              })\n            })]\n          }), /*#__PURE__*/_jsx(Container, {\n            className: \"framer-1ar6ylb-container\",\n            children: /*#__PURE__*/_jsx(PropertyOverrides, {\n              breakpoint: baseVariant,\n              overrides: {\n                dKydJ_BRO: {\n                  variant: \"gY8nlvS5l\"\n                },\n                UExSrJNrZ: {\n                  variant: \"gY8nlvS5l\"\n                }\n              },\n              children: /*#__PURE__*/_jsx(BlockFooter, {\n                height: \"100%\",\n                id: \"qW99rOCIv\",\n                layoutId: \"qW99rOCIv\",\n                style: {\n                  width: \"100%\"\n                },\n                variant: \"EDLmIH4ex\",\n                width: \"100%\"\n              })\n            })\n          })]\n        }), /*#__PURE__*/_jsx(\"div\", {\n          id: \"overlay\"\n        })]\n      })\n    })\n  });\n});\nconst css = ['.framer-qndbs [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; }', \"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\", \".framer-qndbs .framer-lux5qc { display: block; }\", '.framer-qndbs .framer-72rtr7 { align-content: center; align-items: center; background: radial-gradient(50% 5.3% at 50% 0%, var(--token-868e8ec0-6d78-4d5b-b1ba-9000defc2d84, #272b36) /* {\"name\":\"Gray\"} */ 0%, var(--token-046a81bd-7047-4a8b-a344-e3bfae3fc274, rgb(5, 5, 7)) /* {\"name\":\"Dark\"} */ 100%); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 150px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1340px; }', \".framer-qndbs .framer-ir0ide-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 1300px; z-index: 3; }\", \".framer-qndbs .framer-1mu3r9f { flex: none; height: 1408px; overflow: visible; position: relative; width: 1920px; }\", \".framer-qndbs .framer-tisih3 { flex: none; height: 1347px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\", \".framer-qndbs .framer-1x3rux9 { flex: none; height: 1347px; left: 0px; position: absolute; top: 0px; width: 1920px; }\", \".framer-qndbs .framer-1emoety { -webkit-filter: blur(345.20001220703125px); aspect-ratio: 1 / 1; background-color: #202229; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(345.20001220703125px); flex: none; height: var(--framer-aspect-ratio-supported, 1000px); left: 50%; position: absolute; top: -337px; transform: translateX(-50%); width: 1000px; }\", \".framer-qndbs .framer-hz3okg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 200px; transform: translateX(-50%); width: min-content; }\", \".framer-qndbs .framer-o92qyl-container, .framer-qndbs .framer-10oel5y-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: auto; }\", \".framer-qndbs .framer-1nnw3k2, .framer-qndbs .framer-scfxqz, .framer-qndbs .framer-18ozp0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-qndbs .framer-1unsc5t { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre; width: auto; }\", \".framer-qndbs .framer-d4ho2p { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; transform: perspective(1200px); white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\", \".framer-qndbs .framer-1n7vykn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: min-content; }\", \".framer-qndbs .framer-1v14ofn-container, .framer-qndbs .framer-qkp8t-container, .framer-qndbs .framer-b7wp6k-container, .framer-qndbs .framer-1uuplnj-container { flex: none; height: auto; position: relative; width: auto; }\", \".framer-qndbs .framer-lmmsyv { bottom: 0px; flex: none; height: 745px; left: calc(50.00000000000002% - 1316px / 2); position: absolute; transform: perspective(1200px); width: 1316px; }\", \".framer-qndbs .framer-4b8b3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-qndbs .framer-1xfchbr, .framer-qndbs .framer-1y9mi3i, .framer-qndbs .framer-l28rss, .framer-qndbs .framer-cpaoq, .framer-qndbs .framer-jscvi2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-qndbs .framer-1dtfy5n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 80px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; z-index: 0; }\", \".framer-qndbs .framer-12mjys1 { aspect-ratio: 6.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 189px; }\", \".framer-qndbs .framer-sb6ur2 { aspect-ratio: 4.365853658536586 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 33px); position: relative; width: 144px; }\", \".framer-qndbs .framer-11gbbde { aspect-ratio: 4.809523809523809 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: visible; position: relative; width: 174px; }\", \".framer-qndbs .framer-t557qf { flex: none; height: 37px; position: relative; width: 184px; }\", \".framer-qndbs .framer-jdve20, .framer-qndbs .framer-1i9tyqp { flex: none; height: 35px; position: relative; width: 176px; }\", \".framer-qndbs .framer-13qskrl, .framer-qndbs .framer-1dyds3g { aspect-ratio: 4.911764705882353 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); position: relative; width: 152px; }\", \".framer-qndbs .framer-7spr48 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: var(--token-046a81bd-7047-4a8b-a344-e3bfae3fc274, #050507); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 527px; overflow: hidden; position: relative; width: 1300px; will-change: transform; }\", \".framer-qndbs .framer-13k47nh { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\", \".framer-qndbs .framer-1auegcg { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\", \".framer-qndbs .framer-1yiwjz2 { flex: none; height: 330px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\", \".framer-qndbs .framer-4x4ijn { flex: none; height: 50px; left: 131px; overflow: visible; position: absolute; top: -15px; width: 1038px; }\", \".framer-qndbs .framer-7r4ywp, .framer-qndbs .framer-9j9b8x, .framer-qndbs .framer-o70pl7 { -webkit-filter: blur(50px); aspect-ratio: 11.56 / 1; background-color: #202229; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(50px); flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 0px; position: absolute; top: 0px; width: 578px; }\", \".framer-qndbs .framer-y5tg1h, .framer-qndbs .framer-15e9dmr, .framer-qndbs .framer-l0elnk { -webkit-filter: blur(50px); aspect-ratio: 11.56 / 1; background-color: #202229; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; filter: blur(50px); flex: none; height: var(--framer-aspect-ratio-supported, 50px); left: 460px; position: absolute; top: 0px; width: 578px; }\", \".framer-qndbs .framer-1wuch9l { align-content: flex-start; align-items: flex-start; bottom: 120px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; transform: translateX(-50%); width: min-content; }\", \".framer-qndbs .framer-3bfz4a, .framer-qndbs .framer-v8moim, .framer-qndbs .framer-1r0tvxx, .framer-qndbs .framer-184tb90 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-qndbs .framer-uro4j3, .framer-qndbs .framer-1u9oobx, .framer-qndbs .framer-1ry7d23, .framer-qndbs .framer-m49a9q { flex: none; height: 72px; overflow: visible; position: relative; width: 200px; }\", \".framer-qndbs .framer-16jwj9z-container, .framer-qndbs .framer-1baqeji-container, .framer-qndbs .framer-11p758s-container, .framer-qndbs .framer-ioyvc5-container { flex: none; height: auto; left: 50%; position: absolute; top: 51%; transform: translate(-50%, -50%); width: auto; }\", \".framer-qndbs .framer-9tags2, .framer-qndbs .framer-903d2t, .framer-qndbs .framer-mfgu1p, .framer-qndbs .framer-1tapb5c { --border-bottom-width: 0px; --border-color: #050507; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; background: linear-gradient(180deg, rgba(5, 5, 7, 0.72) 0%, rgba(5, 5, 7, 0) 100%); flex: none; height: 36px; left: 0px; position: absolute; top: 36px; width: 100%; }\", \".framer-qndbs .framer-48t59n, .framer-qndbs .framer-obshk9, .framer-qndbs .framer-4ne5rj, .framer-qndbs .framer-ja01kq { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; }\", \".framer-qndbs .framer-8pc1tk { align-content: flex-start; align-items: flex-start; bottom: 118px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; transform: translateX(-50%); width: min-content; }\", \".framer-qndbs .framer-1pnnuk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; top: 80px; transform: translateX(-50%); width: min-content; }\", \".framer-qndbs .framer-lr2eo0, .framer-qndbs .framer-32q8ft, .framer-qndbs .framer-1tdw9hv, .framer-qndbs .framer-14khbvj, .framer-qndbs .framer-6o6pxz, .framer-qndbs .framer-10jevp7, .framer-qndbs .framer-14cdhol, .framer-qndbs .framer-1tisplh { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 640px; word-break: break-word; word-wrap: break-word; }\", \".framer-qndbs .framer-13f3drc-container { flex: none; height: 500px; position: relative; transform: perspective(1200px); width: auto; }\", \".framer-qndbs .framer-110h4kq { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-046a81bd-7047-4a8b-a344-e3bfae3fc274, #050507); border-bottom-left-radius: 16px; border-bottom-right-radius: 40px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: 456px; justify-content: flex-start; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: min-content; will-change: transform; }\", \".framer-qndbs .framer-f0d5ea { 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: flex-start; overflow: visible; padding: 0px 0px 0px 80px; position: relative; width: 672px; z-index: 1; }\", \".framer-qndbs .framer-17rjzc2, .framer-qndbs .framer-yzx3x6, .framer-qndbs .framer-un5k2l, .framer-qndbs .framer-batti9, .framer-qndbs .framer-5mwe50, .framer-qndbs .framer-pusz9f, .framer-qndbs .framer-7y3ek4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 530px; word-break: break-word; word-wrap: break-word; }\", \".framer-qndbs .framer-u6a35g { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 561px; word-break: break-word; word-wrap: break-word; }\", \".framer-qndbs .framer-16mxjaq { align-content: center; align-items: center; background-color: #00ff9d; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 15px 15px 15px 15px; position: relative; text-decoration: none; width: min-content; }\", \".framer-qndbs .framer-1a95zba { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\", \".framer-qndbs .framer-1laifc7 { flex: none; height: 368px; overflow: visible; position: relative; width: 522px; z-index: 1; }\", \".framer-qndbs .framer-14c61p5 { flex: none; height: 456px; left: calc(50.00000000000002% - 1300px / 2); overflow: hidden; position: absolute; top: 0px; width: 1300px; z-index: 0; }\", \".framer-qndbs .framer-qkswpc { flex: none; height: 50px; left: calc(50.00000000000002% - 1038px / 2); overflow: visible; position: absolute; top: -15px; width: 1038px; }\", \".framer-qndbs .framer-1emxevd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1300px; }\", \".framer-qndbs .framer-1j0geyq-container, .framer-qndbs .framer-13bk01u-container { flex: none; height: auto; position: relative; width: 100%; }\", \".framer-qndbs .framer-5wuibi, .framer-qndbs .framer-f27neq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-qndbs .framer-1hmjxhr, .framer-qndbs .framer-aszfhu { aspect-ratio: 1.28 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 500px); position: relative; width: 640px; }\", \".framer-qndbs .framer-1eoeqab, .framer-qndbs .framer-1tie30u { 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 0px 0px 0px; position: relative; width: min-content; }\", \".framer-qndbs .framer-123kefv-container, .framer-qndbs .framer-13p12hc-container, .framer-qndbs .framer-1qo41ld-container { flex: none; height: auto; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-qndbs .framer-ym0e5c { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-046a81bd-7047-4a8b-a344-e3bfae3fc274, #050507); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; will-change: transform; }\", \".framer-qndbs .framer-1l7j577-container { flex: none; height: 859px; position: relative; transform: perspective(1200px); width: 100%; }\", \".framer-qndbs .framer-1aitaj4 { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.08); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #040507; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-qndbs .framer-1ph2cb1 { flex: none; height: 330px; left: calc(50.00000000000002% - 1920px / 2); overflow: hidden; position: absolute; top: 0px; width: 1920px; z-index: 0; }\", \".framer-qndbs .framer-8tpuh6 { flex: none; height: 50px; left: 441px; overflow: visible; position: absolute; top: -15px; width: 1038px; }\", \".framer-qndbs .framer-21elhk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: min-content; z-index: 0; }\", \".framer-qndbs .framer-m3lmc5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; z-index: 0; }\", \".framer-qndbs .framer-1gc5n1w { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(420px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\", \".framer-qndbs .framer-1u4cmf7-container, .framer-qndbs .framer-yi34kz-container, .framer-qndbs .framer-29aj9m-container, .framer-qndbs .framer-oof5i9-container, .framer-qndbs .framer-k90l5y-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: fit-content; z-index: 0; }\", \".framer-qndbs .framer-1jdp017-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: fit-content; }\", \".framer-qndbs .framer-ohmtqg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\", \".framer-qndbs .framer-7avke7-container { flex: none; height: auto; position: relative; width: 1300px; z-index: 2; }\", \".framer-qndbs .framer-1ar6ylb-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\", \"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qndbs .framer-72rtr7, .framer-qndbs .framer-hz3okg, .framer-qndbs .framer-1nnw3k2, .framer-qndbs .framer-1n7vykn, .framer-qndbs .framer-4b8b3n, .framer-qndbs .framer-1dtfy5n, .framer-qndbs .framer-1wuch9l, .framer-qndbs .framer-3bfz4a, .framer-qndbs .framer-v8moim, .framer-qndbs .framer-1r0tvxx, .framer-qndbs .framer-184tb90, .framer-qndbs .framer-8pc1tk, .framer-qndbs .framer-1pnnuk, .framer-qndbs .framer-110h4kq, .framer-qndbs .framer-f0d5ea, .framer-qndbs .framer-16mxjaq, .framer-qndbs .framer-1emxevd, .framer-qndbs .framer-scfxqz, .framer-qndbs .framer-5wuibi, .framer-qndbs .framer-1eoeqab, .framer-qndbs .framer-ym0e5c, .framer-qndbs .framer-f27neq, .framer-qndbs .framer-1tie30u, .framer-qndbs .framer-1aitaj4, .framer-qndbs .framer-21elhk, .framer-qndbs .framer-m3lmc5, .framer-qndbs .framer-ohmtqg, .framer-qndbs .framer-18ozp0y { gap: 0px; } .framer-qndbs .framer-72rtr7 > * { margin: 0px; margin-bottom: calc(150px / 2); margin-top: calc(150px / 2); } .framer-qndbs .framer-72rtr7 > :first-child, .framer-qndbs .framer-hz3okg > :first-child, .framer-qndbs .framer-1nnw3k2 > :first-child, .framer-qndbs .framer-4b8b3n > :first-child, .framer-qndbs .framer-3bfz4a > :first-child, .framer-qndbs .framer-v8moim > :first-child, .framer-qndbs .framer-1r0tvxx > :first-child, .framer-qndbs .framer-184tb90 > :first-child, .framer-qndbs .framer-1pnnuk > :first-child, .framer-qndbs .framer-f0d5ea > :first-child, .framer-qndbs .framer-1emxevd > :first-child, .framer-qndbs .framer-scfxqz > :first-child, .framer-qndbs .framer-1eoeqab > :first-child, .framer-qndbs .framer-1tie30u > :first-child, .framer-qndbs .framer-1aitaj4 > :first-child, .framer-qndbs .framer-21elhk > :first-child, .framer-qndbs .framer-m3lmc5 > :first-child, .framer-qndbs .framer-ohmtqg > :first-child, .framer-qndbs .framer-18ozp0y > :first-child { margin-top: 0px; } .framer-qndbs .framer-72rtr7 > :last-child, .framer-qndbs .framer-hz3okg > :last-child, .framer-qndbs .framer-1nnw3k2 > :last-child, .framer-qndbs .framer-4b8b3n > :last-child, .framer-qndbs .framer-3bfz4a > :last-child, .framer-qndbs .framer-v8moim > :last-child, .framer-qndbs .framer-1r0tvxx > :last-child, .framer-qndbs .framer-184tb90 > :last-child, .framer-qndbs .framer-1pnnuk > :last-child, .framer-qndbs .framer-f0d5ea > :last-child, .framer-qndbs .framer-1emxevd > :last-child, .framer-qndbs .framer-scfxqz > :last-child, .framer-qndbs .framer-1eoeqab > :last-child, .framer-qndbs .framer-1tie30u > :last-child, .framer-qndbs .framer-1aitaj4 > :last-child, .framer-qndbs .framer-21elhk > :last-child, .framer-qndbs .framer-m3lmc5 > :last-child, .framer-qndbs .framer-ohmtqg > :last-child, .framer-qndbs .framer-18ozp0y > :last-child { margin-bottom: 0px; } .framer-qndbs .framer-hz3okg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-qndbs .framer-1nnw3k2 > *, .framer-qndbs .framer-4b8b3n > *, .framer-qndbs .framer-1pnnuk > *, .framer-qndbs .framer-f0d5ea > *, .framer-qndbs .framer-scfxqz > *, .framer-qndbs .framer-1eoeqab > *, .framer-qndbs .framer-1tie30u > *, .framer-qndbs .framer-m3lmc5 > *, .framer-qndbs .framer-18ozp0y > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qndbs .framer-1n7vykn > *, .framer-qndbs .framer-16mxjaq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qndbs .framer-1n7vykn > :first-child, .framer-qndbs .framer-1dtfy5n > :first-child, .framer-qndbs .framer-1wuch9l > :first-child, .framer-qndbs .framer-8pc1tk > :first-child, .framer-qndbs .framer-110h4kq > :first-child, .framer-qndbs .framer-16mxjaq > :first-child, .framer-qndbs .framer-5wuibi > :first-child, .framer-qndbs .framer-ym0e5c > :first-child, .framer-qndbs .framer-f27neq > :first-child { margin-left: 0px; } .framer-qndbs .framer-1n7vykn > :last-child, .framer-qndbs .framer-1dtfy5n > :last-child, .framer-qndbs .framer-1wuch9l > :last-child, .framer-qndbs .framer-8pc1tk > :last-child, .framer-qndbs .framer-110h4kq > :last-child, .framer-qndbs .framer-16mxjaq > :last-child, .framer-qndbs .framer-5wuibi > :last-child, .framer-qndbs .framer-ym0e5c > :last-child, .framer-qndbs .framer-f27neq > :last-child { margin-right: 0px; } .framer-qndbs .framer-1dtfy5n > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-qndbs .framer-1wuch9l > *, .framer-qndbs .framer-8pc1tk > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qndbs .framer-3bfz4a > *, .framer-qndbs .framer-v8moim > *, .framer-qndbs .framer-1r0tvxx > *, .framer-qndbs .framer-184tb90 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qndbs .framer-110h4kq > *, .framer-qndbs .framer-ym0e5c > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-qndbs .framer-1emxevd > *, .framer-qndbs .framer-21elhk > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-qndbs .framer-5wuibi > *, .framer-qndbs .framer-f27neq > * { margin: 0px; margin-left: calc(72px / 2); margin-right: calc(72px / 2); } .framer-qndbs .framer-1aitaj4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qndbs .framer-ohmtqg > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\", \"@media (min-width: 1340px) { .framer-qndbs .hidden-72rtr7 { display: none !important; } }\", \"@media (max-width: 809px) { .framer-qndbs .hidden-mckz36 { display: none !important; } .framer-qndbs .framer-72rtr7 { gap: 64px; width: 390px; } .framer-qndbs .framer-ir0ide-container { position: fixed; width: 100%; z-index: 1; } .framer-qndbs .framer-1mu3r9f { height: 818px; width: 100%; } .framer-qndbs .framer-tisih3 { height: 630px; top: calc(38.38630806845968% - 630px / 2); } .framer-qndbs .framer-hz3okg { top: 38%; transform: translate(-50%, -50%); } .framer-qndbs .framer-1nnw3k2, .framer-qndbs .framer-4b8b3n { padding: 0px 16px 0px 16px; } .framer-qndbs .framer-1unsc5t { white-space: pre-wrap; width: 356px; word-break: break-word; word-wrap: break-word; } .framer-qndbs .framer-d4ho2p, .framer-qndbs .framer-14khbvj, .framer-qndbs .framer-6o6pxz { width: 343px; } .framer-qndbs .framer-1n7vykn { align-self: stretch; gap: 8px; padding: 0px 16px 0px 16px; width: auto; } .framer-qndbs .framer-1v14ofn-container { flex: 1 0 0px; width: 1px; } .framer-qndbs .framer-lmmsyv { aspect-ratio: 1.7664429530201342 / 1; bottom: 65px; height: var(--framer-aspect-ratio-supported, 199px); left: 50%; transform: perspective(1200px) translateX(-50%); width: 90%; } .framer-qndbs .framer-1xfchbr, .framer-qndbs .framer-cpaoq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-qndbs .framer-1dtfy5n { flex-direction: column; height: 440px; } .framer-qndbs .framer-7spr48 { align-content: center; align-items: center; border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 32px 16px 32px 16px; width: 100%; } .framer-qndbs .framer-13k47nh { left: 0px; order: 3; right: 0px; z-index: 0; } .framer-qndbs .framer-1auegcg { left: -478px; right: -478px; } .framer-qndbs .framer-1yiwjz2 { left: -461px; right: -462px; z-index: 1; } .framer-qndbs .framer-1wuch9l { bottom: unset; flex-direction: column; left: unset; order: 1; position: relative; transform: unset; z-index: 1; } .framer-qndbs .framer-1pnnuk { gap: 16px; left: unset; order: 0; position: relative; top: unset; transform: unset; width: 100%; z-index: 1; } .framer-qndbs .framer-lr2eo0, .framer-qndbs .framer-17rjzc2, .framer-qndbs .framer-1tdw9hv, .framer-qndbs .framer-u6a35g, .framer-qndbs .framer-16mxjaq, .framer-qndbs .framer-yzx3x6, .framer-qndbs .framer-un5k2l, .framer-qndbs .framer-batti9, .framer-qndbs .framer-5mwe50, .framer-qndbs .framer-pusz9f, .framer-qndbs .framer-7y3ek4, .framer-qndbs .framer-10jevp7, .framer-qndbs .framer-1tisplh, .framer-qndbs .framer-7avke7-container { width: 100%; } .framer-qndbs .framer-110h4kq { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; flex-direction: column; gap: 0px; height: min-content; padding: 40px 16px 40px 16px; width: 100%; } .framer-qndbs .framer-f0d5ea { gap: 16px; padding: 32px 0px 0px 0px; width: 100%; } .framer-qndbs .framer-1laifc7 { aspect-ratio: 1.096 / 1; height: var(--framer-aspect-ratio-supported, 327px); width: 100%; } .framer-qndbs .framer-1emxevd { align-content: flex-start; align-items: flex-start; gap: 32px; padding: 0px 16px 0px 16px; width: 100%; } .framer-qndbs .framer-scfxqz { align-content: flex-start; align-items: flex-start; gap: 16px; } .framer-qndbs .framer-5wuibi { flex-direction: column; gap: 32px; padding: 0px 16px 0px 16px; } .framer-qndbs .framer-1hmjxhr, .framer-qndbs .framer-aszfhu { aspect-ratio: unset; height: 268px; width: 343px; } .framer-qndbs .framer-1eoeqab { align-self: stretch; gap: 16px; width: auto; } .framer-qndbs .framer-f27neq { flex-direction: column; gap: 32px; padding: 0px 16px 0px 16px; width: 100%; } .framer-qndbs .framer-1tie30u, .framer-qndbs .framer-m3lmc5 { gap: 16px; width: 100%; } .framer-qndbs .framer-1aitaj4 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 0px 16px 0px 16px; } .framer-qndbs .framer-21elhk { align-content: flex-start; align-items: flex-start; gap: 32px; padding: 32px 0px 0px 0px; width: 100%; } .framer-qndbs .framer-1gc5n1w { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; } .framer-qndbs .framer-1u4cmf7-container, .framer-qndbs .framer-yi34kz-container, .framer-qndbs .framer-29aj9m-container, .framer-qndbs .framer-oof5i9-container, .framer-qndbs .framer-1jdp017-container, .framer-qndbs .framer-k90l5y-container { align-self: unset; width: auto; } .framer-qndbs .framer-ohmtqg { gap: 32px; padding: 0px 16px 0px 16px; } .framer-qndbs .framer-18ozp0y { align-content: flex-start; align-items: flex-start; gap: 16px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qndbs .framer-72rtr7, .framer-qndbs .framer-1n7vykn, .framer-qndbs .framer-1dtfy5n, .framer-qndbs .framer-7spr48, .framer-qndbs .framer-1wuch9l, .framer-qndbs .framer-1pnnuk, .framer-qndbs .framer-110h4kq, .framer-qndbs .framer-f0d5ea, .framer-qndbs .framer-1emxevd, .framer-qndbs .framer-scfxqz, .framer-qndbs .framer-5wuibi, .framer-qndbs .framer-1eoeqab, .framer-qndbs .framer-f27neq, .framer-qndbs .framer-1tie30u, .framer-qndbs .framer-21elhk, .framer-qndbs .framer-m3lmc5, .framer-qndbs .framer-1gc5n1w, .framer-qndbs .framer-ohmtqg, .framer-qndbs .framer-18ozp0y { gap: 0px; } .framer-qndbs .framer-72rtr7 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-qndbs .framer-72rtr7 > :first-child, .framer-qndbs .framer-1dtfy5n > :first-child, .framer-qndbs .framer-7spr48 > :first-child, .framer-qndbs .framer-1wuch9l > :first-child, .framer-qndbs .framer-1pnnuk > :first-child, .framer-qndbs .framer-110h4kq > :first-child, .framer-qndbs .framer-f0d5ea > :first-child, .framer-qndbs .framer-1emxevd > :first-child, .framer-qndbs .framer-scfxqz > :first-child, .framer-qndbs .framer-5wuibi > :first-child, .framer-qndbs .framer-1eoeqab > :first-child, .framer-qndbs .framer-f27neq > :first-child, .framer-qndbs .framer-1tie30u > :first-child, .framer-qndbs .framer-21elhk > :first-child, .framer-qndbs .framer-m3lmc5 > :first-child, .framer-qndbs .framer-1gc5n1w > :first-child, .framer-qndbs .framer-ohmtqg > :first-child, .framer-qndbs .framer-18ozp0y > :first-child { margin-top: 0px; } .framer-qndbs .framer-72rtr7 > :last-child, .framer-qndbs .framer-1dtfy5n > :last-child, .framer-qndbs .framer-7spr48 > :last-child, .framer-qndbs .framer-1wuch9l > :last-child, .framer-qndbs .framer-1pnnuk > :last-child, .framer-qndbs .framer-110h4kq > :last-child, .framer-qndbs .framer-f0d5ea > :last-child, .framer-qndbs .framer-1emxevd > :last-child, .framer-qndbs .framer-scfxqz > :last-child, .framer-qndbs .framer-5wuibi > :last-child, .framer-qndbs .framer-1eoeqab > :last-child, .framer-qndbs .framer-f27neq > :last-child, .framer-qndbs .framer-1tie30u > :last-child, .framer-qndbs .framer-21elhk > :last-child, .framer-qndbs .framer-m3lmc5 > :last-child, .framer-qndbs .framer-1gc5n1w > :last-child, .framer-qndbs .framer-ohmtqg > :last-child, .framer-qndbs .framer-18ozp0y > :last-child { margin-bottom: 0px; } .framer-qndbs .framer-1n7vykn > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qndbs .framer-1n7vykn > :first-child { margin-left: 0px; } .framer-qndbs .framer-1n7vykn > :last-child { margin-right: 0px; } .framer-qndbs .framer-1dtfy5n > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-qndbs .framer-7spr48 > *, .framer-qndbs .framer-1emxevd > *, .framer-qndbs .framer-5wuibi > *, .framer-qndbs .framer-f27neq > *, .framer-qndbs .framer-21elhk > *, .framer-qndbs .framer-ohmtqg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-qndbs .framer-1wuch9l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-qndbs .framer-1pnnuk > *, .framer-qndbs .framer-f0d5ea > *, .framer-qndbs .framer-scfxqz > *, .framer-qndbs .framer-1eoeqab > *, .framer-qndbs .framer-1tie30u > *, .framer-qndbs .framer-m3lmc5 > *, .framer-qndbs .framer-18ozp0y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qndbs .framer-110h4kq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qndbs .framer-1gc5n1w > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}\", \"@media (min-width: 810px) and (max-width: 1339px) { .framer-qndbs .hidden-14t1qlw { display: none !important; } .framer-qndbs .framer-72rtr7 { gap: 72px; width: 810px; } .framer-qndbs .framer-ir0ide-container { width: 90%; } .framer-qndbs .framer-1mu3r9f { height: 1080px; } .framer-qndbs .framer-lmmsyv { aspect-ratio: 1.7654320987654322 / 1; bottom: 12px; height: var(--framer-aspect-ratio-supported, 435px); left: 50%; transform: perspective(1200px) translateX(-50%); width: 40%; } .framer-qndbs .framer-4b8b3n { gap: 40px; } .framer-qndbs .framer-1dtfy5n { flex-wrap: wrap; gap: 20px; } .framer-qndbs .framer-12mjys1 { order: 1; } .framer-qndbs .framer-sb6ur2 { order: 2; } .framer-qndbs .framer-11gbbde { height: var(--framer-aspect-ratio-supported, 37px); order: 0; } .framer-qndbs .framer-t557qf { order: 3; } .framer-qndbs .framer-jdve20 { order: 4; } .framer-qndbs .framer-13qskrl { order: 5; } .framer-qndbs .framer-7spr48 { align-content: center; align-items: center; border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 32px 16px 32px 16px; width: 100%; } .framer-qndbs .framer-13k47nh { left: 0px; order: 3; right: 0px; z-index: 0; } .framer-qndbs .framer-1auegcg { left: -478px; right: -478px; } .framer-qndbs .framer-1yiwjz2 { left: -461px; right: -462px; z-index: 1; } .framer-qndbs .framer-1wuch9l { bottom: unset; flex-direction: column; left: unset; order: 1; position: relative; transform: unset; z-index: 1; } .framer-qndbs .framer-1pnnuk { gap: 16px; left: unset; order: 0; position: relative; top: unset; transform: unset; width: 100%; z-index: 1; } .framer-qndbs .framer-lr2eo0, .framer-qndbs .framer-17rjzc2, .framer-qndbs .framer-u6a35g, .framer-qndbs .framer-14khbvj, .framer-qndbs .framer-yzx3x6, .framer-qndbs .framer-un5k2l, .framer-qndbs .framer-batti9, .framer-qndbs .framer-5mwe50, .framer-qndbs .framer-pusz9f, .framer-qndbs .framer-7y3ek4, .framer-qndbs .framer-10jevp7, .framer-qndbs .framer-1tisplh, .framer-qndbs .framer-7avke7-container { width: 100%; } .framer-qndbs .framer-110h4kq { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; flex-direction: column; gap: 31px; height: min-content; padding: 20px 16px 40px 16px; width: 91%; } .framer-qndbs .framer-f0d5ea { gap: 40px; height: 372px; padding: 40px 0px 0px 0px; width: 100%; } .framer-qndbs .framer-1tdw9hv { height: 16%; width: 86%; } .framer-qndbs .framer-1laifc7 { height: 372px; width: 76%; } .framer-qndbs .framer-1emxevd { align-content: flex-start; align-items: flex-start; gap: 32px; padding: 0px 16px 0px 16px; width: 100%; } .framer-qndbs .framer-scfxqz, .framer-qndbs .framer-18ozp0y { align-content: flex-start; align-items: flex-start; gap: 16px; width: 100%; } .framer-qndbs .framer-6o6pxz { width: 343px; } .framer-qndbs .framer-5wuibi { flex-direction: column; gap: 32px; padding: 0px 16px 0px 16px; transform: perspective(1200px); width: 100%; } .framer-qndbs .framer-1hmjxhr, .framer-qndbs .framer-aszfhu { aspect-ratio: unset; height: 268px; width: 343px; } .framer-qndbs .framer-1eoeqab, .framer-qndbs .framer-1tie30u, .framer-qndbs .framer-m3lmc5 { gap: 16px; width: 100%; } .framer-qndbs .framer-f27neq { flex-direction: column; gap: 32px; padding: 0px 16px 0px 16px; width: 100%; } .framer-qndbs .framer-1aitaj4 { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 0px 16px 0px 16px; } .framer-qndbs .framer-21elhk { align-content: flex-start; align-items: flex-start; gap: 32px; padding: 32px 0px 0px 0px; width: 100%; } .framer-qndbs .framer-cpaoq { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-qndbs .framer-1gc5n1w { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; justify-content: flex-start; } .framer-qndbs .framer-1u4cmf7-container, .framer-qndbs .framer-yi34kz-container, .framer-qndbs .framer-29aj9m-container, .framer-qndbs .framer-oof5i9-container, .framer-qndbs .framer-1jdp017-container, .framer-qndbs .framer-k90l5y-container { align-self: unset; width: auto; } .framer-qndbs .framer-ohmtqg { gap: 32px; padding: 0px 16px 0px 16px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qndbs .framer-72rtr7, .framer-qndbs .framer-4b8b3n, .framer-qndbs .framer-1dtfy5n, .framer-qndbs .framer-7spr48, .framer-qndbs .framer-1wuch9l, .framer-qndbs .framer-1pnnuk, .framer-qndbs .framer-110h4kq, .framer-qndbs .framer-f0d5ea, .framer-qndbs .framer-1emxevd, .framer-qndbs .framer-scfxqz, .framer-qndbs .framer-5wuibi, .framer-qndbs .framer-1eoeqab, .framer-qndbs .framer-f27neq, .framer-qndbs .framer-1tie30u, .framer-qndbs .framer-21elhk, .framer-qndbs .framer-m3lmc5, .framer-qndbs .framer-1gc5n1w, .framer-qndbs .framer-ohmtqg, .framer-qndbs .framer-18ozp0y { gap: 0px; } .framer-qndbs .framer-72rtr7 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-qndbs .framer-72rtr7 > :first-child, .framer-qndbs .framer-4b8b3n > :first-child, .framer-qndbs .framer-7spr48 > :first-child, .framer-qndbs .framer-1wuch9l > :first-child, .framer-qndbs .framer-1pnnuk > :first-child, .framer-qndbs .framer-110h4kq > :first-child, .framer-qndbs .framer-f0d5ea > :first-child, .framer-qndbs .framer-1emxevd > :first-child, .framer-qndbs .framer-scfxqz > :first-child, .framer-qndbs .framer-5wuibi > :first-child, .framer-qndbs .framer-1eoeqab > :first-child, .framer-qndbs .framer-f27neq > :first-child, .framer-qndbs .framer-1tie30u > :first-child, .framer-qndbs .framer-21elhk > :first-child, .framer-qndbs .framer-m3lmc5 > :first-child, .framer-qndbs .framer-1gc5n1w > :first-child, .framer-qndbs .framer-ohmtqg > :first-child, .framer-qndbs .framer-18ozp0y > :first-child { margin-top: 0px; } .framer-qndbs .framer-72rtr7 > :last-child, .framer-qndbs .framer-4b8b3n > :last-child, .framer-qndbs .framer-7spr48 > :last-child, .framer-qndbs .framer-1wuch9l > :last-child, .framer-qndbs .framer-1pnnuk > :last-child, .framer-qndbs .framer-110h4kq > :last-child, .framer-qndbs .framer-f0d5ea > :last-child, .framer-qndbs .framer-1emxevd > :last-child, .framer-qndbs .framer-scfxqz > :last-child, .framer-qndbs .framer-5wuibi > :last-child, .framer-qndbs .framer-1eoeqab > :last-child, .framer-qndbs .framer-f27neq > :last-child, .framer-qndbs .framer-1tie30u > :last-child, .framer-qndbs .framer-21elhk > :last-child, .framer-qndbs .framer-m3lmc5 > :last-child, .framer-qndbs .framer-1gc5n1w > :last-child, .framer-qndbs .framer-ohmtqg > :last-child, .framer-qndbs .framer-18ozp0y > :last-child { margin-bottom: 0px; } .framer-qndbs .framer-4b8b3n > *, .framer-qndbs .framer-f0d5ea > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-qndbs .framer-1dtfy5n > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qndbs .framer-1dtfy5n > :first-child { margin-left: 0px; } .framer-qndbs .framer-1dtfy5n > :last-child { margin-right: 0px; } .framer-qndbs .framer-7spr48 > *, .framer-qndbs .framer-1emxevd > *, .framer-qndbs .framer-5wuibi > *, .framer-qndbs .framer-f27neq > *, .framer-qndbs .framer-21elhk > *, .framer-qndbs .framer-ohmtqg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-qndbs .framer-1wuch9l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-qndbs .framer-1pnnuk > *, .framer-qndbs .framer-scfxqz > *, .framer-qndbs .framer-1eoeqab > *, .framer-qndbs .framer-1tie30u > *, .framer-qndbs .framer-m3lmc5 > *, .framer-qndbs .framer-18ozp0y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qndbs .framer-110h4kq > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-qndbs .framer-1gc5n1w > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}\", ...sharedStyle.css, ...sharedStyle1.css, ...sharedStyle2.css, ...sharedStyle3.css, ...sharedStyle4.css]; /**\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * This is a generated Framer component.\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicHeight 8622\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerIntrinsicWidth 1340\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dKydJ_BRO\":{\"layout\":[\"fixed\",\"auto\"]},\"UExSrJNrZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * @framerResponsiveScreen\n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      */\nconst FrameraugiA20Il = withCSS(Component, css, \"framer-qndbs\");\nexport default FrameraugiA20Il;\nFrameraugiA20Il.displayName = \"Home\";\nFrameraugiA20Il.defaultProps = {\n  height: 8622,\n  width: 1340\n};\naddFonts(FrameraugiA20Il, [{\n  family: \"Inter\",\n  moduleAsset: {\n    localModuleIdentifier: \"local-module:screen/augiA20Il:default\",\n    url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\"\n  },\n  style: \"normal\",\n  url: \"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\",\n  weight: \"600\"\n}, ...HeaderNavigationFonts, ...CardsAnnouncementFonts, ...ButtonsPrimaryFonts, ...AnimatedCounterFonts, ...CardsFeatureMobileFonts, ...CardsFeatureFonts, ...BlockIntegrationsFonts, ...CardsBulletFonts, ...AccordionFAQFonts, ...BlockFooterFonts, ...sharedStyle.fonts, ...sharedStyle1.fonts, ...sharedStyle2.fonts, ...sharedStyle3.fonts, ...sharedStyle4.fonts]);\nexport const __FramerMetadata__ = {\n  \"exports\": {\n    \"default\": {\n      \"type\": \"reactComponent\",\n      \"name\": \"FrameraugiA20Il\",\n      \"slots\": [],\n      \"annotations\": {\n        \"framerResponsiveScreen\": \"\",\n        \"framerIntrinsicHeight\": \"8622\",\n        \"framerContractVersion\": \"1\",\n        \"framerIntrinsicWidth\": \"1340\",\n        \"framerCanvasComponentVariantDetails\": \"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dKydJ_BRO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UExSrJNrZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"\n      }\n    },\n    \"Props\": {\n      \"type\": \"tsType\",\n      \"annotations\": {\n        \"framerContractVersion\": \"1\"\n      }\n    },\n    \"__FramerMetadata__\": {\n      \"type\": \"variable\"\n    }\n  }\n};"],
  "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", "l", "cubicBezier", "__rest", "t", "r", "n", "o", "n", "e", "t", "r", "n", "calcGeneratorVelocity", "t", "s", "r", "a", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "noopReturn", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "createGeneratorEasing", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "t", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "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", "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", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isInView", "useInView", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "NUEY9_vkH", "wZ7iv6KQV", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "FramerMXZ9RvbMF", "withCSS", "MXZ9RvbMF_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Image2", "SVG", "css", "FramerrGEKr6KVT", "withCSS", "rGEKr6KVT_default", "addPropertyControls", "ControlType", "addFonts", "LogoContentFonts", "getFonts", "rGEKr6KVT_default", "LogoContentControls", "getPropertyControls", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "IeK4ZzwTY", "restProps", "ref", "variant", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "variants", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "rGEKr6KVT_default", "css", "FramerncEgejINj", "withCSS", "ncEgejINj_default", "addPropertyControls", "LogoContentControls", "addFonts", "LogoContentFonts", "ButtonsPrimaryFonts", "getFonts", "MXZ9RvbMF_default", "LogoMainFonts", "ncEgejINj_default", "TickerFonts", "Ticker", "LogoMainControls", "getPropertyControls", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "cy7Gg31v5", "NySYPHvsf", "nXLiyUwUy", "U4jh3AqEf", "aE5yYZcsj", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "RichText", "x", "SVG", "css", "FramerB5MJnT5PH", "withCSS", "B5MJnT5PH_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "toResponsiveImage", "value", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "stIv8RG2m", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerWGUhdTO__", "withCSS", "WGUhdTO_default", "addPropertyControls", "ControlType", "addFonts", "IconBoundFonts", "getFonts", "WGUhdTO_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "toResponsiveImage", "value", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "AmghoQmNY", "ta4DKqOgM", "MezKuKD9q", "GrIUQkU2P", "ivZJFpOpj", "jOqdAhj6h", "Hg2NmfShW", "V1PJcYzAG", "YK9dM9KSV", "yqfFx4YXd", "gPE6RPF9E", "K9w9cl7dw", "vHbMPIwGS", "iGJfLMttv", "rOTTb6Y6S", "lYljU7RCc", "UYFmvT25l", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "RichText", "x", "css", "FramerHllUACLDt", "withCSS", "HllUACLDt_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "hhbPiF0BT", "WV6hF7_9z", "w8zwkI3mT", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fcrd2p", "args", "isDisplayed", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "RichText", "x", "css", "FramerZI8JGof_G", "withCSS", "ZI8JGof_G_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "AccordionHeaderFonts", "getFonts", "ZI8JGof_G_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "toResponsiveImage", "value", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "ZaRgxKQAU", "epNZnZWu5", "GkExLWWDI", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear19g9er", "args", "onAppearfwxqx3", "onAppear1wmfc47", "onAppear1l46292", "onAppear1dm3qqu", "tap1icep4f", "tap52j8un", "tap1cqpz9w", "tap18amukd", "tapo7c3x2", "useOnVariantChange", "isDisplayed", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Image2", "css", "FramerjCk2sO0xt", "withCSS", "jCk2sO0xt_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "NUEY9_vkH", "wZ7iv6KQV", "HcUx9zHdQ", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap15ppr0n", "args", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "FramerMXZ9RvbMF", "withCSS", "MXZ9RvbMF_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "huKQlqxfG", "restProps", "ref", "variant", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "variants", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "RichText", "x", "Link", "SVG", "css", "FramerrWyv83Rlf", "withCSS", "rWyv83Rlf_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "AccordionHeaderFonts", "getFonts", "ZI8JGof_G_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "toResponsiveImage", "value", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "DhJdapXnV", "ApmB6y52A", "xiFYPQ7x7", "ivlWgYQ99", "joG5AXs71", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1c5lxoo", "args", "onAppear1o8kglj", "onAppear1xokzkc", "onAppeartw3xlf", "onAppearpqvaml", "onAppear8qzgc5", "tap13rt8z5", "tapseh7mz", "tapyi36d7", "tap1f0fta0", "tap1ybo6bv", "useOnVariantChange", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Image2", "css", "Framerurj2AD5Li", "withCSS", "urj2AD5Li_default", "addPropertyControls", "ControlType", "addFonts", "HeaderNavigationFonts", "getFonts", "aJeZuTaMj_default", "CardsAnnouncementFonts", "rWyv83Rlf_default", "ButtonsPrimaryFonts", "MXZ9RvbMF_default", "MotionDivWithFX", "withFX", "motion", "AnimatedCounterFonts", "CounterText_default", "CardsFeatureMobileFonts", "jCk2sO0xt_default", "CardsFeatureFonts", "urj2AD5Li_default", "BlockIntegrationsFonts", "B5MJnT5PH_default", "ContainerWithFX", "Container", "CardsBulletFonts", "HllUACLDt_default", "AccordionFAQFonts", "qgKLCaFNO_default", "BlockFooterFonts", "vjSwed9F8_default", "breakpoints", "isBrowser", "variantClassNames", "removeHiddenBreakpointLayers", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "t", "transformTemplate1", "transition1", "animation", "transformTemplate2", "animation1", "animation2", "transition2", "animation3", "animation4", "animation5", "transition3", "animation6", "animation7", "animation8", "transition4", "animation9", "animation10", "animation11", "transition5", "animation12", "animation13", "animation14", "transformTemplate3", "animation15", "animation16", "transition6", "animation17", "metadata", "augiA20Il_default", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "variant", "humanReadableVariantMap", "fe", "metadata1", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "transition", "transitions", "isDisplayed", "isBrowser", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "variantClassNames", "LayoutGroup", "motion", "cx", "PropertyOverrides", "Container", "transformTemplate", "aJeZuTaMj_default", "SVG", "transformTemplate1", "optimizeAppear", "animation1", "animation2", "optimizeAppearTransformTemplate", "transformTemplate2", "animation", "rWyv83Rlf_default", "animation4", "x", "animation5", "RichText", "animation3", "animation7", "animation8", "animation6", "animation10", "animation11", "animation9", "MXZ9RvbMF_default", "animation13", "animation14", "transformTemplate3", "Image2", "animation12", "MotionDivWithFX", "transition2", "animation15", "CounterText_default", "Link", "jCk2sO0xt_default", "urj2AD5Li_default", "transition6", "animation16", "animation17", "ContainerWithFX", "B5MJnT5PH_default", "HllUACLDt_default", "qgKLCaFNO_default", "vjSwed9F8_default", "css", "FrameraugiA20Il", "withCSS", "addFonts", "HeaderNavigationFonts", "CardsAnnouncementFonts", "ButtonsPrimaryFonts", "AnimatedCounterFonts", "CardsFeatureMobileFonts", "CardsFeatureFonts", "BlockIntegrationsFonts", "CardsBulletFonts", "AccordionFAQFonts", "BlockFooterFonts", "fonts", "__FramerMetadata__"]
}
