{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/p6Jy30ZQgLxWot0iILHH/dxBgyYDtVv7QzASD9wd4/RotatingConicalGradient.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/3eV6FZ7uEVEwhsqtsGtS/UqLS6LQirzcjynTa5j2v/fQ7v3drH0.js", "ssg:https://framerusercontent.com/modules/7s0H7deLX9Tj0T0BtLIB/LJRuSigBMvM8TucxqhDG/eau04_qyo.js", "ssg:https://framerusercontent.com/modules/361yRXiHE3ceXCbF4TI7/Ml9VYgjgkmyFwF8kHh57/MFTHkbo44.js", "ssg:https://framerusercontent.com/modules/s9BlW817IEG6BdQvwXHe/UIjHw10pQEVEH45xvShZ/prk_PJTcC.js", "ssg:https://framerusercontent.com/modules/pMeW5pyOjJVms8rY4Oix/sJvCcVgcHgpe4W5Erfb4/Jr5N2Bnlz.js", "ssg:https://framerusercontent.com/modules/jcf52CqVlNL3Tangulos/Mlsp2Ur1kMfA8JO6Sbfu/CJ2VqhI6T.js", "ssg:https://framerusercontent.com/modules/gYD85UB6EArNEXi0UdF1/k5rpomLn6WyFMlwhFHob/Gj5GvLjYS.js", "ssg:https://framerusercontent.com/modules/xVH5bHVju5e8wrSFbKlJ/UcZfGRYF1vOEqVOm9Oa5/YKRBaU_7r.js", "ssg:https://framerusercontent.com/modules/os8ZjT8SYGKIRvrlpfwl/gxOzzpOA8Kt9LIWfTqlv/uhFBZtpzz.js", "ssg:https://framerusercontent.com/modules/wtGUm8OweEsYHYwID9Mq/waTE4rsbML5vtHoaQPqs/Zlf49SGZH.js", "ssg:https://framerusercontent.com/modules/rDpefVCVAWLNoAUMhkIn/MhYuO5dIEMvFwpusZZhE/zXvKuTQaQ.js", "ssg:https://framerusercontent.com/modules/ntspTWKFliNlRzHIG3wH/1wQ2KWOe5jKzfBiG5ff8/bp19jCLp0.js", "ssg:https://framerusercontent.com/modules/3lCjjq8XmWOKIOyFNf1R/giCuoAbmkZDM64kDcoUv/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useState}from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export default function RotatingConicalGradient({color,length,duration,repeatType,animate,loop,distance,angle,eased}){const conicGradientRef=useRef(null);const[aspectRatio,setAspectRatio]=useState(1);useEffect(()=>{if(conicGradientRef.current){const{width,height}=conicGradientRef.current.getBoundingClientRect();setAspectRatio(width/height);}},[conicGradientRef.current]);return /*#__PURE__*/ _jsx(motion.div,{ref:conicGradientRef,style:{display:\"grid\",alignItems:\"center\",color:\"white\",justifyItems:\"center\",width:\"100%\",height:\"100%\",background:`conic-gradient(from -55deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(10+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`},initial:\"initial\",animate:{background:[`conic-gradient(from -55deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 35deg at ${100-distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 125deg at ${100-distance/aspectRatio}% ${100-distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 215deg at ${distance/aspectRatio}% ${100-distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,`conic-gradient(from 310deg at ${distance/aspectRatio}% ${distance}% , transparent ${angle-(2+length)}deg, ${color}  ${angle}deg, transparent ${angle+length}deg)`,]},transition:{duration,repeat:loop?Infinity:1,repeatType,ease:\"linear\",[eased&&\"times\"]:aspectRatio>1?[0,.25+.25/aspectRatio,.5,.75+.25/aspectRatio,1,]:[0,aspectRatio*.25,.5,.5+aspectRatio*.25,1,]}});};addPropertyControls(RotatingConicalGradient,{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ff5e5e\"},angle:{type:ControlType.Number,title:\"Angle\",defaultValue:315,min:0,max:360,step:1},length:{type:ControlType.Number,title:\"Length\",defaultValue:10,min:1,max:100,step:1},distance:{type:ControlType.Number,title:\"Distance\",defaultValue:5,min:1,max:100,step:1},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:4,min:1,max:20,step:1},animate:{type:ControlType.Boolean,title:\"Animate Rotation\",defaultValue:true},eased:{type:ControlType.Boolean,title:\"Ease\",defaultValue:true},loop:{type:ControlType.Boolean,title:\"Loop\",defaultValue:true},repeatType:{type:ControlType.Enum,title:\"Replay Type\",defaultValue:\"loop\",options:[\"loop\",\"reverse\",\"mirror\"],optionTitles:[\"Loop\",\"Reverse\",\"Mirror\"],hidden(props){return!props.loop;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"RotatingConicalGradient\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RotatingConicalGradient.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"aBdZQToyy\",\"X7GLIivEh\",\"LDc3B27qX\",\"jR1sOeWhh\",\"z6i6CZn3V\",\"RerSUYolU\",\"wvd7xHs0e\",\"xyDtRDizI\"];const serializationHash=\"framer-wYisa\";const variantClassNames={aBdZQToyy:\"framer-v-9ae87o\",jR1sOeWhh:\"framer-v-1v5c4qc\",LDc3B27qX:\"framer-v-1bosoct\",RerSUYolU:\"framer-v-gqgltn\",wvd7xHs0e:\"framer-v-yr5yna\",X7GLIivEh:\"framer-v-9ndyoj\",xyDtRDizI:\"framer-v-114zzmp\",z6i6CZn3V:\"framer-v-gr3qae\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[0,0,1,1],type:\"tween\"};const transition2={delay:0,duration:4,ease:[0,0,1,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"aBdZQToyy\",\"Variant 2\":\"X7GLIivEh\",\"Variant 3\":\"LDc3B27qX\",\"Variant 4\":\"jR1sOeWhh\",\"Variant 5\":\"z6i6CZn3V\",\"Variant 6\":\"RerSUYolU\",\"Variant 7\":\"wvd7xHs0e\",\"Variant 8\":\"xyDtRDizI\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"aBdZQToyy\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aBdZQToyy\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1iif65p=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"X7GLIivEh\"),800);});const onAppear1pqmqw7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jR1sOeWhh\"),800);});const onAppear18sfvla=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"RerSUYolU\"),800);});const onAppear1w8uaeb=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xyDtRDizI\"),800);});useOnVariantChange(baseVariant,{default:onAppear1iif65p,jR1sOeWhh:undefined,LDc3B27qX:onAppear1pqmqw7,RerSUYolU:undefined,wvd7xHs0e:onAppear1w8uaeb,X7GLIivEh:undefined,xyDtRDizI:undefined,z6i6CZn3V:onAppear18sfvla});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({jR1sOeWhh:{value:transition2},RerSUYolU:{value:transition2},X7GLIivEh:{value:transition2},xyDtRDizI:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-9ae87o\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aBdZQToyy\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({jR1sOeWhh:{\"data-framer-name\":\"Variant 4\",\"data-highlight\":undefined},LDc3B27qX:{\"data-framer-name\":\"Variant 3\"},RerSUYolU:{\"data-framer-name\":\"Variant 6\",\"data-highlight\":undefined},wvd7xHs0e:{\"data-framer-name\":\"Variant 7\"},X7GLIivEh:{\"data-framer-name\":\"Variant 2\",\"data-highlight\":undefined},xyDtRDizI:{\"data-framer-name\":\"Variant 8\",\"data-highlight\":undefined},z6i6CZn3V:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\"},children:\"Hello! Thank you\"}),\" for reaching out to support. How can I assist you today?\"]})}),className:\"framer-1rhjau1\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HaAe1PPln\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jR1sOeWhh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hola! Gracias por contactarnos. \\xbfC\\xf3mo puedo ayudarle hoy?\"})})},LDc3B27qX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hola! Gracias por contactarnos. \\xbfC\\xf3mo puedo ayudarle hoy?\"})})},RerSUYolU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Ciao! Grazie per aver contattato il supporto. Come posso aiutarti oggi?\"})})},wvd7xHs0e:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hallo! Vielen Dank, dass Sie sich an den Support gewandt haben. Wie kann ich Ihnen heute helfen?\"})})},xyDtRDizI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hallo! Vielen Dank, dass Sie sich an den Support gewandt haben. Wie kann ich Ihnen heute helfen?\"})})},z6i6CZn3V:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Ciao! Grazie per aver contattato il supporto. Come posso aiutarti oggi?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v27o2f\",\"data-framer-name\":\"shape\",layoutDependency:layoutDependency,layoutId:\"TylEIx3by\",style:{backgroundColor:\"rgb(255, 255, 255)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wYisa.framer-gs0opw, .framer-wYisa .framer-gs0opw { display: block; }\",\".framer-wYisa.framer-9ae87o { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; min-width: 972px; overflow: hidden; padding: 0px 0px 0px 450px; position: relative; width: min-content; }\",\".framer-wYisa .framer-1rhjau1 { flex: none; height: auto; position: absolute; right: 0px; top: 50%; white-space: pre; width: auto; z-index: 1; }\",\".framer-wYisa .framer-v27o2f { flex: none; height: 24px; left: 570px; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 2px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wYisa.framer-9ae87o { gap: 0px; } .framer-wYisa.framer-9ae87o > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-wYisa.framer-9ae87o > :first-child { margin-left: 0px; } .framer-wYisa.framer-9ae87o > :last-child { margin-right: 0px; } }\",\".framer-wYisa.framer-v-9ndyoj .framer-1rhjau1 { left: 42px; right: unset; }\",\".framer-wYisa.framer-v-1bosoct .framer-1rhjau1 { right: 58px; }\",\".framer-wYisa.framer-v-1v5c4qc .framer-1rhjau1 { left: 124px; right: unset; }\",\".framer-wYisa.framer-v-gr3qae .framer-1rhjau1 { right: 10px; }\",\".framer-wYisa.framer-v-gqgltn .framer-1rhjau1 { left: 54px; right: unset; }\",\".framer-wYisa.framer-v-yr5yna .framer-1rhjau1 { right: -174px; }\",\".framer-wYisa.framer-v-114zzmp .framer-1rhjau1 { left: -148px; right: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 972\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"X7GLIivEh\":{\"layout\":[\"auto\",\"fixed\"]},\"LDc3B27qX\":{\"layout\":[\"auto\",\"fixed\"]},\"jR1sOeWhh\":{\"layout\":[\"auto\",\"fixed\"]},\"z6i6CZn3V\":{\"layout\":[\"auto\",\"fixed\"]},\"RerSUYolU\":{\"layout\":[\"auto\",\"fixed\"]},\"wvd7xHs0e\":{\"layout\":[\"auto\",\"fixed\"]},\"xyDtRDizI\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfQ7v3drH0=withCSS(Component,css,\"framer-wYisa\");export default FramerfQ7v3drH0;FramerfQ7v3drH0.displayName=\"line\";FramerfQ7v3drH0.defaultProps={height:32,width:972};addPropertyControls(FramerfQ7v3drH0,{variant:{options:[\"aBdZQToyy\",\"X7GLIivEh\",\"LDc3B27qX\",\"jR1sOeWhh\",\"z6i6CZn3V\",\"RerSUYolU\",\"wvd7xHs0e\",\"xyDtRDizI\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerfQ7v3drH0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfQ7v3drH0\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"972\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"X7GLIivEh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LDc3B27qX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"jR1sOeWhh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"z6i6CZn3V\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"RerSUYolU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wvd7xHs0e\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xyDtRDizI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fQ7v3drH0.map", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Line from\"https://framerusercontent.com/modules/3eV6FZ7uEVEwhsqtsGtS/UqLS6LQirzcjynTa5j2v/fQ7v3drH0.js\";const VideoFonts=getFonts(Video);const LineFonts=getFonts(Line);const cycleOrder=[\"EwyVRo5jZ\",\"M6Kq1CKWQ\",\"gi_tU793M\",\"QFRDELX32\",\"goFEctAHm\",\"mhJMY9Llw\",\"gaczB2S89\",\"CAmBABjiE\",\"m9lS6sT0Y\",\"udBeQirW1\"];const serializationHash=\"framer-bKuBI\";const variantClassNames={CAmBABjiE:\"framer-v-o2dayd\",EwyVRo5jZ:\"framer-v-10ubtn5\",gaczB2S89:\"framer-v-1yrpn7h\",gi_tU793M:\"framer-v-1byd8o8\",goFEctAHm:\"framer-v-1q40apb\",M6Kq1CKWQ:\"framer-v-fp6325\",m9lS6sT0Y:\"framer-v-1gxj5z5\",mhJMY9Llw:\"framer-v-r5pr1u\",QFRDELX32:\"framer-v-emz5ks\",udBeQirW1:\"framer-v-1l8drd6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const transition3={delay:0,duration:.4,ease:[0,0,1,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"EwyVRo5jZ\",\"Variant 10\":\"udBeQirW1\",\"Variant 2\":\"M6Kq1CKWQ\",\"Variant 3\":\"gi_tU793M\",\"Variant 4\":\"QFRDELX32\",\"Variant 5\":\"goFEctAHm\",\"Variant 6\":\"mhJMY9Llw\",\"Variant 7\":\"gaczB2S89\",\"Variant 8\":\"CAmBABjiE\",\"Variant 9\":\"m9lS6sT0Y\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"EwyVRo5jZ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EwyVRo5jZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear6bmfmb=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"M6Kq1CKWQ\"),5e3);});const onAppear8txoo3=activeVariantCallback(async(...args)=>{setVariant(\"gi_tU793M\");});const onAppear3jr49q=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QFRDELX32\"),1100);});const onAppearrn2ulw=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"goFEctAHm\"),5e3);});const onAppeari0op6m=activeVariantCallback(async(...args)=>{setVariant(\"mhJMY9Llw\");});const onAppear1v3zk4e=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gaczB2S89\"),1100);});const onAppearghwhmv=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"CAmBABjiE\"),5e3);});const onAppear1fm0msw=activeVariantCallback(async(...args)=>{setVariant(\"m9lS6sT0Y\");});const onAppear3qi59z=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"udBeQirW1\"),1100);});const onAppear1vapqlm=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"EwyVRo5jZ\"),5e3);});useOnVariantChange(baseVariant,{CAmBABjiE:onAppear1fm0msw,default:onAppear6bmfmb,gaczB2S89:onAppearghwhmv,gi_tU793M:onAppear3jr49q,goFEctAHm:onAppeari0op6m,M6Kq1CKWQ:onAppear8txoo3,m9lS6sT0Y:onAppear3qi59z,mhJMY9Llw:onAppear1v3zk4e,QFRDELX32:onAppearrn2ulw,udBeQirW1:onAppear1vapqlm});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"M6Kq1CKWQ\",\"gi_tU793M\",\"goFEctAHm\",\"mhJMY9Llw\",\"CAmBABjiE\",\"m9lS6sT0Y\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({CAmBABjiE:{value:transition3},gaczB2S89:{value:transition3},gi_tU793M:{value:transition2},goFEctAHm:{value:transition3},m9lS6sT0Y:{value:transition2},mhJMY9Llw:{value:transition2},QFRDELX32:{value:transition3},udBeQirW1:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10ubtn5\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"EwyVRo5jZ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({CAmBABjiE:{\"data-framer-name\":\"Variant 8\"},gaczB2S89:{\"data-framer-name\":\"Variant 7\"},gi_tU793M:{\"data-framer-name\":\"Variant 3\"},goFEctAHm:{\"data-framer-name\":\"Variant 5\"},M6Kq1CKWQ:{\"data-framer-name\":\"Variant 2\"},m9lS6sT0Y:{\"data-framer-name\":\"Variant 9\"},mhJMY9Llw:{\"data-framer-name\":\"Variant 6\"},QFRDELX32:{\"data-framer-name\":\"Variant 4\"},udBeQirW1:{\"data-framer-name\":\"Variant 10\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5laiyd\",layoutDependency:layoutDependency,layoutId:\"MBWkCLT1x\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qdfct8\",layoutDependency:layoutDependency,layoutId:\"GHoL_7ivi\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17k5cik\",layoutDependency:layoutDependency,layoutId:\"u_oZy1GZ8\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o0octt-container\",layoutDependency:layoutDependency,layoutId:\"ATEkFmuLg-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"ATEkFmuLg\",isMixedBorderRadius:false,layoutId:\"ATEkFmuLg\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/4uYhfQ5O0tVrcCUiwhOw1WOmpg.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i8uthg-container\",layoutDependency:layoutDependency,layoutId:\"XYIejQFPz-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"XYIejQFPz\",isMixedBorderRadius:false,layoutId:\"XYIejQFPz\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/LgGJNaG1Ts34vLBB2WI8kjwgwU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bsomcj-container\",layoutDependency:layoutDependency,layoutId:\"pfeL5rNZT-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"pfeL5rNZT\",isMixedBorderRadius:false,layoutId:\"pfeL5rNZT\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/WGdMSI7rMnyC5wedujwMKYP9iPU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\",...addPropertyOverrides({CAmBABjiE:{playing:false},gaczB2S89:{playing:false},gi_tU793M:{playing:false},goFEctAHm:{playing:false},m9lS6sT0Y:{playing:false},mhJMY9Llw:{playing:false},QFRDELX32:{playing:false},udBeQirW1:{playing:false}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mdso1t-container\",layoutDependency:layoutDependency,layoutId:\"jT5LrB70X-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"jT5LrB70X\",isMixedBorderRadius:false,layoutId:\"jT5LrB70X\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/21LiUw98cucSxQT9RS5AJ1lczmY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\",...addPropertyOverrides({gi_tU793M:{playing:true},goFEctAHm:{playing:true},QFRDELX32:{playing:true}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o980tz-container\",layoutDependency:layoutDependency,layoutId:\"xDSJLa_E7-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"xDSJLa_E7\",isMixedBorderRadius:false,layoutId:\"xDSJLa_E7\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/4uYhfQ5O0tVrcCUiwhOw1WOmpg.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\",...addPropertyOverrides({CAmBABjiE:{playing:true},gaczB2S89:{playing:true},mhJMY9Llw:{playing:true}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4g0btd-container\",layoutDependency:layoutDependency,layoutId:\"ZbFpEa4OU-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"ZbFpEa4OU\",isMixedBorderRadius:false,layoutId:\"ZbFpEa4OU\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/LgGJNaG1Ts34vLBB2WI8kjwgwU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\",...addPropertyOverrides({m9lS6sT0Y:{playing:true},udBeQirW1:{playing:true}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2ltgp0-container\",layoutDependency:layoutDependency,layoutId:\"y7ma3HdUb-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"y7ma3HdUb\",isMixedBorderRadius:false,layoutId:\"y7ma3HdUb\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/WGdMSI7rMnyC5wedujwMKYP9iPU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\",...addPropertyOverrides({CAmBABjiE:{playing:false},gaczB2S89:{playing:false},m9lS6sT0Y:{playing:false},udBeQirW1:{playing:false}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-58z8cj-container\",layoutDependency:layoutDependency,layoutId:\"RTgfVFtTU-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"RTgfVFtTU\",isMixedBorderRadius:false,layoutId:\"RTgfVFtTU\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/21LiUw98cucSxQT9RS5AJ1lczmY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fhyg4-container\",layoutDependency:layoutDependency,layoutId:\"BqhwCecut-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"BqhwCecut\",isMixedBorderRadius:false,layoutId:\"BqhwCecut\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/4uYhfQ5O0tVrcCUiwhOw1WOmpg.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o60ms0-container\",layoutDependency:layoutDependency,layoutId:\"osLYDKJMO-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:1e3,bottomLeftRadius:1e3,bottomRightRadius:1e3,controls:false,height:\"100%\",id:\"osLYDKJMO\",isMixedBorderRadius:false,layoutId:\"osLYDKJMO\",loop:true,muted:true,objectFit:\"cover\",playing:false,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/LgGJNaG1Ts34vLBB2WI8kjwgwU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:1e3,topRightRadius:1e3,volume:25,width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r80gg4\",layoutDependency:layoutDependency,layoutId:\"qNBIMCCQH\",style:{filter:\"none\",WebkitFilter:\"none\"},transformTemplate:transformTemplate2,variants:{CAmBABjiE:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},gaczB2S89:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},gi_tU793M:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},goFEctAHm:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},M6Kq1CKWQ:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},m9lS6sT0Y:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},mhJMY9Llw:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},QFRDELX32:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"},udBeQirW1:{filter:\"grayscale(0)\",WebkitFilter:\"grayscale(0)\"}},children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:608,intrinsicWidth:608,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||336)-48-288)/2+0+0)+1.5000000000000284+0),pixelHeight:608,pixelWidth:608,sizes:\"147px\",src:\"https://framerusercontent.com/images/s3s5QTRDlLMEnGUxUh6tGquUEpo.png\",srcSet:\"https://framerusercontent.com/images/s3s5QTRDlLMEnGUxUh6tGquUEpo.png?scale-down-to=512 512w,https://framerusercontent.com/images/s3s5QTRDlLMEnGUxUh6tGquUEpo.png 608w\"},className:\"framer-sixf7a\",\"data-framer-name\":\"Untitled Design (1)\",layoutDependency:layoutDependency,layoutId:\"I5mmTpye6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:608,intrinsicWidth:608,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||336)-48-288)/2+0+0)+1.5000000000000284+0),pixelHeight:608,pixelWidth:608,sizes:\"147px\",src:\"https://framerusercontent.com/images/t0em9mCDS0auzwoV3yvlylsZM.png\",srcSet:\"https://framerusercontent.com/images/t0em9mCDS0auzwoV3yvlylsZM.png?scale-down-to=512 512w,https://framerusercontent.com/images/t0em9mCDS0auzwoV3yvlylsZM.png 608w\"},className:\"framer-1efgy5m\",\"data-framer-name\":\"Untitled Design (2)\",layoutDependency:layoutDependency,layoutId:\"pbLSr_MNo\"})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||336)-48-288)/2+152+32),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2u055t-container\",layoutDependency:layoutDependency,layoutId:\"vBjFprUEZ-container\",children:/*#__PURE__*/_jsx(Line,{height:\"100%\",id:\"vBjFprUEZ\",layoutId:\"vBjFprUEZ\",style:{height:\"100%\"},variant:\"aBdZQToyy\",width:\"100%\",...addPropertyOverrides({CAmBABjiE:{variant:\"z6i6CZn3V\"},gaczB2S89:{variant:\"z6i6CZn3V\"},goFEctAHm:{variant:\"LDc3B27qX\"},m9lS6sT0Y:{variant:\"z6i6CZn3V\"},mhJMY9Llw:{variant:\"LDc3B27qX\"},QFRDELX32:{variant:\"LDc3B27qX\"},udBeQirW1:{variant:\"wvd7xHs0e\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yo8lic\",\"data-framer-name\":\"GXF-2 (4)\",fill:\"black\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"j_EJjPyJj\",svg:'<svg width=\"40\" height=\"40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\".375\" y=\".375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#a)\" stroke=\"url(#b)\" stroke-width=\".75\"/><path d=\"M16 16.75h-2.75a1.5 1.5 0 0 0-1.5 1.5v3.5a1.5 1.5 0 0 0 1.5 1.5H16l5.48 3.508a.5.5 0 0 0 .77-.421V13.664a.5.5 0 0 0-.77-.421L16 16.75Zm8.914 1.836a2 2 0 0 1 0 2.828m1.945-4.773a4.75 4.75 0 0 1 0 6.718\" stroke=\"#BBB\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><defs><linearGradient id=\"a\" x1=\"20\" y1=\"0\" x2=\"20\" y2=\"40\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".05\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".05\"/></linearGradient><linearGradient id=\"b\" x1=\"20\" y1=\"0\" x2=\"20\" y2=\"40\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".05\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".05\"/></linearGradient></defs></svg>',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bKuBI.framer-1nzxvxf, .framer-bKuBI .framer-1nzxvxf { display: block; }\",\".framer-bKuBI.framer-10ubtn5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 48px 0px; position: relative; width: 570px; }\",\".framer-bKuBI .framer-5laiyd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 152px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 504px; }\",\".framer-bKuBI .framer-qdfct8 { flex: none; height: 80px; overflow: visible; position: relative; width: 536px; }\",\".framer-bKuBI .framer-17k5cik { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -753px; top: 50%; width: min-content; z-index: 3; }\",\".framer-bKuBI .framer-1o0octt-container, .framer-bKuBI .framer-i8uthg-container, .framer-bKuBI .framer-1bsomcj-container, .framer-bKuBI .framer-1mdso1t-container, .framer-bKuBI .framer-o980tz-container, .framer-bKuBI .framer-4g0btd-container, .framer-bKuBI .framer-2ltgp0-container, .framer-bKuBI .framer-58z8cj-container, .framer-bKuBI .framer-15fhyg4-container, .framer-bKuBI .framer-o60ms0-container { flex: none; height: 80px; position: relative; width: 80px; }\",\".framer-bKuBI .framer-r80gg4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 147px); left: 50%; overflow: hidden; position: absolute; top: 49%; width: 147px; z-index: 1; }\",\".framer-bKuBI .framer-sixf7a, .framer-bKuBI .framer-1efgy5m { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 147px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-bKuBI .framer-2u055t-container { flex: none; height: 32px; position: relative; width: auto; }\",\".framer-bKuBI .framer-1yo8lic { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bKuBI.framer-10ubtn5, .framer-bKuBI .framer-5laiyd, .framer-bKuBI .framer-17k5cik { gap: 0px; } .framer-bKuBI.framer-10ubtn5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bKuBI.framer-10ubtn5 > :first-child, .framer-bKuBI .framer-5laiyd > :first-child { margin-top: 0px; } .framer-bKuBI.framer-10ubtn5 > :last-child, .framer-bKuBI .framer-5laiyd > :last-child { margin-bottom: 0px; } .framer-bKuBI .framer-5laiyd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bKuBI .framer-17k5cik > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-bKuBI .framer-17k5cik > :first-child { margin-left: 0px; } .framer-bKuBI .framer-17k5cik > :last-child { margin-right: 0px; } }\",\".framer-bKuBI.framer-v-1byd8o8 .framer-17k5cik, .framer-bKuBI.framer-v-emz5ks .framer-17k5cik, .framer-bKuBI.framer-v-1q40apb .framer-17k5cik { left: -191px; right: unset; }\",\".framer-bKuBI.framer-v-r5pr1u .framer-17k5cik, .framer-bKuBI.framer-v-1yrpn7h .framer-17k5cik, .framer-bKuBI.framer-v-o2dayd .framer-17k5cik { left: -331px; right: unset; }\",\".framer-bKuBI.framer-v-1gxj5z5 .framer-17k5cik, .framer-bKuBI.framer-v-1l8drd6 .framer-17k5cik { left: -472px; right: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 336\n * @framerIntrinsicWidth 570\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"M6Kq1CKWQ\":{\"layout\":[\"fixed\",\"auto\"]},\"gi_tU793M\":{\"layout\":[\"fixed\",\"auto\"]},\"QFRDELX32\":{\"layout\":[\"fixed\",\"auto\"]},\"goFEctAHm\":{\"layout\":[\"fixed\",\"auto\"]},\"mhJMY9Llw\":{\"layout\":[\"fixed\",\"auto\"]},\"gaczB2S89\":{\"layout\":[\"fixed\",\"auto\"]},\"CAmBABjiE\":{\"layout\":[\"fixed\",\"auto\"]},\"m9lS6sT0Y\":{\"layout\":[\"fixed\",\"auto\"]},\"udBeQirW1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framereau04_qyo=withCSS(Component,css,\"framer-bKuBI\");export default Framereau04_qyo;Framereau04_qyo.displayName=\"sdf\";Framereau04_qyo.defaultProps={height:336,width:570};addPropertyControls(Framereau04_qyo,{variant:{options:[\"EwyVRo5jZ\",\"M6Kq1CKWQ\",\"gi_tU793M\",\"QFRDELX32\",\"goFEctAHm\",\"mhJMY9Llw\",\"gaczB2S89\",\"CAmBABjiE\",\"m9lS6sT0Y\",\"udBeQirW1\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framereau04_qyo,[{explicitInter:true,fonts:[]},...VideoFonts,...LineFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framereau04_qyo\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"336\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"M6Kq1CKWQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gi_tU793M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QFRDELX32\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"goFEctAHm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mhJMY9Llw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gaczB2S89\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CAmBABjiE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m9lS6sT0Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"udBeQirW1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"570\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eau04_qyo.map", "// Generated by Framer (b0998f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"QVXHxUum_\",\"DZ2DF1Kdi\",\"MNzjtbw9X\"];const serializationHash=\"framer-S3QWb\";const variantClassNames={DZ2DF1Kdi:\"framer-v-4jn9zs\",MNzjtbw9X:\"framer-v-18okxif\",QVXHxUum_:\"framer-v-1gkdwzv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const transition2={delay:0,duration:.7,ease:[.12,.23,.5,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Available-2\":\"DZ2DF1Kdi\",Available:\"QVXHxUum_\",Unavailable:\"MNzjtbw9X\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"QVXHxUum_\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QVXHxUum_\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1bo1tva=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"DZ2DF1Kdi\"),1e3);});const onAppear1gwhnwg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QVXHxUum_\"),1e3);});useOnVariantChange(baseVariant,{default:onAppear1bo1tva,DZ2DF1Kdi:onAppear1gwhnwg,MNzjtbw9X:undefined});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({DZ2DF1Kdi:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gkdwzv\",className,classNames),\"data-framer-name\":\"Available\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QVXHxUum_\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({DZ2DF1Kdi:{\"data-framer-name\":\"Available-2\"},MNzjtbw9X:{\"data-framer-name\":\"Unavailable\",\"data-highlight\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1id0lj5\",\"data-framer-name\":\"Pulser\",layoutDependency:layoutDependency,layoutId:\"w9HHV2z4y\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-154qgl1\",\"data-framer-name\":\"Pulsing\",layoutDependency:layoutDependency,layoutId:\"rKjcuUSoA\",style:{backgroundColor:\"rgb(229, 77, 46)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.5},variants:{DZ2DF1Kdi:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,opacity:0},MNzjtbw9X:{backgroundColor:\"rgb(237, 49, 49)\"}},...addPropertyOverrides({DZ2DF1Kdi:{transformTemplate:transformTemplate1}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hjcphi\",\"data-framer-name\":\"Solid\",layoutDependency:layoutDependency,layoutId:\"J1PbUxklC\",style:{backgroundColor:\"rgb(229, 77, 46)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0px 4px 0px rgba(229, 77, 46, 0.5)\"},variants:{DZ2DF1Kdi:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},MNzjtbw9X:{backgroundColor:\"rgb(237, 49, 49)\",boxShadow:\"0px 0px 6px 0px hsla(0, 84%, 56%, 0.5)\"}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-S3QWb.framer-12ois2n, .framer-S3QWb .framer-12ois2n { display: block; }\",\".framer-S3QWb.framer-1gkdwzv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-S3QWb .framer-1id0lj5 { flex: none; height: 12px; overflow: visible; position: relative; width: 12px; }\",\".framer-S3QWb .framer-154qgl1 { flex: none; height: 2px; left: calc(50.00000000000002% - 1px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-S3QWb .framer-1hjcphi { bottom: 2px; flex: none; left: 2px; overflow: hidden; position: absolute; right: 2px; top: 2px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S3QWb.framer-1gkdwzv { gap: 0px; } .framer-S3QWb.framer-1gkdwzv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-S3QWb.framer-1gkdwzv > :first-child { margin-left: 0px; } .framer-S3QWb.framer-1gkdwzv > :last-child { margin-right: 0px; } }\",\".framer-S3QWb.framer-v-4jn9zs .framer-154qgl1 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 24px); left: 50%; top: 50%; width: 24px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12\n * @framerIntrinsicWidth 12\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DZ2DF1Kdi\":{\"layout\":[\"auto\",\"auto\"]},\"MNzjtbw9X\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMFTHkbo44=withCSS(Component,css,\"framer-S3QWb\");export default FramerMFTHkbo44;FramerMFTHkbo44.displayName=\"Availability\";FramerMFTHkbo44.defaultProps={height:12,width:12};addPropertyControls(FramerMFTHkbo44,{variant:{options:[\"QVXHxUum_\",\"DZ2DF1Kdi\",\"MNzjtbw9X\"],optionTitles:[\"Available\",\"Available-2\",\"Unavailable\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMFTHkbo44,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMFTHkbo44\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DZ2DF1Kdi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MNzjtbw9X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"12\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"12\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MFTHkbo44.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";const VideoFonts=getFonts(Video);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"Kyhv7VtHz\",\"iJq7HsCfI\",\"l7x_NKfy8\",\"GTrtdH4HX\",\"AbcKE14xr\"];const serializationHash=\"framer-zcfka\";const variantClassNames={AbcKE14xr:\"framer-v-1j29ewx\",GTrtdH4HX:\"framer-v-1dhqqjk\",iJq7HsCfI:\"framer-v-1mp5oaf\",Kyhv7VtHz:\"framer-v-m8s7vx\",l7x_NKfy8:\"framer-v-1cckqvx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:2,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:1.4,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={delay:.7,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={delay:2.8,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition7={delay:3.4,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:4.1,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const transition9={delay:4.8,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"Kyhv7VtHz\",\"Variant 2\":\"iJq7HsCfI\",\"Variant 3\":\"l7x_NKfy8\",\"Variant 4\":\"GTrtdH4HX\",\"Variant 5\":\"AbcKE14xr\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Kyhv7VtHz\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Kyhv7VtHz\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap10msoqf=activeVariantCallback(async(...args)=>{setVariant(\"Kyhv7VtHz\");});const onTap912mom=activeVariantCallback(async(...args)=>{setVariant(\"iJq7HsCfI\");});const onTap2t9ty5=activeVariantCallback(async(...args)=>{setVariant(\"l7x_NKfy8\");});const onTap3lrgpx=activeVariantCallback(async(...args)=>{setVariant(\"GTrtdH4HX\");});const onTap1gxt646=activeVariantCallback(async(...args)=>{setVariant(\"AbcKE14xr\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"iJq7HsCfI\",\"l7x_NKfy8\",\"GTrtdH4HX\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"iJq7HsCfI\")return true;return false;};const isDisplayed2=()=>{if([\"iJq7HsCfI\",\"l7x_NKfy8\",\"GTrtdH4HX\",\"AbcKE14xr\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"AbcKE14xr\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"GTrtdH4HX\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"AbcKE14xr\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"l7x_NKfy8\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-m8s7vx\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Kyhv7VtHz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AbcKE14xr:{\"data-framer-name\":\"Variant 5\"},GTrtdH4HX:{\"data-framer-name\":\"Variant 4\"},iJq7HsCfI:{\"data-framer-name\":\"Variant 2\"},l7x_NKfy8:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-smf8vv\",layoutDependency:layoutDependency,layoutId:\"ij0DeNzKF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hzwcnr\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"lT4JWwwyP\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{AbcKE14xr:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},GTrtdH4HX:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},iJq7HsCfI:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},l7x_NKfy8:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({AbcKE14xr:{\"data-highlight\":true,onTap:onTap10msoqf},GTrtdH4HX:{\"data-highlight\":true,onTap:onTap10msoqf},iJq7HsCfI:{\"data-highlight\":true,onTap:onTap10msoqf},l7x_NKfy8:{\"data-highlight\":true,onTap:onTap10msoqf}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-t5t86n\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"bdY3EWUlA\",style:{filter:\"none\",WebkitFilter:\"none\"},svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.75 1.75L3.101 2.088C3.494 2.186 3.789 2.512 3.848 2.913L5.001 10.751\" stroke=\"#E54D2E\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.25 13.25H4.5C3.81 13.25 3.25 12.69 3.25 12C3.25 11.31 3.81 10.75 4.5 10.75H13.029C13.459 10.75 13.842 10.475 13.978 10.066L15.311 6.066C15.527 5.418 15.045 4.75 14.362 4.75H4.118\" stroke=\"#E54D2E\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.75 17C4.44036 17 5 16.4404 5 15.75C5 15.0596 4.44036 14.5 3.75 14.5C3.05964 14.5 2.5 15.0596 2.5 15.75C2.5 16.4404 3.05964 17 3.75 17Z\" fill=\"#E54D2E\"/>\\n<path d=\"M14.25 17C14.9404 17 15.5 16.4404 15.5 15.75C15.5 15.0596 14.9404 14.5 14.25 14.5C13.5596 14.5 13 15.0596 13 15.75C13 16.4404 13.5596 17 14.25 17Z\" fill=\"#E54D2E\"/>\\n</svg>\\n',variants:{AbcKE14xr:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},GTrtdH4HX:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},iJq7HsCfI:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},l7x_NKfy8:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"}},withExternalLayout:true,...addPropertyOverrides({AbcKE14xr:{fill:\"rgb(0, 0, 0)\"},GTrtdH4HX:{fill:\"rgb(0, 0, 0)\"},iJq7HsCfI:{fill:\"rgb(0, 0, 0)\"},l7x_NKfy8:{fill:\"rgb(0, 0, 0)\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"E-commerce and Retail\"})}),className:\"framer-k0qyb9\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"WkzmYqTZg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1omrka2\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"QtiuX8YMz\",onTap:onTap912mom,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{iJq7HsCfI:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({iJq7HsCfI:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ub73by\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"O1mQ_nSjs\",opacity:1,style:{backgroundColor:\"rgba(255, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96,96,96)\"></path></svg>',svgContentId:11117333392,withExternalLayout:true,...addPropertyOverrides({AbcKE14xr:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:12297514936},GTrtdH4HX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:12297514936},iJq7HsCfI:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(186, 167, 255)\"></path></svg>',svgContentId:9967499793},l7x_NKfy8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:12297514936}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Financial Services\"})}),className:\"framer-1nwj3ac\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"kNDPp2WnG\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ulpyt\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RAaqlW6s8\",onTap:onTap2t9ty5,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{l7x_NKfy8:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({l7x_NKfy8:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-zscoy\",\"data-framer-name\":\"GXF-2 Frame (10)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WWLC4cqFw\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 5.921 8.75 L 5.921 5.75 L 12.079 5.75 L 12.079 8.75 M 9 5.75 L 9 8.75 M 15.868 13.25 L 2.132 13.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 2.132 15.25 L 2.132 10.75 C 2.132 9.645 2.98 8.75 4.026 8.75 L 13.974 8.75 C 15.02 8.75 15.868 9.645 15.868 10.75 L 15.868 15.25 M 3.079 8.75 L 3.079 3.75 C 3.079 3.198 3.503 2.75 4.026 2.75 L 13.974 2.75 C 14.497 2.75 14.921 3.198 14.921 3.75 L 14.921 8.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8999628409,withExternalLayout:true,...addPropertyOverrides({l7x_NKfy8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 5.921 8.75 L 5.921 5.75 L 12.079 5.75 L 12.079 8.75 M 9 5.75 L 9 8.75 M 15.868 13.25 L 2.132 13.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(123, 224, 253)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 2.132 15.25 L 2.132 10.75 C 2.132 9.645 2.98 8.75 4.026 8.75 L 13.974 8.75 C 15.02 8.75 15.868 9.645 15.868 10.75 L 15.868 15.25 M 3.079 8.75 L 3.079 3.75 C 3.079 3.198 3.503 2.75 4.026 2.75 L 13.974 2.75 C 14.497 2.75 14.921 3.198 14.921 3.75 L 14.921 8.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(123, 224, 252)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9787950429}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hospitality\"})}),className:\"framer-1bqihve\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"TEbtzE6yL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iqjlg9\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mVVz6Z2Iv\",onTap:onTap3lrgpx,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{GTrtdH4HX:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({GTrtdH4HX:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-l3m85h\",\"data-framer-name\":\"Shield User\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MVHufkdnu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10396537670,withExternalLayout:true,...addPropertyOverrides({AbcKE14xr:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9112751288},GTrtdH4HX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(204, 143, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(204, 143, 0)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10158925423}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Insurance\"})}),className:\"framer-1rh34ns\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"f2Z__xMI5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rcbw9r\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"VvO1D3r5G\",onTap:onTap1gxt646,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{AbcKE14xr:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({AbcKE14xr:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-z6fh3n\",\"data-framer-name\":\"GXF-2 Frame (9)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JEhAOBRei\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><g id=\"ss10932823409_1\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 14.793 8.75 C 15.004 8.056 15.111 7.334 15.111 6.609 C 15.119 4.489 13.501 2.763 11.498 2.75 C 10.292 2.766 9.171 3.41 8.501 4.47 C 7.831 3.41 6.709 2.766 5.504 2.75 C 3.499 2.763 1.884 4.489 1.891 6.609 C 1.891 7.563 2.074 8.444 2.379 9.25 M 3.836 11.751 C 5.305 13.578 7.206 14.753 8.056 15.222 C 8.336 15.377 8.664 15.377 8.945 15.222 C 9.87 14.711 12.041 13.364 13.543 11.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 16.292 8.75 L 11.333 8.75 L 9.917 11.751 L 6.847 6.25 L 5.431 9.251 L 0.708 9.251\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10932823409,withExternalLayout:true,...addPropertyOverrides({AbcKE14xr:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><g id=\"ss12473651328_1\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 14.793 8.75 C 15.004 8.056 15.111 7.334 15.111 6.609 C 15.119 4.489 13.501 2.763 11.498 2.75 C 10.292 2.766 9.171 3.41 8.501 4.47 C 7.831 3.41 6.709 2.766 5.504 2.75 C 3.499 2.763 1.884 4.489 1.891 6.609 C 1.891 7.563 2.074 8.444 2.379 9.25 M 3.836 11.751 C 5.305 13.578 7.206 14.753 8.056 15.222 C 8.336 15.377 8.664 15.377 8.945 15.222 C 9.87 14.711 12.041 13.364 13.543 11.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(88, 213, 186)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 16.292 8.75 L 11.333 8.75 L 9.917 11.751 L 6.847 6.25 L 5.431 9.251 L 0.708 9.251\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(88, 213, 186)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:12473651328}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Healthcare\"})}),className:\"framer-re03fz\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"YmF3IGo6C\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1w1uzj8\",\"data-framer-appear-id\":\"1w1uzj8\",\"data-framer-name\":\"Test\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"UX2qU5INr\",optimized:true,style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,transformPerspective:1200},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w180k\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"I6d1AQltS\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12qh666\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"GhFYhdwmO\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(12px)\",backgroundColor:\"rgba(0, 0, 0, 0.5)\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28,WebkitBackdropFilter:\"blur(12px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-im3iwj\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"DTFOOVLjn\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:1e5,borderBottomRightRadius:1e5,borderTopLeftRadius:1e5,borderTopRightRadius:1e5},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l6z031\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"t3GDvab3F\",style:{borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4qvi5s\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"uYx9RueVW\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13 13.25L12.658 14.697C12.45 15.606 11.641 16.25 10.709 16.25H8.75\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.75001 7.353L2.62701 7.92C1.81401 8.331 1.38101 9.239 1.57401 10.129L1.90901 11.674C2.10801 12.594 2.92201 13.25 3.86401 13.25H5.00101L3.91701 8.25C3.81801 7.847 3.75101 7.433 3.75101 7C3.75101 4.101 6.10201 1.75 9.00101 1.75C11.9 1.75 14.251 4.101 14.251 7C14.251 7.433 14.184 7.847 14.085 8.25L13.001 13.25H14.138C15.079 13.25 15.893 12.594 16.093 11.674L16.428 10.129C16.621 9.239 16.188 8.33 15.375 7.92L14.252 7.353\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Support\"})}),className:\"framer-151u9z7\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"pWCbQjUuA\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-9ipsol\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"J4vVa9Q71\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:360,intrinsicWidth:640,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+236+22.500000000000085),positionX:\"center\",positionY:\"center\",sizes:\"560px\",src:\"https://framerusercontent.com/images/JsUrySQfCKJJwZMBRZLPy6gqFCY.svg\",srcSet:\"https://framerusercontent.com/images/JsUrySQfCKJJwZMBRZLPy6gqFCY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/JsUrySQfCKJJwZMBRZLPy6gqFCY.svg 640w\"},className:\"framer-1ej050j\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"ZzhB313GF\",style:{filter:\"blur(100px)\",WebkitFilter:\"blur(100px)\",z:5e3}})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2hsdj-container\",layoutDependency:layoutDependency,layoutId:\"lsWwyqT7u-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"lsWwyqT7u\",isMixedBorderRadius:false,layoutId:\"lsWwyqT7u\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/WGdMSI7rMnyC5wedujwMKYP9iPU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hh5ihq-container\",layoutDependency:layoutDependency,layoutId:\"v4c6tZEDX-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"v4c6tZEDX\",isMixedBorderRadius:false,layoutId:\"v4c6tZEDX\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/21LiUw98cucSxQT9RS5AJ1lczmY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yq3xlx\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:320,layoutDependency:layoutDependency,layoutId:\"jv9coSZ9g\",svg:'<svg width=\"320\" height=\"40\" viewBox=\"0 0 320 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"40\" height=\"40\" rx=\"20\" fill=\"url(#paint0_linear_2011_1758)\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\" stroke-opacity=\"0.25\"/>\\n<path d=\"M25.25 13.25H14.75C13.645 13.25 12.75 14.146 12.75 15.25V22.25C12.75 23.354 13.645 24.25 14.75 24.25H16.75V27.25L20.5 24.25H25.25C26.355 24.25 27.25 23.354 27.25 22.25V15.25C27.25 14.146 26.355 13.25 25.25 13.25Z\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16 17.25H24\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16 20.25H21.25\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"56.375\" y=\"0.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint1_linear_2011_1758)\" stroke=\"url(#paint2_linear_2011_1758)\" stroke-width=\"0.75\"/>\\n<path d=\"M82.25 18.5C82.25 21.946 79.446 24.75 76 24.75C72.554 24.75 69.75 21.946 69.75 18.5\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M79.25 15C79.25 13.2051 77.7949 11.75 76 11.75C74.2051 11.75 72.75 13.2051 72.75 15V18.5C72.75 20.2949 74.2051 21.75 76 21.75C77.7949 21.75 79.25 20.2949 79.25 18.5V15Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M76 24.75V28.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M77.25 18.25H79.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M77.25 15.25H79.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M72.75 28.25H79.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"112.375\" y=\"0.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint3_linear_2011_1758)\" stroke=\"url(#paint4_linear_2011_1758)\" stroke-width=\"0.75\"/>\\n<path d=\"M132.101 17.8585L128.389 14.1462C127.901 13.6583 127.106 13.6611 126.621 14.1462C126.136 14.6313 126.133 15.4261 126.621 15.914L130.334 19.6263\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M127.505 16.798C127.017 16.3101 126.223 16.3129 125.737 16.798C125.252 17.2831 125.25 18.0779 125.737 18.5658L128.566 21.3942\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M126.797 19.6271C126.31 19.1392 125.515 19.142 125.03 19.6271C124.545 20.1122 124.542 20.907 125.03 21.3949L129.273 25.6382C131.225 27.5905 134.392 27.5905 136.344 25.6382L137.578 24.4043C139.013 22.9689 139.626 20.9041 139.204 18.9172L138.459 15.4001C138.296 14.681 137.75 14.2263 137.069 14.3083C136.387 14.3903 135.894 15.0133 135.977 15.6985L136.319 18.5411L131.041 13.2625C130.553 12.7746 129.758 12.7774 129.273 13.2625C128.788 13.7476 128.785 14.5424 129.273 15.0303\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M136.319 18.541C134.635 19.1977 133.852 20.3613 133.969 22.0312\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"168.375\" y=\"0.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint5_linear_2011_1758)\" stroke=\"url(#paint6_linear_2011_1758)\" stroke-width=\"0.75\"/>\\n<path d=\"M180.75 16.75L187.517 20.483C187.818 20.649 188.182 20.649 188.483 20.483L195.25 16.75\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M195.25 19.274V16.25C195.25 15.146 194.355 14.25 193.25 14.25H182.75C181.645 14.25 180.75 15.146 180.75 16.25V23.75C180.75 24.854 181.645 25.75 182.75 25.75H187.969\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M192.207 27.401C192.35 27.352 192.48 27.27 192.587 27.163L195.89 23.86C196.373 23.377 196.368 22.599 195.885 22.115C195.402 21.632 194.624 21.626 194.14 22.11L190.837 25.413C190.73 25.52 190.648 25.65 190.599 25.793L189.75 28.25L192.207 27.401Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"224.375\" y=\"0.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint7_linear_2011_1758)\" stroke=\"url(#paint8_linear_2011_1758)\" stroke-width=\"0.75\"/>\\n<path d=\"M247.25 12.75H240.75C239.645 12.75 238.75 13.6454 238.75 14.75V25.25C238.75 26.3546 239.645 27.25 240.75 27.25H247.25C248.355 27.25 249.25 26.3546 249.25 25.25V14.75C249.25 13.6454 248.355 12.75 247.25 12.75Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M242.75 15.25H245.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"280.375\" y=\"0.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint9_linear_2011_1758)\" stroke=\"url(#paint10_linear_2011_1758)\" stroke-width=\"0.75\"/>\\n<path d=\"M297.807 18.25C299.05 18.25 300.057 17.2426 300.057 16C300.057 14.7574 299.05 13.75 297.807 13.75C296.564 13.75 295.557 14.7574 295.557 16C295.557 17.2426 296.564 18.25 297.807 18.25Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M306.25 17.25L308.25 19.25L306.25 21.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M308.25 19.25H303.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M301.102 21.863C300.183 21.17 299.047 20.75 297.807 20.75C295.662 20.75 293.807 21.979 292.901 23.77C292.501 24.561 292.929 25.527 293.767 25.818C294.798 26.176 296.175 26.501 297.807 26.501C298.868 26.501 299.807 26.357 300.627 26.163\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M304.25 22.25L302.25 24.25L304.25 26.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M302.25 24.25H307.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_2011_1758\" x1=\"20\" y1=\"0\" x2=\"20\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_2011_1758\" x1=\"76\" y1=\"0\" x2=\"76\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_2011_1758\" x1=\"76\" y1=\"0\" x2=\"76\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_2011_1758\" x1=\"132\" y1=\"0\" x2=\"132\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_2011_1758\" x1=\"132\" y1=\"0\" x2=\"132\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_2011_1758\" x1=\"188\" y1=\"0\" x2=\"188\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_2011_1758\" x1=\"188\" y1=\"0\" x2=\"188\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_2011_1758\" x1=\"244\" y1=\"0\" x2=\"244\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_2011_1758\" x1=\"244\" y1=\"0\" x2=\"244\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint9_linear_2011_1758\" x1=\"300\" y1=\"0\" x2=\"300\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint10_linear_2011_1758\" x1=\"300\" y1=\"0\" x2=\"300\" y2=\"40\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-szkfuy\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:128,intrinsicWidth:128,layoutDependency:layoutDependency,layoutId:\"tvDcLJwqb\",svg:'<svg width=\"128\" height=\"128\" viewBox=\"0 0 128 128\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.5\" width=\"127\" height=\"127\" rx=\"19.5\" fill=\"url(#paint0_linear_2011_1807)\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"127\" height=\"127\" rx=\"19.5\" stroke=\"url(#paint1_linear_2011_1807)\"/>\\n<rect x=\"16.375\" y=\"16.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint2_linear_2011_1807)\" stroke=\"url(#paint3_linear_2011_1807)\" stroke-width=\"0.75\"/>\\n<path d=\"M42.105 31.001C42.198 31.232 42.25 31.485 42.25 31.75V40.25C42.25 41.355 41.355 42.25 40.25 42.25H31.75C30.645 42.25 29.75 41.355 29.75 40.25V31.75C29.75 30.645 30.645 29.75 31.75 29.75H34.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M30.762 41.989L36.836 35.914C37.617 35.133 38.883 35.133 39.664 35.914L42.25 38.5\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M34.743 33.492L33.797 33.177L33.481 32.23C33.379 31.924 32.872 31.924 32.77 32.23L32.454 33.177L31.508 33.492C31.355 33.543 31.251 33.686 31.251 33.848C31.251 34.01 31.355 34.153 31.508 34.204L32.454 34.519L32.77 35.466C32.821 35.619 32.964 35.722 33.125 35.722C33.286 35.722 33.43 35.618 33.48 35.466L33.796 34.519L34.742 34.204C34.895 34.153 34.999 34.01 34.999 33.848C34.999 33.686 34.896 33.543 34.743 33.492Z\" fill=\"#606060\"/>\\n<path d=\"M40.658 28.99L39.395 28.569L38.974 27.306C38.837 26.898 38.162 26.898 38.025 27.306L37.604 28.569L36.341 28.99C36.137 29.058 35.999 29.249 35.999 29.464C35.999 29.679 36.137 29.87 36.341 29.938L37.604 30.359L38.025 31.622C38.093 31.826 38.285 31.964 38.5 31.964C38.715 31.964 38.906 31.826 38.975 31.622L39.396 30.359L40.659 29.938C40.863 29.87 41.001 29.679 41.001 29.464C41.001 29.249 40.863 29.058 40.659 28.99H40.658Z\" fill=\"#606060\"/>\\n<path d=\"M38.75 40C39.1642 40 39.5 39.6642 39.5 39.25C39.5 38.8358 39.1642 38.5 38.75 38.5C38.3358 38.5 38 38.8358 38 39.25C38 39.6642 38.3358 40 38.75 40Z\" fill=\"#606060\"/>\\n<rect x=\"72\" y=\"16\" width=\"40\" height=\"40\" rx=\"20\" fill=\"url(#paint4_linear_2011_1807)\"/>\\n<rect x=\"72.5\" y=\"16.5\" width=\"39\" height=\"39\" rx=\"19.5\" stroke=\"white\" stroke-opacity=\"0.25\"/>\\n<path d=\"M89.269 35.788C89.9698 35.788 90.538 35.2198 90.538 34.519C90.538 33.8182 89.9698 33.25 89.269 33.25C88.5682 33.25 88 33.8182 88 34.519C88 35.2198 88.5682 35.788 89.269 35.788Z\" fill=\"#111111\"/>\\n<path d=\"M91.3089 38.685C91.6769 38.569 91.8709 38.162 91.7149 37.809C91.2999 36.871 90.3619 36.215 89.2699 36.215C88.1779 36.215 87.2399 36.87 86.8239 37.809C86.6679 38.162 86.8609 38.569 87.2299 38.685C87.7549 38.85 88.4489 39 89.2699 39C90.0909 39 90.7849 38.851 91.3099 38.685H91.3089Z\" fill=\"#111111\"/>\\n<path d=\"M96 30.75H97.25C98.355 30.75 99.25 31.645 99.25 32.75V39.25C99.25 40.355 98.355 41.25 97.25 41.25H86.75C85.645 41.25 84.75 40.355 84.75 39.25V32.75C84.75 31.645 85.645 30.75 86.75 30.75H88\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M92 27.75C92.69 27.75 93.25 28.31 93.25 29V31.25H90.75V29C90.75 28.31 91.31 27.75 92 27.75Z\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M93.5 34.75H96.25\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M93.5 37.75H96.25\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"16.375\" y=\"72.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint5_linear_2011_1807)\" stroke=\"url(#paint6_linear_2011_1807)\" stroke-width=\"0.75\"/>\\n<path d=\"M32 88.75H29.25C28.422 88.75 27.75 89.422 27.75 90.25V93.75C27.75 94.578 28.422 95.25 29.25 95.25H32L37.48 98.758C37.813 98.971 38.25 98.732 38.25 98.337V85.664C38.25 85.269 37.813 85.03 37.48 85.243L32 88.75Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.9139 90.5861C41.6949 91.3671 41.6949 92.6331 40.9139 93.4141\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M42.859 88.641C44.714 90.496 44.714 93.504 42.859 95.359\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"72.375\" y=\"72.375\" width=\"39.25\" height=\"39.25\" rx=\"19.625\" fill=\"url(#paint7_linear_2011_1807)\" stroke=\"url(#paint8_linear_2011_1807)\" stroke-width=\"0.75\"/>\\n<path d=\"M96 95.582C97.959 95.94 99.25 96.554 99.25 97.25C99.25 98.355 96.004 99.25 92 99.25C87.996 99.25 84.75 98.355 84.75 97.25C84.75 96.553 86.041 95.94 88 95.582\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M96.429 88.978C96.429 91.587 92 96.25 92 96.25C92 96.25 87.571 91.588 87.571 88.978C87.571 86.303 89.86 84.75 92 84.75C94.14 84.75 96.429 86.302 96.429 88.978Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M92 90.5C92.8284 90.5 93.5 89.8284 93.5 89C93.5 88.1716 92.8284 87.5 92 87.5C91.1716 87.5 90.5 88.1716 90.5 89C90.5 89.8284 91.1716 90.5 92 90.5Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_2011_1807\" x1=\"64\" y1=\"0\" x2=\"64\" y2=\"128\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.03\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_2011_1807\" x1=\"64\" y1=\"0\" x2=\"64\" y2=\"128\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.1\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_2011_1807\" x1=\"36\" y1=\"16\" x2=\"36\" y2=\"56\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_2011_1807\" x1=\"36\" y1=\"16\" x2=\"36\" y2=\"56\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_2011_1807\" x1=\"92\" y1=\"16\" x2=\"92\" y2=\"56\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_2011_1807\" x1=\"36\" y1=\"72\" x2=\"36\" y2=\"112\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_2011_1807\" x1=\"36\" y1=\"72\" x2=\"36\" y2=\"112\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_2011_1807\" x1=\"92\" y1=\"72\" x2=\"92\" y2=\"112\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_2011_1807\" x1=\"92\" y1=\"72\" x2=\"92\" y2=\"112\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ic1klm\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"qL8tByHZz\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q9v1vk\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"py4V5F7NP\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fq38hq\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"r5GAdtWGO\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-gcvmjl\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"bd9sqXflP\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q003s3\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"o96mfCdYO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"AI Customer Support\"})}),className:\"framer-urbrbc\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NhvS8O6N5\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-voh9w0\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"UkeRbMxHO\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1847)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1847\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"at\"})}),className:\"framer-u7xi0s\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ndxygnVzy\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qm1jdg\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:55,layoutDependency:layoutDependency,layoutId:\"lpKtXExys\",svg:'<svg width=\"55\" height=\"20\" viewBox=\"0 0 55 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M34.7858 5.80759C34.7843 5.66332 34.8116 5.52021 34.866 5.38669C34.9204 5.25317 35.0008 5.13193 35.1026 5.03011C35.2043 4.9283 35.3254 4.84796 35.4585 4.79383C35.5916 4.7397 35.7342 4.71287 35.8778 4.71493H36.6466V3.10847C36.6223 2.9394 36.6347 2.76707 36.6827 2.60321C36.7307 2.43935 36.8133 2.2878 36.9249 2.1589C37.0365 2.02999 37.1744 1.92674 37.3293 1.85618C37.4841 1.78562 37.6523 1.74941 37.8223 1.75001C38.0783 1.7503 38.3274 1.83354 38.5325 1.98738C38.7376 2.14122 38.8878 2.35743 38.9608 2.60388C39.0097 2.76716 39.0219 2.93966 38.9975 3.10847V4.71493H41.4969C41.7131 4.71251 41.9251 4.77526 42.1055 4.89507C42.2859 5.01489 42.4264 5.18627 42.5089 5.3871C42.5767 5.55372 42.6026 5.73453 42.5844 5.9136C42.5661 6.09266 42.5043 6.26447 42.4044 6.41387C42.3045 6.56327 42.1695 6.68567 42.0113 6.77028C41.8531 6.85489 41.6767 6.8991 41.4975 6.89902H38.9981V10.7682C38.9981 12.6545 40.0455 13.6189 41.4975 13.6189C41.7889 13.6194 42.0683 13.7358 42.2746 13.9426C42.4808 14.1494 42.5971 14.4299 42.5981 14.7226C42.5983 14.8678 42.5699 15.0117 42.5146 15.1458C42.4593 15.28 42.3781 15.4019 42.2758 15.5045C42.1735 15.6071 42.052 15.6884 41.9184 15.7437C41.7847 15.7991 41.6415 15.8273 41.4969 15.8269C38.7396 15.8269 36.6466 13.8773 36.6466 10.7682V6.89964H35.8778C35.5893 6.89851 35.3128 6.78317 35.1084 6.57862C34.9039 6.37407 34.788 6.09743 34.7858 5.80759ZM25.1646 18.7268V14.5249C26.1429 15.3887 27.4029 15.8614 28.7053 15.8533C31.7773 15.8533 34.1032 13.3457 34.1032 10.1715C34.1032 6.99785 31.7773 4.49026 28.7053 4.49026C27.3986 4.47836 26.135 4.95966 25.1646 5.83889V5.69096C25.1344 5.47926 25.0481 5.27963 24.9146 5.11303C24.7811 4.94643 24.6054 4.81901 24.406 4.74416C24.2066 4.6693 23.9907 4.64977 23.7812 4.68762C23.5717 4.72546 23.3762 4.81929 23.2152 4.95924C22.9994 5.14712 22.8583 5.40695 22.818 5.69096V18.7274C22.8481 18.9392 22.9344 19.139 23.0679 19.3057C23.2015 19.4724 23.3772 19.5998 23.5767 19.6747C23.7763 19.7496 23.9922 19.7691 24.2018 19.7311C24.4114 19.6932 24.607 19.5992 24.768 19.4591C24.9838 19.2712 25.1242 19.0108 25.1646 18.7268ZM28.4505 6.67558C30.2838 6.67558 31.7364 8.17645 31.7364 10.1715C31.7364 12.1665 30.2844 13.6674 28.4505 13.6674C26.6166 13.6674 25.1646 12.1665 25.1646 10.1715V10.0199C25.23 8.11384 26.6166 6.67558 28.4505 6.67558ZM10.6039 10.1537C10.6123 9.07283 10.9255 8.01652 11.5071 7.10712C12.088 6.19865 12.9139 5.47464 13.8885 5.0194C14.8625 4.56459 15.9452 4.3977 17.01 4.53825C18.0749 4.67881 19.0779 5.121 19.9018 5.81311C20.0295 5.92443 20.1332 6.06094 20.2062 6.21416C20.2793 6.36738 20.3202 6.53404 20.3265 6.70382C20.3281 7.02374 20.2053 7.33165 19.9843 7.56199L16.7179 11.4784C16.6231 11.6021 16.5005 11.7015 16.3601 11.7685C16.2197 11.8355 16.0655 11.8682 15.9101 11.8639C15.6939 11.8756 15.4794 11.8196 15.2962 11.7036C15.1131 11.5876 14.9703 11.4173 14.8877 11.2163C14.8328 11.0828 14.8058 10.9395 14.8083 10.7952C14.8012 10.6664 14.82 10.5375 14.8634 10.4161C14.9069 10.2948 14.9742 10.1834 15.0612 10.0886L17.6322 7.05433C17.2113 6.79447 16.7254 6.66053 16.2315 6.66821C14.4068 6.66821 12.9621 8.20899 12.9621 10.1537C12.9621 12.0984 14.386 13.6391 16.2315 13.6391C16.6525 13.6435 17.0699 13.56 17.4571 13.3939C17.8443 13.2278 18.193 12.9827 18.481 12.6742L18.6111 12.5661C18.8861 12.3347 19.1147 12.1426 19.5009 12.1426C19.6514 12.1359 19.8016 12.1605 19.9422 12.2148C20.0827 12.2691 20.2107 12.3519 20.3179 12.4581C20.4256 12.5642 20.5105 12.6915 20.5673 12.8319C20.624 12.9724 20.6515 13.123 20.6479 13.2745C20.6261 13.5628 20.5051 13.8345 20.3057 14.0431C19.7963 14.6196 19.1679 15.0777 18.4643 15.3854C17.7607 15.693 16.9987 15.8429 16.2315 15.8245C15.4886 15.8362 14.7509 15.6974 14.0626 15.4165C13.3743 15.1355 12.7493 14.7181 12.2251 14.1892C11.6997 13.6598 11.2855 13.0298 11.007 12.3366C10.7285 11.6434 10.5914 10.9011 10.6039 10.1537ZM6.05178 6.86894H1.33652C1.04849 6.86713 0.772834 6.75107 0.569586 6.54606C0.365576 6.34028 0.250579 6.062 0.24955 5.77159C0.24852 5.48118 0.361541 5.20207 0.564086 4.99484C0.665294 4.89292 0.785761 4.81234 0.918409 4.75784C1.05106 4.70334 1.19321 4.67602 1.33652 4.67748H8.39902C8.61518 4.67482 8.8271 4.73781 9.00702 4.85819C9.18694 4.97857 9.32647 5.15072 9.40734 5.35211C9.46172 5.48531 9.48861 5.62834 9.48678 5.77321C9.47605 6.06529 9.35423 6.34212 9.1464 6.54667L3.4051 13.4476H8.39902C8.61525 13.445 8.82722 13.5081 9.00715 13.6286C9.18708 13.7491 9.32657 13.9214 9.40734 14.1229C9.48835 14.3236 9.50872 14.5439 9.4659 14.7563C9.42309 14.9686 9.31898 15.1635 9.16656 15.3168C8.96307 15.5218 8.68718 15.6376 8.39902 15.6391H1.0878C0.943589 15.6375 0.801096 15.6075 0.668456 15.5506C0.535817 15.4937 0.415629 15.4111 0.314756 15.3076C0.110648 15.0983 -0.00240558 14.8159 3.88291e-05 14.5225C0.00737205 14.2327 0.122259 13.9565 0.320256 13.7466L6.05178 6.86894ZM44.6661 7.00952C44.046 7.94164 43.7151 9.03754 43.7152 10.1586C43.7019 10.9065 43.8387 11.6494 44.1175 12.3431C44.3963 13.0367 44.8113 13.6668 45.3379 14.1957C45.8645 14.7246 46.4917 15.1416 47.1822 15.4216C47.8727 15.7017 48.6123 15.8391 49.3569 15.8257C50.3317 15.8258 51.29 15.5723 52.1382 15.0897C52.9864 14.6072 53.6958 13.9121 54.197 13.0722C54.6982 12.2323 54.9743 11.2764 54.9983 10.2974C55.0223 9.3185 54.7934 8.35002 54.3339 7.48641C53.8744 6.62279 53.1999 5.8935 52.3764 5.36961C51.5528 4.84572 50.6081 4.54511 49.6344 4.49708C48.6608 4.44905 47.6913 4.65524 46.8206 5.09555C45.9499 5.53587 45.2076 6.19528 44.6661 7.00952ZM49.3569 6.67067C51.2287 6.67067 52.6367 8.23354 52.6367 10.158C52.6367 12.0622 51.2317 13.6453 49.3569 13.6453C47.482 13.6453 46.0777 12.083 46.0777 10.1586C46.0777 8.23354 47.4851 6.67067 49.3569 6.67067Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-et9wky\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"CD8uDo1VA\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.75 10.25L10.073 1.927\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M10.25 6.5V1.75H5.5\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ho5i3g\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"btNZD2puT\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1nc7sr2\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"HEF7RErUh\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgba(250, 211, 203, 1) 0%, rgba(255, 151, 125, 1) 7.000000029802322%, rgba(236, 97, 65, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{AbcKE14xr:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"},GTrtdH4HX:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(204, 143, 0) 0%, rgb(204, 143, 0) 7.000000029802322%, rgb(204, 143, 0) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"},iJq7HsCfI:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"},l7x_NKfy8:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"}},...addPropertyOverrides({AbcKE14xr:{__framer__animate:{transition:transition4},__framer__exit:animation4},GTrtdH4HX:{__framer__animate:{transition:transition4},__framer__exit:animation4},iJq7HsCfI:{__framer__animate:{transition:transition4},__framer__exit:animation4},l7x_NKfy8:{__framer__animate:{transition:transition4},__framer__exit:animation4}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qhksx6\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"DnScoxFyf\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12+736-632+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"},className:\"framer-1cxa53l\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"nO8wq4nvd\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({AbcKE14xr:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+110+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"}},GTrtdH4HX:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+80+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NBoEcaYr2MBpwAVlO94JexKCsb8.png\"}},iJq7HsCfI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+72+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3IjKqSynLwWdxbEFn9A6gbosUpo.png\"}},l7x_NKfy8:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+52+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSb4FZyAZmWLAUudc6PUWHtejc.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bpvkie\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"MwAxMb8oR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vthxhv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"amhoTgU98\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-ftabef\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xOOQ_QEmg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GTrtdH4HX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"John\"})})},iJq7HsCfI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Joseph\"})})},l7x_NKfy8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sylvia\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-s4z58r\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l2bTUNvGc\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-vth9pt\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E7QqeHdyB\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-bxk6gq\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"upPcumQyb\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I see your recent orders! Which one would you like to return? Just select it, and I\u2019ll handle the return process for you.\"})}),className:\"framer-wys2hx\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KP5hFf8Ax\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AbcKE14xr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"No problem! Can you provide your appointment ID or the date and time of the appointment?\"})})},GTrtdH4HX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sure! Could you share your claim ID or policy number?\"})})},iJq7HsCfI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Of course! Could you provide the transaction ID or a little more detail?\"})})},l7x_NKfy8:{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Absolutely! Can you share your reservation number or the name it\u2019s booked under?\"})})}},baseVariant,gestureVariant)})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-dknnbo\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"uiqIFxCtv\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgba(250, 211, 203, 1) 0%, rgba(255, 151, 125, 1) 7.000000029802322%, rgba(236, 97, 65, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b1tyl9\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Te7syF3ka\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12+-40+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"},className:\"framer-a1q3n8\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"YDwURpDfd\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1aiwltu\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"sKLolrlZj\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ank2pj\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"uEbODsM4p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-1jd6i00\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Jw45E93Tg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-168aggz\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rCOtdkb7r\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-6dz4iv\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"htPj7Ka6Z\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1avmkan\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"uogX4mn0K\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1867)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1867\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, how can I help you?\"})}),className:\"framer-l4452m\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sT8fo21EI\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-v5cdlo\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"hdWuxAeZl\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({GTrtdH4HX:{__framer__animate:{transition:transition5},__framer__exit:animation5},iJq7HsCfI:{__framer__animate:{transition:transition5},__framer__exit:animation5},l7x_NKfy8:{__framer__animate:{transition:transition5},__framer__exit:animation5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"How to return?\"})}),className:\"framer-xqzco9\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"yHjme3O3X\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GTrtdH4HX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, I want to check the status of my auto insurance claim.\"})}),fonts:[\"Inter\"]},iJq7HsCfI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, I need help with a recent transaction from my checking account.\"})})},l7x_NKfy8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, I need to modify my hotel reservation\"})})}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1hmq8bo\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"CCAKJysKT\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tm7vl1\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Gj4kiNZ4h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Oct 18, 2024\"})}),className:\"framer-87ioje\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"KrF5ffrsJ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$42.01\"})}),className:\"framer-u4kpuq\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mt_DEsOfH\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-127jb35\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"XoTPW41G4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12+308.0000000000001+12+32+0),sizes:\"24px\",src:\"https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg\",srcSet:\"https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg 4096w\"},className:\"framer-b5f75l\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"yxkVJ01NJ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PureGlow Nourishing\"})}),className:\"framer-l563tu\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"brzgSNz4g\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"# 113-4848720-8765853\"})}),className:\"framer-1g6c7a6\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"P6ZKWXZDz\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1k7wree\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"PioEYDYxW\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1908)\">\\n<path d=\"M5.26801 6.732L11.073 0.927002\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.25 4.5V0.75H7.5\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9.25 6.285V8.75C9.25 9.855 8.355 10.75 7.25 10.75H3.25C2.145 10.75 1.25 9.855 1.25 8.75V4.75C1.25 3.645 2.145 2.75 3.25 2.75H5.715\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1908\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1jcvs4s\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"BNFdt6CP7\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-myrmnt\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"ljfhr_ryD\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Oct 18, 2024\"})}),className:\"framer-1i15abh\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"JcDHh6u2Y\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$84.00\"})}),className:\"framer-1ajyko1\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wuXMNYVTQ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sstsv6\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"B6z78C4ji\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12+736-296+12+32+0),sizes:\"24px\",src:\"https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg\",srcSet:\"https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg 4096w\"},className:\"framer-1uqf9me\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"zyX7RQzaR\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SunVeil Radiance \"})}),className:\"framer-ctrfbz\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Al2ARsc6d\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dkc2l1\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"lWVSwNVZS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12+736-296+12+64+0),sizes:\"24px\",src:\"https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg\",srcSet:\"https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg 4096w\"},className:\"framer-116tp24\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"lWCbJcu2Y\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"LustreLocks ShineBoost\"})}),className:\"framer-mk9oc4\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XH0euw8b8\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dvx3ew\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"hUHXGpg_X\",children:isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-eva0h8\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"yGGpwEcVp\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Show other orders\"})}),className:\"framer-1fceymm\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a3uxp_aK_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-syeecr\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"PZOmbvulw\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I will provide the order ID\u2026\"})}),className:\"framer-17jg5jf\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G4rPosyWi\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-ld6jhz\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"mt7MVuOto\",svg:'<svg width=\"34\" height=\"20\" viewBox=\"0 0 34 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2011_1934)\">\\n<rect width=\"34\" height=\"20\" rx=\"10\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<rect x=\"0.375\" y=\"0.375\" width=\"33.25\" height=\"19.25\" rx=\"9.625\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.75\"/>\\n<path d=\"M17 8.25C17.2761 8.25 17.5 8.02614 17.5 7.75C17.5 7.47386 17.2761 7.25 17 7.25C16.7239 7.25 16.5 7.47386 16.5 7.75C16.5 8.02614 16.7239 8.25 17 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 8.25C22.5261 8.25 22.75 8.02614 22.75 7.75C22.75 7.47386 22.5261 7.25 22.25 7.25C21.9739 7.25 21.75 7.47386 21.75 7.75C21.75 8.02614 21.9739 8.25 22.25 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 8.25C12.0261 8.25 12.25 8.02614 12.25 7.75C12.25 7.47386 12.0261 7.25 11.75 7.25C11.4739 7.25 11.25 7.47386 11.25 7.75C11.25 8.02614 11.4739 8.25 11.75 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17 12.75C17.2761 12.75 17.5 12.5261 17.5 12.25C17.5 11.9739 17.2761 11.75 17 11.75C16.7239 11.75 16.5 11.9739 16.5 12.25C16.5 12.5261 16.7239 12.75 17 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 12.75C22.5261 12.75 22.75 12.5261 22.75 12.25C22.75 11.9739 22.5261 11.75 22.25 11.75C21.9739 11.75 21.75 11.9739 21.75 12.25C21.75 12.5261 21.9739 12.75 22.25 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 12.75C12.0261 12.75 12.25 12.5261 12.25 12.25C12.25 11.9739 12.0261 11.75 11.75 11.75C11.4739 11.75 11.25 11.9739 11.25 12.25C11.25 12.5261 11.4739 12.75 11.75 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2011_1934\" x=\"-4\" y=\"-4\" width=\"42\" height=\"28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"2\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2011_1934\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2011_1934\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1m6bce3\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"xG8_USf9a\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"My claim ID is #987654321.\"})}),className:\"framer-1izvdkf\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"G4ZxEjBzm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1c8wnwm\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"v9I5fRhOx\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(204, 143, 0) 0%, rgb(204, 143, 0) 7.000000029802322%, rgb(204, 143, 0) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w9aj4f\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"uP6HknDvD\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NBoEcaYr2MBpwAVlO94JexKCsb8.png\"},className:\"framer-1hyryxi\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"S1MTZtBCC\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({GTrtdH4HX:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+280.00000000000017+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NBoEcaYr2MBpwAVlO94JexKCsb8.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1occbq4\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"FDvFagaKK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xpkgvi\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"b1AXKGNkE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"John\"})}),className:\"framer-1712vob\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Ey9otWv9u\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-i6xj2g\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qrXqYFaQC\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-berwlb\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZXMRMEkWv\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xc7a36\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"CxvKmg9qk\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you. I see your claim was filed on Jan 10 for collision damage to your 2020 Toyota Camry. It\u2019s currently under review, and the estimated processing time is 3 more business days.\"})}),className:\"framer-2nbfc5\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"saA89VKgp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-kpxyhb\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Kq88gymas\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Can I provide additional documents to speed it up?\"})}),className:\"framer-jklnqe\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"V1mS8BCV5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-rtu56o\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"WCvrkeTJ2\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgb(10, 10, 10)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I\u2019ve uploaded the repair shop invoice.\"})}),className:\"framer-13oyypo\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EsqmYzg8R\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1030dyl\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"OLxqe2bV6\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"Message Alyssa from Zepto\"})}),className:\"framer-1gxg63t\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ombs1AXt0\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ojlqf7\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"PlQpabOi8\",svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M12.25 5C12.25 3.20507 10.7949 1.75 9 1.75C7.20507 1.75 5.75 3.20507 5.75 5V8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8V5Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.25 8C15.25 11.452 12.452 14.25 9 14.25C5.548 14.25 2.75 11.452 2.75 8\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9 14.25V16.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nc7hti\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"ny_3ul6cO\",svg:'<svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"28\" height=\"28\" rx=\"14\" fill=\"url(#paint0_linear_2011_1892)\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"27\" height=\"27\" rx=\"13.5\" stroke=\"white\" stroke-opacity=\"0.25\"/>\\n<path d=\"M14 19V9.25\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.25 12.25L14 9L10.75 12.25\" stroke=\"#111111\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_2011_1892\" x1=\"14\" y1=\"0\" x2=\"14\" y2=\"28\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-2zd1mv\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"rVBXUeDXP\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sure, the transaction ID is #TX125489762.\"})}),className:\"framer-xhqgdl\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"GHWrOLFAE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-140vucp\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"hoF5LyaxA\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wngmtl\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"m1vyUmBRN\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3IjKqSynLwWdxbEFn9A6gbosUpo.png\"},className:\"framer-4r2p0u\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"ZPZY_8FKd\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({iJq7HsCfI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+296.00000000000017+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3IjKqSynLwWdxbEFn9A6gbosUpo.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r8nvyv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"WtFs81qAw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hn3l9a\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"FK8PrZtzd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Joseph\"})}),className:\"framer-1xx402h\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"n40KF744y\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-1jy1xi6\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Y0_bSVXDy\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-tarv40\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iYy4EDvuo\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-8j5psw\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"GFqQ6hSF3\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you! I see this is a $250 charge at \u201CABC Electronics\u201D made on Jan 12. Would you like to dispute it, or do you need more details?\"})}),className:\"framer-9kcfpi\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rYGDybG6w\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-pij1ft\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"xA3biILVW\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I need to dispute it.\"})}),className:\"framer-njvtk3\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"p7VvYv_Oj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1gtizx2\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Q3VHC6CPs\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-30jy8t\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"cr0L1pn1l\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3IjKqSynLwWdxbEFn9A6gbosUpo.png\"},className:\"framer-1bu5rug\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"d96TWEXDr\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({iJq7HsCfI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+796-252+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/3IjKqSynLwWdxbEFn9A6gbosUpo.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12dm5z9\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"dotNfjEvv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yghug6\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"aRUmbT5jt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Joseph\"})}),className:\"framer-s4xkgu\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"kwVoa3xGp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-1hmjnyj\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Af3YLNb1F\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-nw4qxz\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JR77sgdDE\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1i2htv\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"IyUy6PhIb\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I\u2019ll start the dispute process for you. Please confirm: was this charge unauthorized, or is there another issue?\"})}),className:\"framer-zhcg6t\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AVjXDQI7F\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-jqu7k8\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"RXryIna9U\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I need to reschedule my appointment at the clinic.\"})}),className:\"framer-j1o039\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LDwrMA0Ks\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-10j0mg9\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Kgs9GXqti\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"It\u2019s #567891, booked under Alex Johnson for Jan 20th.\"})}),className:\"framer-1yrg8ve\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"brY2twsZv\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1sgzqe6\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"le6AkWlyg\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pyiyp3\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"U1cwECtWG\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSb4FZyAZmWLAUudc6PUWHtejc.png\"},className:\"framer-1j2oqr2\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"sa2BFTomC\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({l7x_NKfy8:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+276.00000000000017+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSb4FZyAZmWLAUudc6PUWHtejc.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16bpptu\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"pWaWiPewi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pf8xn8\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"OjS2AAYpx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sylvia\"})}),className:\"framer-19fj9o5\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"HeIxuUJlx\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-tzyylv\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qDbQZnkdX\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1kvo3rg\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"U9NuO79aS\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-pvscei\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"a1LXt7jZZ\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you! Would you like to adjust the dates, add services, or something else?\"})}),className:\"framer-ob6d3q\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qftSkKWHL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed6()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-q2h4vz\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"v5hkedMC9\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I need to move it to Jan 25th.\"})}),className:\"framer-1jy8585\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"l_D7gKeMQ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed6()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-130uwwh\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"nwkSK1arS\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-skc1eu\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"zQy5YG6rM\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSb4FZyAZmWLAUudc6PUWHtejc.png\"},className:\"framer-15ak7m4\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"wwdSiWpQk\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({l7x_NKfy8:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+796-272+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/GSb4FZyAZmWLAUudc6PUWHtejc.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pw9fbu\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"qcuIp4Lfv\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jddnji\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"JhYEnGLij\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sylvia\"})}),className:\"framer-x9k7cs\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"hJsotSR3Y\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-a0zoe\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Zwp2woqGi\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1d27kmp\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nEV3o_pfB\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mjkd8y\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"WwNNEZw8V\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sure! I\u2019ve updated your reservation to Jan 25th. You\u2019ll receive a confirmation email shortly. Anything else I can help with?\"})}),className:\"framer-1uthow1\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gHH2HFx7y\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-3vlfeb\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"b55lU6BTz\",svg:'<svg width=\"34\" height=\"20\" viewBox=\"0 0 34 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2011_1934)\">\\n<rect width=\"34\" height=\"20\" rx=\"10\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<rect x=\"0.375\" y=\"0.375\" width=\"33.25\" height=\"19.25\" rx=\"9.625\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.75\"/>\\n<path d=\"M17 8.25C17.2761 8.25 17.5 8.02614 17.5 7.75C17.5 7.47386 17.2761 7.25 17 7.25C16.7239 7.25 16.5 7.47386 16.5 7.75C16.5 8.02614 16.7239 8.25 17 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 8.25C22.5261 8.25 22.75 8.02614 22.75 7.75C22.75 7.47386 22.5261 7.25 22.25 7.25C21.9739 7.25 21.75 7.47386 21.75 7.75C21.75 8.02614 21.9739 8.25 22.25 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 8.25C12.0261 8.25 12.25 8.02614 12.25 7.75C12.25 7.47386 12.0261 7.25 11.75 7.25C11.4739 7.25 11.25 7.47386 11.25 7.75C11.25 8.02614 11.4739 8.25 11.75 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17 12.75C17.2761 12.75 17.5 12.5261 17.5 12.25C17.5 11.9739 17.2761 11.75 17 11.75C16.7239 11.75 16.5 11.9739 16.5 12.25C16.5 12.5261 16.7239 12.75 17 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 12.75C22.5261 12.75 22.75 12.5261 22.75 12.25C22.75 11.9739 22.5261 11.75 22.25 11.75C21.9739 11.75 21.75 11.9739 21.75 12.25C21.75 12.5261 21.9739 12.75 22.25 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 12.75C12.0261 12.75 12.25 12.5261 12.25 12.25C12.25 11.9739 12.0261 11.75 11.75 11.75C11.4739 11.75 11.25 11.9739 11.25 12.25C11.25 12.5261 11.4739 12.75 11.75 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2011_1934\" x=\"-4\" y=\"-4\" width=\"42\" height=\"28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"2\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2011_1934\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2011_1934\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-fi4ya\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"gPzZwu5yy\",svg:'<svg width=\"34\" height=\"20\" viewBox=\"0 0 34 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2011_1934)\">\\n<rect width=\"34\" height=\"20\" rx=\"10\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<rect x=\"0.375\" y=\"0.375\" width=\"33.25\" height=\"19.25\" rx=\"9.625\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.75\"/>\\n<path d=\"M17 8.25C17.2761 8.25 17.5 8.02614 17.5 7.75C17.5 7.47386 17.2761 7.25 17 7.25C16.7239 7.25 16.5 7.47386 16.5 7.75C16.5 8.02614 16.7239 8.25 17 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 8.25C22.5261 8.25 22.75 8.02614 22.75 7.75C22.75 7.47386 22.5261 7.25 22.25 7.25C21.9739 7.25 21.75 7.47386 21.75 7.75C21.75 8.02614 21.9739 8.25 22.25 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 8.25C12.0261 8.25 12.25 8.02614 12.25 7.75C12.25 7.47386 12.0261 7.25 11.75 7.25C11.4739 7.25 11.25 7.47386 11.25 7.75C11.25 8.02614 11.4739 8.25 11.75 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17 12.75C17.2761 12.75 17.5 12.5261 17.5 12.25C17.5 11.9739 17.2761 11.75 17 11.75C16.7239 11.75 16.5 11.9739 16.5 12.25C16.5 12.5261 16.7239 12.75 17 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 12.75C22.5261 12.75 22.75 12.5261 22.75 12.25C22.75 11.9739 22.5261 11.75 22.25 11.75C21.9739 11.75 21.75 11.9739 21.75 12.25C21.75 12.5261 21.9739 12.75 22.25 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 12.75C12.0261 12.75 12.25 12.5261 12.25 12.25C12.25 11.9739 12.0261 11.75 11.75 11.75C11.4739 11.75 11.25 11.9739 11.25 12.25C11.25 12.5261 11.4739 12.75 11.75 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2011_1934\" x=\"-4\" y=\"-4\" width=\"42\" height=\"28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"2\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2011_1934\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2011_1934\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-9vc7d9\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"CVwLILh8Z\",svg:'<svg width=\"34\" height=\"20\" viewBox=\"0 0 34 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2011_1934)\">\\n<rect width=\"34\" height=\"20\" rx=\"10\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<rect x=\"0.375\" y=\"0.375\" width=\"33.25\" height=\"19.25\" rx=\"9.625\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.75\"/>\\n<path d=\"M17 8.25C17.2761 8.25 17.5 8.02614 17.5 7.75C17.5 7.47386 17.2761 7.25 17 7.25C16.7239 7.25 16.5 7.47386 16.5 7.75C16.5 8.02614 16.7239 8.25 17 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 8.25C22.5261 8.25 22.75 8.02614 22.75 7.75C22.75 7.47386 22.5261 7.25 22.25 7.25C21.9739 7.25 21.75 7.47386 21.75 7.75C21.75 8.02614 21.9739 8.25 22.25 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 8.25C12.0261 8.25 12.25 8.02614 12.25 7.75C12.25 7.47386 12.0261 7.25 11.75 7.25C11.4739 7.25 11.25 7.47386 11.25 7.75C11.25 8.02614 11.4739 8.25 11.75 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17 12.75C17.2761 12.75 17.5 12.5261 17.5 12.25C17.5 11.9739 17.2761 11.75 17 11.75C16.7239 11.75 16.5 11.9739 16.5 12.25C16.5 12.5261 16.7239 12.75 17 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 12.75C22.5261 12.75 22.75 12.5261 22.75 12.25C22.75 11.9739 22.5261 11.75 22.25 11.75C21.9739 11.75 21.75 11.9739 21.75 12.25C21.75 12.5261 21.9739 12.75 22.25 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 12.75C12.0261 12.75 12.25 12.5261 12.25 12.25C12.25 11.9739 12.0261 11.75 11.75 11.75C11.4739 11.75 11.25 11.9739 11.25 12.25C11.25 12.5261 11.4739 12.75 11.75 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2011_1934\" x=\"-4\" y=\"-4\" width=\"42\" height=\"28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"2\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2011_1934\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2011_1934\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-dcgwi1\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:34,layoutDependency:layoutDependency,layoutId:\"vSlcllX4k\",svg:'<svg width=\"34\" height=\"20\" viewBox=\"0 0 34 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2011_1934)\">\\n<rect width=\"34\" height=\"20\" rx=\"10\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<rect x=\"0.375\" y=\"0.375\" width=\"33.25\" height=\"19.25\" rx=\"9.625\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.75\"/>\\n<path d=\"M17 8.25C17.2761 8.25 17.5 8.02614 17.5 7.75C17.5 7.47386 17.2761 7.25 17 7.25C16.7239 7.25 16.5 7.47386 16.5 7.75C16.5 8.02614 16.7239 8.25 17 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 8.25C22.5261 8.25 22.75 8.02614 22.75 7.75C22.75 7.47386 22.5261 7.25 22.25 7.25C21.9739 7.25 21.75 7.47386 21.75 7.75C21.75 8.02614 21.9739 8.25 22.25 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 8.25C12.0261 8.25 12.25 8.02614 12.25 7.75C12.25 7.47386 12.0261 7.25 11.75 7.25C11.4739 7.25 11.25 7.47386 11.25 7.75C11.25 8.02614 11.4739 8.25 11.75 8.25Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17 12.75C17.2761 12.75 17.5 12.5261 17.5 12.25C17.5 11.9739 17.2761 11.75 17 11.75C16.7239 11.75 16.5 11.9739 16.5 12.25C16.5 12.5261 16.7239 12.75 17 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.25 12.75C22.5261 12.75 22.75 12.5261 22.75 12.25C22.75 11.9739 22.5261 11.75 22.25 11.75C21.9739 11.75 21.75 11.9739 21.75 12.25C21.75 12.5261 21.9739 12.75 22.25 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 12.75C12.0261 12.75 12.25 12.5261 12.25 12.25C12.25 11.9739 12.0261 11.75 11.75 11.75C11.4739 11.75 11.25 11.9739 11.25 12.25C11.25 12.5261 11.4739 12.75 11.75 12.75Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2011_1934\" x=\"-4\" y=\"-4\" width=\"42\" height=\"28\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"2\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2011_1934\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2011_1934\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ngegq9\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"cRSTrPGWm\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"It\u2019s for Jan 18th at 2 PM.\"})}),className:\"framer-11bjwps\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sJGzdagoG\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-m47p26\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"gOAjInaZd\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-42mt01\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"co7aKpoGj\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"},className:\"framer-454svh\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"WYp17v0wR\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({AbcKE14xr:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+310.0000000000002+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oo3m7a\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"wfAV0mPxq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i6d0h3\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"jJ4tbSB9l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-cjyheo\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"zYkkl8Nf7\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-fl0joy\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rPRpo_lvv\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-5pde4a\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wzTSLjqO3\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-x1si0b\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"UBGvpTs0w\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you. Would you like to reschedule it to another date or time?\"})}),className:\"framer-11byuln\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Gu1uDv0Qe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1em2h3j\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"tPPCXNlNt\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Yes, Jan 25th at 10 AM.\"})}),className:\"framer-1orpl9z\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LCdixuklc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-x0uhlc\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"mMtc89NhG\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wgnjw0\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"PwujnUIzA\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"},className:\"framer-xv5r1t\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"TAU2QGNM0\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({AbcKE14xr:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+12.000000000000227+796-238+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/S24v87jM9XFvA5gi3x3iKgWNw.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18jj938\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"BoV6mrHEV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xpd0nn\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"GgSKCCjYu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-104yea5\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"RsdJbwlys\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-1mgamkh\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GtokWj9lL\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1scpj72\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xsnlxNDQ4\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1loc335\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"lM9bGztsY\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Done! Your new appointment is on Jan 25th at 10 AM with Dr. Smith. You\u2019ll get a confirmation soon. Anything else I can assist with?\"})}),className:\"framer-x06le2\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RzEAGujdm\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1vus5e5\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"kXpHO7GsG\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(204, 143, 0) 0%, rgb(204, 143, 0) 7.000000029802322%, rgb(204, 143, 0) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c6mvyp\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"GwQN27tm0\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NBoEcaYr2MBpwAVlO94JexKCsb8.png\"},className:\"framer-18qqrno\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"PRIIFwMvG\",style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},...addPropertyOverrides({GTrtdH4HX:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||908)-0-904)/2+36+32)+2+0+0+832-315+16+0+0),pixelHeight:398,pixelWidth:398,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NBoEcaYr2MBpwAVlO94JexKCsb8.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yka9kv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"L1o4qIjF8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wi5nqd\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"EiXnjqtq9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"John\"})}),className:\"framer-48zm15\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"RHsPq3NPL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-2iynii\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QL7Vgpt9s\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1auz60y\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VmL4aap5V\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2bs10b\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,layoutDependency:layoutDependency,layoutId:\"biSs50xMy\",svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2011_1880)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2011_1880\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Absolutely. You can upload documents directly here.\"})}),className:\"framer-n6fzxx\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wSjxt3Jvn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1arbo2g-container\",layoutDependency:layoutDependency,layoutId:\"ZX7wygfrC-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"ZX7wygfrC\",isMixedBorderRadius:false,layoutId:\"ZX7wygfrC\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Bgj76L9vlIzj9j9L0T2gBMPLJ1E.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oh61zm-container\",layoutDependency:layoutDependency,layoutId:\"Wz6gQAmZo-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,controls:false,height:\"100%\",id:\"Wz6gQAmZo\",isMixedBorderRadius:false,layoutId:\"Wz6gQAmZo\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/LgGJNaG1Ts34vLBB2WI8kjwgwU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})})]})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zcfka.framer-ux9k26, .framer-zcfka .framer-ux9k26 { display: block; }\",\".framer-zcfka.framer-m8s7vx { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 908px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1364px; }\",\".framer-zcfka .framer-smf8vv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-zcfka .framer-hzwcnr, .framer-zcfka .framer-1l6z031 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: min-content; }\",\".framer-zcfka .framer-t5t86n, .framer-zcfka .framer-ub73by, .framer-zcfka .framer-zscoy, .framer-zcfka .framer-l3m85h, .framer-zcfka .framer-4qvi5s, .framer-zcfka .framer-1ojlqf7 { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-zcfka .framer-k0qyb9, .framer-zcfka .framer-1nwj3ac, .framer-zcfka .framer-1bqihve, .framer-zcfka .framer-1rh34ns, .framer-zcfka .framer-re03fz, .framer-zcfka .framer-151u9z7, .framer-zcfka .framer-gcvmjl, .framer-zcfka .framer-urbrbc, .framer-zcfka .framer-u7xi0s, .framer-zcfka .framer-ftabef, .framer-zcfka .framer-s4z58r, .framer-zcfka .framer-vth9pt, .framer-zcfka .framer-1jd6i00, .framer-zcfka .framer-168aggz, .framer-zcfka .framer-6dz4iv, .framer-zcfka .framer-l4452m, .framer-zcfka .framer-xqzco9, .framer-zcfka .framer-87ioje, .framer-zcfka .framer-u4kpuq, .framer-zcfka .framer-l563tu, .framer-zcfka .framer-1g6c7a6, .framer-zcfka .framer-1i15abh, .framer-zcfka .framer-1ajyko1, .framer-zcfka .framer-ctrfbz, .framer-zcfka .framer-mk9oc4, .framer-zcfka .framer-1fceymm, .framer-zcfka .framer-17jg5jf, .framer-zcfka .framer-1712vob, .framer-zcfka .framer-i6xj2g, .framer-zcfka .framer-berwlb, .framer-zcfka .framer-1xx402h, .framer-zcfka .framer-1jy1xi6, .framer-zcfka .framer-tarv40, .framer-zcfka .framer-s4xkgu, .framer-zcfka .framer-1hmjnyj, .framer-zcfka .framer-nw4qxz, .framer-zcfka .framer-19fj9o5, .framer-zcfka .framer-tzyylv, .framer-zcfka .framer-1kvo3rg, .framer-zcfka .framer-x9k7cs, .framer-zcfka .framer-a0zoe, .framer-zcfka .framer-1d27kmp, .framer-zcfka .framer-cjyheo, .framer-zcfka .framer-fl0joy, .framer-zcfka .framer-5pde4a, .framer-zcfka .framer-104yea5, .framer-zcfka .framer-1mgamkh, .framer-zcfka .framer-1scpj72, .framer-zcfka .framer-48zm15, .framer-zcfka .framer-2iynii, .framer-zcfka .framer-1auz60y { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zcfka .framer-1omrka2, .framer-zcfka .framer-15ulpyt, .framer-zcfka .framer-1iqjlg9, .framer-zcfka .framer-rcbw9r { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: min-content; }\",\".framer-zcfka .framer-z6fh3n { flex: none; height: 18px; position: relative; width: 17px; }\",\".framer-zcfka .framer-1w1uzj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-zcfka .framer-w180k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 832px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1360px; z-index: 8; }\",\".framer-zcfka .framer-12qh666 { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-zcfka .framer-im3iwj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 849px; overflow: visible; padding: 0px; position: absolute; top: 24px; width: min-content; }\",\".framer-zcfka .framer-9ipsol { flex: none; height: 360px; left: calc(36.3235294117647% - 640px / 2); overflow: visible; position: absolute; top: calc(50% - 360px / 2); width: 640px; }\",\".framer-zcfka .framer-1ej050j { flex: none; height: 315px; left: calc(50.00000000000002% - 560px / 2); mix-blend-mode: saturation; position: absolute; top: calc(50.00000000000002% - 315px / 2); width: 560px; }\",\".framer-zcfka .framer-x2hsdj-container { flex: none; height: 360px; left: 174px; position: absolute; top: 236px; width: 640px; }\",\".framer-zcfka .framer-1hh5ihq-container { flex: none; height: 360px; left: 173px; position: absolute; top: calc(50.120192307692335% - 360px / 2); width: 640px; }\",\".framer-zcfka .framer-1yq3xlx { bottom: 24px; flex: none; height: 40px; left: calc(50% - 320px / 2); position: absolute; width: 320px; }\",\".framer-zcfka .framer-szkfuy { bottom: 24px; flex: none; height: 128px; left: 24px; position: absolute; width: 128px; }\",\".framer-zcfka .framer-1ic1klm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 24px; overflow: visible; padding: 4px 0px 4px 0px; position: absolute; top: 24px; width: 232px; }\",\".framer-zcfka .framer-1q9v1vk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 0px 4px 20px; position: relative; width: 100%; }\",\".framer-zcfka .framer-fq38hq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zcfka .framer-1q003s3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zcfka .framer-voh9w0, .framer-zcfka .framer-et9wky, .framer-zcfka .framer-bxk6gq, .framer-zcfka .framer-1avmkan, .framer-zcfka .framer-1k7wree, .framer-zcfka .framer-xc7a36, .framer-zcfka .framer-8j5psw, .framer-zcfka .framer-1i2htv, .framer-zcfka .framer-pvscei, .framer-zcfka .framer-1mjkd8y, .framer-zcfka .framer-x1si0b, .framer-zcfka .framer-1loc335, .framer-zcfka .framer-2bs10b { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-zcfka .framer-1qm1jdg { flex: none; height: 20px; position: relative; width: 55px; }\",\".framer-zcfka .framer-1ho5i3g { flex: none; height: 736px; left: 988px; overflow: hidden; position: absolute; top: 12px; width: 360px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zcfka .framer-1nc7sr2 { align-content: flex-start; align-items: flex-start; bottom: 440px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; width: min-content; }\",\".framer-zcfka .framer-qhksx6, .framer-zcfka .framer-1bpvkie, .framer-zcfka .framer-1b1tyl9, .framer-zcfka .framer-1aiwltu, .framer-zcfka .framer-127jb35, .framer-zcfka .framer-sstsv6, .framer-zcfka .framer-dkc2l1, .framer-zcfka .framer-1w9aj4f, .framer-zcfka .framer-1occbq4, .framer-zcfka .framer-1wngmtl, .framer-zcfka .framer-r8nvyv, .framer-zcfka .framer-30jy8t, .framer-zcfka .framer-12dm5z9, .framer-zcfka .framer-pyiyp3, .framer-zcfka .framer-16bpptu, .framer-zcfka .framer-skc1eu, .framer-zcfka .framer-1pw9fbu, .framer-zcfka .framer-42mt01, .framer-zcfka .framer-oo3m7a, .framer-zcfka .framer-1wgnjw0, .framer-zcfka .framer-18jj938, .framer-zcfka .framer-1c6mvyp, .framer-zcfka .framer-1yka9kv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zcfka .framer-1cxa53l, .framer-zcfka .framer-a1q3n8, .framer-zcfka .framer-1hyryxi, .framer-zcfka .framer-4r2p0u, .framer-zcfka .framer-1bu5rug, .framer-zcfka .framer-1j2oqr2, .framer-zcfka .framer-15ak7m4, .framer-zcfka .framer-454svh, .framer-zcfka .framer-xv5r1t, .framer-zcfka .framer-18qqrno { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-zcfka .framer-vthxhv, .framer-zcfka .framer-1ank2pj, .framer-zcfka .framer-tm7vl1, .framer-zcfka .framer-myrmnt, .framer-zcfka .framer-1xpkgvi, .framer-zcfka .framer-hn3l9a, .framer-zcfka .framer-yghug6, .framer-zcfka .framer-pf8xn8, .framer-zcfka .framer-jddnji, .framer-zcfka .framer-1i6d0h3, .framer-zcfka .framer-1xpd0nn, .framer-zcfka .framer-1wi5nqd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zcfka .framer-wys2hx, .framer-zcfka .framer-9kcfpi, .framer-zcfka .framer-zhcg6t, .framer-zcfka .framer-ob6d3q, .framer-zcfka .framer-1uthow1, .framer-zcfka .framer-11byuln, .framer-zcfka .framer-x06le2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 199px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-dknnbo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; top: -40px; width: min-content; }\",\".framer-zcfka .framer-v5cdlo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 11px; top: 68px; width: min-content; }\",\".framer-zcfka .framer-1hmq8bo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; top: 50%; width: min-content; }\",\".framer-zcfka .framer-b5f75l, .framer-zcfka .framer-1uqf9me, .framer-zcfka .framer-116tp24 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zcfka .framer-1jcvs4s { align-content: flex-start; align-items: flex-start; bottom: 184px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; width: 235px; }\",\".framer-zcfka .framer-1dvx3ew { align-content: center; align-items: center; bottom: 128px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 12px; width: min-content; }\",\".framer-zcfka .framer-eva0h8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: min-content; }\",\".framer-zcfka .framer-syeecr { align-content: flex-start; align-items: flex-start; bottom: 72px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; width: min-content; }\",\".framer-zcfka .framer-ld6jhz, .framer-zcfka .framer-3vlfeb, .framer-zcfka .framer-fi4ya, .framer-zcfka .framer-9vc7d9 { flex: none; height: 20px; left: calc(50% - 34px / 2); position: absolute; top: 4px; width: 34px; }\",\".framer-zcfka .framer-1m6bce3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 9px; top: 216px; width: min-content; }\",\".framer-zcfka .framer-1izvdkf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 172px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-1c8wnwm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 46%; overflow: visible; padding: 16px; position: absolute; top: 47%; width: min-content; }\",\".framer-zcfka .framer-2nbfc5, .framer-zcfka .framer-n6fzxx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 279px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-kpxyhb { align-content: flex-start; align-items: flex-start; bottom: 235px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 9px; width: min-content; }\",\".framer-zcfka .framer-jklnqe, .framer-zcfka .framer-13oyypo { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 254px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-rtu56o { align-content: flex-start; align-items: flex-start; bottom: 35px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 9px; width: min-content; z-index: 0; }\",\".framer-zcfka .framer-1030dyl { align-content: center; align-items: center; bottom: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 48px; justify-content: flex-start; left: calc(50.00000000000002% - 336px / 2); overflow: hidden; padding: 16px 10px 16px 16px; position: absolute; width: 336px; will-change: var(--framer-will-change-override, transform); }\",\".framer-zcfka .framer-1gxg63t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 232px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-1nc7hti { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-zcfka .framer-2zd1mv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 11px; top: 232px; width: min-content; }\",\".framer-zcfka .framer-xhqgdl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 264px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-140vucp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; top: 49%; width: min-content; }\",\".framer-zcfka .framer-pij1ft { align-content: flex-start; align-items: flex-start; bottom: 244px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 11px; width: min-content; }\",\".framer-zcfka .framer-njvtk3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 122px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-1gtizx2 { align-content: flex-start; align-items: flex-start; bottom: 60px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; width: min-content; }\",\".framer-zcfka .framer-jqu7k8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; top: 22px; width: min-content; }\",\".framer-zcfka .framer-j1o039 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 253px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-10j0mg9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 11px; top: 212px; width: min-content; }\",\".framer-zcfka .framer-1yrg8ve { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 248px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-1sgzqe6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 14px; overflow: visible; padding: 16px; position: absolute; top: 47%; width: min-content; }\",\".framer-zcfka .framer-q2h4vz { align-content: flex-start; align-items: flex-start; bottom: 288px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 9px; width: min-content; }\",\".framer-zcfka .framer-1jy8585 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 181px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-130uwwh { align-content: flex-start; align-items: flex-start; bottom: 80px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 14px; overflow: visible; padding: 16px; position: absolute; width: min-content; }\",\".framer-zcfka .framer-dcgwi1 { flex: none; height: 20px; left: calc(50.00000000000002% - 34px / 2); position: absolute; top: 4px; width: 34px; }\",\".framer-zcfka .framer-1ngegq9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; top: 270px; width: min-content; }\",\".framer-zcfka .framer-11bjwps, .framer-zcfka .framer-1orpl9z { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 151px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka .framer-m47p26 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; top: 51%; width: min-content; }\",\".framer-zcfka .framer-1em2h3j { align-content: flex-start; align-items: flex-start; bottom: 254px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; width: min-content; }\",\".framer-zcfka .framer-x0uhlc { align-content: flex-start; align-items: flex-start; bottom: 46px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; width: min-content; }\",\".framer-zcfka .framer-1vus5e5 { align-content: flex-start; align-items: flex-start; bottom: 123px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: absolute; right: 52px; width: min-content; }\",\".framer-zcfka .framer-1arbo2g-container, .framer-zcfka .framer-1oh61zm-container { flex: none; height: 360px; left: 174px; position: absolute; top: calc(50.00000000000002% - 360px / 2); width: 640px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zcfka.framer-m8s7vx, .framer-zcfka .framer-smf8vv, .framer-zcfka .framer-hzwcnr, .framer-zcfka .framer-1omrka2, .framer-zcfka .framer-15ulpyt, .framer-zcfka .framer-1iqjlg9, .framer-zcfka .framer-rcbw9r, .framer-zcfka .framer-1w1uzj8, .framer-zcfka .framer-w180k, .framer-zcfka .framer-im3iwj, .framer-zcfka .framer-1l6z031, .framer-zcfka .framer-1ic1klm, .framer-zcfka .framer-1q9v1vk, .framer-zcfka .framer-fq38hq, .framer-zcfka .framer-1q003s3, .framer-zcfka .framer-1nc7sr2, .framer-zcfka .framer-qhksx6, .framer-zcfka .framer-1bpvkie, .framer-zcfka .framer-vthxhv, .framer-zcfka .framer-dknnbo, .framer-zcfka .framer-1b1tyl9, .framer-zcfka .framer-1aiwltu, .framer-zcfka .framer-1ank2pj, .framer-zcfka .framer-v5cdlo, .framer-zcfka .framer-1hmq8bo, .framer-zcfka .framer-tm7vl1, .framer-zcfka .framer-127jb35, .framer-zcfka .framer-1jcvs4s, .framer-zcfka .framer-myrmnt, .framer-zcfka .framer-sstsv6, .framer-zcfka .framer-dkc2l1, .framer-zcfka .framer-1dvx3ew, .framer-zcfka .framer-eva0h8, .framer-zcfka .framer-syeecr, .framer-zcfka .framer-1m6bce3, .framer-zcfka .framer-1c8wnwm, .framer-zcfka .framer-1w9aj4f, .framer-zcfka .framer-1occbq4, .framer-zcfka .framer-1xpkgvi, .framer-zcfka .framer-kpxyhb, .framer-zcfka .framer-rtu56o, .framer-zcfka .framer-1030dyl, .framer-zcfka .framer-2zd1mv, .framer-zcfka .framer-140vucp, .framer-zcfka .framer-1wngmtl, .framer-zcfka .framer-r8nvyv, .framer-zcfka .framer-hn3l9a, .framer-zcfka .framer-pij1ft, .framer-zcfka .framer-1gtizx2, .framer-zcfka .framer-30jy8t, .framer-zcfka .framer-12dm5z9, .framer-zcfka .framer-yghug6, .framer-zcfka .framer-jqu7k8, .framer-zcfka .framer-10j0mg9, .framer-zcfka .framer-1sgzqe6, .framer-zcfka .framer-pyiyp3, .framer-zcfka .framer-16bpptu, .framer-zcfka .framer-pf8xn8, .framer-zcfka .framer-q2h4vz, .framer-zcfka .framer-130uwwh, .framer-zcfka .framer-skc1eu, .framer-zcfka .framer-1pw9fbu, .framer-zcfka .framer-jddnji, .framer-zcfka .framer-1ngegq9, .framer-zcfka .framer-m47p26, .framer-zcfka .framer-42mt01, .framer-zcfka .framer-oo3m7a, .framer-zcfka .framer-1i6d0h3, .framer-zcfka .framer-1em2h3j, .framer-zcfka .framer-x0uhlc, .framer-zcfka .framer-1wgnjw0, .framer-zcfka .framer-18jj938, .framer-zcfka .framer-1xpd0nn, .framer-zcfka .framer-1vus5e5, .framer-zcfka .framer-1c6mvyp, .framer-zcfka .framer-1yka9kv, .framer-zcfka .framer-1wi5nqd { gap: 0px; } .framer-zcfka.framer-m8s7vx > *, .framer-zcfka .framer-w180k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-zcfka.framer-m8s7vx > :first-child, .framer-zcfka .framer-w180k > :first-child, .framer-zcfka .framer-1ic1klm > :first-child, .framer-zcfka .framer-1q9v1vk > :first-child, .framer-zcfka .framer-1nc7sr2 > :first-child, .framer-zcfka .framer-dknnbo > :first-child, .framer-zcfka .framer-v5cdlo > :first-child, .framer-zcfka .framer-1hmq8bo > :first-child, .framer-zcfka .framer-1jcvs4s > :first-child, .framer-zcfka .framer-eva0h8 > :first-child, .framer-zcfka .framer-syeecr > :first-child, .framer-zcfka .framer-1m6bce3 > :first-child, .framer-zcfka .framer-1c8wnwm > :first-child, .framer-zcfka .framer-kpxyhb > :first-child, .framer-zcfka .framer-rtu56o > :first-child, .framer-zcfka .framer-2zd1mv > :first-child, .framer-zcfka .framer-140vucp > :first-child, .framer-zcfka .framer-pij1ft > :first-child, .framer-zcfka .framer-1gtizx2 > :first-child, .framer-zcfka .framer-jqu7k8 > :first-child, .framer-zcfka .framer-10j0mg9 > :first-child, .framer-zcfka .framer-1sgzqe6 > :first-child, .framer-zcfka .framer-q2h4vz > :first-child, .framer-zcfka .framer-130uwwh > :first-child, .framer-zcfka .framer-1ngegq9 > :first-child, .framer-zcfka .framer-m47p26 > :first-child, .framer-zcfka .framer-1em2h3j > :first-child, .framer-zcfka .framer-x0uhlc > :first-child, .framer-zcfka .framer-1vus5e5 > :first-child { margin-top: 0px; } .framer-zcfka.framer-m8s7vx > :last-child, .framer-zcfka .framer-w180k > :last-child, .framer-zcfka .framer-1ic1klm > :last-child, .framer-zcfka .framer-1q9v1vk > :last-child, .framer-zcfka .framer-1nc7sr2 > :last-child, .framer-zcfka .framer-dknnbo > :last-child, .framer-zcfka .framer-v5cdlo > :last-child, .framer-zcfka .framer-1hmq8bo > :last-child, .framer-zcfka .framer-1jcvs4s > :last-child, .framer-zcfka .framer-eva0h8 > :last-child, .framer-zcfka .framer-syeecr > :last-child, .framer-zcfka .framer-1m6bce3 > :last-child, .framer-zcfka .framer-1c8wnwm > :last-child, .framer-zcfka .framer-kpxyhb > :last-child, .framer-zcfka .framer-rtu56o > :last-child, .framer-zcfka .framer-2zd1mv > :last-child, .framer-zcfka .framer-140vucp > :last-child, .framer-zcfka .framer-pij1ft > :last-child, .framer-zcfka .framer-1gtizx2 > :last-child, .framer-zcfka .framer-jqu7k8 > :last-child, .framer-zcfka .framer-10j0mg9 > :last-child, .framer-zcfka .framer-1sgzqe6 > :last-child, .framer-zcfka .framer-q2h4vz > :last-child, .framer-zcfka .framer-130uwwh > :last-child, .framer-zcfka .framer-1ngegq9 > :last-child, .framer-zcfka .framer-m47p26 > :last-child, .framer-zcfka .framer-1em2h3j > :last-child, .framer-zcfka .framer-x0uhlc > :last-child, .framer-zcfka .framer-1vus5e5 > :last-child { margin-bottom: 0px; } .framer-zcfka .framer-smf8vv > *, .framer-zcfka .framer-hzwcnr > *, .framer-zcfka .framer-1omrka2 > *, .framer-zcfka .framer-15ulpyt > *, .framer-zcfka .framer-1iqjlg9 > *, .framer-zcfka .framer-rcbw9r > *, .framer-zcfka .framer-1w1uzj8 > *, .framer-zcfka .framer-1l6z031 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-zcfka .framer-smf8vv > :first-child, .framer-zcfka .framer-hzwcnr > :first-child, .framer-zcfka .framer-1omrka2 > :first-child, .framer-zcfka .framer-15ulpyt > :first-child, .framer-zcfka .framer-1iqjlg9 > :first-child, .framer-zcfka .framer-rcbw9r > :first-child, .framer-zcfka .framer-1w1uzj8 > :first-child, .framer-zcfka .framer-im3iwj > :first-child, .framer-zcfka .framer-1l6z031 > :first-child, .framer-zcfka .framer-fq38hq > :first-child, .framer-zcfka .framer-1q003s3 > :first-child, .framer-zcfka .framer-qhksx6 > :first-child, .framer-zcfka .framer-1bpvkie > :first-child, .framer-zcfka .framer-vthxhv > :first-child, .framer-zcfka .framer-1b1tyl9 > :first-child, .framer-zcfka .framer-1aiwltu > :first-child, .framer-zcfka .framer-1ank2pj > :first-child, .framer-zcfka .framer-tm7vl1 > :first-child, .framer-zcfka .framer-127jb35 > :first-child, .framer-zcfka .framer-myrmnt > :first-child, .framer-zcfka .framer-sstsv6 > :first-child, .framer-zcfka .framer-dkc2l1 > :first-child, .framer-zcfka .framer-1dvx3ew > :first-child, .framer-zcfka .framer-1w9aj4f > :first-child, .framer-zcfka .framer-1occbq4 > :first-child, .framer-zcfka .framer-1xpkgvi > :first-child, .framer-zcfka .framer-1030dyl > :first-child, .framer-zcfka .framer-1wngmtl > :first-child, .framer-zcfka .framer-r8nvyv > :first-child, .framer-zcfka .framer-hn3l9a > :first-child, .framer-zcfka .framer-30jy8t > :first-child, .framer-zcfka .framer-12dm5z9 > :first-child, .framer-zcfka .framer-yghug6 > :first-child, .framer-zcfka .framer-pyiyp3 > :first-child, .framer-zcfka .framer-16bpptu > :first-child, .framer-zcfka .framer-pf8xn8 > :first-child, .framer-zcfka .framer-skc1eu > :first-child, .framer-zcfka .framer-1pw9fbu > :first-child, .framer-zcfka .framer-jddnji > :first-child, .framer-zcfka .framer-42mt01 > :first-child, .framer-zcfka .framer-oo3m7a > :first-child, .framer-zcfka .framer-1i6d0h3 > :first-child, .framer-zcfka .framer-1wgnjw0 > :first-child, .framer-zcfka .framer-18jj938 > :first-child, .framer-zcfka .framer-1xpd0nn > :first-child, .framer-zcfka .framer-1c6mvyp > :first-child, .framer-zcfka .framer-1yka9kv > :first-child, .framer-zcfka .framer-1wi5nqd > :first-child { margin-left: 0px; } .framer-zcfka .framer-smf8vv > :last-child, .framer-zcfka .framer-hzwcnr > :last-child, .framer-zcfka .framer-1omrka2 > :last-child, .framer-zcfka .framer-15ulpyt > :last-child, .framer-zcfka .framer-1iqjlg9 > :last-child, .framer-zcfka .framer-rcbw9r > :last-child, .framer-zcfka .framer-1w1uzj8 > :last-child, .framer-zcfka .framer-im3iwj > :last-child, .framer-zcfka .framer-1l6z031 > :last-child, .framer-zcfka .framer-fq38hq > :last-child, .framer-zcfka .framer-1q003s3 > :last-child, .framer-zcfka .framer-qhksx6 > :last-child, .framer-zcfka .framer-1bpvkie > :last-child, .framer-zcfka .framer-vthxhv > :last-child, .framer-zcfka .framer-1b1tyl9 > :last-child, .framer-zcfka .framer-1aiwltu > :last-child, .framer-zcfka .framer-1ank2pj > :last-child, .framer-zcfka .framer-tm7vl1 > :last-child, .framer-zcfka .framer-127jb35 > :last-child, .framer-zcfka .framer-myrmnt > :last-child, .framer-zcfka .framer-sstsv6 > :last-child, .framer-zcfka .framer-dkc2l1 > :last-child, .framer-zcfka .framer-1dvx3ew > :last-child, .framer-zcfka .framer-1w9aj4f > :last-child, .framer-zcfka .framer-1occbq4 > :last-child, .framer-zcfka .framer-1xpkgvi > :last-child, .framer-zcfka .framer-1030dyl > :last-child, .framer-zcfka .framer-1wngmtl > :last-child, .framer-zcfka .framer-r8nvyv > :last-child, .framer-zcfka .framer-hn3l9a > :last-child, .framer-zcfka .framer-30jy8t > :last-child, .framer-zcfka .framer-12dm5z9 > :last-child, .framer-zcfka .framer-yghug6 > :last-child, .framer-zcfka .framer-pyiyp3 > :last-child, .framer-zcfka .framer-16bpptu > :last-child, .framer-zcfka .framer-pf8xn8 > :last-child, .framer-zcfka .framer-skc1eu > :last-child, .framer-zcfka .framer-1pw9fbu > :last-child, .framer-zcfka .framer-jddnji > :last-child, .framer-zcfka .framer-42mt01 > :last-child, .framer-zcfka .framer-oo3m7a > :last-child, .framer-zcfka .framer-1i6d0h3 > :last-child, .framer-zcfka .framer-1wgnjw0 > :last-child, .framer-zcfka .framer-18jj938 > :last-child, .framer-zcfka .framer-1xpd0nn > :last-child, .framer-zcfka .framer-1c6mvyp > :last-child, .framer-zcfka .framer-1yka9kv > :last-child, .framer-zcfka .framer-1wi5nqd > :last-child { margin-right: 0px; } .framer-zcfka .framer-im3iwj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zcfka .framer-1ic1klm > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-zcfka .framer-1q9v1vk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-zcfka .framer-fq38hq > *, .framer-zcfka .framer-qhksx6 > *, .framer-zcfka .framer-1bpvkie > *, .framer-zcfka .framer-1b1tyl9 > *, .framer-zcfka .framer-1aiwltu > *, .framer-zcfka .framer-127jb35 > *, .framer-zcfka .framer-sstsv6 > *, .framer-zcfka .framer-dkc2l1 > *, .framer-zcfka .framer-1w9aj4f > *, .framer-zcfka .framer-1occbq4 > *, .framer-zcfka .framer-1wngmtl > *, .framer-zcfka .framer-r8nvyv > *, .framer-zcfka .framer-30jy8t > *, .framer-zcfka .framer-12dm5z9 > *, .framer-zcfka .framer-pyiyp3 > *, .framer-zcfka .framer-16bpptu > *, .framer-zcfka .framer-skc1eu > *, .framer-zcfka .framer-1pw9fbu > *, .framer-zcfka .framer-42mt01 > *, .framer-zcfka .framer-oo3m7a > *, .framer-zcfka .framer-1wgnjw0 > *, .framer-zcfka .framer-18jj938 > *, .framer-zcfka .framer-1c6mvyp > *, .framer-zcfka .framer-1yka9kv > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-zcfka .framer-1q003s3 > *, .framer-zcfka .framer-vthxhv > *, .framer-zcfka .framer-1ank2pj > *, .framer-zcfka .framer-tm7vl1 > *, .framer-zcfka .framer-myrmnt > *, .framer-zcfka .framer-1dvx3ew > *, .framer-zcfka .framer-1xpkgvi > *, .framer-zcfka .framer-hn3l9a > *, .framer-zcfka .framer-yghug6 > *, .framer-zcfka .framer-pf8xn8 > *, .framer-zcfka .framer-jddnji > *, .framer-zcfka .framer-1i6d0h3 > *, .framer-zcfka .framer-1xpd0nn > *, .framer-zcfka .framer-1wi5nqd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-zcfka .framer-1nc7sr2 > *, .framer-zcfka .framer-dknnbo > *, .framer-zcfka .framer-v5cdlo > *, .framer-zcfka .framer-1hmq8bo > *, .framer-zcfka .framer-1jcvs4s > *, .framer-zcfka .framer-eva0h8 > *, .framer-zcfka .framer-syeecr > *, .framer-zcfka .framer-1m6bce3 > *, .framer-zcfka .framer-1c8wnwm > *, .framer-zcfka .framer-kpxyhb > *, .framer-zcfka .framer-rtu56o > *, .framer-zcfka .framer-2zd1mv > *, .framer-zcfka .framer-140vucp > *, .framer-zcfka .framer-pij1ft > *, .framer-zcfka .framer-1gtizx2 > *, .framer-zcfka .framer-jqu7k8 > *, .framer-zcfka .framer-10j0mg9 > *, .framer-zcfka .framer-1sgzqe6 > *, .framer-zcfka .framer-q2h4vz > *, .framer-zcfka .framer-130uwwh > *, .framer-zcfka .framer-1ngegq9 > *, .framer-zcfka .framer-m47p26 > *, .framer-zcfka .framer-1em2h3j > *, .framer-zcfka .framer-x0uhlc > *, .framer-zcfka .framer-1vus5e5 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-zcfka .framer-1030dyl > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } }\",\".framer-zcfka.framer-v-1mp5oaf .framer-hzwcnr, .framer-zcfka.framer-v-1cckqvx .framer-hzwcnr, .framer-zcfka.framer-v-1dhqqjk .framer-hzwcnr, .framer-zcfka.framer-v-1j29ewx .framer-hzwcnr { cursor: pointer; }\",\".framer-zcfka.framer-v-1mp5oaf .framer-1ho5i3g, .framer-zcfka.framer-v-1cckqvx .framer-1ho5i3g, .framer-zcfka.framer-v-1dhqqjk .framer-1ho5i3g, .framer-zcfka.framer-v-1j29ewx .framer-1ho5i3g { height: 796px; left: unset; right: 12px; top: calc(49.27884615384618% - 796px / 2); }\",\".framer-zcfka.framer-v-1mp5oaf .framer-1nc7sr2 { bottom: unset; top: 72px; }\",\".framer-zcfka.framer-v-1mp5oaf .framer-v5cdlo { top: -16px; }\",\".framer-zcfka.framer-v-1mp5oaf .framer-xqzco9, .framer-zcfka.framer-v-1dhqqjk .framer-xqzco9 { white-space: pre-wrap; width: 259px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka.framer-v-1mp5oaf .framer-1dvx3ew, .framer-zcfka.framer-v-1dhqqjk .framer-1dvx3ew { min-height: 48px; min-width: 146px; }\",\".framer-zcfka.framer-v-1cckqvx .framer-1nc7sr2 { bottom: unset; left: 14px; top: 52px; }\",\".framer-zcfka.framer-v-1cckqvx .framer-v5cdlo { top: -12px; }\",\".framer-zcfka.framer-v-1cckqvx .framer-xqzco9 { white-space: pre-wrap; width: 252px; word-break: break-word; word-wrap: break-word; }\",\".framer-zcfka.framer-v-1cckqvx .framer-1dvx3ew { bottom: 188px; min-height: 48px; min-width: 146px; }\",\".framer-zcfka.framer-v-1cckqvx .framer-1030dyl, .framer-zcfka.framer-v-1j29ewx .framer-1030dyl { bottom: 10px; z-index: 2; }\",\".framer-zcfka.framer-v-1dhqqjk .framer-1nc7sr2 { bottom: unset; left: 9px; top: 80px; }\",\".framer-zcfka.framer-v-1dhqqjk .framer-v5cdlo { right: 9px; top: -8px; }\",\".framer-zcfka.framer-v-1dhqqjk .framer-1030dyl { z-index: 2; }\",\".framer-zcfka.framer-v-1j29ewx .framer-1nc7sr2 { bottom: unset; top: 110px; }\",\".framer-zcfka.framer-v-1j29ewx .framer-1dvx3ew { bottom: 188px; min-height: 144px; min-width: 231px; }\",'.framer-zcfka[data-border=\"true\"]::after, .framer-zcfka [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 908\n * @framerIntrinsicWidth 1364\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"iJq7HsCfI\":{\"layout\":[\"fixed\",\"fixed\"]},\"l7x_NKfy8\":{\"layout\":[\"fixed\",\"fixed\"]},\"GTrtdH4HX\":{\"layout\":[\"fixed\",\"fixed\"]},\"AbcKE14xr\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerprk_PJTcC=withCSS(Component,css,\"framer-zcfka\");export default Framerprk_PJTcC;Framerprk_PJTcC.displayName=\"Hero Image\";Framerprk_PJTcC.defaultProps={height:908,width:1364};addPropertyControls(Framerprk_PJTcC,{variant:{options:[\"Kyhv7VtHz\",\"iJq7HsCfI\",\"l7x_NKfy8\",\"GTrtdH4HX\",\"AbcKE14xr\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerprk_PJTcC,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerprk_PJTcC\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"908\",\"framerIntrinsicWidth\":\"1364\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iJq7HsCfI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"l7x_NKfy8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GTrtdH4HX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AbcKE14xr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./prk_PJTcC.map", "// Generated by Framer (68888f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"a3U8lYvut\",\"pwQ1pTBXb\"];const serializationHash=\"framer-nOyhx\";const variantClassNames={a3U8lYvut:\"framer-v-p0cn6k\",pwQ1pTBXb:\"framer-v-19mdfvw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"a3U8lYvut\",Opened:\"pwQ1pTBXb\"};const getProps=({click,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,fNUYsAMJv:click!==null&&click!==void 0?click:props.fNUYsAMJv,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"a3U8lYvut\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fNUYsAMJv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"a3U8lYvut\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1764hhf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(fNUYsAMJv){const res=await fNUYsAMJv(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-p0cn6k\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"a3U8lYvut\",onTap:onTap1764hhf,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({pwQ1pTBXb:{\"data-framer-name\":\"Opened\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17pfy9e\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"OjL6_HPHd\",style:{backgroundColor:\"var(--token-fb552b7f-a107-45dc-9e34-ef837a53e5c2, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{pwQ1pTBXb:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4x8eji\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"shLdwlRGB\",style:{backgroundColor:\"var(--token-fb552b7f-a107-45dc-9e34-ef837a53e5c2, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{pwQ1pTBXb:{rotate:-45}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nOyhx.framer-11oxehl, .framer-nOyhx .framer-11oxehl { display: block; }\",\".framer-nOyhx.framer-p0cn6k { cursor: pointer; height: 32px; overflow: visible; position: relative; width: 32px; }\",\".framer-nOyhx .framer-17pfy9e { flex: none; height: 2px; left: calc(50.00000000000002% - 21px / 2); overflow: visible; position: absolute; top: 9px; width: 21px; }\",\".framer-nOyhx .framer-4x8eji { bottom: 9px; flex: none; height: 2px; left: calc(50.00000000000002% - 21px / 2); overflow: visible; position: absolute; width: 21px; }\",\".framer-nOyhx.framer-v-19mdfvw.framer-p0cn6k { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 32px); }\",\".framer-nOyhx.framer-v-19mdfvw .framer-17pfy9e { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-nOyhx.framer-v-19mdfvw .framer-4x8eji { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pwQ1pTBXb\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"fNUYsAMJv\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJr5N2Bnlz=withCSS(Component,css,\"framer-nOyhx\");export default FramerJr5N2Bnlz;FramerJr5N2Bnlz.displayName=\"Hamburger menu\";FramerJr5N2Bnlz.defaultProps={height:32,width:32};addPropertyControls(FramerJr5N2Bnlz,{variant:{options:[\"a3U8lYvut\",\"pwQ1pTBXb\"],optionTitles:[\"Default\",\"Opened\"],title:\"Variant\",type:ControlType.Enum},fNUYsAMJv:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerJr5N2Bnlz,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJr5N2Bnlz\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"32\",\"framerIntrinsicWidth\":\"32\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pwQ1pTBXb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"fNUYsAMJv\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Jr5N2Bnlz.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";const EmbedFonts=getFonts(Embed);const serializationHash=\"framer-8nuAf\";const variantClassNames={U95FbEaUu:\"framer-v-1obcyaj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.7,ease:[.99,0,.09,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,width,...props})=>{return{...props,E9Hn8GJQT:link!==null&&link!==void 0?link:props.E9Hn8GJQT};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,E9Hn8GJQT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"U95FbEaUu\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:E9Hn8GJQT,nodeId:\"U95FbEaUu\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1obcyaj\",className,classNames)} framer-xujyjt`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"U95FbEaUu\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1l9r1mm\",layoutDependency:layoutDependency,layoutId:\"T5ab7hKfl\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xbjl6e\",layoutDependency:layoutDependency,layoutId:\"Ap1xQR2aS\",style:{scale:.1},transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xcbofg-container\",layoutDependency:layoutDependency,layoutId:\"ANWHisgyG-container\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"ANWHisgyG\",layoutId:\"ANWHisgyG\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://my.spline.design/gigamllogo-48b97bffc8332c18cf09fac8c4e05367/\",width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1izbow0\",\"data-framer-name\":\"GXF-2 (35)\",fill:\"black\",intrinsicHeight:21,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"f4c8RgMjw\",svg:'<svg width=\"69\" height=\"21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m44.486 8.287 1.71 8.712h2.196l4.842-8.784-1.584 8.784h2.43l2.286-12.924h-3.24l-5.328 9.684-1.908-9.684h-3.078l-2.286 12.924h2.412l1.548-8.712Zm12.034 8.712h8.064l.414-2.394h-5.436l1.89-10.53h-2.646L56.52 16.999Z\" fill=\"#fff\"/></g><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.242 6.575c.892 0 1.508-.633 1.508-1.482 0-.885-.616-1.518-1.508-1.518-.876 0-1.492.633-1.492 1.518 0 .85.616 1.482 1.492 1.482ZM36.23 16.999v-1.188c-.63.9-1.584 1.368-2.898 1.368-1.998 0-3.33-1.17-3.33-2.97 0-1.872 1.512-2.88 4.32-2.88.54 0 1.008.036 1.602.108v-.576c0-1.08-.612-1.71-1.656-1.71-1.08 0-1.728.63-1.818 1.71H30.2c.144-2.214 1.746-3.654 4.068-3.654 2.52 0 3.996 1.386 3.996 3.744v6.048H36.23Zm-3.87-2.862c0 .81.576 1.314 1.512 1.314 1.278 0 2.052-.702 2.052-1.818v-.684a9.164 9.164 0 0 0-1.44-.126c-1.422 0-2.124.45-2.124 1.314Zm-8.644 6.842c-2.592 0-4.32-1.404-4.428-3.618H21.7c.108 1.098.81 1.674 1.998 1.674 1.386 0 2.106-.738 2.106-2.124v-1.404c-.522.918-1.512 1.458-2.682 1.458-2.358 0-4.122-1.998-4.122-4.716 0-2.79 1.656-4.716 4.032-4.716 1.296 0 2.268.504 2.97 1.494V7.713h2.286v9.162c0 2.556-1.728 4.104-4.572 4.104Zm-2.214-8.73c0 1.566.81 2.556 2.106 2.556 1.314 0 2.178-1.026 2.178-2.538 0-1.566-.864-2.574-2.178-2.574-1.278 0-2.106.99-2.106 2.556Zm-6.501 5.076h2.502V7.713h-2.502v9.612ZM0 10.809c0 3.996 2.916 6.786 6.66 6.786 4.122 0 6.678-3.024 6.516-7.236h-6.66v2.178h3.744c-.36 1.602-1.566 2.736-3.474 2.736-2.592 0-3.978-1.908-3.978-4.392 0-2.772 1.584-4.302 3.672-4.302 1.728 0 2.916.99 3.312 2.304h3.222c-.846-2.808-3.186-4.752-6.462-4.752C2.772 4.131 0 6.993 0 10.809Z\" fill=\"url(#b)\"/><defs><linearGradient id=\"b\" x1=\"0\" y1=\"12.277\" x2=\"38.265\" y2=\"12.277\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\".5\" stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".75\"/></linearGradient><filter id=\"a\" x=\"36.526\" y=\".075\" width=\"32.472\" height=\"20.924\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset/><feGaussianBlur stdDeviation=\"2\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2009_1694\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_2009_1694\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})]})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8nuAf.framer-xujyjt, .framer-8nuAf .framer-xujyjt { display: block; }\",\".framer-8nuAf.framer-1obcyaj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-8nuAf .framer-1l9r1mm { flex: none; height: 42px; overflow: visible; position: relative; width: 170px; }\",\".framer-8nuAf .framer-xbjl6e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-8nuAf .framer-xcbofg-container { flex: none; height: 400px; position: relative; width: 600px; }\",\".framer-8nuAf .framer-1izbow0 { aspect-ratio: 3.2857142857142856 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 317px); position: relative; width: 1042px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8nuAf.framer-1obcyaj, .framer-8nuAf .framer-xbjl6e { gap: 0px; } .framer-8nuAf.framer-1obcyaj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-8nuAf.framer-1obcyaj > :first-child, .framer-8nuAf .framer-xbjl6e > :first-child { margin-left: 0px; } .framer-8nuAf.framer-1obcyaj > :last-child, .framer-8nuAf .framer-xbjl6e > :last-child { margin-right: 0px; } .framer-8nuAf .framer-xbjl6e > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"E9Hn8GJQT\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCJ2VqhI6T=withCSS(Component,css,\"framer-8nuAf\");export default FramerCJ2VqhI6T;FramerCJ2VqhI6T.displayName=\"Brand\";FramerCJ2VqhI6T.defaultProps={height:42,width:170};addPropertyControls(FramerCJ2VqhI6T,{E9Hn8GJQT:{title:\"Link\",type:ControlType.Link}});addFonts(FramerCJ2VqhI6T,[{explicitInter:true,fonts:[]},...EmbedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCJ2VqhI6T\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"E9Hn8GJQT\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"170\",\"framerIntrinsicHeight\":\"42\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CJ2VqhI6T.map", "// Generated by Framer (af04cc1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={FsqARRgbc:{hover:true}};const cycleOrder=[\"FsqARRgbc\",\"gCbs3yPaz\"];const serializationHash=\"framer-ARGQz\";const variantClassNames={FsqARRgbc:\"framer-v-e20miq\",gCbs3yPaz:\"framer-v-11w2boe\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Active:\"gCbs3yPaz\",Default:\"FsqARRgbc\"};const getProps=({height,id,link,navContent,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,LV5Nl2spY:link!==null&&link!==void 0?link:props.LV5Nl2spY,NTEbAdldq:(_ref=navContent!==null&&navContent!==void 0?navContent:props.NTEbAdldq)!==null&&_ref!==void 0?_ref:\"Features\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"FsqARRgbc\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NTEbAdldq,LV5Nl2spY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FsqARRgbc\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:LV5Nl2spY,nodeId:\"FsqARRgbc\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-e20miq\",className,classNames)} framer-1v2nez9`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"FsqARRgbc\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"FsqARRgbc-hover\":{\"data-framer-name\":undefined},gCbs3yPaz:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"Features\"})}),className:\"framer-g2zjuj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WRUeI6CFW\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:NTEbAdldq,variants:{\"FsqARRgbc-hover\":{\"--extracted-r6o4lv\":\"var(--token-fb552b7f-a107-45dc-9e34-ef837a53e5c2, rgb(255, 255, 255))\"},gCbs3yPaz:{\"--extracted-r6o4lv\":\"var(--token-fb552b7f-a107-45dc-9e34-ef837a53e5c2, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"FsqARRgbc-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb552b7f-a107-45dc-9e34-ef837a53e5c2, rgb(255, 255, 255)))\"},children:\"Features\"})})},gCbs3yPaz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-fb552b7f-a107-45dc-9e34-ef837a53e5c2, rgb(255, 255, 255)))\"},children:\"Features\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ARGQz.framer-1v2nez9, .framer-ARGQz .framer-1v2nez9 { display: block; }\",\".framer-ARGQz.framer-e20miq { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ARGQz .framer-g2zjuj { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ARGQz.framer-e20miq { gap: 0px; } .framer-ARGQz.framer-e20miq > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ARGQz.framer-e20miq > :first-child { margin-left: 0px; } .framer-ARGQz.framer-e20miq > :last-child { margin-right: 0px; } }\",\".framer-ARGQz.framer-v-11w2boe.framer-e20miq { cursor: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22\n * @framerIntrinsicWidth 57\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"gCbs3yPaz\":{\"layout\":[\"auto\",\"auto\"]},\"oyYPiZ6Nu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NTEbAdldq\":\"navContent\",\"LV5Nl2spY\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGj5GvLjYS=withCSS(Component,css,\"framer-ARGQz\");export default FramerGj5GvLjYS;FramerGj5GvLjYS.displayName=\"Nav link\";FramerGj5GvLjYS.defaultProps={height:22,width:57};addPropertyControls(FramerGj5GvLjYS,{variant:{options:[\"FsqARRgbc\",\"gCbs3yPaz\"],optionTitles:[\"Default\",\"Active\"],title:\"Variant\",type:ControlType.Enum},NTEbAdldq:{defaultValue:\"Features\",displayTextArea:false,title:\"Nav content\",type:ControlType.String},LV5Nl2spY:{title:\"Link\",type:ControlType.Link}});addFonts(FramerGj5GvLjYS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGj5GvLjYS\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"NTEbAdldq\\\":\\\"navContent\\\",\\\"LV5Nl2spY\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gCbs3yPaz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oyYPiZ6Nu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"22\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"57\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Gj5GvLjYS.map", "// Generated by Framer (5bbf1f3)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-P6jUO\";const variantClassNames={SwZYNYHP7:\"framer-v-b8qgxc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,link,title,width,...props})=>{var _ref;return{...props,BIXuzguGc:link!==null&&link!==void 0?link:props.BIXuzguGc,pgZrKUgVG:(_ref=title!==null&&title!==void 0?title:props.pgZrKUgVG)!==null&&_ref!==void 0?_ref:\"Get Started\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Variants=motion.create(React.Fragment);const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pgZrKUgVG,BIXuzguGc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"SwZYNYHP7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:BIXuzguGc,nodeId:\"SwZYNYHP7\",openInNewTab:true,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-b8qgxc\",className,classNames)} framer-at2fbu`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"SwZYNYHP7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{background:\"linear-gradient(180deg, rgb(251, 251, 251) 0%, rgb(195, 195, 195) 100%)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"inset 0px 1px 10px 0px rgba(255, 255, 255, 0.05)\",...style},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(17, 17, 17))\"},children:\"Content\"})}),className:\"framer-ymfdr7\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"XQDgdHQ1t\",style:{\"--extracted-r6o4lv\":\"rgb(17, 17, 17)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:pgZrKUgVG,verticalAlignment:\"top\",withExternalLayout:true})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-P6jUO.framer-at2fbu, .framer-P6jUO .framer-at2fbu { display: block; }\",\".framer-P6jUO.framer-b8qgxc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 20px 8px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-P6jUO .framer-ymfdr7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-P6jUO.framer-b8qgxc { gap: 0px; } .framer-P6jUO.framer-b8qgxc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-P6jUO.framer-b8qgxc > :first-child { margin-left: 0px; } .framer-P6jUO.framer-b8qgxc > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 37\n * @framerIntrinsicWidth 117\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"pgZrKUgVG\":\"title\",\"BIXuzguGc\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYKRBaU_7r=withCSS(Component,css,\"framer-P6jUO\");export default FramerYKRBaU_7r;FramerYKRBaU_7r.displayName=\"Button/Primary\";FramerYKRBaU_7r.defaultProps={height:37,width:117};addPropertyControls(FramerYKRBaU_7r,{pgZrKUgVG:{defaultValue:\"Get Started\",displayTextArea:false,title:\"Title\",type:ControlType.String},BIXuzguGc:{title:\"Link\",type:ControlType.Link}});addFonts(FramerYKRBaU_7r,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYKRBaU_7r\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"pgZrKUgVG\\\":\\\"title\\\",\\\"BIXuzguGc\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"37\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"117\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YKRBaU_7r.map", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import HamburgerMenu from\"https://framerusercontent.com/modules/pMeW5pyOjJVms8rY4Oix/sJvCcVgcHgpe4W5Erfb4/Jr5N2Bnlz.js\";import Brand from\"https://framerusercontent.com/modules/jcf52CqVlNL3Tangulos/Mlsp2Ur1kMfA8JO6Sbfu/CJ2VqhI6T.js\";import NavLink from\"https://framerusercontent.com/modules/gYD85UB6EArNEXi0UdF1/k5rpomLn6WyFMlwhFHob/Gj5GvLjYS.js\";import ButtonPrimary from\"https://framerusercontent.com/modules/xVH5bHVju5e8wrSFbKlJ/UcZfGRYF1vOEqVOm9Oa5/YKRBaU_7r.js\";const NavLinkFonts=getFonts(NavLink);const BrandFonts=getFonts(Brand);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const HamburgerMenuFonts=getFonts(HamburgerMenu);const cycleOrder=[\"DYFftetJk\",\"Wxi_WY34K\",\"l307CcLpQ\",\"YMdDO6D0I\",\"DypUEsJOi\"];const serializationHash=\"framer-Lcxpo\";const variantClassNames={DYFftetJk:\"framer-v-1wht3oy\",DypUEsJOi:\"framer-v-h1kiuy\",l307CcLpQ:\"framer-v-af61ql\",Wxi_WY34K:\"framer-v-jb32dg\",YMdDO6D0I:\"framer-v-fkab6a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop Scroll\":\"Wxi_WY34K\",\"Mobile opened\":\"DypUEsJOi\",Desktop:\"DYFftetJk\",Mobile:\"YMdDO6D0I\",Tablet:\"l307CcLpQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"DYFftetJk\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"DYFftetJk\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseLeaveamgfs4=activeVariantCallback(async(...args)=>{setVariant(\"YMdDO6D0I\");});const fNUYsAMJv15y6ev4=activeVariantCallback(async(...args)=>{setVariant(\"DypUEsJOi\");});const fNUYsAMJvamgfs4=activeVariantCallback(async(...args)=>{setVariant(\"YMdDO6D0I\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"DypUEsJOi\")return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"YMdDO6D0I\",\"DypUEsJOi\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"Wxi_WY34K\")return false;return true;};const isDisplayed3=()=>{if([\"YMdDO6D0I\",\"DypUEsJOi\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"Wxi_WY34K\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1wht3oy\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"DYFftetJk\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\",...style},variants:{DypUEsJOi:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"var(--token-837cf3f0-d086-4476-ba7d-8408c733c615, rgb(20, 20, 23))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,WebkitBackdropFilter:\"none\"},l307CcLpQ:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\"},Wxi_WY34K:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-7d1f337e-d1f3-467b-a83b-01c4a2ca74e0, rgb(48, 50, 54))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(30px)\",backgroundColor:\"rgba(0, 0, 0, 0.6)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,WebkitBackdropFilter:\"blur(30px)\"},YMdDO6D0I:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backdropFilter:\"none\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,WebkitBackdropFilter:\"none\"}},...addPropertyOverrides({DypUEsJOi:{\"data-framer-name\":\"Mobile opened\"},l307CcLpQ:{\"data-framer-name\":\"Tablet\"},Wxi_WY34K:{\"data-border\":true,\"data-framer-name\":\"Desktop Scroll\"},YMdDO6D0I:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tq5wth\",\"data-framer-name\":\"Nav list\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"elTIAs5ce\",onMouseLeave:onMouseLeaveamgfs4,style:{backgroundColor:\"var(--token-837cf3f0-d086-4476-ba7d-8408c733c615, rgb(20, 20, 23))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({DypUEsJOi:{y:(componentViewport?.y||0)+78+16+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gxwth5-container\",layoutDependency:layoutDependency,layoutId:\"BLhtIJXIC-container\",nodeId:\"BLhtIJXIC\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"BLhtIJXIC\",layoutId:\"BLhtIJXIC\",LV5Nl2spY:\"https://demo.gigaml.net\",NTEbAdldq:\"Demo\",variant:\"FsqARRgbc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,...addPropertyOverrides({DypUEsJOi:{y:(componentViewport?.y||0)+78+16+46}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18nopik-container\",layoutDependency:layoutDependency,layoutId:\"XbCDG6XUg-container\",nodeId:\"XbCDG6XUg\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(NavLink,{height:\"100%\",id:\"XbCDG6XUg\",layoutId:\"XbCDG6XUg\",LV5Nl2spY:\"https://lez7vpvr8el.typeform.com/to/o63xN8Ry\",NTEbAdldq:\"Sales\",variant:\"FsqARRgbc\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1knrqk1\",\"data-framer-name\":\"Wrapper\",layoutDependency:layoutDependency,layoutId:\"EH0_2Kxea\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8nfuqi\",\"data-framer-name\":\"Brand wrapper\",layoutDependency:layoutDependency,layoutId:\"XnNaMpxVr\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":lhMOAnygI\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":lhMOAnygI\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":lhMOAnygI\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":lhMOAnygI\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":lhMOAnygI\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+(12+((componentViewport?.height||66)-24-42)/2)+0+0+0,...addPropertyOverrides({DypUEsJOi:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||200)-24-42)/1*0)+0+0+0},YMdDO6D0I:{y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-42)/2)+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bif7bm-container\",layoutDependency:layoutDependency,layoutId:\"hZKayRO9h-container\",nodeId:\"hZKayRO9h\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(Brand,{E9Hn8GJQT:resolvedLinks[0],height:\"100%\",id:\"hZKayRO9h\",layoutId:\"hZKayRO9h\",width:\"100%\",...addPropertyOverrides({DypUEsJOi:{E9Hn8GJQT:resolvedLinks[4]},l307CcLpQ:{E9Hn8GJQT:resolvedLinks[2]},Wxi_WY34K:{E9Hn8GJQT:resolvedLinks[1]},YMdDO6D0I:{E9Hn8GJQT:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uwlzud\",\"data-framer-name\":\"Nav list\",layoutDependency:layoutDependency,layoutId:\"EBz8Sf3b4\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g750ae\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"OpwmAj4o_\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+(12+((componentViewport?.height||66)-24-42)/2)+2.5+0,...addPropertyOverrides({DypUEsJOi:{y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||200)-24-42)/1*0)+2.5+0},YMdDO6D0I:{y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-42)/2)+2.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14bau9t-container\",layoutDependency:layoutDependency,layoutId:\"yYlphiyzG-container\",nodeId:\"yYlphiyzG\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(ButtonPrimary,{BIXuzguGc:\"https://demo.gigaml.com/\",height:\"100%\",id:\"yYlphiyzG\",layoutId:\"yYlphiyzG\",pgZrKUgVG:\"View Demo\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+(12+((componentViewport?.height||66)-24-42)/2)+2.5+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fr0zfh-container\",layoutDependency:layoutDependency,layoutId:\"vGwK1Sotl-container\",nodeId:\"vGwK1Sotl\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(ButtonPrimary,{BIXuzguGc:\"https://auth.gigaml.com/en/login\",height:\"100%\",id:\"vGwK1Sotl\",layoutId:\"vGwK1Sotl\",pgZrKUgVG:\"Login\",width:\"100%\",...addPropertyOverrides({Wxi_WY34K:{BIXuzguGc:\"https://demo.gigaml.net/\",pgZrKUgVG:\"View Demo\"}},baseVariant,gestureVariant)})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DypUEsJOi:{height:32,width:\"32px\",y:(componentViewport?.y||0)+12+(0+0+((componentViewport?.height||200)-24-42)/1*0)+2.5+2.5},YMdDO6D0I:{height:32,width:\"32px\",y:(componentViewport?.y||0)+(12+((componentViewport?.height||200)-24-42)/2)+2.5+2.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qzpctb-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"hNF7Rrrk4-container\",nodeId:\"hNF7Rrrk4\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(HamburgerMenu,{height:\"100%\",id:\"hNF7Rrrk4\",layoutId:\"hNF7Rrrk4\",style:{height:\"100%\",width:\"100%\"},variant:\"a3U8lYvut\",width:\"100%\",...addPropertyOverrides({DypUEsJOi:{fNUYsAMJv:fNUYsAMJvamgfs4,variant:\"pwQ1pTBXb\"},YMdDO6D0I:{fNUYsAMJv:fNUYsAMJv15y6ev4}},baseVariant,gestureVariant)})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({Wxi_WY34K:{height:37,y:(componentViewport?.y||0)+(12+((componentViewport?.height||66)-24-42)/2)+2.5+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-6jpt73-container\",layoutDependency:layoutDependency,layoutId:\"yGvSx_aEf-container\",nodeId:\"yGvSx_aEf\",rendersWithMotion:true,scopeId:\"uhFBZtpzz\",children:/*#__PURE__*/_jsx(ButtonPrimary,{BIXuzguGc:\"https://auth.gigaml.com/en/login\",height:\"100%\",id:\"yGvSx_aEf\",layoutId:\"yGvSx_aEf\",pgZrKUgVG:\"Login\",width:\"100%\"})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Lcxpo.framer-1se2xoj, .framer-Lcxpo .framer-1se2xoj { display: block; }\",\".framer-Lcxpo.framer-1wht3oy { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 12px 0px 12px 0px; position: relative; width: 1200px; }\",\".framer-Lcxpo .framer-tq5wth { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 16px; position: absolute; right: 0px; top: 78px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Lcxpo .framer-gxwth5-container, .framer-Lcxpo .framer-18nopik-container, .framer-Lcxpo .framer-1bif7bm-container, .framer-Lcxpo .framer-14bau9t-container, .framer-Lcxpo .framer-fr0zfh-container, .framer-Lcxpo .framer-6jpt73-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Lcxpo .framer-1knrqk1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lcxpo .framer-8nfuqi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lcxpo .framer-1uwlzud { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 42px; height: min-content; justify-content: center; min-height: 22px; min-width: 52px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Lcxpo .framer-1g750ae { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Lcxpo .framer-1qzpctb-container { flex: none; height: 32px; position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Lcxpo .framer-tq5wth, .framer-Lcxpo .framer-1knrqk1, .framer-Lcxpo .framer-8nfuqi, .framer-Lcxpo .framer-1uwlzud, .framer-Lcxpo .framer-1g750ae { gap: 0px; } .framer-Lcxpo .framer-tq5wth > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Lcxpo .framer-tq5wth > :first-child, .framer-Lcxpo .framer-8nfuqi > :first-child { margin-top: 0px; } .framer-Lcxpo .framer-tq5wth > :last-child, .framer-Lcxpo .framer-8nfuqi > :last-child { margin-bottom: 0px; } .framer-Lcxpo .framer-1knrqk1 > *, .framer-Lcxpo .framer-1g750ae > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Lcxpo .framer-1knrqk1 > :first-child, .framer-Lcxpo .framer-1uwlzud > :first-child, .framer-Lcxpo .framer-1g750ae > :first-child { margin-left: 0px; } .framer-Lcxpo .framer-1knrqk1 > :last-child, .framer-Lcxpo .framer-1uwlzud > :last-child, .framer-Lcxpo .framer-1g750ae > :last-child { margin-right: 0px; } .framer-Lcxpo .framer-8nfuqi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Lcxpo .framer-1uwlzud > * { margin: 0px; margin-left: calc(42px / 2); margin-right: calc(42px / 2); } }\",\".framer-Lcxpo.framer-v-jb32dg.framer-1wht3oy { padding: 12px; width: 800px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Lcxpo.framer-v-af61ql.framer-1wht3oy { width: 746px; }\",\".framer-Lcxpo.framer-v-fkab6a.framer-1wht3oy { width: 358px; }\",\".framer-Lcxpo.framer-v-h1kiuy.framer-1wht3oy { flex-direction: column; overflow: visible; padding: 12px; width: 358px; }\",\".framer-Lcxpo.framer-v-h1kiuy .framer-tq5wth { order: 1; }\",\".framer-Lcxpo.framer-v-h1kiuy .framer-1knrqk1 { flex: none; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Lcxpo.framer-v-h1kiuy.framer-1wht3oy { gap: 0px; } .framer-Lcxpo.framer-v-h1kiuy.framer-1wht3oy > *, .framer-Lcxpo.framer-v-h1kiuy.framer-1wht3oy > :first-child, .framer-Lcxpo.framer-v-h1kiuy.framer-1wht3oy > :last-child { margin: 0px; } }\",'.framer-Lcxpo[data-border=\"true\"]::after, .framer-Lcxpo [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 66\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Wxi_WY34K\":{\"layout\":[\"fixed\",\"auto\"]},\"l307CcLpQ\":{\"layout\":[\"fixed\",\"auto\"]},\"YMdDO6D0I\":{\"layout\":[\"fixed\",\"auto\"]},\"DypUEsJOi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameruhFBZtpzz=withCSS(Component,css,\"framer-Lcxpo\");export default FrameruhFBZtpzz;FrameruhFBZtpzz.displayName=\"Navbar\";FrameruhFBZtpzz.defaultProps={height:66,width:1200};addPropertyControls(FrameruhFBZtpzz,{variant:{options:[\"DYFftetJk\",\"Wxi_WY34K\",\"l307CcLpQ\",\"YMdDO6D0I\",\"DypUEsJOi\"],optionTitles:[\"Desktop\",\"Desktop Scroll\",\"Tablet\",\"Mobile\",\"Mobile opened\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameruhFBZtpzz,[{explicitInter:true,fonts:[]},...NavLinkFonts,...BrandFonts,...ButtonPrimaryFonts,...HamburgerMenuFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameruhFBZtpzz\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"66\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wxi_WY34K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"l307CcLpQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YMdDO6D0I\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DypUEsJOi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./uhFBZtpzz.map", "// Generated by Framer (be619af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import RotatingConicalGradient from\"https://framerusercontent.com/modules/p6Jy30ZQgLxWot0iILHH/dxBgyYDtVv7QzASD9wd4/RotatingConicalGradient.js\";const RotatingConicalGradientFonts=getFonts(RotatingConicalGradient);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"sfbsyKNvB\",\"XXARjguxO\",\"PUwmQP4gn\",\"oHn5o5k5x\",\"OOmtYokI2\"];const serializationHash=\"framer-ZQdsQ\";const variantClassNames={oHn5o5k5x:\"framer-v-7tf5we\",OOmtYokI2:\"framer-v-1bpwivn\",PUwmQP4gn:\"framer-v-1m1p836\",sfbsyKNvB:\"framer-v-1r95skl\",XXARjguxO:\"framer-v-1kdkdwn\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"sfbsyKNvB\",\"Variant 2\":\"XXARjguxO\",\"Variant 3\":\"PUwmQP4gn\",\"Variant 4\":\"oHn5o5k5x\",\"Variant 5\":\"OOmtYokI2\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"sfbsyKNvB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"sfbsyKNvB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1sb62p3=activeVariantCallback(async(...args)=>{setVariant(\"sfbsyKNvB\");});const onTap15yvwdh=activeVariantCallback(async(...args)=>{setVariant(\"XXARjguxO\");});const onTap1wcckbx=activeVariantCallback(async(...args)=>{setVariant(\"PUwmQP4gn\");});const onTapcw9ylq=activeVariantCallback(async(...args)=>{setVariant(\"oHn5o5k5x\");});const onTapp7e1v3=activeVariantCallback(async(...args)=>{setVariant(\"OOmtYokI2\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1r95skl\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"sfbsyKNvB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({oHn5o5k5x:{\"data-framer-name\":\"Variant 4\"},OOmtYokI2:{\"data-framer-name\":\"Variant 5\"},PUwmQP4gn:{\"data-framer-name\":\"Variant 3\"},XXARjguxO:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19vhruv\",layoutDependency:layoutDependency,layoutId:\"jc0II9yde\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nmdjo5\",\"data-border\":true,\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aA39arRnT\",onTap:onTap1sb62p3,style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{oHn5o5k5x:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},OOmtYokI2:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},PUwmQP4gn:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},XXARjguxO:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1wem3z0\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"QDjcUsXMJ\",style:{filter:\"none\",WebkitFilter:\"none\"},svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.75 1.75L3.101 2.088C3.494 2.186 3.789 2.512 3.848 2.913L5.001 10.751\" stroke=\"#E54D2E\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.25 13.25H4.5C3.81 13.25 3.25 12.69 3.25 12C3.25 11.31 3.81 10.75 4.5 10.75H13.029C13.459 10.75 13.842 10.475 13.978 10.066L15.311 6.066C15.527 5.418 15.045 4.75 14.362 4.75H4.118\" stroke=\"#E54D2E\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.75 17C4.44036 17 5 16.4404 5 15.75C5 15.0596 4.44036 14.5 3.75 14.5C3.05964 14.5 2.5 15.0596 2.5 15.75C2.5 16.4404 3.05964 17 3.75 17Z\" fill=\"#E54D2E\"/>\\n<path d=\"M14.25 17C14.9404 17 15.5 16.4404 15.5 15.75C15.5 15.0596 14.9404 14.5 14.25 14.5C13.5596 14.5 13 15.0596 13 15.75C13 16.4404 13.5596 17 14.25 17Z\" fill=\"#E54D2E\"/>\\n</svg>\\n',variants:{oHn5o5k5x:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},OOmtYokI2:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},PUwmQP4gn:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},XXARjguxO:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"}},withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"E-commerce and Retail\"})}),className:\"framer-16uiubo\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"tE33yBS11\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cng4dt\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"fegi4ELRu\",onTap:onTap15yvwdh,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{XXARjguxO:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({XXARjguxO:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1pu82f5\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oYFV1VU7D\",opacity:1,style:{backgroundColor:\"rgba(255, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96,96,96)\"></path></svg>',svgContentId:11117333392,variants:{oHn5o5k5x:{backgroundColor:\"rgba(186, 167, 255, 0)\"},OOmtYokI2:{backgroundColor:\"rgba(186, 167, 255, 0)\"},PUwmQP4gn:{backgroundColor:\"rgba(186, 167, 255, 0)\"},XXARjguxO:{backgroundColor:\"rgba(186, 167, 255, 0)\"}},withExternalLayout:true,...addPropertyOverrides({oHn5o5k5x:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:8728951629},OOmtYokI2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:8728951629},PUwmQP4gn:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:8728951629},XXARjguxO:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(186, 167, 255)\"></path></svg>',svgContentId:10886288835}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Financial Services\"})}),className:\"framer-cisuf8\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"HF238TT7O\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pnbrj1\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"iNStRlaeO\",onTap:onTap1wcckbx,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{PUwmQP4gn:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({PUwmQP4gn:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fgvlih\",\"data-framer-name\":\"GXF-2 Frame (8)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JNio9Oabm\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 10.25 1.75 C 13.564 1.75 16.25 4.436 16.25 7.75 M 10.25 4.75 C 11.907 4.75 13.25 6.093 13.25 7.75 M 11.097 10.896 L 9.956 12.322 C 8.189 11.284 6.716 9.811 5.678 8.044 L 7.104 6.903 C 7.448 6.628 7.563 6.155 7.384 5.753 L 6.084 2.826 C 5.891 2.392 5.413 2.162 4.954 2.281 L 2.479 2.923 C 2.001 3.048 1.692 3.511 1.76 4 C 2.652 10.354 7.647 15.349 14.001 16.241 C 14.49 16.308 14.952 15.999 15.077 15.522 L 15.719 13.047 C 15.838 12.588 15.608 12.111 15.175 11.918 L 12.248 10.618 C 11.846 10.439 11.374 10.554 11.098 10.897 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10887189934,withExternalLayout:true,...addPropertyOverrides({oHn5o5k5x:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 10.25 1.75 C 13.564 1.75 16.25 4.436 16.25 7.75 M 10.25 4.75 C 11.907 4.75 13.25 6.093 13.25 7.75 M 11.097 10.896 L 9.956 12.322 C 8.189 11.284 6.716 9.811 5.678 8.044 L 7.104 6.903 C 7.448 6.628 7.563 6.155 7.384 5.753 L 6.084 2.826 C 5.891 2.392 5.413 2.162 4.954 2.281 L 2.479 2.923 C 2.001 3.048 1.692 3.511 1.76 4 C 2.652 10.354 7.647 15.349 14.001 16.241 C 14.49 16.308 14.952 15.999 15.077 15.522 L 15.719 13.047 C 15.838 12.588 15.608 12.111 15.175 11.918 L 12.248 10.618 C 11.846 10.439 11.374 10.554 11.098 10.897 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9952908305},OOmtYokI2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 10.25 1.75 C 13.564 1.75 16.25 4.436 16.25 7.75 M 10.25 4.75 C 11.907 4.75 13.25 6.093 13.25 7.75 M 11.097 10.896 L 9.956 12.322 C 8.189 11.284 6.716 9.811 5.678 8.044 L 7.104 6.903 C 7.448 6.628 7.563 6.155 7.384 5.753 L 6.084 2.826 C 5.891 2.392 5.413 2.162 4.954 2.281 L 2.479 2.923 C 2.001 3.048 1.692 3.511 1.76 4 C 2.652 10.354 7.647 15.349 14.001 16.241 C 14.49 16.308 14.952 15.999 15.077 15.522 L 15.719 13.047 C 15.838 12.588 15.608 12.111 15.175 11.918 L 12.248 10.618 C 11.846 10.439 11.374 10.554 11.098 10.897 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9952908305},PUwmQP4gn:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 10.25 1.75 C 13.564 1.75 16.25 4.436 16.25 7.75 M 10.25 4.75 C 11.907 4.75 13.25 6.093 13.25 7.75 M 11.097 10.896 L 9.956 12.322 C 8.189 11.284 6.716 9.811 5.678 8.044 L 7.104 6.903 C 7.448 6.628 7.563 6.155 7.384 5.753 L 6.084 2.826 C 5.891 2.392 5.413 2.162 4.954 2.281 L 2.479 2.923 C 2.001 3.048 1.692 3.511 1.76 4 C 2.652 10.354 7.647 15.349 14.001 16.241 C 14.49 16.308 14.952 15.999 15.077 15.522 L 15.719 13.047 C 15.838 12.588 15.608 12.111 15.175 11.918 L 12.248 10.618 C 11.846 10.439 11.374 10.554 11.098 10.897 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(124, 226, 254)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:12305153818}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Telecommunications\"})}),className:\"framer-kdegmw\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"IDCgbDXEW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gj4qr2\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eFfXJeVhN\",onTap:onTapcw9ylq,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{oHn5o5k5x:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({oHn5o5k5x:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mpthbl\",\"data-framer-name\":\"Shield User\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ZH1Qsd9xi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10396537670,withExternalLayout:true,...addPropertyOverrides({oHn5o5k5x:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 197, 61)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 197, 61)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9350000446},OOmtYokI2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9112751288}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Insurance\"})}),className:\"framer-1smqe9b\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"YdnLeP5XG\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lhb094\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XbjHpGGFE\",onTap:onTapp7e1v3,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{OOmtYokI2:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({OOmtYokI2:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-l7z6dx\",\"data-framer-name\":\"GXF-2 Frame (9)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"gfQ3Hab5G\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><g id=\"ss10932823409_1\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 14.793 8.75 C 15.004 8.056 15.111 7.334 15.111 6.609 C 15.119 4.489 13.501 2.763 11.498 2.75 C 10.292 2.766 9.171 3.41 8.501 4.47 C 7.831 3.41 6.709 2.766 5.504 2.75 C 3.499 2.763 1.884 4.489 1.891 6.609 C 1.891 7.563 2.074 8.444 2.379 9.25 M 3.836 11.751 C 5.305 13.578 7.206 14.753 8.056 15.222 C 8.336 15.377 8.664 15.377 8.945 15.222 C 9.87 14.711 12.041 13.364 13.543 11.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 16.292 8.75 L 11.333 8.75 L 9.917 11.751 L 6.847 6.25 L 5.431 9.251 L 0.708 9.251\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10932823409,withExternalLayout:true,...addPropertyOverrides({OOmtYokI2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><g id=\"ss12473651328_1\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 14.793 8.75 C 15.004 8.056 15.111 7.334 15.111 6.609 C 15.119 4.489 13.501 2.763 11.498 2.75 C 10.292 2.766 9.171 3.41 8.501 4.47 C 7.831 3.41 6.709 2.766 5.504 2.75 C 3.499 2.763 1.884 4.489 1.891 6.609 C 1.891 7.563 2.074 8.444 2.379 9.25 M 3.836 11.751 C 5.305 13.578 7.206 14.753 8.056 15.222 C 8.336 15.377 8.664 15.377 8.945 15.222 C 9.87 14.711 12.041 13.364 13.543 11.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(88, 213, 186)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 16.292 8.75 L 11.333 8.75 L 9.917 11.751 L 6.847 6.25 L 5.431 9.251 L 0.708 9.251\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(88, 213, 186)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:12473651328}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Healthcare\"})}),className:\"framer-68q82c\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"xi2uJJmF8\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-r0snuz\",\"data-framer-appear-id\":\"r0snuz\",\"data-framer-name\":\"Test\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"Ed0EP_g1Q\",optimized:true,style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:18,borderBottomRightRadius:18,borderTopLeftRadius:18,borderTopRightRadius:18,transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dfd3bf-container\",layoutDependency:layoutDependency,layoutId:\"igmNXUKbJ-container\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(236, 97, 65)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"igmNXUKbJ\",layoutId:\"igmNXUKbJ\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({oHn5o5k5x:{color:\"rgb(255, 197, 61)\"},OOmtYokI2:{color:\"rgb(88, 213, 186)\"},PUwmQP4gn:{color:\"rgb(124, 226, 254)\"},XXARjguxO:{color:\"rgb(186, 167, 255)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4y0wag\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"DQTUxZQ5O\",style:{\"--border-bottom-width\":\"0.5157895088195801px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.5157895088195801px\",\"--border-right-width\":\"0.5157895088195801px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5157895088195801px\",backdropFilter:\"blur(6.189474582672119px)\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:18.44,borderBottomRightRadius:18.44,borderTopLeftRadius:18.44,borderTopRightRadius:18.44,WebkitBackdropFilter:\"blur(6.189474582672119px)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-cd5gzd\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"o5IYePxaY\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:51578.96,borderBottomRightRadius:51578.96,borderTopLeftRadius:51578.96,borderTopRightRadius:51578.96},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x0qtqs\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"SJTn4Xo3a\",style:{borderBottomLeftRadius:5157.9,borderBottomRightRadius:5157.9,borderTopLeftRadius:5157.9,borderTopRightRadius:5157.9},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1l5du4z\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"QTuDkm4Gt\",svg:'<svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_255)\">\\n<path d=\"M7.15304 7.16602L6.97664 7.91236C6.86936 8.38122 6.45208 8.71338 5.97137 8.71338H4.96094\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M2.38195 4.12459L1.80272 4.41704C1.38338 4.62903 1.16004 5.09737 1.25959 5.55642L1.43238 6.35331C1.53502 6.82784 1.95487 7.1662 2.44075 7.1662H3.0272L2.46808 4.58725C2.41702 4.37939 2.38246 4.16585 2.38246 3.94251C2.38246 2.44724 3.59508 1.23462 5.09036 1.23462C6.58563 1.23462 7.79825 2.44724 7.79825 3.94251C7.79825 4.16585 7.76369 4.37939 7.71263 4.58725L7.15352 7.1662H7.73997C8.22533 7.1662 8.64518 6.82784 8.74834 6.35331L8.92113 5.55642C9.02067 5.09737 8.79734 4.62851 8.378 4.41704L7.79877 4.12459\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_255\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(0.447754 0.331543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"7.22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Support\"})}),className:\"framer-xou9on\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"CixokMJXR\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jhlzsc\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"ZgNbtq3XH\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:187,intrinsicWidth:331,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+103.158203125+-1),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IAvY45onqGyrIwSmrF2mhzNKgI.svg\"},className:\"framer-2e5h1d\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"N_kBq9PJX\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:186,intrinsicWidth:331,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+103.158203125+-.15789031982421875),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QNEyTJDmvQe74i1CNSjrzLuE.svg\"},className:\"framer-1usfmw9\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"W74j9P2gA\"})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-11cfg8f\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:166,layoutDependency:layoutDependency,layoutId:\"b7xdUtzWd\",svg:'<svg width=\"166\" height=\"22\" viewBox=\"0 0 166 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.5\" y=\"0.989746\" width=\"20.6316\" height=\"20.6316\" rx=\"10.3158\" fill=\"url(#paint0_linear_2069_263)\"/>\\n<rect x=\"0.757895\" y=\"1.24764\" width=\"20.1158\" height=\"20.1158\" rx=\"10.0579\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"0.51579\"/>\\n<g clip-path=\"url(#clip0_2069_263)\">\\n<path d=\"M13.5238 7.82373H8.10799C7.53805 7.82373 7.07642 8.28588 7.07642 8.85531V12.4658C7.07642 13.0353 7.53805 13.4974 8.10799 13.4974H9.13957V15.0448L11.0738 13.4974H13.5238C14.0937 13.4974 14.5554 13.0353 14.5554 12.4658V8.85531C14.5554 8.28588 14.0937 7.82373 13.5238 7.82373Z\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.75293 9.88696H12.8792\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.75293 11.4343H11.4608\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"29.5777\" y=\"1.18317\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint1_linear_2069_263)\" stroke=\"url(#paint2_linear_2069_263)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip1_2069_263)\">\\n<path d=\"M42.9237 10.5315C42.9237 12.3089 41.4774 13.7552 39.7 13.7552C37.9226 13.7552 36.4763 12.3089 36.4763 10.5315\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M41.3763 8.72636C41.3763 7.80056 40.6258 7.05005 39.7 7.05005C38.7742 7.05005 38.0237 7.80056 38.0237 8.72636V10.5316C38.0237 11.4574 38.7742 12.2079 39.7 12.2079C40.6258 12.2079 41.3763 11.4574 41.3763 10.5316V8.72636Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M39.7002 13.7554V15.5606\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.3447 10.4026H41.3763\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M40.3447 8.85498H41.3763\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M38.0237 15.5605H41.3763\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"58.462\" y=\"1.18341\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint3_linear_2069_263)\" stroke=\"url(#paint4_linear_2069_263)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip2_2069_263)\">\\n<path d=\"M68.6371 10.2011L66.7223 8.28634C66.4707 8.03469 66.0607 8.03613 65.8105 8.28634C65.5603 8.53655 65.5589 8.9465 65.8105 9.19816L67.7253 11.1129\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M66.2663 9.65402C66.0146 9.40237 65.6047 9.40381 65.3545 9.65402C65.1042 9.90423 65.1028 10.3142 65.3545 10.5658L66.8133 12.0247\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M65.901 11.1128C65.6494 10.8612 65.2394 10.8626 64.9892 11.1128C64.739 11.363 64.7376 11.773 64.9892 12.0247L67.1779 14.2133C68.1848 15.2203 69.818 15.2203 70.8251 14.2133L71.4615 13.5769C72.2019 12.8365 72.5177 11.7715 72.3003 10.7467L71.9159 8.9326C71.8317 8.56169 71.5505 8.32716 71.1989 8.36946C70.8473 8.41175 70.5931 8.73309 70.6357 9.08651L70.8122 10.5527L68.0896 7.83004C67.8379 7.57839 67.428 7.57984 67.1778 7.83004C66.9276 8.08025 66.9261 8.4902 67.1778 8.74186\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M70.8123 10.553C69.9437 10.8917 69.5396 11.4919 69.5999 12.3532\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"87.346\" y=\"1.18317\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint5_linear_2069_263)\" stroke=\"url(#paint6_linear_2069_263)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip3_2069_263)\">\\n<path d=\"M93.7288 9.62891L97.2191 11.5543C97.3744 11.64 97.5621 11.64 97.7174 11.5543L101.208 9.62891\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M101.208 10.9307V9.37093C101.208 8.8015 100.746 8.33936 100.176 8.33936H94.7603C94.1904 8.33936 93.7288 8.8015 93.7288 9.37093V13.2394C93.7288 13.8088 94.1904 14.2709 94.7603 14.2709H97.4522\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M99.6381 15.1228C99.7119 15.0975 99.779 15.0552 99.8341 15L101.538 13.2964C101.787 13.0473 101.784 12.646 101.535 12.3963C101.286 12.1472 100.885 12.1441 100.635 12.3938L98.9315 14.0974C98.8763 14.1526 98.834 14.2197 98.8088 14.2934L98.3708 15.5607L99.6381 15.1228Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"116.23\" y=\"1.18317\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint7_linear_2069_263)\" stroke=\"url(#paint8_linear_2069_263)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip4_2069_263)\">\\n<path d=\"M128.029 7.56567H124.676C124.106 7.56567 123.645 8.02753 123.645 8.59725V14.013C123.645 14.5828 124.106 15.0446 124.676 15.0446H128.029C128.598 15.0446 129.06 14.5828 129.06 14.013V8.59725C129.06 8.02753 128.598 7.56567 128.029 7.56567Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M125.708 8.85498H126.997\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"145.115\" y=\"1.18317\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint9_linear_2069_263)\" stroke=\"url(#paint10_linear_2069_263)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip5_2069_263)\">\\n<path d=\"M154.106 10.4026C154.747 10.4026 155.266 9.88301 155.266 9.24207C155.266 8.60113 154.747 8.08154 154.106 8.08154C153.465 8.08154 152.945 8.60113 152.945 9.24207C152.945 9.88301 153.465 10.4026 154.106 10.4026Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M158.461 9.88696L159.492 10.9185L158.461 11.9501\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M159.492 10.9185H156.913\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M155.805 12.2662C155.331 11.9088 154.745 11.6921 154.106 11.6921C152.999 11.6921 152.042 12.326 151.575 13.2498C151.369 13.6578 151.59 14.1561 152.022 14.3062C152.554 14.4908 153.264 14.6584 154.106 14.6584C154.653 14.6584 155.137 14.5842 155.56 14.4841\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M157.429 12.4658L156.397 13.4974L157.429 14.529\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M156.397 13.4973H158.976\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_2069_263\" x1=\"10.8158\" y1=\"0.989746\" x2=\"10.8158\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_2069_263\" x1=\"39.7001\" y1=\"0.989746\" x2=\"39.7001\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_2069_263\" x1=\"39.7001\" y1=\"0.989746\" x2=\"39.7001\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_2069_263\" x1=\"68.5843\" y1=\"0.98999\" x2=\"68.5843\" y2=\"21.6216\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_2069_263\" x1=\"68.5843\" y1=\"0.98999\" x2=\"68.5843\" y2=\"21.6216\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_2069_263\" x1=\"97.4684\" y1=\"0.989746\" x2=\"97.4684\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_2069_263\" x1=\"97.4684\" y1=\"0.989746\" x2=\"97.4684\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_2069_263\" x1=\"126.353\" y1=\"0.989746\" x2=\"126.353\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_2069_263\" x1=\"126.353\" y1=\"0.989746\" x2=\"126.353\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint9_linear_2069_263\" x1=\"155.237\" y1=\"0.989746\" x2=\"155.237\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint10_linear_2069_263\" x1=\"155.237\" y1=\"0.989746\" x2=\"155.237\" y2=\"21.6213\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_2069_263\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(6.17383 6.66309)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_2069_263\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(35.0579 6.66309)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_2069_263\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(63.9424 6.66309)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_2069_263\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(92.8262 6.66309)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_2069_263\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(121.71 6.66309)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_2069_263\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(150.595 6.66309)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-r9ha6s\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:67,intrinsicWidth:67,layoutDependency:layoutDependency,layoutId:\"L105cLV1v\",svg:'<svg width=\"67\" height=\"67\" viewBox=\"0 0 67 67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.926352\" y=\"0.858237\" width=\"65.5053\" height=\"65.5053\" rx=\"10.0579\" fill=\"url(#paint0_linear_2069_312)\"/>\\n<rect x=\"0.926352\" y=\"0.858237\" width=\"65.5053\" height=\"65.5053\" rx=\"10.0579\" stroke=\"url(#paint1_linear_2069_312)\" stroke-width=\"0.51579\"/>\\n<rect x=\"9.11456\" y=\"9.04645\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint2_linear_2069_312)\" stroke=\"url(#paint3_linear_2069_312)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip0_2069_312)\">\\n<path d=\"M22.3858 16.5903C22.4337 16.7095 22.4606 16.84 22.4606 16.9766V21.3609C22.4606 21.9308 21.9989 22.3924 21.429 22.3924H17.0448C16.4748 22.3924 16.0132 21.9308 16.0132 21.3609V16.9766C16.0132 16.4067 16.4748 15.9451 17.0448 15.9451H18.3342\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16.5352 22.2578L19.6681 19.1244C20.0709 18.7216 20.7239 18.7216 21.1267 19.1244L22.4605 20.4582\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M18.5887 17.8753L18.1008 17.7128L17.9378 17.2243C17.8852 17.0665 17.6237 17.0665 17.5711 17.2243L17.4081 17.7128L16.9202 17.8753C16.8412 17.9016 16.7876 17.9753 16.7876 18.0589C16.7876 18.1424 16.8412 18.2162 16.9202 18.2425L17.4081 18.405L17.5711 18.8934C17.5974 18.9723 17.6711 19.0255 17.7542 19.0255C17.8372 19.0255 17.9115 18.9718 17.9373 18.8934L18.1003 18.405L18.5882 18.2425C18.6671 18.2162 18.7208 18.1424 18.7208 18.0589C18.7208 17.9753 18.6677 17.9016 18.5887 17.8753Z\" fill=\"#606060\"/>\\n<path d=\"M21.6396 15.5533L20.9882 15.3361L20.771 14.6847C20.7004 14.4742 20.3522 14.4742 20.2816 14.6847L20.0644 15.3361L19.413 15.5533C19.3078 15.5884 19.2366 15.6869 19.2366 15.7978C19.2366 15.9087 19.3078 16.0072 19.413 16.0422L20.0644 16.2594L20.2816 16.9108C20.3166 17.0161 20.4157 17.0872 20.5266 17.0872C20.6375 17.0872 20.736 17.0161 20.7716 16.9108L20.9887 16.2594L21.6402 16.0422C21.7454 16.0072 21.8166 15.9087 21.8166 15.7978C21.8166 15.6869 21.7454 15.5884 21.6402 15.5533H21.6396Z\" fill=\"#606060\"/>\\n<path d=\"M20.6556 21.2319C20.8693 21.2319 21.0425 21.0587 21.0425 20.8451C21.0425 20.6314 20.8693 20.4583 20.6556 20.4583C20.442 20.4583 20.2688 20.6314 20.2688 20.8451C20.2688 21.0587 20.442 21.2319 20.6556 21.2319Z\" fill=\"#606060\"/>\\n</g>\\n<rect x=\"37.8054\" y=\"8.85303\" width=\"20.6316\" height=\"20.6316\" rx=\"10.3158\" fill=\"url(#paint4_linear_2069_312)\"/>\\n<rect x=\"38.0633\" y=\"9.11092\" width=\"20.1158\" height=\"20.1158\" rx=\"10.0579\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"0.51579\"/>\\n<g clip-path=\"url(#clip1_2069_312)\">\\n<path d=\"M46.7126 19.0596C47.0741 19.0596 47.3672 18.7665 47.3672 18.405C47.3672 18.0435 47.0741 17.7505 46.7126 17.7505C46.3512 17.7505 46.0581 18.0435 46.0581 18.405C46.0581 18.7665 46.3512 19.0596 46.7126 19.0596Z\" fill=\"#111111\"/>\\n<path d=\"M47.7647 20.5538C47.9545 20.494 48.0546 20.284 47.9741 20.102C47.7601 19.6181 47.2763 19.2798 46.713 19.2798C46.1498 19.2798 45.666 19.6176 45.4514 20.102C45.3709 20.284 45.4705 20.494 45.6608 20.5538C45.9316 20.6389 46.2896 20.7163 46.713 20.7163C47.1365 20.7163 47.4944 20.6394 47.7652 20.5538H47.7647Z\" fill=\"#111111\"/>\\n<path d=\"M50.1845 16.4609H50.8292C51.3992 16.4609 51.8608 16.9226 51.8608 17.4925V20.8451C51.8608 21.4151 51.3992 21.8767 50.8292 21.8767H45.4134C44.8435 21.8767 44.3818 21.4151 44.3818 20.8451V17.4925C44.3818 16.9226 44.8435 16.4609 45.4134 16.4609H46.0582\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48.1211 14.9136C48.4769 14.9136 48.7658 15.2024 48.7658 15.5583V16.7188H47.4763V15.5583C47.4763 15.2024 47.7652 14.9136 48.1211 14.9136Z\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48.8948 18.5239H50.3132\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48.8948 20.0715H50.3132\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"9.11456\" y=\"37.9305\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint5_linear_2069_312)\" stroke=\"url(#paint6_linear_2069_312)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip2_2069_312)\">\\n<path d=\"M17.1738 46.3766H15.7554C15.3283 46.3766 14.9817 46.7232 14.9817 47.1503V48.9555C14.9817 49.3826 15.3283 49.7292 15.7554 49.7292H17.1738L20.0003 51.5386C20.1721 51.6485 20.3975 51.5252 20.3975 51.3215V44.7849C20.3975 44.5811 20.1721 44.4578 20.0003 44.5677L17.1738 46.3766Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M21.7717 47.3235C22.1746 47.7263 22.1746 48.3793 21.7717 48.7821\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.7749 46.3203C23.7317 47.2771 23.7317 48.8286 22.7749 49.7854\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"37.9988\" y=\"37.9305\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint7_linear_2069_312)\" stroke=\"url(#paint8_linear_2069_312)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip3_2069_312)\">\\n<path d=\"M50.1845 49.9004C51.1949 50.085 51.8608 50.4017 51.8608 50.7607C51.8608 51.3307 50.1865 51.7923 48.1213 51.7923C46.0561 51.7923 44.3818 51.3307 44.3818 50.7607C44.3818 50.4012 45.0477 50.085 46.0582 49.9004\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M50.4058 46.494C50.4058 47.8397 48.1213 50.2448 48.1213 50.2448C48.1213 50.2448 45.8369 47.8402 45.8369 46.494C45.8369 45.1143 47.0176 44.3132 48.1213 44.3132C49.2251 44.3132 50.4058 45.1137 50.4058 46.494Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M48.1211 47.2791C48.5484 47.2791 48.8948 46.9327 48.8948 46.5054C48.8948 46.0781 48.5484 45.7317 48.1211 45.7317C47.6938 45.7317 47.3474 46.0781 47.3474 46.5054C47.3474 46.9327 47.6938 47.2791 48.1211 47.2791Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_2069_312\" x1=\"33.679\" y1=\"0.600342\" x2=\"33.679\" y2=\"66.6214\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.03\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_2069_312\" x1=\"33.679\" y1=\"0.600342\" x2=\"33.679\" y2=\"66.6214\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.1\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_2069_312\" x1=\"19.2369\" y1=\"8.85303\" x2=\"19.2369\" y2=\"29.4846\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_2069_312\" x1=\"19.2369\" y1=\"8.85303\" x2=\"19.2369\" y2=\"29.4846\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_2069_312\" x1=\"48.1212\" y1=\"8.85303\" x2=\"48.1212\" y2=\"29.4846\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_2069_312\" x1=\"19.2369\" y1=\"37.7371\" x2=\"19.2369\" y2=\"58.3686\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_2069_312\" x1=\"19.2369\" y1=\"37.7371\" x2=\"19.2369\" y2=\"58.3686\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_2069_312\" x1=\"48.1212\" y1=\"37.7371\" x2=\"48.1212\" y2=\"58.3686\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_2069_312\" x1=\"48.1212\" y1=\"37.7371\" x2=\"48.1212\" y2=\"58.3686\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_2069_312\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(14.5947 14.5269)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_2069_312\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(43.479 14.5269)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_2069_312\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(14.5947 43.4106)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_2069_312\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(43.479 43.4106)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j4589k\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"TeWTs9zy9\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x8d4h0\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"rXcYDAMn9\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1.0315790176391602px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-sm55h8\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Fs53bmTbe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"7.22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-nrhmwo\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"RFlgNa5bC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-l7a3ul\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"OEowTVNHF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"AI Customer Support\"})}),className:\"framer-18nvozk\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hWEG1fyBd\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1q6a4jh\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"iKRAPNCXh\",svg:'<svg width=\"7\" height=\"8\" viewBox=\"0 0 7 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_352)\">\\n<path d=\"M3.46318 1.81323L4.15692 3.56898L5.91318 4.26323L4.15692 4.95749L3.46318 6.71323L2.76893 4.95749L1.01318 4.26323L2.76893 3.56898L3.46318 1.81323Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M1.91149 1.67994L1.42355 1.51747L1.26056 1.02902C1.20795 0.871187 0.946446 0.871187 0.893836 1.02902L0.730846 1.51747L0.242909 1.67994C0.163994 1.70625 0.110352 1.78001 0.110352 1.86357C0.110352 1.94712 0.163994 2.02088 0.242909 2.04719L0.730846 2.20966L0.893836 2.69811C0.920141 2.77703 0.993899 2.83015 1.07694 2.83015C1.15998 2.83015 1.23426 2.77651 1.26005 2.69811L1.42304 2.20966L1.91097 2.04719C1.98989 2.02088 2.04353 1.94712 2.04353 1.86357C2.04353 1.78001 1.98989 1.70625 1.91097 1.67994H1.91149Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_352\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.110352 0.9104)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"at\"})}),className:\"framer-1h7wupr\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FQyXtFhc9\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vgmbpv\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:29,layoutDependency:layoutDependency,layoutId:\"ebRDkUTNc\",svg:'<svg width=\"29\" height=\"12\" viewBox=\"0 0 29 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.4946 3.84262C18.4939 3.76821 18.5079 3.69439 18.536 3.62552C18.5641 3.55665 18.6055 3.49412 18.658 3.4416C18.7105 3.38909 18.7729 3.34765 18.8416 3.31973C18.9103 3.29181 18.9838 3.27797 19.0579 3.27903H19.4544V2.45044C19.4419 2.36323 19.4483 2.27435 19.473 2.18983C19.4978 2.10531 19.5404 2.02715 19.598 1.96066C19.6555 1.89417 19.7266 1.84092 19.8065 1.80452C19.8864 1.76813 19.9731 1.74945 20.0609 1.74976C20.1929 1.74991 20.3213 1.79285 20.4271 1.87219C20.5329 1.95154 20.6104 2.06306 20.6481 2.19018C20.6733 2.2744 20.6796 2.36337 20.667 2.45044V3.27903H21.9561C22.0677 3.27779 22.177 3.31015 22.2701 3.37195C22.3631 3.43375 22.4356 3.52215 22.4781 3.62573C22.5131 3.71167 22.5265 3.80494 22.5171 3.8973C22.5077 3.98965 22.4758 4.07827 22.4242 4.15533C22.3727 4.23239 22.3031 4.29552 22.2215 4.33916C22.1399 4.3828 22.0489 4.40561 21.9565 4.40557H20.6673V6.40122C20.6673 7.3742 21.2075 7.8716 21.9565 7.8716C22.1068 7.87186 22.2509 7.93188 22.3573 8.03856C22.4636 8.14524 22.5236 8.28989 22.5241 8.44089C22.5242 8.51579 22.5096 8.58998 22.4811 8.65918C22.4525 8.72839 22.4107 8.79126 22.3579 8.84418C22.3051 8.8971 22.2425 8.93903 22.1735 8.96757C22.1046 8.99611 22.0307 9.0107 21.9561 9.01049C20.534 9.01049 19.4544 8.0049 19.4544 6.40122V4.40588H19.0579C18.9091 4.40531 18.7665 4.34581 18.661 4.24031C18.5556 4.1348 18.4958 3.99211 18.4946 3.84262ZM13.5321 10.5062V8.33894C14.0367 8.78444 14.6866 9.02827 15.3584 9.0241C16.9429 9.0241 18.1425 7.73071 18.1425 6.09347C18.1425 4.45654 16.9429 3.16315 15.3584 3.16315C14.6844 3.15702 14.0326 3.40526 13.5321 3.85876V3.78246C13.5166 3.67327 13.472 3.5703 13.4032 3.48437C13.3343 3.39844 13.2437 3.33272 13.1408 3.29411C13.038 3.2555 12.9267 3.24543 12.8186 3.26495C12.7105 3.28447 12.6097 3.33286 12.5266 3.40505C12.4153 3.50196 12.3426 3.63597 12.3218 3.78246V10.5065C12.3373 10.6158 12.3818 10.7188 12.4507 10.8048C12.5196 10.8908 12.6102 10.9565 12.7131 10.9951C12.816 11.0337 12.9274 11.0438 13.0355 11.0242C13.1437 11.0047 13.2445 10.9562 13.3276 10.8839C13.4389 10.787 13.5113 10.6527 13.5321 10.5062ZM15.227 4.29032C16.1725 4.29032 16.9218 5.06445 16.9218 6.09347C16.9218 7.12248 16.1729 7.89662 15.227 7.89662C14.281 7.89662 13.5321 7.12248 13.5321 6.09347V6.01526C13.5658 5.03216 14.281 4.29032 15.227 4.29032ZM6.02186 6.08429C6.02622 5.5268 6.18775 4.98196 6.48772 4.5129C6.78735 4.04432 7.21333 3.67089 7.71605 3.43608C8.21839 3.20149 8.77683 3.11541 9.32608 3.18791C9.87532 3.26041 10.3927 3.48848 10.8176 3.84547C10.8835 3.90288 10.937 3.97329 10.9746 4.05232C11.0123 4.13135 11.0334 4.21732 11.0367 4.30488C11.0375 4.46989 10.9742 4.62871 10.8602 4.74752L9.17543 6.76755C9.12652 6.83137 9.06326 6.88265 8.99084 6.91721C8.91842 6.95177 8.83888 6.96862 8.75874 6.96639C8.64722 6.97245 8.53658 6.94356 8.44212 6.88373C8.34765 6.82389 8.27402 6.73605 8.23141 6.63235C8.2031 6.56353 8.18915 6.48961 8.19043 6.41515C8.1868 6.34873 8.19648 6.28225 8.21889 6.21965C8.24131 6.15705 8.276 6.09961 8.32092 6.05072L9.64697 4.48567C9.4299 4.35164 9.1793 4.28255 8.92453 4.28652C7.98334 4.28652 7.23821 5.08123 7.23821 6.08429C7.23821 7.08734 7.97263 7.88205 8.92453 7.88205C9.14169 7.88432 9.35696 7.84125 9.55668 7.75557C9.75641 7.66989 9.93624 7.54347 10.0848 7.38433L10.1519 7.3286C10.2938 7.20924 10.4116 7.11013 10.6108 7.11013C10.6885 7.10671 10.7659 7.1194 10.8384 7.1474C10.911 7.1754 10.9769 7.21811 11.0323 7.27288C11.0878 7.32763 11.1316 7.39326 11.1609 7.46569C11.1901 7.53813 11.2043 7.61583 11.2025 7.69398C11.1912 7.84269 11.1288 7.98283 11.026 8.09039C10.7632 8.38778 10.4391 8.62405 10.0762 8.78273C9.71325 8.94142 9.32024 9.01871 8.92453 9.00922C8.54134 9.01527 8.16087 8.9437 7.80583 8.79878C7.45079 8.65386 7.12846 8.43857 6.85808 8.16574C6.58709 7.89269 6.37344 7.56776 6.22979 7.21022C6.08615 6.85267 6.01544 6.46979 6.02186 6.08429ZM3.67393 4.39005H1.24185C1.09329 4.38911 0.95111 4.32926 0.846276 4.22351C0.741051 4.11737 0.681736 3.97384 0.681205 3.82405C0.680674 3.67426 0.738969 3.5303 0.84344 3.42341C0.895642 3.37084 0.957778 3.32928 1.0262 3.30117C1.09461 3.27306 1.16794 3.25897 1.24185 3.25972H4.88462C4.99611 3.25835 5.10542 3.29084 5.19822 3.35293C5.29102 3.41502 5.36299 3.50381 5.4047 3.60769C5.43275 3.67639 5.44662 3.75016 5.44567 3.82489C5.44014 3.97554 5.3773 4.11832 5.27011 4.22383L2.3088 7.78327H4.88462C4.99615 7.78192 5.10548 7.81446 5.19828 7.87661C5.29109 7.93875 5.36304 8.02762 5.4047 8.13155C5.44648 8.23511 5.45699 8.34873 5.4349 8.45825C5.41282 8.56776 5.35912 8.66832 5.28051 8.74738C5.17554 8.85308 5.03324 8.91283 4.88462 8.9136H1.11357C1.03918 8.9128 0.965687 8.89729 0.897273 8.86795C0.828859 8.83861 0.766867 8.79603 0.714838 8.74263C0.609561 8.63466 0.551249 8.48901 0.55251 8.33767C0.556293 8.18823 0.61555 8.04575 0.717675 7.93746L3.67393 4.39005ZM23.5908 4.46256C23.271 4.94334 23.1003 5.50859 23.1003 6.08682C23.0934 6.47258 23.164 6.85578 23.3078 7.21354C23.4516 7.5713 23.6657 7.89629 23.9373 8.16911C24.2089 8.44193 24.5324 8.65698 24.8886 8.80143C25.2447 8.94588 25.6262 9.01676 26.0102 9.00985C26.5131 9.00993 27.0073 8.87914 27.4448 8.63024C27.8823 8.38134 28.2482 8.02283 28.5067 7.58963C28.7653 7.15644 28.9077 6.66335 28.92 6.15843C28.9324 5.65351 28.8143 5.15398 28.5773 4.70853C28.3403 4.26309 27.9925 3.88693 27.5677 3.61671C27.1429 3.34649 26.6556 3.19144 26.1534 3.16667C25.6512 3.1419 25.1512 3.24825 24.7021 3.47536C24.253 3.70247 23.8701 4.04258 23.5908 4.46256ZM26.0102 4.28778C26.9757 4.28778 27.7019 5.0939 27.7019 6.0865C27.7019 7.06866 26.9773 7.88522 26.0102 7.88522C25.0432 7.88522 24.3189 7.07942 24.3189 6.08682C24.3189 5.0939 25.0448 4.28778 26.0102 4.28778Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fld0nz\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:8,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"BGLdQdtP2\",svg:'<svg width=\"7\" height=\"8\" viewBox=\"0 0 7 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_359)\">\\n<path d=\"M0.950195 6.19746L5.24311 1.90454\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.33403 4.26323V1.81323H2.88403\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_359\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.0473633 0.9104)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x4e9om\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"JoyRdClJJ\",style:{\"--border-bottom-width\":\"0.5157895088195801px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.5157895088195801px\",\"--border-right-width\":\"0.5157895088195801px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5157895088195801px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10.32,borderBottomRightRadius:10.32,borderTopLeftRadius:10.32,borderTopRightRadius:10.32},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ldlrjs\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"LDbBcwU93\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgba(250, 211, 203, 1) 0%, rgba(255, 151, 125, 1) 7.000000029802322%, rgba(236, 97, 65, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:8.25,borderBottomRightRadius:8.25,borderTopLeftRadius:8.25,borderTopRightRadius:8.25},variants:{oHn5o5k5x:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(255, 197, 61) 0%, rgb(255, 197, 61) 7.000000029802322%, rgb(255, 197, 61) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},OOmtYokI2:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},PUwmQP4gn:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},XXARjguxO:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7s2qpo\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"YlyUDMXcb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-396.12746894836425+8.252632141113281+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"},className:\"framer-19mp0gf\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"dT0EGU81B\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",borderBottomLeftRadius:5157.9,borderBottomRightRadius:5157.9,borderTopLeftRadius:5157.9,borderTopRightRadius:5157.9},...addPropertyOverrides({oHn5o5k5x:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-415.49588859558105+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}},OOmtYokI2:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-415.49588859558105+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}},PUwmQP4gn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-415.49588859558105+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}},XXARjguxO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-415.49588859558105+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19acovb\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"FKvsy5zEz\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bzagg4\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"LL_W4XE9W\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.71px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-ac9kzh\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"JVi8s1QNX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"5.67px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-trg2w\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fott6r_g9\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1q4m4fv\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dbFkfsA4x\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1soc3p6\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"pme5PPOC0\",svg:'<svg width=\"7\" height=\"7\" viewBox=\"0 0 7 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_372)\">\\n<path d=\"M3.82158 1.37622L4.51532 3.13197L6.27158 3.82622L4.51532 4.52047L3.82158 6.27622L3.12733 4.52047L1.37158 3.82622L3.12733 3.13197L3.82158 1.37622Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M2.27013 1.24318L1.78219 1.0807L1.6192 0.592251C1.56659 0.434419 1.30509 0.434419 1.25248 0.592251L1.08949 1.0807L0.601552 1.24318C0.522636 1.26948 0.468994 1.34324 0.468994 1.4268C0.468994 1.51036 0.522636 1.58411 0.601552 1.61042L1.08949 1.77289L1.25248 2.26135C1.27878 2.34026 1.35254 2.39339 1.43558 2.39339C1.51863 2.39339 1.5929 2.33975 1.61869 2.26135L1.78168 1.77289L2.26962 1.61042C2.34853 1.58411 2.40217 1.51036 2.40217 1.4268C2.40217 1.34324 2.34853 1.26948 2.26962 1.24318H2.27013Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_372\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.468994 0.473633)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, how can I help you?\"})}),className:\"framer-10zs2y2\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"drKOwuqHk\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6fdikg\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"v1se1Kvft\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgba(250, 211, 203, 1) 0%, rgba(255, 151, 125, 1) 7.000000029802322%, rgba(236, 97, 65, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:8.25,borderBottomRightRadius:8.25,borderTopLeftRadius:8.25,borderTopRightRadius:8.25},variants:{oHn5o5k5x:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(255, 197, 61) 0%, rgb(255, 197, 61) 7.000000029802322%, rgb(255, 197, 61) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},OOmtYokI2:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},PUwmQP4gn:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},XXARjguxO:{\"--border-bottom-width\":\"0.75px\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c78xlv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"NRZCnJ7cx\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-325.98413887023924+8.252632141113281+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"},className:\"framer-1xb81et\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"crsp0Iy1x\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",borderBottomLeftRadius:5157.9,borderBottomRightRadius:5157.9,borderTopLeftRadius:5157.9,borderTopRightRadius:5157.9},...addPropertyOverrides({oHn5o5k5x:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-345.35255851745603+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}},OOmtYokI2:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-345.35255851745603+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}},PUwmQP4gn:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-345.35255851745603+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}},XXARjguxO:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-345.35255851745603+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/x6jArT9vRO7eDNVfJlICvAky0.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o00jgs\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"lIlZUY7yC\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t9kmpz\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"qvf7x32Y6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.71px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-axugoi\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xokCO6IAz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"5.67px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-1tl66uy\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nLOQ5Z0Ps\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-vqy6rx\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yldfxVkld\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-190z7c3\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"N2Cd70_pX\",svg:'<svg width=\"7\" height=\"7\" viewBox=\"0 0 7 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_385)\">\\n<path d=\"M3.82158 1.03931L4.51532 2.79505L6.27158 3.48931L4.51532 4.18356L3.82158 5.93931L3.12733 4.18356L1.37158 3.48931L3.12733 2.79505L3.82158 1.03931Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M2.27013 0.906507L1.78219 0.744033L1.6192 0.255581C1.56659 0.0977491 1.30509 0.0977491 1.25248 0.255581L1.08949 0.744033L0.601552 0.906507C0.522636 0.932812 0.468994 1.00657 0.468994 1.09013C0.468994 1.17369 0.522636 1.24744 0.601552 1.27375L1.08949 1.43622L1.25248 1.92468C1.27878 2.00359 1.35254 2.05672 1.43558 2.05672C1.51863 2.05672 1.5929 2.00308 1.61869 1.92468L1.78168 1.43622L2.26962 1.27375C2.34853 1.24744 2.40217 1.17369 2.40217 1.09013C2.40217 1.00657 2.34853 0.932812 2.26962 0.906507H2.27013Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_385\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.468994 0.136963)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I see your recent orders! Which one would you like to return? Just select it, and I\u2019ll handle the return process for you.\"})}),className:\"framer-1ajy11d\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"W36Kx55vp\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yws3ge\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"LVm6UeGab\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:12.38,borderBottomRightRadius:12.38,borderTopLeftRadius:12.38,borderTopRightRadius:12.38},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"Message Alyssa from Zepto\"})}),className:\"framer-1cujm4q\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NZjvO1XzM\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-gs6j6m\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"QgrI1ArhG\",svg:'<svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_392)\">\\n<path d=\"M6.56625 3.179C6.56625 2.2532 5.81574 1.50269 4.88994 1.50269C3.96414 1.50269 3.21362 2.2532 3.21362 3.179V4.72637C3.21362 5.65217 3.96414 6.40269 4.88994 6.40269C5.81574 6.40269 6.56625 5.65217 6.56625 4.72637V3.179Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.11363 4.72632C8.11363 6.50682 6.67045 7.95 4.88994 7.95C3.10944 7.95 1.66626 6.50682 1.66626 4.72632\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M4.88989 7.9502V8.98177\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_392\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(0.248047 0.600098)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-xa5nhe\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:15,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"jw3ONALSi\",svg:'<svg width=\"16\" height=\"15\" viewBox=\"0 0 16 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.784668\" y=\"0.0209961\" width=\"14.4421\" height=\"14.4421\" rx=\"7.22105\" fill=\"url(#paint0_linear_2069_397)\"/>\\n<rect x=\"1.04256\" y=\"0.278891\" width=\"13.9263\" height=\"13.9263\" rx=\"6.96316\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"0.51579\"/>\\n<g clip-path=\"url(#clip0_2069_397)\">\\n<path d=\"M8.00586 9.82118V4.79224\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9.68198 6.33965L8.00566 4.66333L6.32935 6.33965\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_2069_397\" x1=\"8.00572\" y1=\"0.0209961\" x2=\"8.00572\" y2=\"14.4631\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_2069_397\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(4.91089 4.14746)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jrqon0\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"E5IMk9zIW\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:6.19,borderBottomRightRadius:6.19,borderTopLeftRadius:6.19,borderTopRightRadius:6.19},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.71px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"How to return?\"})}),className:\"framer-1udzk6x\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"NCXS13zDb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1spmqor\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"yIanL8h1j\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ac4aty\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"BjeEyE3AK\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:8.25,borderBottomRightRadius:8.25,borderTopLeftRadius:8.25,borderTopRightRadius:8.25},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w1lnlp\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"onx7Me8JW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.71px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Oct 18, 2024\"})}),className:\"framer-1palxsp\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xFEQDFQ_N\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$42.01\"})}),className:\"framer-af3sol\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zSou_mQfh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kd117p\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"oBjPmL79L\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-221.5728761291504+0+0+6.189474582672119+16.506316070556643+5268478393558595e-19),sizes:\"12.3789px\",src:\"https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg\",srcSet:\"https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg 4096w\"},className:\"framer-1gsjp3g\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"S6ctUMmiM\",style:{\"--border-bottom-width\":\"0.5157895088195801px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0.5157895088195801px\",\"--border-right-width\":\"0.5157895088195801px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5157895088195801px\",borderBottomLeftRadius:2.06,borderBottomRightRadius:2.06,borderTopLeftRadius:2.06,borderTopRightRadius:2.06}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PureGlow Nourishing Bar Soap \u2013 Shea Butter & Oatmeal Formula\"})}),className:\"framer-pv8aoy\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dVNyQlHig\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"5.67px\",\"--framer-line-height\":\"8.25px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"# 113-4848720-8765853\"})}),className:\"framer-1q405ic\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dodd1ubMG\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1965jm8\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"YOnbBiBy_\",svg:'<svg width=\"7\" height=\"7\" viewBox=\"0 0 7 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2069_413)\">\\n<path d=\"M3.04614 3.67214L6.0403 0.677979\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M6.13123 2.52088V0.58667H4.19702\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.09995 3.44172V4.71314C5.09995 5.28309 4.63832 5.74472 4.06837 5.74472H2.00521C1.43526 5.74472 0.973633 5.28309 0.973633 4.71314V2.64999C0.973633 2.08004 1.43526 1.61841 2.00521 1.61841H3.27663\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2069_413\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.328613 0.199951)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lxpke7\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"tLt10X5pw\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:8.25,borderBottomRightRadius:8.25,borderTopLeftRadius:8.25,borderTopRightRadius:8.25},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y0ii0y\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"eklQKbzah\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"6.71px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Oct 18, 2024\"})}),className:\"framer-sqxrxa\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"JXLMu9eAD\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$84.00\"})}),className:\"framer-zttjno\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s_nWSWfTe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ee6dyb\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"BAAmjbTbs\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-221.5728761291504+0+68.8942134475708+6.189474582672119+16.506316070556643+5268478393558595e-19),sizes:\"12.3789px\",src:\"https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg\",srcSet:\"https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg 4096w\"},className:\"framer-1b86avu\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"aL0lZGQBV\",style:{\"--border-bottom-width\":\"0.5157895088195801px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0.5157895088195801px\",\"--border-right-width\":\"0.5157895088195801px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5157895088195801px\",borderBottomLeftRadius:2.06,borderBottomRightRadius:2.06,borderTopLeftRadius:2.06,borderTopRightRadius:2.06}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SunVeil Radiance - SPF 50+ \"})}),className:\"framer-70psna\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"C_fruAUyf\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q3bgsv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"uDE6j7vvt\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||456)-0-456)/2+36+24)+2+6.189453125+379.6210021972656-221.5728761291504+0+68.8942134475708+6.189474582672119+33.012632141113286+5268478393558595e-19),sizes:\"12.3789px\",src:\"https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg\",srcSet:\"https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg 4096w\"},className:\"framer-2h1atg\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"r1BCrvXUe\",style:{\"--border-bottom-width\":\"0.5157895088195801px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0.5157895088195801px\",\"--border-right-width\":\"0.5157895088195801px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.5157895088195801px\",borderBottomLeftRadius:2.06,borderBottomRightRadius:2.06,borderTopLeftRadius:2.06,borderTopRightRadius:2.06}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"LustreLocks ShineBoost \"})}),className:\"framer-nxwshu\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oU2rKLlSg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ka8537\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"xcOC82Kus\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-av3w3p\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Ow4xwsIA_\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:6.19,borderBottomRightRadius:6.19,borderTopLeftRadius:6.19,borderTopRightRadius:6.19},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Show other orders\"})}),className:\"framer-1m8yl1c\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"imfKHOkyy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1icoaqz\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"jA6rom9Xb\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:6.19,borderBottomRightRadius:6.19,borderTopLeftRadius:6.19,borderTopRightRadius:6.19},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I will provide the order ID\u2026\"})}),className:\"framer-9jus5a\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gpbV5UD6v\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ivgppi\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:19,layoutDependency:layoutDependency,layoutId:\"qepOCm3l_\",svg:'<svg width=\"19\" height=\"11\" viewBox=\"0 0 19 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2069_439)\">\\n<g clip-path=\"url(#clip0_2069_439)\">\\n<rect x=\"0.963379\" y=\"0.252686\" width=\"17.5368\" height=\"10.3158\" rx=\"5.15789\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<path d=\"M9.73177 4.50798C9.8742 4.50798 9.98967 4.39251 9.98967 4.25008C9.98967 4.10765 9.8742 3.99219 9.73177 3.99219C9.58934 3.99219 9.47388 4.10765 9.47388 4.25008C9.47388 4.39251 9.58934 4.50798 9.73177 4.50798Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.4398 4.50798C12.5822 4.50798 12.6977 4.39251 12.6977 4.25008C12.6977 4.10765 12.5822 3.99219 12.4398 3.99219C12.2973 3.99219 12.1819 4.10765 12.1819 4.25008C12.1819 4.39251 12.2973 4.50798 12.4398 4.50798Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M7.02401 4.50798C7.16644 4.50798 7.2819 4.39251 7.2819 4.25008C7.2819 4.10765 7.16644 3.99219 7.02401 3.99219C6.88158 3.99219 6.76611 4.10765 6.76611 4.25008C6.76611 4.39251 6.88158 4.50798 7.02401 4.50798Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9.73177 6.82878C9.8742 6.82878 9.98967 6.71331 9.98967 6.57088C9.98967 6.42845 9.8742 6.31299 9.73177 6.31299C9.58934 6.31299 9.47388 6.42845 9.47388 6.57088C9.47388 6.71331 9.58934 6.82878 9.73177 6.82878Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.4398 6.82878C12.5822 6.82878 12.6977 6.71331 12.6977 6.57088C12.6977 6.42845 12.5822 6.31299 12.4398 6.31299C12.2973 6.31299 12.1819 6.42845 12.1819 6.57088C12.1819 6.71331 12.2973 6.82878 12.4398 6.82878Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M7.02401 6.82878C7.16644 6.82878 7.2819 6.71331 7.2819 6.57088C7.2819 6.42845 7.16644 6.31299 7.02401 6.31299C6.88158 6.31299 6.76611 6.42845 6.76611 6.57088C6.76611 6.71331 6.88158 6.82878 7.02401 6.82878Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"1.1568\" y=\"0.446107\" width=\"17.15\" height=\"9.92895\" rx=\"4.96447\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.386842\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2069_439\" x=\"-1.09978\" y=\"-1.81047\" width=\"21.6632\" height=\"14.442\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"1.03158\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2069_439\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2069_439\" result=\"shape\"/>\\n</filter>\\n<clipPath id=\"clip0_2069_439\">\\n<rect x=\"0.963379\" y=\"0.252686\" width=\"17.5368\" height=\"10.3158\" rx=\"5.15789\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZQdsQ.framer-1319hx7, .framer-ZQdsQ .framer-1319hx7 { display: block; }\",\".framer-ZQdsQ.framer-1r95skl { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 456px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 706px; }\",\".framer-ZQdsQ .framer-19vhruv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-nmdjo5, .framer-ZQdsQ .framer-1cng4dt, .framer-ZQdsQ .framer-1pnbrj1, .framer-ZQdsQ .framer-1gj4qr2, .framer-ZQdsQ .framer-1lhb094 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-1wem3z0, .framer-ZQdsQ .framer-1pu82f5, .framer-ZQdsQ .framer-fgvlih, .framer-ZQdsQ .framer-mpthbl { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-ZQdsQ .framer-16uiubo, .framer-ZQdsQ .framer-cisuf8, .framer-ZQdsQ .framer-kdegmw, .framer-ZQdsQ .framer-1smqe9b, .framer-ZQdsQ .framer-68q82c, .framer-ZQdsQ .framer-xou9on, .framer-ZQdsQ .framer-nrhmwo, .framer-ZQdsQ .framer-18nvozk, .framer-ZQdsQ .framer-1h7wupr, .framer-ZQdsQ .framer-ac9kzh, .framer-ZQdsQ .framer-trg2w, .framer-ZQdsQ .framer-1q4m4fv, .framer-ZQdsQ .framer-10zs2y2, .framer-ZQdsQ .framer-axugoi, .framer-ZQdsQ .framer-1tl66uy, .framer-ZQdsQ .framer-vqy6rx, .framer-ZQdsQ .framer-1udzk6x, .framer-ZQdsQ .framer-1palxsp, .framer-ZQdsQ .framer-af3sol, .framer-ZQdsQ .framer-pv8aoy, .framer-ZQdsQ .framer-1q405ic, .framer-ZQdsQ .framer-sqxrxa, .framer-ZQdsQ .framer-zttjno, .framer-ZQdsQ .framer-70psna, .framer-ZQdsQ .framer-nxwshu, .framer-ZQdsQ .framer-1m8yl1c, .framer-ZQdsQ .framer-9jus5a { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZQdsQ .framer-l7z6dx { flex: none; height: 18px; position: relative; width: 17px; }\",\".framer-ZQdsQ .framer-r0snuz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZQdsQ .framer-1dfd3bf-container { flex: none; height: 396px; left: 0px; position: absolute; top: 0px; width: 706px; z-index: -1; }\",\".framer-ZQdsQ .framer-4y0wag { flex: none; height: 392px; overflow: hidden; position: relative; width: 702px; will-change: var(--framer-will-change-override, transform); z-index: 7; }\",\".framer-ZQdsQ .framer-cd5gzd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 438px; overflow: visible; padding: 0px; position: absolute; top: 12px; width: min-content; }\",\".framer-ZQdsQ .framer-x0qtqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 3.0947372913360596px 8.252632141113281px 3.0947372913360596px 8.252632141113281px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-1l5du4z, .framer-ZQdsQ .framer-gs6j6m { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-ZQdsQ .framer-jhlzsc { flex: none; height: 186px; left: calc(36.32352163205528% - 330.105224609375px / 2); overflow: visible; position: absolute; top: calc(50.00007979723872% - 185.68421936035156px / 2); width: 330px; }\",\".framer-ZQdsQ .framer-2e5h1d { bottom: 0px; flex: none; left: 0px; position: absolute; right: -1px; top: -1px; }\",\".framer-ZQdsQ .framer-1usfmw9 { flex: none; height: 186px; left: calc(50% - 331px / 2); position: absolute; top: calc(50% - 186px / 2); width: 331px; }\",\".framer-ZQdsQ .framer-11cfg8f { bottom: 13px; flex: none; height: 22px; left: calc(49.9999912990092% - 166px / 2); position: absolute; width: 166px; }\",\".framer-ZQdsQ .framer-r9ha6s { bottom: 13px; flex: none; height: 67px; left: 12px; position: absolute; width: 67px; }\",\".framer-ZQdsQ .framer-1j4589k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 2.0631580352783203px 0px 2.0631580352783203px 0px; position: absolute; top: 12px; width: 120px; }\",\".framer-ZQdsQ .framer-1x8d4h0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2.0631580352783203px 0px 2.0631580352783203px 10.315791130065918px; position: relative; width: 100%; }\",\".framer-ZQdsQ .framer-sm55h8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-l7a3ul { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-1q6a4jh, .framer-ZQdsQ .framer-1fld0nz { flex: none; height: 8px; position: relative; width: 7px; }\",\".framer-ZQdsQ .framer-vgmbpv { flex: none; height: 12px; position: relative; width: 29px; }\",\".framer-ZQdsQ .framer-1x4e9om { flex: none; height: 380px; left: 510px; overflow: hidden; position: absolute; top: 6px; width: 186px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZQdsQ .framer-1ldlrjs { align-content: flex-start; align-items: flex-start; bottom: 347px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 6px; overflow: visible; padding: 8.252632141113281px; position: absolute; width: min-content; }\",\".framer-ZQdsQ .framer-7s2qpo, .framer-ZQdsQ .framer-19acovb, .framer-ZQdsQ .framer-c78xlv, .framer-ZQdsQ .framer-1o00jgs, .framer-ZQdsQ .framer-kd117p, .framer-ZQdsQ .framer-ee6dyb, .framer-ZQdsQ .framer-1q3bgsv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-19mp0gf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 17px; }\",\".framer-ZQdsQ .framer-bzagg4, .framer-ZQdsQ .framer-t9kmpz, .framer-ZQdsQ .framer-w1lnlp, .framer-ZQdsQ .framer-y0ii0y, .framer-ZQdsQ .framer-1ka8537 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-1soc3p6, .framer-ZQdsQ .framer-190z7c3, .framer-ZQdsQ .framer-1965jm8 { flex: none; height: 7px; position: relative; width: 7px; }\",\".framer-ZQdsQ .framer-6fdikg { align-content: flex-start; align-items: flex-start; bottom: 227px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 6px; overflow: visible; padding: 8.252632141113281px; position: absolute; width: min-content; }\",\".framer-ZQdsQ .framer-1xb81et { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 17px; }\",\".framer-ZQdsQ .framer-1ajy11d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 103px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZQdsQ .framer-1yws3ge { align-content: center; align-items: center; bottom: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 25px; justify-content: flex-start; left: 6px; overflow: hidden; padding: 8.252632141113281px 5.157895565032959px 8.252632141113281px 8.252632141113281px; position: absolute; right: 6px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZQdsQ .framer-1cujm4q { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 120px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZQdsQ .framer-xa5nhe { flex: none; height: 15px; position: relative; width: 16px; }\",\".framer-ZQdsQ .framer-1jrqon0 { align-content: flex-start; align-items: flex-start; bottom: 318px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6.189474582672119px 8.252632141113281px 6.189474582672119px 8.252632141113281px; position: absolute; right: 6px; width: min-content; }\",\".framer-ZQdsQ .framer-1spmqor { align-content: flex-end; align-items: flex-end; bottom: 37px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: absolute; right: 6px; width: 173px; }\",\".framer-ZQdsQ .framer-ac4aty { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6.189474582672119px 8.252632141113281px 6.189474582672119px 8.252632141113281px; position: relative; width: 126px; }\",\".framer-ZQdsQ .framer-1gsjp3g, .framer-ZQdsQ .framer-1b86avu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); overflow: hidden; position: relative; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZQdsQ .framer-lxpke7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6.189474582672119px 8.252632141113281px 6.189474582672119px 8.252632141113281px; position: relative; width: 130px; }\",\".framer-ZQdsQ .framer-2h1atg { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); overflow: hidden; position: relative; width: 12px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZQdsQ .framer-av3w3p, .framer-ZQdsQ .framer-1icoaqz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6.189474582672119px 8.252632141113281px 6.189474582672119px 8.252632141113281px; position: relative; width: min-content; }\",\".framer-ZQdsQ .framer-ivgppi { flex: none; height: 11px; left: calc(50.00002259840392% - 19px / 2); position: absolute; top: 2px; width: 19px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZQdsQ.framer-1r95skl, .framer-ZQdsQ .framer-19vhruv, .framer-ZQdsQ .framer-nmdjo5, .framer-ZQdsQ .framer-1cng4dt, .framer-ZQdsQ .framer-1pnbrj1, .framer-ZQdsQ .framer-1gj4qr2, .framer-ZQdsQ .framer-1lhb094, .framer-ZQdsQ .framer-r0snuz, .framer-ZQdsQ .framer-cd5gzd, .framer-ZQdsQ .framer-x0qtqs, .framer-ZQdsQ .framer-1j4589k, .framer-ZQdsQ .framer-1x8d4h0, .framer-ZQdsQ .framer-sm55h8, .framer-ZQdsQ .framer-l7a3ul, .framer-ZQdsQ .framer-1ldlrjs, .framer-ZQdsQ .framer-7s2qpo, .framer-ZQdsQ .framer-19acovb, .framer-ZQdsQ .framer-bzagg4, .framer-ZQdsQ .framer-6fdikg, .framer-ZQdsQ .framer-c78xlv, .framer-ZQdsQ .framer-1o00jgs, .framer-ZQdsQ .framer-t9kmpz, .framer-ZQdsQ .framer-1yws3ge, .framer-ZQdsQ .framer-1jrqon0, .framer-ZQdsQ .framer-1spmqor, .framer-ZQdsQ .framer-ac4aty, .framer-ZQdsQ .framer-w1lnlp, .framer-ZQdsQ .framer-kd117p, .framer-ZQdsQ .framer-lxpke7, .framer-ZQdsQ .framer-y0ii0y, .framer-ZQdsQ .framer-ee6dyb, .framer-ZQdsQ .framer-1q3bgsv, .framer-ZQdsQ .framer-1ka8537, .framer-ZQdsQ .framer-av3w3p, .framer-ZQdsQ .framer-1icoaqz { gap: 0px; } .framer-ZQdsQ.framer-1r95skl > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZQdsQ.framer-1r95skl > :first-child, .framer-ZQdsQ .framer-1j4589k > :first-child, .framer-ZQdsQ .framer-1x8d4h0 > :first-child, .framer-ZQdsQ .framer-1ldlrjs > :first-child, .framer-ZQdsQ .framer-6fdikg > :first-child, .framer-ZQdsQ .framer-1jrqon0 > :first-child, .framer-ZQdsQ .framer-1spmqor > :first-child, .framer-ZQdsQ .framer-ac4aty > :first-child, .framer-ZQdsQ .framer-lxpke7 > :first-child, .framer-ZQdsQ .framer-av3w3p > :first-child, .framer-ZQdsQ .framer-1icoaqz > :first-child { margin-top: 0px; } .framer-ZQdsQ.framer-1r95skl > :last-child, .framer-ZQdsQ .framer-1j4589k > :last-child, .framer-ZQdsQ .framer-1x8d4h0 > :last-child, .framer-ZQdsQ .framer-1ldlrjs > :last-child, .framer-ZQdsQ .framer-6fdikg > :last-child, .framer-ZQdsQ .framer-1jrqon0 > :last-child, .framer-ZQdsQ .framer-1spmqor > :last-child, .framer-ZQdsQ .framer-ac4aty > :last-child, .framer-ZQdsQ .framer-lxpke7 > :last-child, .framer-ZQdsQ .framer-av3w3p > :last-child, .framer-ZQdsQ .framer-1icoaqz > :last-child { margin-bottom: 0px; } .framer-ZQdsQ .framer-19vhruv > *, .framer-ZQdsQ .framer-nmdjo5 > *, .framer-ZQdsQ .framer-1cng4dt > *, .framer-ZQdsQ .framer-1pnbrj1 > *, .framer-ZQdsQ .framer-1gj4qr2 > *, .framer-ZQdsQ .framer-1lhb094 > *, .framer-ZQdsQ .framer-r0snuz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZQdsQ .framer-19vhruv > :first-child, .framer-ZQdsQ .framer-nmdjo5 > :first-child, .framer-ZQdsQ .framer-1cng4dt > :first-child, .framer-ZQdsQ .framer-1pnbrj1 > :first-child, .framer-ZQdsQ .framer-1gj4qr2 > :first-child, .framer-ZQdsQ .framer-1lhb094 > :first-child, .framer-ZQdsQ .framer-r0snuz > :first-child, .framer-ZQdsQ .framer-cd5gzd > :first-child, .framer-ZQdsQ .framer-x0qtqs > :first-child, .framer-ZQdsQ .framer-sm55h8 > :first-child, .framer-ZQdsQ .framer-l7a3ul > :first-child, .framer-ZQdsQ .framer-7s2qpo > :first-child, .framer-ZQdsQ .framer-19acovb > :first-child, .framer-ZQdsQ .framer-bzagg4 > :first-child, .framer-ZQdsQ .framer-c78xlv > :first-child, .framer-ZQdsQ .framer-1o00jgs > :first-child, .framer-ZQdsQ .framer-t9kmpz > :first-child, .framer-ZQdsQ .framer-1yws3ge > :first-child, .framer-ZQdsQ .framer-w1lnlp > :first-child, .framer-ZQdsQ .framer-kd117p > :first-child, .framer-ZQdsQ .framer-y0ii0y > :first-child, .framer-ZQdsQ .framer-ee6dyb > :first-child, .framer-ZQdsQ .framer-1q3bgsv > :first-child, .framer-ZQdsQ .framer-1ka8537 > :first-child { margin-left: 0px; } .framer-ZQdsQ .framer-19vhruv > :last-child, .framer-ZQdsQ .framer-nmdjo5 > :last-child, .framer-ZQdsQ .framer-1cng4dt > :last-child, .framer-ZQdsQ .framer-1pnbrj1 > :last-child, .framer-ZQdsQ .framer-1gj4qr2 > :last-child, .framer-ZQdsQ .framer-1lhb094 > :last-child, .framer-ZQdsQ .framer-r0snuz > :last-child, .framer-ZQdsQ .framer-cd5gzd > :last-child, .framer-ZQdsQ .framer-x0qtqs > :last-child, .framer-ZQdsQ .framer-sm55h8 > :last-child, .framer-ZQdsQ .framer-l7a3ul > :last-child, .framer-ZQdsQ .framer-7s2qpo > :last-child, .framer-ZQdsQ .framer-19acovb > :last-child, .framer-ZQdsQ .framer-bzagg4 > :last-child, .framer-ZQdsQ .framer-c78xlv > :last-child, .framer-ZQdsQ .framer-1o00jgs > :last-child, .framer-ZQdsQ .framer-t9kmpz > :last-child, .framer-ZQdsQ .framer-1yws3ge > :last-child, .framer-ZQdsQ .framer-w1lnlp > :last-child, .framer-ZQdsQ .framer-kd117p > :last-child, .framer-ZQdsQ .framer-y0ii0y > :last-child, .framer-ZQdsQ .framer-ee6dyb > :last-child, .framer-ZQdsQ .framer-1q3bgsv > :last-child, .framer-ZQdsQ .framer-1ka8537 > :last-child { margin-right: 0px; } .framer-ZQdsQ .framer-cd5gzd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ZQdsQ .framer-x0qtqs > * { margin: 0px; margin-left: calc(5.157895565032959px / 2); margin-right: calc(5.157895565032959px / 2); } .framer-ZQdsQ .framer-1j4589k > * { margin: 0px; margin-bottom: calc(5.157895565032959px / 2); margin-top: calc(5.157895565032959px / 2); } .framer-ZQdsQ .framer-1x8d4h0 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZQdsQ .framer-sm55h8 > *, .framer-ZQdsQ .framer-7s2qpo > *, .framer-ZQdsQ .framer-19acovb > *, .framer-ZQdsQ .framer-c78xlv > *, .framer-ZQdsQ .framer-1o00jgs > *, .framer-ZQdsQ .framer-kd117p > *, .framer-ZQdsQ .framer-ee6dyb > *, .framer-ZQdsQ .framer-1q3bgsv > * { margin: 0px; margin-left: calc(6.189474582672119px / 2); margin-right: calc(6.189474582672119px / 2); } .framer-ZQdsQ .framer-l7a3ul > *, .framer-ZQdsQ .framer-bzagg4 > *, .framer-ZQdsQ .framer-t9kmpz > *, .framer-ZQdsQ .framer-w1lnlp > *, .framer-ZQdsQ .framer-y0ii0y > *, .framer-ZQdsQ .framer-1ka8537 > * { margin: 0px; margin-left: calc(4.126316070556641px / 2); margin-right: calc(4.126316070556641px / 2); } .framer-ZQdsQ .framer-1ldlrjs > *, .framer-ZQdsQ .framer-6fdikg > *, .framer-ZQdsQ .framer-1jrqon0 > *, .framer-ZQdsQ .framer-1spmqor > *, .framer-ZQdsQ .framer-ac4aty > *, .framer-ZQdsQ .framer-lxpke7 > *, .framer-ZQdsQ .framer-av3w3p > *, .framer-ZQdsQ .framer-1icoaqz > * { margin: 0px; margin-bottom: calc(4.126316070556641px / 2); margin-top: calc(4.126316070556641px / 2); } .framer-ZQdsQ .framer-1yws3ge > * { margin: 0px; margin-left: calc(8.252632141113281px / 2); margin-right: calc(8.252632141113281px / 2); } }\",\".framer-ZQdsQ.framer-v-1kdkdwn .framer-1ldlrjs, .framer-ZQdsQ.framer-v-1kdkdwn .framer-6fdikg, .framer-ZQdsQ.framer-v-1m1p836 .framer-1ldlrjs, .framer-ZQdsQ.framer-v-1m1p836 .framer-6fdikg, .framer-ZQdsQ.framer-v-7tf5we .framer-1ldlrjs, .framer-ZQdsQ.framer-v-7tf5we .framer-6fdikg, .framer-ZQdsQ.framer-v-1bpwivn .framer-1ldlrjs, .framer-ZQdsQ.framer-v-1bpwivn .framer-6fdikg { gap: 8px; padding: 16px; }\",\".framer-ZQdsQ.framer-v-1kdkdwn .framer-19mp0gf, .framer-ZQdsQ.framer-v-1m1p836 .framer-19mp0gf, .framer-ZQdsQ.framer-v-7tf5we .framer-19mp0gf, .framer-ZQdsQ.framer-v-1bpwivn .framer-19mp0gf { height: var(--framer-aspect-ratio-supported, 17px); }\",\".framer-ZQdsQ.framer-v-1kdkdwn .framer-1xb81et, .framer-ZQdsQ.framer-v-1m1p836 .framer-1xb81et, .framer-ZQdsQ.framer-v-7tf5we .framer-1xb81et, .framer-ZQdsQ.framer-v-1bpwivn .framer-1xb81et { height: var(--framer-aspect-ratio-supported, 16px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZQdsQ.framer-v-1kdkdwn .framer-1ldlrjs, .framer-ZQdsQ.framer-v-1kdkdwn .framer-6fdikg { gap: 0px; } .framer-ZQdsQ.framer-v-1kdkdwn .framer-1ldlrjs > *, .framer-ZQdsQ.framer-v-1kdkdwn .framer-6fdikg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ZQdsQ.framer-v-1kdkdwn .framer-1ldlrjs > :first-child, .framer-ZQdsQ.framer-v-1kdkdwn .framer-6fdikg > :first-child { margin-top: 0px; } .framer-ZQdsQ.framer-v-1kdkdwn .framer-1ldlrjs > :last-child, .framer-ZQdsQ.framer-v-1kdkdwn .framer-6fdikg > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZQdsQ.framer-v-1m1p836 .framer-1ldlrjs, .framer-ZQdsQ.framer-v-1m1p836 .framer-6fdikg { gap: 0px; } .framer-ZQdsQ.framer-v-1m1p836 .framer-1ldlrjs > *, .framer-ZQdsQ.framer-v-1m1p836 .framer-6fdikg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ZQdsQ.framer-v-1m1p836 .framer-1ldlrjs > :first-child, .framer-ZQdsQ.framer-v-1m1p836 .framer-6fdikg > :first-child { margin-top: 0px; } .framer-ZQdsQ.framer-v-1m1p836 .framer-1ldlrjs > :last-child, .framer-ZQdsQ.framer-v-1m1p836 .framer-6fdikg > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZQdsQ.framer-v-7tf5we .framer-1ldlrjs, .framer-ZQdsQ.framer-v-7tf5we .framer-6fdikg { gap: 0px; } .framer-ZQdsQ.framer-v-7tf5we .framer-1ldlrjs > *, .framer-ZQdsQ.framer-v-7tf5we .framer-6fdikg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ZQdsQ.framer-v-7tf5we .framer-1ldlrjs > :first-child, .framer-ZQdsQ.framer-v-7tf5we .framer-6fdikg > :first-child { margin-top: 0px; } .framer-ZQdsQ.framer-v-7tf5we .framer-1ldlrjs > :last-child, .framer-ZQdsQ.framer-v-7tf5we .framer-6fdikg > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZQdsQ.framer-v-1bpwivn .framer-1ldlrjs, .framer-ZQdsQ.framer-v-1bpwivn .framer-6fdikg { gap: 0px; } .framer-ZQdsQ.framer-v-1bpwivn .framer-1ldlrjs > *, .framer-ZQdsQ.framer-v-1bpwivn .framer-6fdikg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ZQdsQ.framer-v-1bpwivn .framer-1ldlrjs > :first-child, .framer-ZQdsQ.framer-v-1bpwivn .framer-6fdikg > :first-child { margin-top: 0px; } .framer-ZQdsQ.framer-v-1bpwivn .framer-1ldlrjs > :last-child, .framer-ZQdsQ.framer-v-1bpwivn .framer-6fdikg > :last-child { margin-bottom: 0px; } }\",'.framer-ZQdsQ[data-border=\"true\"]::after, .framer-ZQdsQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 456\n * @framerIntrinsicWidth 706\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"XXARjguxO\":{\"layout\":[\"fixed\",\"fixed\"]},\"PUwmQP4gn\":{\"layout\":[\"fixed\",\"fixed\"]},\"oHn5o5k5x\":{\"layout\":[\"fixed\",\"fixed\"]},\"OOmtYokI2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZlf49SGZH=withCSS(Component,css,\"framer-ZQdsQ\");export default FramerZlf49SGZH;FramerZlf49SGZH.displayName=\"Hero Image Tab\";FramerZlf49SGZH.defaultProps={height:456,width:706};addPropertyControls(FramerZlf49SGZH,{variant:{options:[\"sfbsyKNvB\",\"XXARjguxO\",\"PUwmQP4gn\",\"oHn5o5k5x\",\"OOmtYokI2\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZlf49SGZH,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...RotatingConicalGradientFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZlf49SGZH\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XXARjguxO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PUwmQP4gn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oHn5o5k5x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OOmtYokI2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"706\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"456\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Zlf49SGZH.map", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import RotatingConicalGradient from\"https://framerusercontent.com/modules/p6Jy30ZQgLxWot0iILHH/dxBgyYDtVv7QzASD9wd4/RotatingConicalGradient.js\";const RotatingConicalGradientFonts=getFonts(RotatingConicalGradient);const VideoFonts=getFonts(Video);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const cycleOrder=[\"bwsPY_3Q9\",\"TYZiSm85U\",\"IUnjkb4OI\",\"KtkOKtUOm\",\"REtLbh5OB\"];const serializationHash=\"framer-29j7o\";const variantClassNames={bwsPY_3Q9:\"framer-v-1cv2msi\",IUnjkb4OI:\"framer-v-12lzzsd\",KtkOKtUOm:\"framer-v-1l3fzb\",REtLbh5OB:\"framer-v-ie2xd3\",TYZiSm85U:\"framer-v-1uw37s8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"bwsPY_3Q9\",\"Variant 2\":\"TYZiSm85U\",\"Variant 3\":\"IUnjkb4OI\",\"Variant 4\":\"KtkOKtUOm\",\"Variant 5\":\"REtLbh5OB\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"bwsPY_3Q9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bwsPY_3Q9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap91x665=activeVariantCallback(async(...args)=>{setVariant(\"bwsPY_3Q9\");});const onTap195hdd8=activeVariantCallback(async(...args)=>{setVariant(\"TYZiSm85U\");});const onTap1u8lzy7=activeVariantCallback(async(...args)=>{setVariant(\"IUnjkb4OI\");});const onTap16zajcq=activeVariantCallback(async(...args)=>{setVariant(\"KtkOKtUOm\");});const onTapdfsijv=activeVariantCallback(async(...args)=>{setVariant(\"REtLbh5OB\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"TYZiSm85U\",\"IUnjkb4OI\",\"KtkOKtUOm\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"TYZiSm85U\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"IUnjkb4OI\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"KtkOKtUOm\")return true;return false;};const isDisplayed4=()=>{if([\"TYZiSm85U\",\"IUnjkb4OI\",\"KtkOKtUOm\",\"REtLbh5OB\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(baseVariant===\"REtLbh5OB\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cv2msi\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bwsPY_3Q9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({IUnjkb4OI:{\"data-framer-name\":\"Variant 3\"},KtkOKtUOm:{\"data-framer-name\":\"Variant 4\"},REtLbh5OB:{\"data-framer-name\":\"Variant 5\"},TYZiSm85U:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11i9x89\",layoutDependency:layoutDependency,layoutId:\"LU7FFUjf8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rcmm8z\",\"data-border\":true,\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cSVMpzndR\",onTap:onTap91x665,style:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{IUnjkb4OI:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},KtkOKtUOm:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},REtLbh5OB:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"},TYZiSm85U:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\"}},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1j6oy7h\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"mJP_WloQJ\",style:{filter:\"none\",WebkitFilter:\"none\"},svg:'<svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.75 1.75L3.101 2.088C3.494 2.186 3.789 2.512 3.848 2.913L5.001 10.751\" stroke=\"#E54D2E\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.25 13.25H4.5C3.81 13.25 3.25 12.69 3.25 12C3.25 11.31 3.81 10.75 4.5 10.75H13.029C13.459 10.75 13.842 10.475 13.978 10.066L15.311 6.066C15.527 5.418 15.045 4.75 14.362 4.75H4.118\" stroke=\"#E54D2E\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.75 17C4.44036 17 5 16.4404 5 15.75C5 15.0596 4.44036 14.5 3.75 14.5C3.05964 14.5 2.5 15.0596 2.5 15.75C2.5 16.4404 3.05964 17 3.75 17Z\" fill=\"#E54D2E\"/>\\n<path d=\"M14.25 17C14.9404 17 15.5 16.4404 15.5 15.75C15.5 15.0596 14.9404 14.5 14.25 14.5C13.5596 14.5 13 15.0596 13 15.75C13 16.4404 13.5596 17 14.25 17Z\" fill=\"#E54D2E\"/>\\n</svg>\\n',variants:{IUnjkb4OI:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},KtkOKtUOm:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},REtLbh5OB:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"},TYZiSm85U:{filter:\"grayscale(1)\",WebkitFilter:\"grayscale(1)\"}},withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"E-commerce and Retail\"})}),className:\"framer-ss8ns3\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"jKzzD7n7z\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1iqq7zh\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FlkJDDLEY\",onTap:onTap195hdd8,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{TYZiSm85U:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({TYZiSm85U:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-wprqoa\",\"data-framer-name\":\"Frame\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"MEib92Zhh\",opacity:1,style:{backgroundColor:\"rgba(255, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96,96,96)\"></path></svg>',svgContentId:11117333392,withExternalLayout:true,...addPropertyOverrides({IUnjkb4OI:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:12297514936},KtkOKtUOm:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:12297514936},REtLbh5OB:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(96, 96, 96)\"></path></svg>',svgContentId:12297514936},TYZiSm85U:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 2.75 15.25 L 15.25 15.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 7.25 L 14.25 7.25 C 14.802 7.25 15.25 6.802 15.25 6.25 L 15.25 5.836 C 15.25 5.474 15.054 5.14 14.739 4.963 L 9.489 2.023 C 9.185 1.853 8.815 1.853 8.512 2.023 L 3.261 4.964 C 2.945 5.141 2.75 5.475 2.75 5.837 L 2.75 6.251 C 2.75 6.803 3.198 7.251 3.75 7.251 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 7.25 15.25 L 7.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 3.75 15.25 L 3.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 10.75 15.25 L 10.75 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 14.25 15.25 L 14.25 9.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(186, 167, 255)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9 5.75 C 9.552 5.75 10 5.302 10 4.75 C 10 4.198 9.552 3.75 9 3.75 C 8.448 3.75 8 4.198 8 4.75 C 8 5.302 8.448 5.75 9 5.75 Z\" fill=\"rgb(186, 167, 255)\"></path></svg>',svgContentId:9967499793}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Financial Services\"})}),className:\"framer-1t5al2c\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"dMFDzH7gT\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10x810r\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xGC0pp0jf\",onTap:onTap1u8lzy7,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{IUnjkb4OI:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({IUnjkb4OI:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-u3xzcz\",\"data-framer-name\":\"GXF-2 Frame (10)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BXfxKCxO_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 6.25 8.75 L 6.25 5.75 L 12.75 5.75 L 12.75 8.75 M 9.5 5.75 L 9.5 8.75 M 16.75 13.25 L 2.25 13.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 2.25 15.25 L 2.25 10.75 C 2.25 9.645 3.145 8.75 4.25 8.75 L 14.75 8.75 C 15.855 8.75 16.75 9.645 16.75 10.75 L 16.75 15.25 M 3.25 8.75 L 3.25 3.75 C 3.25 3.198 3.698 2.75 4.25 2.75 L 14.75 2.75 C 15.302 2.75 15.75 3.198 15.75 3.75 L 15.75 8.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10744677665,withExternalLayout:true,...addPropertyOverrides({IUnjkb4OI:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 6.25 8.75 L 6.25 5.75 L 12.75 5.75 L 12.75 8.75 M 9.5 5.75 L 9.5 8.75 M 16.75 13.25 L 2.25 13.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(124, 226, 254)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 2.25 15.25 L 2.25 10.75 C 2.25 9.645 3.145 8.75 4.25 8.75 L 14.75 8.75 C 15.855 8.75 16.75 9.645 16.75 10.75 L 16.75 15.25 M 3.25 8.75 L 3.25 3.75 C 3.25 3.198 3.698 2.75 4.25 2.75 L 14.75 2.75 C 15.302 2.75 15.75 3.198 15.75 3.75 L 15.75 8.75\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(124, 226, 254)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9199353159}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hospitality\"})}),className:\"framer-rxlnhw\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"RVhf1bRYy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ecc1ef\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"sx1hkMGL_\",onTap:onTap16zajcq,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{KtkOKtUOm:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({KtkOKtUOm:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-g71ij9\",\"data-framer-name\":\"Shield User\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"xUm7Fzrxe\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:10396537670,withExternalLayout:true,...addPropertyOverrides({KtkOKtUOm:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 197, 61)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(255, 197, 61)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9350000446},REtLbh5OB:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 9 9.25 C 10.105 9.25 11 8.355 11 7.25 C 11 6.145 10.105 5.25 9 5.25 C 7.895 5.25 7 6.145 7 7.25 C 7 8.355 7.895 9.25 9 9.25 Z M 5.192 14.522 C 5.726 12.87 7.264 11.751 9 11.751 C 10.736 11.751 12.274 12.87 12.808 14.522\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 9.305 1.845 L 14.555 3.525 C 14.969 3.658 15.25 4.042 15.25 4.477 L 15.25 10.997 C 15.25 14.027 10.566 15.745 9.308 16.152 C 9.108 16.218 8.892 16.218 8.692 16.152 C 7.434 15.745 2.75 14.027 2.75 10.997 L 2.75 4.478 C 2.75 4.043 3.031 3.658 3.445 3.526 L 8.695 1.846 C 8.893 1.783 9.106 1.782 9.305 1.845 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96, 96, 96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9112751288}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Insurance\"})}),className:\"framer-1wda6ae\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"i1pVrQy7H\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ehg9m9\",\"data-framer-name\":\"div\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"AnEQUIxiC\",onTap:onTapdfsijv,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:1e4,borderBottomRightRadius:1e4,borderTopLeftRadius:1e4,borderTopRightRadius:1e4},variants:{REtLbh5OB:{\"--border-bottom-width\":\"0.75px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.75px\",\"--border-right-width\":\"0.75px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.75px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\"}},...addPropertyOverrides({REtLbh5OB:{\"data-border\":true}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ztxigf\",\"data-framer-name\":\"GXF-2 Frame (9)\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vvwCSQ0OP\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><g id=\"ss10932823409_1\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 14.793 8.75 C 15.004 8.056 15.111 7.334 15.111 6.609 C 15.119 4.489 13.501 2.763 11.498 2.75 C 10.292 2.766 9.171 3.41 8.501 4.47 C 7.831 3.41 6.709 2.766 5.504 2.75 C 3.499 2.763 1.884 4.489 1.891 6.609 C 1.891 7.563 2.074 8.444 2.379 9.25 M 3.836 11.751 C 5.305 13.578 7.206 14.753 8.056 15.222 C 8.336 15.377 8.664 15.377 8.945 15.222 C 9.87 14.711 12.041 13.364 13.543 11.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 16.292 8.75 L 11.333 8.75 L 9.917 11.751 L 6.847 6.25 L 5.431 9.251 L 0.708 9.251\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(96,96,96)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:10932823409,withExternalLayout:true,...addPropertyOverrides({REtLbh5OB:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17 18\"><g id=\"ss12473651328_1\"><path d=\"M 0 0 L 17 0 L 17 18 L 0 18 Z\" fill=\"transparent\"></path><path d=\"M 14.793 8.75 C 15.004 8.056 15.111 7.334 15.111 6.609 C 15.119 4.489 13.501 2.763 11.498 2.75 C 10.292 2.766 9.171 3.41 8.501 4.47 C 7.831 3.41 6.709 2.766 5.504 2.75 C 3.499 2.763 1.884 4.489 1.891 6.609 C 1.891 7.563 2.074 8.444 2.379 9.25 M 3.836 11.751 C 5.305 13.578 7.206 14.753 8.056 15.222 C 8.336 15.377 8.664 15.377 8.945 15.222 C 9.87 14.711 12.041 13.364 13.543 11.25\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(88, 213, 186)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path><path d=\"M 16.292 8.75 L 11.333 8.75 L 9.917 11.751 L 6.847 6.25 L 5.431 9.251 L 0.708 9.251\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(88, 213, 186)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></g></svg>',svgContentId:12473651328}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Healthcare\"})}),className:\"framer-awkhu9\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"bY0keemrX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,className:\"framer-1sz4fm6\",\"data-framer-appear-id\":\"1sz4fm6\",\"data-framer-name\":\"Test\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"d3nMQFBmq\",optimized:true,style:{borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qp30ml-container\",layoutDependency:layoutDependency,layoutId:\"BUkhOv3kJ-container\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(255, 160, 87)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"BUkhOv3kJ\",layoutId:\"BUkhOv3kJ\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({IUnjkb4OI:{color:\"rgb(124, 226, 254)\"},KtkOKtUOm:{color:\"rgb(255, 197, 61)\"},REtLbh5OB:{color:\"rgb(88, 213, 186)\"},TYZiSm85U:{color:\"rgb(186, 167, 255)\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bjiovh\",\"data-border\":true,\"data-framer-name\":\"Frame 5\",layoutDependency:layoutDependency,layoutId:\"GNtN2Rxpy\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(11, 11, 11)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1241gof\",\"data-framer-name\":\"Frame 8\",layoutDependency:layoutDependency,layoutId:\"b8QMuBo3W\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-37j25x\",\"data-framer-name\":\"Frame 6\",layoutDependency:layoutDependency,layoutId:\"xO25V6M9K\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kudhs4\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"phP7cusvp\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d287h\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Zi2J42mAM\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"1.0315790176391602px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17d1439\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Rp2s74a_j\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"7.22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-jnhklm\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"OLpLYnmwZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17gf05e\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"xRVuN6QQn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"AI Customer Support\"})}),className:\"framer-1bc7il3\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PoYt_VgGS\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-188pksv\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"OvT75B3NO\",svg:'<svg width=\"7\" height=\"7\" viewBox=\"0 0 7 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_454)\">\\n<path d=\"M3.79473 1.43359L4.48846 3.18934L6.24473 3.88359L4.48846 4.57785L3.79473 6.33359L3.10047 4.57785L1.34473 3.88359L3.10047 3.18934L3.79473 1.43359Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M2.24303 1.30055L1.75509 1.13808L1.59211 0.649624C1.53949 0.491792 1.27799 0.491792 1.22538 0.649624L1.06239 1.13808L0.574452 1.30055C0.495537 1.32686 0.441895 1.40061 0.441895 1.48417C0.441895 1.56773 0.495537 1.64149 0.574452 1.66779L1.06239 1.83027L1.22538 2.31872C1.25168 2.39763 1.32544 2.45076 1.40848 2.45076C1.49153 2.45076 1.5658 2.39712 1.59159 2.31872L1.75458 1.83027L2.24252 1.66779C2.32143 1.64149 2.37507 1.56773 2.37507 1.48417C2.37507 1.40061 2.32143 1.32686 2.24252 1.30055H2.24303Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_454\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.441895 0.53125)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"6.71px\",\"--framer-line-height\":\"12.38px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.65))\"},children:\"at\"})}),className:\"framer-1nwkfsa\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hhCSLpyCH\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.65)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lvmrcg\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"XHScqhwk9\",svg:'<svg width=\"30\" height=\"11\" viewBox=\"0 0 30 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.8262 3.46396C18.8254 3.38954 18.8395 3.31573 18.8675 3.24686C18.8956 3.17799 18.9371 3.11546 18.9896 3.06294C19.0421 3.01043 19.1045 2.96899 19.1731 2.94107C19.2418 2.91315 19.3154 2.89931 19.3894 2.90037H19.786V2.07178C19.7735 1.98457 19.7798 1.89569 19.8046 1.81117C19.8294 1.72665 19.872 1.64849 19.9295 1.582C19.9871 1.51551 20.0582 1.46226 20.1381 1.42586C20.2179 1.38947 20.3047 1.37079 20.3924 1.3711C20.5244 1.37125 20.6529 1.41418 20.7587 1.49353C20.8645 1.57288 20.942 1.6844 20.9796 1.81152C21.0048 1.89574 21.0111 1.98471 20.9985 2.07178V2.90037H22.2877C22.3992 2.89912 22.5086 2.93149 22.6016 2.99329C22.6947 3.05509 22.7671 3.14349 22.8097 3.24707C22.8446 3.33301 22.858 3.42627 22.8486 3.51863C22.8392 3.61099 22.8073 3.69961 22.7558 3.77667C22.7042 3.85373 22.6346 3.91686 22.553 3.9605C22.4714 4.00414 22.3804 4.02695 22.288 4.02691H20.9988V6.02256C20.9988 6.99553 21.5391 7.49294 22.288 7.49294C22.4383 7.49319 22.5824 7.55322 22.6888 7.6599C22.7952 7.76658 22.8552 7.91123 22.8557 8.06223C22.8558 8.13713 22.8411 8.21131 22.8126 8.28052C22.7841 8.34973 22.7422 8.41259 22.6894 8.46552C22.6367 8.51844 22.574 8.56037 22.5051 8.58891C22.4361 8.61745 22.3623 8.63203 22.2877 8.63182C20.8655 8.63182 19.786 7.62624 19.786 6.02256V4.02722H19.3894C19.2406 4.02664 19.098 3.96715 18.9926 3.86165C18.8871 3.75614 18.8273 3.61345 18.8262 3.46396ZM13.8637 10.1275V7.96027C14.3682 8.40578 15.0182 8.64961 15.6899 8.64544C17.2744 8.64544 18.4741 7.35205 18.4741 5.71481C18.4741 4.07788 17.2744 2.78449 15.6899 2.78449C15.0159 2.77835 14.3642 3.0266 13.8637 3.4801V3.4038C13.8481 3.29461 13.8036 3.19164 13.7347 3.10571C13.6659 3.01978 13.5752 2.95406 13.4724 2.91545C13.3695 2.87684 13.2582 2.86677 13.1501 2.88629C13.0421 2.90581 12.9412 2.9542 12.8582 3.02639C12.7469 3.12329 12.6741 3.25731 12.6533 3.4038V10.1279C12.6688 10.2371 12.7134 10.3401 12.7822 10.4261C12.8511 10.5121 12.9418 10.5779 13.0447 10.6165C13.1476 10.6551 13.259 10.6651 13.3671 10.6456C13.4752 10.626 13.5761 10.5775 13.6591 10.5053C13.7704 10.4084 13.8429 10.274 13.8637 10.1275ZM15.5585 3.91166C16.5041 3.91166 17.2533 4.68579 17.2533 5.71481C17.2533 6.74382 16.5044 7.51796 15.5585 7.51796C14.6126 7.51796 13.8637 6.74382 13.8637 5.71481V5.6366C13.8974 4.6535 14.6126 3.91166 15.5585 3.91166ZM6.3534 5.70562C6.35776 5.14813 6.51929 4.6033 6.81926 4.13424C7.11889 3.66566 7.54487 3.29223 8.0476 3.05742C8.54993 2.82283 9.10837 2.73675 9.65762 2.80925C10.2069 2.88174 10.7242 3.10982 11.1492 3.4668C11.2151 3.52422 11.2685 3.59463 11.3062 3.67366C11.3439 3.75269 11.365 3.83865 11.3682 3.92622C11.3691 4.09123 11.3057 4.25005 11.1917 4.36885L9.50697 6.38889C9.45806 6.45271 9.39481 6.50399 9.32239 6.53855C9.24996 6.57311 9.17043 6.58996 9.09028 6.58773C8.97876 6.59379 8.86812 6.5649 8.77366 6.50506C8.67919 6.44523 8.60556 6.35739 8.56295 6.25369C8.53464 6.18487 8.5207 6.11095 8.52197 6.03649C8.51834 5.97007 8.52802 5.90359 8.55044 5.84099C8.57285 5.77839 8.60755 5.72094 8.65247 5.67206L9.97851 4.10701C9.76145 3.97298 9.51084 3.90389 9.25607 3.90786C8.31489 3.90786 7.56975 4.70257 7.56975 5.70562C7.56975 6.70868 8.30417 7.50339 9.25607 7.50339C9.47324 7.50566 9.6885 7.46259 9.88823 7.37691C10.088 7.29123 10.2678 7.16481 10.4163 7.00567L10.4835 6.94994C10.6253 6.83057 10.7432 6.73147 10.9424 6.73147C11.02 6.72805 11.0975 6.74073 11.17 6.76873C11.2425 6.79674 11.3085 6.83945 11.3638 6.89421C11.4194 6.94897 11.4631 7.0146 11.4924 7.08703C11.5217 7.15946 11.5359 7.23716 11.534 7.31532C11.5227 7.46402 11.4603 7.60416 11.3575 7.71173C11.0948 8.00912 10.7707 8.24539 10.4077 8.40407C10.0448 8.56276 9.65178 8.64005 9.25607 8.63056C8.87289 8.63661 8.49241 8.56504 8.13737 8.42012C7.78233 8.2752 7.46 8.0599 7.18962 7.78708C6.91863 7.51403 6.70498 7.1891 6.56134 6.83155C6.41769 6.47401 6.34698 6.09113 6.3534 5.70562ZM4.00548 4.01139H1.5734C1.42483 4.01045 1.28265 3.95059 1.17782 3.84485C1.07259 3.73871 1.01328 3.59518 1.01275 3.44539C1.01222 3.29559 1.07051 3.15164 1.17498 3.04475C1.22718 2.99218 1.28932 2.95062 1.35774 2.9225C1.42616 2.89439 1.49948 2.8803 1.5734 2.88106H5.21616C5.32765 2.87969 5.43696 2.91217 5.52976 2.97426C5.62256 3.03635 5.69453 3.12515 5.73624 3.22902C5.76429 3.29773 5.77816 3.3715 5.77721 3.44622C5.77168 3.59688 5.70885 3.73966 5.60165 3.84517L2.64035 7.40461H5.21616C5.32769 7.40326 5.43702 7.4358 5.52983 7.49794C5.62263 7.56009 5.69458 7.64896 5.73624 7.75289C5.77803 7.85644 5.78853 7.97007 5.76645 8.07958C5.74436 8.1891 5.69066 8.28966 5.61205 8.36871C5.50709 8.47442 5.36479 8.53417 5.21616 8.53494H1.44511C1.37073 8.53414 1.29723 8.51862 1.22882 8.48929C1.1604 8.45995 1.09841 8.41737 1.04638 8.36396C0.941104 8.256 0.882792 8.11035 0.884053 7.95901C0.887836 7.80956 0.947093 7.66708 1.04922 7.5588L4.00548 4.01139ZM23.9223 4.0839C23.6025 4.56468 23.4318 5.12993 23.4319 5.70816C23.425 6.09392 23.4956 6.47712 23.6394 6.83488C23.7832 7.19264 23.9972 7.51763 24.2688 7.79045C24.5404 8.06326 24.864 8.27832 25.2201 8.42277C25.5763 8.56722 25.9578 8.6381 26.3418 8.63119C26.8446 8.63127 27.3389 8.50048 27.7764 8.25158C28.2139 8.00268 28.5797 7.64416 28.8383 7.21097C29.0968 6.77778 29.2392 6.28469 29.2516 5.77977C29.2639 5.27484 29.1459 4.77532 28.9089 4.32987C28.6719 3.88443 28.324 3.50826 27.8992 3.23805C27.4744 2.96783 26.9872 2.81278 26.485 2.78801C25.9827 2.76323 25.4827 2.86959 25.0336 3.09669C24.5845 3.3238 24.2016 3.66392 23.9223 4.0839ZM26.3418 3.90912C27.3072 3.90912 28.0335 4.71524 28.0335 5.70784C28.0335 6.69 27.3088 7.50656 26.3418 7.50656C25.3748 7.50656 24.6504 6.70076 24.6504 5.70816C24.6504 4.71524 25.3763 3.90912 26.3418 3.90912Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17vi1r1\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:7,intrinsicWidth:7,layoutDependency:layoutDependency,layoutId:\"PeP1QTSMW\",svg:'<svg width=\"7\" height=\"7\" viewBox=\"0 0 7 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_461)\">\\n<path d=\"M1.28174 5.81831L5.57465 1.52539\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5.66558 3.88408V1.43408H3.21558\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_461\">\\n<rect width=\"6.18947\" height=\"6.18947\" fill=\"white\" transform=\"translate(0.378906 0.53125)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mx08cf\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"PeGjNbQfr\",style:{\"--border-bottom-width\":\"0.38684216141700745px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.38684216141700745px\",\"--border-right-width\":\"0.38684216141700745px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.38684216141700745px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:51578.96,borderBottomRightRadius:51578.96,borderTopLeftRadius:51578.96,borderTopRightRadius:51578.96},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jvsb2v\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"PqjaVRbvV\",style:{borderBottomLeftRadius:5157.9,borderBottomRightRadius:5157.9,borderTopLeftRadius:5157.9,borderTopRightRadius:5157.9},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1gpzkn2\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:10,intrinsicWidth:10,layoutDependency:layoutDependency,layoutId:\"tXhjlHlDe\",svg:'<svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_443)\">\\n<path d=\"M7.0632 7.31885L6.8868 8.06519C6.77951 8.53405 6.36224 8.86622 5.88153 8.86622H4.87109\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M2.2921 4.27718L1.71287 4.56963C1.29354 4.78162 1.0702 5.24995 1.16975 5.70901L1.34254 6.5059C1.44518 6.98043 1.86503 7.31879 2.3509 7.31879H2.93736L2.37824 4.73984C2.32718 4.53197 2.29262 4.31844 2.29262 4.0951C2.29262 2.59983 3.50524 1.38721 5.00051 1.38721C6.49579 1.38721 7.70841 2.59983 7.70841 4.0951C7.70841 4.31844 7.67385 4.53197 7.62279 4.73984L7.06367 7.31879H7.65012C8.13548 7.31879 8.55534 6.98043 8.65849 6.5059L8.83128 5.70901C8.93083 5.24995 8.70749 4.7811 8.28816 4.56963L7.70892 4.27718\" stroke=\"white\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_443\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(0.35791 0.484375)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"7.22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"12.38px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Support\"})}),className:\"framer-10lu64\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"vXJi29wwg\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c4a2cv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"WxcPmjtsy\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:179,intrinsicWidth:318,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+20+0+57.012632141113286+178.87503051757813-178),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/nepBYtnswC5YuGZYFLGxQDKaqQ.svg\"},className:\"framer-z4tpmt\",\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"zLWoeNJvV\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18w9q6h-container\",layoutDependency:layoutDependency,layoutId:\"PXJBfGhPD-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,controls:false,height:\"100%\",id:\"PXJBfGhPD\",isMixedBorderRadius:false,layoutId:\"PXJBfGhPD\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/WGdMSI7rMnyC5wedujwMKYP9iPU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3917bq-container\",layoutDependency:layoutDependency,layoutId:\"jhup9MEG2-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:17,bottomLeftRadius:17,bottomRightRadius:17,controls:false,height:\"100%\",id:\"jhup9MEG2\",isMixedBorderRadius:false,layoutId:\"jhup9MEG2\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/21LiUw98cucSxQT9RS5AJ1lczmY.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:17,topRightRadius:17,volume:25,width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yu9ddc-container\",layoutDependency:layoutDependency,layoutId:\"pSzjBYaq_-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,controls:false,height:\"100%\",id:\"pSzjBYaq_\",isMixedBorderRadius:false,layoutId:\"pSzjBYaq_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/4uYhfQ5O0tVrcCUiwhOw1WOmpg.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,volume:25,width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dh73t6-container\",layoutDependency:layoutDependency,layoutId:\"BpYvdLfGc-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,controls:false,height:\"100%\",id:\"BpYvdLfGc\",isMixedBorderRadius:false,layoutId:\"BpYvdLfGc\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/LgGJNaG1Ts34vLBB2WI8kjwgwU.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,volume:25,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-524us5\",\"data-framer-name\":\"Frame 7\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:52,intrinsicWidth:319,layoutDependency:layoutDependency,layoutId:\"DlMZscWXk\",svg:'<svg width=\"319\" height=\"52\" viewBox=\"0 0 319 52\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.199219\" y=\"0.326904\" width=\"50.6016\" height=\"50.6016\" rx=\"7.76953\" fill=\"url(#paint0_linear_2070_552)\"/>\\n<rect x=\"0.199219\" y=\"0.326904\" width=\"50.6016\" height=\"50.6016\" rx=\"7.76953\" stroke=\"url(#paint1_linear_2070_552)\" stroke-width=\"0.398438\"/>\\n<rect x=\"6.52441\" y=\"6.6521\" width=\"15.6387\" height=\"15.6387\" rx=\"7.81934\" fill=\"url(#paint2_linear_2070_552)\" stroke=\"url(#paint3_linear_2070_552)\" stroke-width=\"0.298828\"/>\\n<g clip-path=\"url(#clip0_2070_552)\">\\n<path d=\"M16.7762 12.4796C16.8133 12.5717 16.834 12.6725 16.834 12.7781V16.1648C16.834 16.6051 16.4774 16.9617 16.0371 16.9617H12.6504C12.2101 16.9617 11.8535 16.6051 11.8535 16.1648V12.7781C11.8535 12.3378 12.2101 11.9812 12.6504 11.9812H13.6465\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.2568 16.8578L14.6769 14.4372C14.9881 14.1261 15.4925 14.1261 15.8037 14.4372L16.8341 15.4676\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13.843 13.4722L13.4661 13.3467L13.3402 12.9694C13.2995 12.8474 13.0975 12.8474 13.0569 12.9694L12.931 13.3467L12.5541 13.4722C12.4931 13.4925 12.4517 13.5495 12.4517 13.614C12.4517 13.6786 12.4931 13.7356 12.5541 13.7559L12.931 13.8814L13.0569 14.2587C13.0772 14.3197 13.1342 14.3607 13.1983 14.3607C13.2625 14.3607 13.3199 14.3193 13.3398 14.2587L13.4657 13.8814L13.8426 13.7559C13.9036 13.7356 13.945 13.6786 13.945 13.614C13.945 13.5495 13.904 13.4925 13.843 13.4722Z\" fill=\"#606060\"/>\\n<path d=\"M16.1998 11.6786L15.6966 11.5109L15.5289 11.0077C15.4743 10.8451 15.2053 10.8451 15.1507 11.0077L14.983 11.5109L14.4798 11.6786C14.3985 11.7057 14.3435 11.7818 14.3435 11.8675C14.3435 11.9532 14.3985 12.0293 14.4798 12.0564L14.983 12.2241L15.1507 12.7273C15.1778 12.8086 15.2543 12.8636 15.34 12.8636C15.4257 12.8636 15.5018 12.8086 15.5293 12.7273L15.697 12.2241L16.2002 12.0564C16.2815 12.0293 16.3365 11.9532 16.3365 11.8675C16.3365 11.7818 16.2815 11.7057 16.2002 11.6786H16.1998Z\" fill=\"#606060\"/>\\n<path d=\"M15.4397 16.0652C15.6047 16.0652 15.7385 15.9314 15.7385 15.7664C15.7385 15.6013 15.6047 15.4675 15.4397 15.4675C15.2747 15.4675 15.1409 15.6013 15.1409 15.7664C15.1409 15.9314 15.2747 16.0652 15.4397 16.0652Z\" fill=\"#606060\"/>\\n</g>\\n<rect x=\"28.6875\" y=\"6.50269\" width=\"15.9375\" height=\"15.9375\" rx=\"7.96875\" fill=\"url(#paint4_linear_2070_552)\"/>\\n<rect x=\"28.8867\" y=\"6.7019\" width=\"15.5391\" height=\"15.5391\" rx=\"7.76953\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"0.398438\"/>\\n<g clip-path=\"url(#clip1_2070_552)\">\\n<path d=\"M35.5684 14.387C35.8476 14.387 36.074 14.1606 36.074 13.8813C36.074 13.6021 35.8476 13.3757 35.5684 13.3757C35.2891 13.3757 35.0627 13.6021 35.0627 13.8813C35.0627 14.1606 35.2891 14.387 35.5684 14.387Z\" fill=\"#111111\"/>\\n<path d=\"M36.3809 15.5413C36.5276 15.4951 36.6049 15.3329 36.5427 15.1922C36.3774 14.8185 36.0036 14.5571 35.5685 14.5571C35.1334 14.5571 34.7597 14.8181 34.5939 15.1922C34.5318 15.3329 34.6087 15.4951 34.7557 15.5413C34.9649 15.607 35.2414 15.6668 35.5685 15.6668C35.8956 15.6668 36.1722 15.6074 36.3813 15.5413H36.3809Z\" fill=\"#111111\"/>\\n<path d=\"M38.2502 12.3796H38.7483C39.1886 12.3796 39.5452 12.7362 39.5452 13.1765V15.7664C39.5452 16.2066 39.1886 16.5632 38.7483 16.5632H34.5647C34.1244 16.5632 33.7678 16.2066 33.7678 15.7664V13.1765C33.7678 12.7362 34.1244 12.3796 34.5647 12.3796H35.0627\" stroke=\"#111111\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M36.6562 11.1843C36.9312 11.1843 37.1543 11.4075 37.1543 11.6824V12.5789H36.1582V11.6824C36.1582 11.4075 36.3813 11.1843 36.6562 11.1843Z\" stroke=\"#111111\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M37.2539 13.9734H38.3496\" stroke=\"#111111\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M37.2539 15.1687H38.3496\" stroke=\"#111111\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"6.52441\" y=\"28.9646\" width=\"15.6387\" height=\"15.6387\" rx=\"7.81934\" fill=\"url(#paint5_linear_2070_552)\" stroke=\"url(#paint6_linear_2070_552)\" stroke-width=\"0.298828\"/>\\n<g clip-path=\"url(#clip2_2070_552)\">\\n<path d=\"M12.75 35.4889H11.6543C11.3244 35.4889 11.0566 35.7566 11.0566 36.0865V37.4811C11.0566 37.811 11.3244 38.0787 11.6543 38.0787H12.75L14.9334 39.4764C15.0661 39.5613 15.2402 39.4661 15.2402 39.3087V34.2593C15.2402 34.1019 15.0661 34.0067 14.9334 34.0916L12.75 35.4889Z\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16.3018 36.2205C16.6129 36.5316 16.6129 37.0361 16.3018 37.3472\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.0769 35.4456C17.816 36.1847 17.816 37.3832 17.0769 38.1223\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"28.8369\" y=\"28.9646\" width=\"15.6387\" height=\"15.6387\" rx=\"7.81934\" fill=\"url(#paint7_linear_2070_552)\" stroke=\"url(#paint8_linear_2070_552)\" stroke-width=\"0.298828\"/>\\n<g clip-path=\"url(#clip3_2070_552)\">\\n<path d=\"M38.2502 38.2109C39.0308 38.3536 39.5452 38.5982 39.5452 38.8755C39.5452 39.3158 38.2518 39.6724 36.6565 39.6724C35.0612 39.6724 33.7678 39.3158 33.7678 38.8755C33.7678 38.5978 34.2822 38.3536 35.0627 38.2109\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M38.4212 35.5796C38.4212 36.6191 36.6565 38.4771 36.6565 38.4771C36.6565 38.4771 34.8918 36.6195 34.8918 35.5796C34.8918 34.5138 35.8039 33.895 36.6565 33.895C37.5092 33.895 38.4212 34.5134 38.4212 35.5796Z\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M36.6562 36.186C36.9863 36.186 37.2539 35.9185 37.2539 35.5884C37.2539 35.2583 36.9863 34.9907 36.6562 34.9907C36.3262 34.9907 36.0586 35.2583 36.0586 35.5884C36.0586 35.9185 36.3262 36.186 36.6562 36.186Z\" stroke=\"#606060\" stroke-width=\"0.597656\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"153\" y=\"15.312\" width=\"20.6316\" height=\"20.6316\" rx=\"10.3158\" fill=\"url(#paint9_linear_2070_552)\"/>\\n<rect x=\"153.258\" y=\"15.5699\" width=\"20.1158\" height=\"20.1158\" rx=\"10.0579\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"0.51579\"/>\\n<g clip-path=\"url(#clip4_2070_552)\">\\n<path d=\"M166.024 22.146H160.608C160.038 22.146 159.576 22.6081 159.576 23.1776V26.7881C159.576 27.3575 160.038 27.8197 160.608 27.8197H161.64V29.367L163.574 27.8197H166.024C166.594 27.8197 167.055 27.3575 167.055 26.7881V23.1776C167.055 22.6081 166.594 22.146 166.024 22.146Z\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M161.253 24.2092H165.379\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M161.253 25.7566H163.961\" stroke=\"#111111\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"182.078\" y=\"15.5054\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint10_linear_2070_552)\" stroke=\"url(#paint11_linear_2070_552)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip5_2070_552)\">\\n<path d=\"M195.424 24.8538C195.424 26.6312 193.977 28.0774 192.2 28.0774C190.423 28.0774 188.976 26.6312 188.976 24.8538\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M193.876 23.0486C193.876 22.1228 193.126 21.3723 192.2 21.3723C191.274 21.3723 190.524 22.1228 190.524 23.0486V24.8539C190.524 25.7797 191.274 26.5302 192.2 26.5302C193.126 26.5302 193.876 25.7797 193.876 24.8539V23.0486Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M192.2 28.0776V29.8829\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M192.845 24.7249H193.876\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M192.845 23.1772H193.876\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M190.524 29.8828H193.876\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"210.962\" y=\"15.5057\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint12_linear_2070_552)\" stroke=\"url(#paint13_linear_2070_552)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip6_2070_552)\">\\n<path d=\"M221.137 24.5234L219.222 22.6086C218.971 22.357 218.561 22.3584 218.311 22.6086C218.06 22.8588 218.059 23.2688 218.311 23.5204L220.225 25.4352\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M218.766 23.9763C218.515 23.7246 218.105 23.7261 217.854 23.9763C217.604 24.2265 217.603 24.6364 217.854 24.8881L219.313 26.347\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M218.401 25.4351C218.149 25.1835 217.739 25.1849 217.489 25.4351C217.239 25.6853 217.238 26.0953 217.489 26.3469L219.678 28.5356C220.685 29.5425 222.318 29.5425 223.325 28.5356L223.962 27.8991C224.702 27.1588 225.018 26.0938 224.8 25.0689L224.416 23.2549C224.332 22.884 224.05 22.6494 223.699 22.6917C223.347 22.734 223.093 23.0554 223.136 23.4088L223.312 24.875L220.59 22.1523C220.338 21.9007 219.928 21.9021 219.678 22.1523C219.428 22.4025 219.426 22.8125 219.678 23.0641\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M223.312 24.8752C222.444 25.214 222.04 25.8141 222.1 26.6755\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"239.846\" y=\"15.5054\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint14_linear_2070_552)\" stroke=\"url(#paint15_linear_2070_552)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip7_2070_552)\">\\n<path d=\"M246.229 23.9512L249.719 25.8766C249.874 25.9622 250.062 25.9622 250.217 25.8766L253.708 23.9512\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M253.708 25.2529V23.6932C253.708 23.1238 253.246 22.6616 252.676 22.6616H247.26C246.69 22.6616 246.229 23.1238 246.229 23.6932V27.5616C246.229 28.1311 246.69 28.5932 247.26 28.5932H249.952\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M252.138 29.4451C252.212 29.4198 252.279 29.3775 252.334 29.3223L254.038 27.6187C254.287 27.3695 254.284 26.9682 254.035 26.7186C253.786 26.4695 253.385 26.4664 253.135 26.716L251.432 28.4197C251.376 28.4749 251.334 28.5419 251.309 28.6157L250.871 29.883L252.138 29.4451Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<rect x=\"268.73\" y=\"15.5054\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint16_linear_2070_552)\" stroke=\"url(#paint17_linear_2070_552)\" stroke-width=\"0.386842\"/>\\n<path d=\"M280.529 21.8879H277.176C276.606 21.8879 276.145 22.3498 276.145 22.9195V28.3353C276.145 28.905 276.606 29.3669 277.176 29.3669H280.529C281.098 29.3669 281.56 28.905 281.56 28.3353V22.9195C281.56 22.3498 281.098 21.8879 280.529 21.8879Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M278.208 23.1772H279.497\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<rect x=\"297.615\" y=\"15.5054\" width=\"20.2447\" height=\"20.2447\" rx=\"10.1224\" fill=\"url(#paint18_linear_2070_552)\" stroke=\"url(#paint19_linear_2070_552)\" stroke-width=\"0.386842\"/>\\n<g clip-path=\"url(#clip8_2070_552)\">\\n<path d=\"M306.606 24.7249C307.247 24.7249 307.766 24.2053 307.766 23.5643C307.766 22.9234 307.247 22.4038 306.606 22.4038C305.965 22.4038 305.445 22.9234 305.445 23.5643C305.445 24.2053 305.965 24.7249 306.606 24.7249Z\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M310.961 24.2092L311.992 25.2408L310.961 26.2724\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M311.992 25.2407H309.413\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M308.305 26.5885C307.831 26.231 307.245 26.0144 306.606 26.0144C305.499 26.0144 304.542 26.6483 304.075 27.5721C303.869 27.9801 304.09 28.4783 304.522 28.6284C305.054 28.8131 305.764 28.9807 306.606 28.9807C307.153 28.9807 307.637 28.9064 308.06 28.8064\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M309.929 26.7881L308.897 27.8197L309.929 28.8512\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M308.897 27.8196H311.476\" stroke=\"#606060\" stroke-width=\"0.773684\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_2070_552\" x1=\"25.5\" y1=\"0.127686\" x2=\"25.5\" y2=\"51.1277\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.03\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_2070_552\" x1=\"25.5\" y1=\"0.127686\" x2=\"25.5\" y2=\"51.1277\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.1\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_2070_552\" x1=\"14.3437\" y1=\"6.50269\" x2=\"14.3437\" y2=\"22.4402\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint3_linear_2070_552\" x1=\"14.3437\" y1=\"6.50269\" x2=\"14.3437\" y2=\"22.4402\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint4_linear_2070_552\" x1=\"36.6562\" y1=\"6.50269\" x2=\"36.6562\" y2=\"22.4402\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<linearGradient id=\"paint5_linear_2070_552\" x1=\"14.3437\" y1=\"28.8152\" x2=\"14.3437\" y2=\"44.7527\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint6_linear_2070_552\" x1=\"14.3437\" y1=\"28.8152\" x2=\"14.3437\" y2=\"44.7527\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint7_linear_2070_552\" x1=\"36.6562\" y1=\"28.8152\" x2=\"36.6562\" y2=\"44.7527\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint8_linear_2070_552\" x1=\"36.6562\" y1=\"28.8152\" x2=\"36.6562\" y2=\"44.7527\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint9_linear_2070_552\" x1=\"163.316\" y1=\"15.312\" x2=\"163.316\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n<linearGradient id=\"paint10_linear_2070_552\" x1=\"192.2\" y1=\"15.312\" x2=\"192.2\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint11_linear_2070_552\" x1=\"192.2\" y1=\"15.312\" x2=\"192.2\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint12_linear_2070_552\" x1=\"221.084\" y1=\"15.3123\" x2=\"221.084\" y2=\"35.9438\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint13_linear_2070_552\" x1=\"221.084\" y1=\"15.3123\" x2=\"221.084\" y2=\"35.9438\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint14_linear_2070_552\" x1=\"249.968\" y1=\"15.312\" x2=\"249.968\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint15_linear_2070_552\" x1=\"249.968\" y1=\"15.312\" x2=\"249.968\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint16_linear_2070_552\" x1=\"278.853\" y1=\"15.312\" x2=\"278.853\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint17_linear_2070_552\" x1=\"278.853\" y1=\"15.312\" x2=\"278.853\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint18_linear_2070_552\" x1=\"307.737\" y1=\"15.312\" x2=\"307.737\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<linearGradient id=\"paint19_linear_2070_552\" x1=\"307.737\" y1=\"15.312\" x2=\"307.737\" y2=\"35.9436\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.1\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.05\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_2070_552\">\\n<rect width=\"7.17188\" height=\"7.17188\" fill=\"white\" transform=\"translate(10.7578 10.8857)\"/>\\n</clipPath>\\n<clipPath id=\"clip1_2070_552\">\\n<rect width=\"7.17188\" height=\"7.17188\" fill=\"white\" transform=\"translate(33.0703 10.8857)\"/>\\n</clipPath>\\n<clipPath id=\"clip2_2070_552\">\\n<rect width=\"7.17188\" height=\"7.17188\" fill=\"white\" transform=\"translate(10.7578 33.1978)\"/>\\n</clipPath>\\n<clipPath id=\"clip3_2070_552\">\\n<rect width=\"7.17188\" height=\"7.17188\" fill=\"white\" transform=\"translate(33.0703 33.1978)\"/>\\n</clipPath>\\n<clipPath id=\"clip4_2070_552\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(158.674 20.9854)\"/>\\n</clipPath>\\n<clipPath id=\"clip5_2070_552\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(187.558 20.9854)\"/>\\n</clipPath>\\n<clipPath id=\"clip6_2070_552\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(216.442 20.9854)\"/>\\n</clipPath>\\n<clipPath id=\"clip7_2070_552\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(245.326 20.9854)\"/>\\n</clipPath>\\n<clipPath id=\"clip8_2070_552\">\\n<rect width=\"9.28421\" height=\"9.28421\" fill=\"white\" transform=\"translate(303.095 20.9854)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xkvczq\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"yK94SlQ8f\",style:{\"--border-bottom-width\":\"1.0027778148651123px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1.0027778148651123px\",\"--border-right-width\":\"1.0027778148651123px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1.0027778148651123px\",backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:20.06,borderBottomRightRadius:20.06,borderTopLeftRadius:20.06,borderTopRightRadius:20.06},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fiiu4h\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:21,intrinsicWidth:35,layoutDependency:layoutDependency,layoutId:\"X2I_HY_PT\",svg:'<svg width=\"35\" height=\"21\" viewBox=\"0 0 35 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_b_2070_630)\">\\n<rect x=\"0.452881\" y=\"0.0112305\" width=\"34.0944\" height=\"20.0556\" rx=\"10.0278\" fill=\"white\" fill-opacity=\"0.1\"/>\\n<rect x=\"0.828923\" y=\"0.387272\" width=\"33.3424\" height=\"19.3035\" rx=\"9.65173\" stroke=\"white\" stroke-opacity=\"0.2\" stroke-width=\"0.752083\"/>\\n<path d=\"M17.4997 8.28452C17.7766 8.28452 18.0011 8.06004 18.0011 7.78313C18.0011 7.50622 17.7766 7.28174 17.4997 7.28174C17.2228 7.28174 16.9983 7.50622 16.9983 7.78313C16.9983 8.06004 17.2228 8.28452 17.4997 8.28452Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.50417\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.7646 8.28452C23.0415 8.28452 23.266 8.06004 23.266 7.78313C23.266 7.50622 23.0415 7.28174 22.7646 7.28174C22.4877 7.28174 22.2632 7.50622 22.2632 7.78313C22.2632 8.06004 22.4877 8.28452 22.7646 8.28452Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.50417\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.2355 8.28452C12.5124 8.28452 12.7369 8.06004 12.7369 7.78313C12.7369 7.50622 12.5124 7.28174 12.2355 7.28174C11.9586 7.28174 11.7341 7.50622 11.7341 7.78313C11.7341 8.06004 11.9586 8.28452 12.2355 8.28452Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.50417\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.4997 12.7965C17.7766 12.7965 18.0011 12.572 18.0011 12.2951C18.0011 12.0182 17.7766 11.7937 17.4997 11.7937C17.2228 11.7937 16.9983 12.0182 16.9983 12.2951C16.9983 12.572 17.2228 12.7965 17.4997 12.7965Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.50417\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M22.7646 12.7965C23.0415 12.7965 23.266 12.572 23.266 12.2951C23.266 12.0182 23.0415 11.7937 22.7646 11.7937C22.4877 11.7937 22.2632 12.0182 22.2632 12.2951C22.2632 12.572 22.4877 12.7965 22.7646 12.7965Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.50417\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.2355 12.7965C12.5124 12.7965 12.7369 12.572 12.7369 12.2951C12.7369 12.0182 12.5124 11.7937 12.2355 11.7937C11.9586 11.7937 11.7341 12.0182 11.7341 12.2951C11.7341 12.572 11.9586 12.7965 12.2355 12.7965Z\" fill=\"white\" stroke=\"white\" stroke-width=\"1.50417\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_b_2070_630\" x=\"-3.55823\" y=\"-3.99988\" width=\"42.1167\" height=\"28.0779\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"2.00556\"/>\\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2070_630\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2070_630\" result=\"shape\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-berl60\",\"data-framer-name\":\"Group 6\",layoutDependency:layoutDependency,layoutId:\"nLUZSI46w\",children:[isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r4zncf\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"KG0HMPmUS\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e3vbn7\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"TqYThzGwm\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Oct 18, 2024\"})}),className:\"framer-sou3ag\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"UbF9arvtS\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$42.01\"})}),className:\"framer-1fu74pf\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"k5fIOpOvl\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1feded4\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"RlyRowahR\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+283.0000000000001+10.249994277954102+27.33332872390747+667572021484375e-20),sizes:\"20.5px\",src:\"https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg\",srcSet:\"https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/iRjxbWo7V7IPhe2xJ7MCSY2blA.jpg 4096w\"},className:\"framer-1e5gru6\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"YDxtK1sIu\",style:{\"--border-bottom-width\":\"0.8541660904884338px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0.8541660904884338px\",\"--border-right-width\":\"0.8541660904884338px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.8541660904884338px\",borderBottomLeftRadius:3.42,borderBottomRightRadius:3.42,borderTopLeftRadius:3.42,borderTopRightRadius:3.42}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"PureGlow Nourishing Bar\u2026\"})}),className:\"framer-1yfzdlz\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PlHmVJDEn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"13.67px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"# 113-4848720-8765853\"})}),className:\"framer-17ojnr2\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ElFhhM037\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pcmi1x\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"jOQbKputi\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w1wd3o\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"uNMwFE1gF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Oct 18, 2024\"})}),className:\"framer-1l1r9d3\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"KtpHUTaNa\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"$84.00\"})}),className:\"framer-qh8m5l\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bSGZJjT7D\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6t0422\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"dkwjA9Apx\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+627-247+10.249994277954102+27.33332872390747+667572021484375e-20),sizes:\"20.5px\",src:\"https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg\",srcSet:\"https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/AWKzHE4bR08u65YNmEXCl5YCQ.jpg 4096w\"},className:\"framer-1sth87d\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"pN86Hku9V\",style:{\"--border-bottom-width\":\"0.8541660904884338px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0.8541660904884338px\",\"--border-right-width\":\"0.8541660904884338px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.8541660904884338px\",borderBottomLeftRadius:3.42,borderBottomRightRadius:3.42,borderTopLeftRadius:3.42,borderTopRightRadius:3.42}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"SunVeil Radiance - SPF 50\u2026\"})}),className:\"framer-209f7g\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jiSJho9sB\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-39w3rz\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"P8mdi9Qol\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+627-247+10.249994277954102+54.66665744781494+41.000006675720215),sizes:\"20.5px\",src:\"https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg\",srcSet:\"https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/RZ1Nzkve5pzm2EEzVFw2exjuKI.jpg 4096w\"},className:\"framer-1y6wy8u\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"Yx4pGlqEL\",style:{\"--border-bottom-width\":\"0.8541660904884338px\",\"--border-color\":\"rgba(0, 0, 0, 0.15)\",\"--border-left-width\":\"0.8541660904884338px\",\"--border-right-width\":\"0.8541660904884338px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.8541660904884338px\",borderBottomLeftRadius:3.42,borderBottomRightRadius:3.42,borderTopLeftRadius:3.42,borderTopRightRadius:3.42}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"LustreLocks ShineBoost\u2026\"})}),className:\"framer-1czse4y\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IgGgdZBDb\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jk3nja\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"fFu8pGB7Q\",children:isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-u880bm\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"cvMTnAh7P\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Show other orders\"})}),className:\"framer-go43qr\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ibLJuVvbO\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1324e8m\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"dAC4hOSX2\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I will provide the order ID\u2026\"})}),className:\"framer-w5woj8\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WFb9EgR09\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k1fq1u\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Iyptzd_SO\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgba(250, 211, 203, 1) 0%, rgba(255, 151, 125, 1) 7.000000029802322%, rgba(236, 97, 65, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vv9m0g\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"K57cL_2d3\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+.3333425521850586+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-1g4q4pn\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"gD51I5HYX\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fmc50s\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"T4bQRvJtw\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ccxaz\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"ijM71vggx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-ul79o\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"YUgDCAbzW\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-1i5zshy\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wRUkuiaKx\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1rykvpr\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"N7JeVHdOA\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1u9o9tr\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"Ks9_zMxFd\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_563)\">\\n<path d=\"M5.71867 1.70312L6.86752 4.61071L9.77596 5.76041L6.86752 6.91012L5.71867 9.8177L4.56896 6.91012L1.66138 5.76041L4.56896 4.61071L5.71867 1.70312Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.48273L2.3417 1.21367L2.07178 0.404771C1.98466 0.143397 1.5516 0.143397 1.46447 0.404771L1.19455 1.21367L0.386513 1.48273C0.255825 1.52629 0.166992 1.64844 0.166992 1.78681C0.166992 1.92519 0.255825 2.04733 0.386513 2.0909L1.19455 2.35996L1.46447 3.16885C1.50803 3.29954 1.63018 3.38752 1.7677 3.38752C1.90522 3.38752 2.02822 3.29869 2.07093 3.16885L2.34084 2.35996L3.14889 2.0909C3.27957 2.04733 3.36841 1.92519 3.36841 1.78681C3.36841 1.64844 3.27957 1.52629 3.14889 1.48273H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_563\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.208496)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, how can I help you?\"})}),className:\"framer-st6gz3\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"one8f8XXN\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-shpabp\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"FOeLzzqKn\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgba(250, 211, 203, 1) 0%, rgba(255, 151, 125, 1) 7.000000029802322%, rgba(236, 97, 65, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},variants:{IUnjkb4OI:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"},KtkOKtUOm:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(204, 143, 0) 0%, rgb(204, 143, 0) 7.000000029802322%, rgb(204, 143, 0) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"},REtLbh5OB:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"},TYZiSm85U:{background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\"}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rehdvb\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"vCvT_LBPT\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+130+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-o932yn\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"xC5K_TFOw\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({IUnjkb4OI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+57+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}},KtkOKtUOm:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+72+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}},REtLbh5OB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+76+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}},TYZiSm85U:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+71+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8g3f39\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"mb5bBM5x0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5icipx\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"hp9foPW0K\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-1gh4b82\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"nKgTRv1BC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-1siumvm\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Rz_JmrOUi\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1j6zbbn\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UA54t_Yvk\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1frkd1r\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"nj3dvm5YS\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I see your recent orders! Which one would you like to return? Just select it, and I\u2019ll handle the return process for you.\"})}),className:\"framer-1h5w3mq\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"MF54WonB6\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IUnjkb4OI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Absolutely! Can you share your reservation number or the name it\u2019s booked under?\"})})},KtkOKtUOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sure! Could you share your claim ID or policy number?\"})})},REtLbh5OB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"No problem! Can you provide your appointment ID or the date and time of the appointment?\"})})},TYZiSm85U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Of course! Could you provide the transaction ID or a little more detail?\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n5oh71\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"ud2oDLgA5\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(180deg, rgba(255, 255, 255, 0.10000000149011612) 0%, rgba(255, 255, 255, 0.05000000074505806) 100%)\",borderBottomLeftRadius:20.5,borderBottomRightRadius:20.5,borderTopLeftRadius:20.5,borderTopRightRadius:20.5},variants:{IUnjkb4OI:{background:\"linear-gradient(180deg, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%)\"},KtkOKtUOm:{background:\"linear-gradient(180deg, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%)\"},REtLbh5OB:{background:\"linear-gradient(180deg, rgb(25, 25, 25) 0%, rgb(11, 11, 11) 100%)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.45))\"},children:\"Message Alyssa from Zepto\"})}),className:\"framer-8r0wx0\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nZkCyUt5a\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.45)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2br47j\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"G8gO_wy1t\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.9632 4.62809C10.9632 3.09493 9.72034 1.85205 8.18717 1.85205C6.65401 1.85205 5.41113 3.09493 5.41113 4.62809V7.19059C5.41113 8.72375 6.65401 9.96663 8.18717 9.96663C9.72034 9.96663 10.9632 8.72375 10.9632 7.19059V4.62809Z\" stroke=\"#606060\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13.5257 7.19043C13.5257 10.139 11.1358 12.529 8.18717 12.529C5.23859 12.529 2.84863 10.139 2.84863 7.19043\" stroke=\"#606060\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M8.18701 12.5293V14.2376\" stroke=\"#606060\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rwo4p0\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"HfCACGaSz\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"0.541504\" y=\"0.0866699\" width=\"23.9166\" height=\"23.9166\" rx=\"11.9583\" fill=\"url(#paint0_linear_2070_588)\"/>\\n<rect x=\"0.968587\" y=\"0.513753\" width=\"23.0625\" height=\"23.0625\" rx=\"11.5312\" stroke=\"white\" stroke-opacity=\"0.25\" stroke-width=\"0.854166\"/>\\n<path d=\"M12.5002 16.3157V7.98755\" stroke=\"#111111\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.276 10.5502L12.4999 7.77417L9.72388 10.5502\" stroke=\"#111111\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_2070_588\" x1=\"12.4998\" y1=\"0.0866699\" x2=\"12.4998\" y2=\"24.0033\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.75\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mnfpnc\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"UjZX4zNOP\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"How to return?\"})}),className:\"framer-zrdh5g\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"xrZpdkdOC\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IUnjkb4OI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, I need to modify my hotel reservation.\"})})},KtkOKtUOm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, I want to check the status of my auto insurance claim.\"})})},REtLbh5OB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I need to reschedule my appointment at the clinic.\"})})},TYZiSm85U:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Hi, I need help with a recent transaction from my checking account.\"})})}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-153gh88\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"A1y1Q0vE6\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sure, the transaction ID is #TX125489762.\"})}),className:\"framer-1j9dfot\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Cm5XFvSSf\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yj2ogf\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"CejSDN9YP\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1acqwlw\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"NQZ9AC5Th\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-558ho5\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"Ajl1kpz47\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({TYZiSm85U:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+252.5000000000001+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18x4j4t\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"IYh24ypWc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h7gyo6\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"tfY0CZb8o\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-k07t7a\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"vryHsBI2p\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-b8x490\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NeSXM33Yy\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1e1g322\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Q_E0yg5NH\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ndsw6f\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"L8jNRglJO\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you! I see this is a $250 charge at \u201CABC Electronics\u201D made on Jan 12. Would you like to dispute it, or do you need more details?\"})}),className:\"framer-b8iwpu\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rdez2BZ7c\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-x2a2ws\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"c2_mPKMxc\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I need to dispute it.\"})}),className:\"framer-9uvpp4\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Ih_f7FEDh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2rlde2\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"LCBNpq2z4\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(186, 167, 255) 0%, rgb(186, 167, 255) 7.000000029802322%, rgb(186, 167, 255) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lc3qbf\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Hiv_SwhqM\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-1h9i08y\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"eOneuqK86\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({TYZiSm85U:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+627-193.5+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9amlp3\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"EiylTjrLy\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1epuvtl\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"EUtvgPGFR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-8lcnlp\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"AHLW3T9ch\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-465ti9\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PV8C78MWl\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1fujayi\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JtL6xywyr\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f476b4\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"duQIwUpNS\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I\u2019ll start the dispute process for you. Please confirm: was this charge unauthorized, or is there another issue?\"})}),className:\"framer-7i0iva\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aA3osehDZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-svarhl\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"A3fqhzsXS\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"It\u2019s #567891, booked under Alex Johnson for Jan 20th.\"})}),className:\"framer-174u7uf\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"Btq0VftMX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hlg9x\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"zv8ZlVQlY\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b5csfy\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"ISNHiKvyl\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-wzbpyg\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"sFBSzFcOL\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({IUnjkb4OI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+259.0000000000001+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-27niv0\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"glDfJAUIH\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11628w7\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Fz4wwxnYK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-1pdtu0t\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"AO3lWN8op\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-3vpa7l\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YJIhsW2RN\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1xboktj\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tC8UhvVPs\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nb8i3c\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"Ra1X1ge09\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you! Would you like to adjust the dates, add services, or something else?\"})}),className:\"framer-564uff\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gITJhviEf\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16r3k5k\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"mbU0E4kRs\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"I need to move it to Jan 25th\"})}),className:\"framer-10143q9\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"FXEjtUoIt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16jgz08\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"udLtOtafN\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(124, 226, 254) 0%, rgb(124, 226, 254) 7.000000029802322%, rgb(124, 226, 254) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-f3afuy\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"ZFEUAuPHG\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-1w2kvwf\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"JB6dCZs_7\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({IUnjkb4OI:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+627-182+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7olkb4\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"qzdVYRogG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kk1x8r\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"mbKiQTPfv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-1tq23ui\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"az3N14yCc\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-a23e1h\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FjilPhcfm\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-jp1ysc\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"S7_4EREUr\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cueej1\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"YbuTBuwns\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Sure! I\u2019ve updated your reservation to Jan 25th. You\u2019ll receive a confirmation email shortly. Anything else I can help with?\"})}),className:\"framer-n3n1w2\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wqHGW2Wsn\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ddj2oy\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"KlDLK2DDg\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"My claim ID is #987654321.\"})}),className:\"framer-sd8b87\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"E4zBoTxP3\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-abqlxc\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"jRedBpt59\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(204, 143, 0) 0%, rgb(204, 143, 0) 7.000000029802322%, rgb(204, 143, 0) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10jt04p\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"mTogmaWRH\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-1gsrq7i\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"I474pNSwD\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({KtkOKtUOm:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+259.00001978874224+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19fqri8\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"M_tWxVLV2\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wtth99\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"i_0otBVBQ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-gozucd\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"zPRr9pfkq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-pvhfy3\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JbJ37A9_d\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-1u6rv1f\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"EiSs5tj3d\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vmlebm\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"VcFiAYGxK\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you. I see your claim was filed on Jan 10 for collision damage to your 2020 Toyota Camry. It\u2019s currently under review, and the estimated processing time is 3 more business days.\"})}),className:\"framer-1maqo36\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YORzUWeZK\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-27gkeq\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"o5bDawx81\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Can I provide additional documents to speed it up?\"})}),className:\"framer-2ml085\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"J1jD5sgtZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-h22pfm\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"SgpHSGbbG\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(204, 143, 0) 0%, rgb(204, 143, 0) 7.000000029802322%, rgb(204, 143, 0) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h9q6i2\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"IUvAXrUFt\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-16142fq\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"sVnoDaUqU\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({KtkOKtUOm:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+627-159.99996042251587+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tisdaf\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"k7PG8CmNa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oszw6g\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"qY3IXIUUW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-m8s9cp\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"HYlLraCPL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-ws5am0\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aOQ855PNI\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-vgsc02\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cCcK_K4UW\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6dza6s\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"NY_k4Jddb\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Absolutely. You can upload documents directly here.\"})}),className:\"framer-rezmqj\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vuGQprNHI\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gk73l1\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"hF9si9pwT\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},transformTemplate:transformTemplate2,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pm2xjv\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"gTjTIgMDy\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-1f6ld8y\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"M6_VzqAWC\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({REtLbh5OB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+244.00001978874224+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jxll28\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"piPymKJB9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jk6fqw\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"Pzr89qlUn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-z4mdlp\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"rqVNgVvS1\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-10ao37r\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aC22Re4M6\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-i6qhrc\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XfkhJmDir\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-y9w1xi\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"tmUVPOeni\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you. Would you like to reschedule it to another date or time?\"})}),className:\"framer-t8wrll\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"JRW5K8e41\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16wy4fz\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"RYfcOoHjN\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",background:\"linear-gradient(-5.684341886080802e-14deg, rgb(88, 213, 186) 0%, rgb(88, 213, 186) 7.000000029802322%, rgb(88, 213, 186) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%)\",borderBottomLeftRadius:13.67,borderBottomRightRadius:13.67,borderTopLeftRadius:13.67,borderTopRightRadius:13.67},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ty6xif\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"LxOEbFhdn\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"},className:\"framer-l0ii3h\",\"data-border\":true,\"data-framer-name\":\"image\",layoutDependency:layoutDependency,layoutId:\"gSfcxCdwx\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",borderBottomLeftRadius:8541.66,borderBottomRightRadius:8541.66,borderTopLeftRadius:8541.66,borderTopRightRadius:8541.66},...addPropertyOverrides({REtLbh5OB:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1308)-0-1292)/2+220+24)+2+1044-693+45.500000000000114+627-174.99996042251587+13.666657447814941+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l2cKBvS6rLcwf50envD9ubqApk.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6vtsn2\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"XMy_FZHhm\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rlwfxc\",\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"cS9JXu9pG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Alyssa\"})}),className:\"framer-13e2vgd\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"hypFhboSe\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"9.4px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"\u2022\"})}),className:\"framer-12e9y6l\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OSPYThXwz\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.55))\"},children:\"AI Support\"})}),className:\"framer-x6dv8n\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"L0BoNTj8Y\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.55)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-faikfq\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:11,intrinsicWidth:11,layoutDependency:layoutDependency,layoutId:\"tFRJamCbV\",svg:'<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2070_576)\">\\n<path d=\"M5.71867 1.54004L6.86752 4.44762L9.77596 5.59733L6.86752 6.74704L5.71867 9.65462L4.56896 6.74704L1.66138 5.59733L4.56896 4.44762L5.71867 1.54004Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.28125\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.14974 1.31989L2.3417 1.05082L2.07178 0.24193C1.98466 -0.0194453 1.5516 -0.0194453 1.46447 0.24193L1.19455 1.05082L0.386513 1.31989C0.255825 1.36345 0.166992 1.4856 0.166992 1.62397C0.166992 1.76235 0.255825 1.88449 0.386513 1.92805L1.19455 2.19712L1.46447 3.00601C1.50803 3.1367 1.63018 3.22468 1.7677 3.22468C1.90522 3.22468 2.02822 3.13584 2.07093 3.00601L2.34084 2.19712L3.14889 1.92805C3.27957 1.88449 3.36841 1.76235 3.36841 1.62397C3.36841 1.4856 3.27957 1.36345 3.14889 1.31989H3.14974Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2070_576\">\\n<rect width=\"10.25\" height=\"10.25\" fill=\"white\" transform=\"translate(0.166748 0.0456543)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"11.1px\",\"--framer-line-height\":\"20.5px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Done! Your new appointment is on Jan 25th at 10 AM with Dr. Smith. You\u2019ll get a confirmation soon. Anything else I can assist with?\"})}),className:\"framer-11utdth\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"voxWNdlV1\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-15n2dzn\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"D9obLmYGs\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"It\u2019s for Jan 18th at 2 PM\"})}),className:\"framer-1urrimj\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"nMgQEbqo5\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-y4y05t\",\"data-border\":true,\"data-framer-name\":\"div\",layoutDependency:layoutDependency,layoutId:\"PsGKf_yFL\",style:{\"--border-bottom-width\":\"0.6406246423721313px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0.6406246423721313px\",\"--border-right-width\":\"0.6406246423721313px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0.6406246423721313px\",backgroundColor:\"rgba(255, 255, 255, 0.05)\",borderBottomLeftRadius:10.25,borderBottomRightRadius:10.25,borderTopLeftRadius:10.25,borderTopRightRadius:10.25},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11.1px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20.5px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Yes, Jan 25th at 10 AM.\"})}),className:\"framer-1ri8u2w\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"QCz0nwE0W\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-29j7o.framer-1aa9yqm, .framer-29j7o .framer-1aa9yqm { display: block; }\",\".framer-29j7o.framer-1cv2msi { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 1308px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 360px; }\",\".framer-29j7o .framer-11i9x89 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 331px; }\",\".framer-29j7o .framer-1rcmm8z, .framer-29j7o .framer-1iqq7zh, .framer-29j7o .framer-10x810r, .framer-29j7o .framer-1ecc1ef, .framer-29j7o .framer-1ehg9m9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: min-content; }\",\".framer-29j7o .framer-1j6oy7h, .framer-29j7o .framer-wprqoa, .framer-29j7o .framer-u3xzcz, .framer-29j7o .framer-g71ij9 { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-29j7o .framer-ss8ns3, .framer-29j7o .framer-1t5al2c, .framer-29j7o .framer-rxlnhw, .framer-29j7o .framer-1wda6ae, .framer-29j7o .framer-awkhu9, .framer-29j7o .framer-jnhklm, .framer-29j7o .framer-1bc7il3, .framer-29j7o .framer-1nwkfsa, .framer-29j7o .framer-10lu64, .framer-29j7o .framer-sou3ag, .framer-29j7o .framer-1fu74pf, .framer-29j7o .framer-1yfzdlz, .framer-29j7o .framer-17ojnr2, .framer-29j7o .framer-1l1r9d3, .framer-29j7o .framer-qh8m5l, .framer-29j7o .framer-209f7g, .framer-29j7o .framer-go43qr, .framer-29j7o .framer-w5woj8, .framer-29j7o .framer-ul79o, .framer-29j7o .framer-1i5zshy, .framer-29j7o .framer-1rykvpr, .framer-29j7o .framer-st6gz3, .framer-29j7o .framer-1gh4b82, .framer-29j7o .framer-1siumvm, .framer-29j7o .framer-1j6zbbn, .framer-29j7o .framer-zrdh5g, .framer-29j7o .framer-k07t7a, .framer-29j7o .framer-b8x490, .framer-29j7o .framer-1e1g322, .framer-29j7o .framer-8lcnlp, .framer-29j7o .framer-465ti9, .framer-29j7o .framer-1fujayi, .framer-29j7o .framer-1pdtu0t, .framer-29j7o .framer-3vpa7l, .framer-29j7o .framer-1xboktj, .framer-29j7o .framer-1tq23ui, .framer-29j7o .framer-a23e1h, .framer-29j7o .framer-jp1ysc, .framer-29j7o .framer-gozucd, .framer-29j7o .framer-pvhfy3, .framer-29j7o .framer-1u6rv1f, .framer-29j7o .framer-m8s9cp, .framer-29j7o .framer-ws5am0, .framer-29j7o .framer-vgsc02, .framer-29j7o .framer-z4mdlp, .framer-29j7o .framer-10ao37r, .framer-29j7o .framer-i6qhrc, .framer-29j7o .framer-13e2vgd, .framer-29j7o .framer-12e9y6l, .framer-29j7o .framer-x6dv8n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-29j7o .framer-ztxigf { flex: none; height: 18px; position: relative; width: 17px; }\",\".framer-29j7o .framer-1sz4fm6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-29j7o .framer-1qp30ml-container { flex: none; height: 1047px; left: 0px; position: absolute; top: 0px; width: 363px; z-index: -1; }\",\".framer-29j7o .framer-bjiovh { flex: none; height: 1044px; overflow: hidden; position: relative; width: 360px; will-change: var(--framer-will-change-override, transform); }\",\".framer-29j7o .framer-1241gof { 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; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 20px; width: 318px; }\",\".framer-29j7o .framer-37j25x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-29j7o .framer-1kudhs4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2.0631580352783203px 0px 2.0631580352783203px 0px; position: relative; width: 120px; }\",\".framer-29j7o .framer-d287h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 2.0631580352783203px 0px 2.0631580352783203px 10.315791130065918px; position: relative; width: 100%; }\",\".framer-29j7o .framer-17d1439 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-29j7o .framer-17gf05e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-29j7o .framer-188pksv, .framer-29j7o .framer-17vi1r1 { flex: none; height: 7px; position: relative; width: 7px; }\",\".framer-29j7o .framer-lvmrcg { flex: none; height: 11px; position: relative; width: 30px; }\",\".framer-29j7o .framer-1mx08cf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-29j7o .framer-jvsb2v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: visible; padding: 3.0947372913360596px 8.252632141113281px 3.0947372913360596px 8.252632141113281px; position: relative; width: min-content; }\",\".framer-29j7o .framer-1gpzkn2 { flex: none; height: 10px; position: relative; width: 10px; }\",\".framer-29j7o .framer-1c4a2cv { flex: none; height: 179px; overflow: visible; position: relative; width: 100%; }\",\".framer-29j7o .framer-z4tpmt, .framer-29j7o .framer-1dh73t6-container { bottom: -1px; flex: none; height: 179px; left: 0px; position: absolute; right: 0px; }\",\".framer-29j7o .framer-18w9q6h-container { flex: none; height: 180px; left: 0px; position: absolute; right: 0px; top: -1px; }\",\".framer-29j7o .framer-3917bq-container { aspect-ratio: 1.7777777777777777 / 1; bottom: -1px; flex: none; height: var(--framer-aspect-ratio-supported, 179px); left: 0px; position: absolute; right: 0px; }\",\".framer-29j7o .framer-yu9ddc-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 179px); left: 0px; position: absolute; right: 0px; top: -1px; }\",\".framer-29j7o .framer-524us5 { flex: none; height: 52px; position: relative; width: 319px; }\",\".framer-29j7o .framer-xkvczq { bottom: 6px; flex: none; height: 687px; left: calc(50.00000000000002% - 349px / 2); overflow: hidden; position: absolute; width: 349px; will-change: var(--framer-will-change-override, transform); }\",\".framer-29j7o .framer-fiiu4h { flex: none; height: 21px; left: calc(49.570200573065925% - 35px / 2); position: absolute; top: 4px; width: 35px; }\",\".framer-29j7o .framer-berl60 { flex: none; height: 627px; left: calc(49.570200573065925% - 287px / 2); overflow: visible; position: absolute; top: calc(52.256186317321706% - 627px / 2); width: 287px; }\",\".framer-29j7o .framer-r4zncf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 90px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; top: calc(52.31259968102076% - 90px / 2); width: 209px; }\",\".framer-29j7o .framer-1e3vbn7, .framer-29j7o .framer-1w1wd3o, .framer-29j7o .framer-ccxaz, .framer-29j7o .framer-5icipx, .framer-29j7o .framer-h7gyo6, .framer-29j7o .framer-1epuvtl, .framer-29j7o .framer-11628w7, .framer-29j7o .framer-kk1x8r, .framer-29j7o .framer-1wtth99, .framer-29j7o .framer-1oszw6g, .framer-29j7o .framer-1jk6fqw, .framer-29j7o .framer-1rlwfxc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-29j7o .framer-1feded4, .framer-29j7o .framer-6t0422, .framer-29j7o .framer-39w3rz, .framer-29j7o .framer-vv9m0g, .framer-29j7o .framer-fmc50s, .framer-29j7o .framer-rehdvb, .framer-29j7o .framer-8g3f39, .framer-29j7o .framer-1acqwlw, .framer-29j7o .framer-18x4j4t, .framer-29j7o .framer-lc3qbf, .framer-29j7o .framer-9amlp3, .framer-29j7o .framer-1b5csfy, .framer-29j7o .framer-27niv0, .framer-29j7o .framer-f3afuy, .framer-29j7o .framer-7olkb4, .framer-29j7o .framer-10jt04p, .framer-29j7o .framer-19fqri8, .framer-29j7o .framer-1h9q6i2, .framer-29j7o .framer-tisdaf, .framer-29j7o .framer-1pm2xjv, .framer-29j7o .framer-1jxll28, .framer-29j7o .framer-ty6xif, .framer-29j7o .framer-6vtsn2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-29j7o .framer-1e5gru6, .framer-29j7o .framer-1sth87d, .framer-29j7o .framer-1y6wy8u { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-29j7o .framer-1pcmi1x { align-content: flex-start; align-items: flex-start; bottom: 150px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 97px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; width: 209px; }\",\".framer-29j7o .framer-1czse4y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 351px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-1jk3nja { align-content: center; align-items: center; bottom: 101px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: 42px; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: 0px; width: 125px; }\",\".framer-29j7o .framer-u880bm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: relative; width: min-content; }\",\".framer-29j7o .framer-1324e8m { align-content: flex-start; align-items: flex-start; bottom: 53px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 42px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; width: 167px; }\",\".framer-29j7o .framer-k1fq1u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 83px; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; top: 0px; width: 197px; }\",\".framer-29j7o .framer-1g4q4pn, .framer-29j7o .framer-o932yn, .framer-29j7o .framer-558ho5, .framer-29j7o .framer-1h9i08y, .framer-29j7o .framer-wzbpyg, .framer-29j7o .framer-1w2kvwf, .framer-29j7o .framer-1gsrq7i, .framer-29j7o .framer-16142fq, .framer-29j7o .framer-1f6ld8y, .framer-29j7o .framer-l0ii3h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 27px; }\",\".framer-29j7o .framer-1u9o9tr, .framer-29j7o .framer-1frkd1r, .framer-29j7o .framer-ndsw6f, .framer-29j7o .framer-f476b4, .framer-29j7o .framer-1nb8i3c, .framer-29j7o .framer-1cueej1, .framer-29j7o .framer-vmlebm, .framer-29j7o .framer-6dza6s, .framer-29j7o .framer-y9w1xi, .framer-29j7o .framer-faikfq { flex: none; height: 11px; position: relative; width: 11px; }\",\".framer-29j7o .framer-shpabp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 144px; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; top: 130px; width: 197px; }\",\".framer-29j7o .framer-1h5w3mq, .framer-29j7o .framer-564uff, .framer-29j7o .framer-n3n1w2, .framer-29j7o .framer-1maqo36, .framer-29j7o .framer-rezmqj, .framer-29j7o .framer-t8wrll, .framer-29j7o .framer-11utdth { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 170px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-1n5oh71 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: 41px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 13.666657447814941px 8.541662216186523px 13.666657447814941px 13.666657447814941px; position: absolute; right: 0px; will-change: var(--framer-will-change-override, transform); }\",\".framer-29j7o .framer-8r0wx0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 198px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-2br47j { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-29j7o .framer-1rwo4p0 { flex: none; height: 24px; position: relative; width: 25px; }\",\".framer-29j7o .framer-mnfpnc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 42px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; top: 89px; width: 107px; }\",\".framer-29j7o .framer-153gh88 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 39px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; top: 202px; width: 253px; }\",\".framer-29j7o .framer-1j9dfot, .framer-29j7o .framer-9uvpp4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 255px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-yj2ogf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 119px; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; top: calc(49.760765550239256% - 119px / 2); width: 276px; }\",\".framer-29j7o .framer-b8iwpu, .framer-29j7o .framer-7i0iva { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 245px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-x2a2ws { align-content: flex-start; align-items: flex-start; bottom: 205px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 39px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; width: 126px; }\",\".framer-29j7o .framer-2rlde2 { align-content: flex-start; align-items: flex-start; bottom: 75px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 119px; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; width: 276px; }\",\".framer-29j7o .framer-svarhl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 58px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; top: 191px; width: 246px; }\",\".framer-29j7o .framer-174u7uf, .framer-29j7o .framer-10143q9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 220px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-1hlg9x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 122px; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; top: calc(51.03668261563% - 122px / 2); width: 197px; }\",\".framer-29j7o .framer-16r3k5k { align-content: flex-start; align-items: flex-start; bottom: 194px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 40px; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; width: 175px; }\",\".framer-29j7o .framer-16jgz08 { align-content: flex-start; align-items: flex-start; bottom: 27px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: 155px; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; width: 197px; }\",\".framer-29j7o .framer-1ddj2oy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; top: 186px; width: min-content; }\",\".framer-29j7o .framer-sd8b87 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 150px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-abqlxc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; top: 54%; width: min-content; }\",\".framer-29j7o .framer-27gkeq { align-content: flex-start; align-items: flex-start; bottom: 110px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 0px; width: min-content; }\",\".framer-29j7o .framer-2ml085 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 219px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-h22pfm { align-content: flex-start; align-items: flex-start; bottom: -4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; width: min-content; }\",\".framer-29j7o .framer-gk73l1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; top: 52%; width: min-content; }\",\".framer-29j7o .framer-16wy4fz { align-content: flex-start; align-items: flex-start; bottom: 11px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 13.666657447814941px; position: absolute; width: min-content; }\",\".framer-29j7o .framer-15n2dzn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 32px; top: 257px; width: min-content; }\",\".framer-29j7o .framer-1urrimj, .framer-29j7o .framer-1ri8u2w { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 129px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o .framer-y4y05t { align-content: flex-start; align-items: flex-start; bottom: 201px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10.249994277954102px 13.666657447814941px 10.249994277954102px 13.666657447814941px; position: absolute; right: 32px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-29j7o.framer-1cv2msi, .framer-29j7o .framer-11i9x89, .framer-29j7o .framer-1rcmm8z, .framer-29j7o .framer-1iqq7zh, .framer-29j7o .framer-10x810r, .framer-29j7o .framer-1ecc1ef, .framer-29j7o .framer-1ehg9m9, .framer-29j7o .framer-1sz4fm6, .framer-29j7o .framer-1241gof, .framer-29j7o .framer-1kudhs4, .framer-29j7o .framer-d287h, .framer-29j7o .framer-17d1439, .framer-29j7o .framer-17gf05e, .framer-29j7o .framer-1mx08cf, .framer-29j7o .framer-jvsb2v, .framer-29j7o .framer-r4zncf, .framer-29j7o .framer-1e3vbn7, .framer-29j7o .framer-1feded4, .framer-29j7o .framer-1pcmi1x, .framer-29j7o .framer-1w1wd3o, .framer-29j7o .framer-6t0422, .framer-29j7o .framer-39w3rz, .framer-29j7o .framer-1jk3nja, .framer-29j7o .framer-u880bm, .framer-29j7o .framer-1324e8m, .framer-29j7o .framer-k1fq1u, .framer-29j7o .framer-vv9m0g, .framer-29j7o .framer-fmc50s, .framer-29j7o .framer-ccxaz, .framer-29j7o .framer-shpabp, .framer-29j7o .framer-rehdvb, .framer-29j7o .framer-8g3f39, .framer-29j7o .framer-5icipx, .framer-29j7o .framer-1n5oh71, .framer-29j7o .framer-mnfpnc, .framer-29j7o .framer-153gh88, .framer-29j7o .framer-yj2ogf, .framer-29j7o .framer-1acqwlw, .framer-29j7o .framer-18x4j4t, .framer-29j7o .framer-h7gyo6, .framer-29j7o .framer-x2a2ws, .framer-29j7o .framer-2rlde2, .framer-29j7o .framer-lc3qbf, .framer-29j7o .framer-9amlp3, .framer-29j7o .framer-1epuvtl, .framer-29j7o .framer-svarhl, .framer-29j7o .framer-1hlg9x, .framer-29j7o .framer-1b5csfy, .framer-29j7o .framer-27niv0, .framer-29j7o .framer-11628w7, .framer-29j7o .framer-16r3k5k, .framer-29j7o .framer-16jgz08, .framer-29j7o .framer-f3afuy, .framer-29j7o .framer-7olkb4, .framer-29j7o .framer-kk1x8r, .framer-29j7o .framer-1ddj2oy, .framer-29j7o .framer-abqlxc, .framer-29j7o .framer-10jt04p, .framer-29j7o .framer-19fqri8, .framer-29j7o .framer-1wtth99, .framer-29j7o .framer-27gkeq, .framer-29j7o .framer-h22pfm, .framer-29j7o .framer-1h9q6i2, .framer-29j7o .framer-tisdaf, .framer-29j7o .framer-1oszw6g, .framer-29j7o .framer-gk73l1, .framer-29j7o .framer-1pm2xjv, .framer-29j7o .framer-1jxll28, .framer-29j7o .framer-1jk6fqw, .framer-29j7o .framer-16wy4fz, .framer-29j7o .framer-ty6xif, .framer-29j7o .framer-6vtsn2, .framer-29j7o .framer-1rlwfxc, .framer-29j7o .framer-15n2dzn, .framer-29j7o .framer-y4y05t { gap: 0px; } .framer-29j7o.framer-1cv2msi > *, .framer-29j7o .framer-1241gof > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-29j7o.framer-1cv2msi > :first-child, .framer-29j7o .framer-11i9x89 > :first-child, .framer-29j7o .framer-1241gof > :first-child, .framer-29j7o .framer-1kudhs4 > :first-child, .framer-29j7o .framer-d287h > :first-child, .framer-29j7o .framer-r4zncf > :first-child, .framer-29j7o .framer-1pcmi1x > :first-child, .framer-29j7o .framer-u880bm > :first-child, .framer-29j7o .framer-1324e8m > :first-child, .framer-29j7o .framer-k1fq1u > :first-child, .framer-29j7o .framer-shpabp > :first-child, .framer-29j7o .framer-mnfpnc > :first-child, .framer-29j7o .framer-153gh88 > :first-child, .framer-29j7o .framer-yj2ogf > :first-child, .framer-29j7o .framer-x2a2ws > :first-child, .framer-29j7o .framer-2rlde2 > :first-child, .framer-29j7o .framer-svarhl > :first-child, .framer-29j7o .framer-1hlg9x > :first-child, .framer-29j7o .framer-16r3k5k > :first-child, .framer-29j7o .framer-16jgz08 > :first-child, .framer-29j7o .framer-1ddj2oy > :first-child, .framer-29j7o .framer-abqlxc > :first-child, .framer-29j7o .framer-27gkeq > :first-child, .framer-29j7o .framer-h22pfm > :first-child, .framer-29j7o .framer-gk73l1 > :first-child, .framer-29j7o .framer-16wy4fz > :first-child, .framer-29j7o .framer-15n2dzn > :first-child, .framer-29j7o .framer-y4y05t > :first-child { margin-top: 0px; } .framer-29j7o.framer-1cv2msi > :last-child, .framer-29j7o .framer-11i9x89 > :last-child, .framer-29j7o .framer-1241gof > :last-child, .framer-29j7o .framer-1kudhs4 > :last-child, .framer-29j7o .framer-d287h > :last-child, .framer-29j7o .framer-r4zncf > :last-child, .framer-29j7o .framer-1pcmi1x > :last-child, .framer-29j7o .framer-u880bm > :last-child, .framer-29j7o .framer-1324e8m > :last-child, .framer-29j7o .framer-k1fq1u > :last-child, .framer-29j7o .framer-shpabp > :last-child, .framer-29j7o .framer-mnfpnc > :last-child, .framer-29j7o .framer-153gh88 > :last-child, .framer-29j7o .framer-yj2ogf > :last-child, .framer-29j7o .framer-x2a2ws > :last-child, .framer-29j7o .framer-2rlde2 > :last-child, .framer-29j7o .framer-svarhl > :last-child, .framer-29j7o .framer-1hlg9x > :last-child, .framer-29j7o .framer-16r3k5k > :last-child, .framer-29j7o .framer-16jgz08 > :last-child, .framer-29j7o .framer-1ddj2oy > :last-child, .framer-29j7o .framer-abqlxc > :last-child, .framer-29j7o .framer-27gkeq > :last-child, .framer-29j7o .framer-h22pfm > :last-child, .framer-29j7o .framer-gk73l1 > :last-child, .framer-29j7o .framer-16wy4fz > :last-child, .framer-29j7o .framer-15n2dzn > :last-child, .framer-29j7o .framer-y4y05t > :last-child { margin-bottom: 0px; } .framer-29j7o .framer-11i9x89 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-29j7o .framer-1rcmm8z > *, .framer-29j7o .framer-1iqq7zh > *, .framer-29j7o .framer-10x810r > *, .framer-29j7o .framer-1ecc1ef > *, .framer-29j7o .framer-1ehg9m9 > *, .framer-29j7o .framer-1sz4fm6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-29j7o .framer-1rcmm8z > :first-child, .framer-29j7o .framer-1iqq7zh > :first-child, .framer-29j7o .framer-10x810r > :first-child, .framer-29j7o .framer-1ecc1ef > :first-child, .framer-29j7o .framer-1ehg9m9 > :first-child, .framer-29j7o .framer-1sz4fm6 > :first-child, .framer-29j7o .framer-17d1439 > :first-child, .framer-29j7o .framer-17gf05e > :first-child, .framer-29j7o .framer-1mx08cf > :first-child, .framer-29j7o .framer-jvsb2v > :first-child, .framer-29j7o .framer-1e3vbn7 > :first-child, .framer-29j7o .framer-1feded4 > :first-child, .framer-29j7o .framer-1w1wd3o > :first-child, .framer-29j7o .framer-6t0422 > :first-child, .framer-29j7o .framer-39w3rz > :first-child, .framer-29j7o .framer-1jk3nja > :first-child, .framer-29j7o .framer-vv9m0g > :first-child, .framer-29j7o .framer-fmc50s > :first-child, .framer-29j7o .framer-ccxaz > :first-child, .framer-29j7o .framer-rehdvb > :first-child, .framer-29j7o .framer-8g3f39 > :first-child, .framer-29j7o .framer-5icipx > :first-child, .framer-29j7o .framer-1n5oh71 > :first-child, .framer-29j7o .framer-1acqwlw > :first-child, .framer-29j7o .framer-18x4j4t > :first-child, .framer-29j7o .framer-h7gyo6 > :first-child, .framer-29j7o .framer-lc3qbf > :first-child, .framer-29j7o .framer-9amlp3 > :first-child, .framer-29j7o .framer-1epuvtl > :first-child, .framer-29j7o .framer-1b5csfy > :first-child, .framer-29j7o .framer-27niv0 > :first-child, .framer-29j7o .framer-11628w7 > :first-child, .framer-29j7o .framer-f3afuy > :first-child, .framer-29j7o .framer-7olkb4 > :first-child, .framer-29j7o .framer-kk1x8r > :first-child, .framer-29j7o .framer-10jt04p > :first-child, .framer-29j7o .framer-19fqri8 > :first-child, .framer-29j7o .framer-1wtth99 > :first-child, .framer-29j7o .framer-1h9q6i2 > :first-child, .framer-29j7o .framer-tisdaf > :first-child, .framer-29j7o .framer-1oszw6g > :first-child, .framer-29j7o .framer-1pm2xjv > :first-child, .framer-29j7o .framer-1jxll28 > :first-child, .framer-29j7o .framer-1jk6fqw > :first-child, .framer-29j7o .framer-ty6xif > :first-child, .framer-29j7o .framer-6vtsn2 > :first-child, .framer-29j7o .framer-1rlwfxc > :first-child { margin-left: 0px; } .framer-29j7o .framer-1rcmm8z > :last-child, .framer-29j7o .framer-1iqq7zh > :last-child, .framer-29j7o .framer-10x810r > :last-child, .framer-29j7o .framer-1ecc1ef > :last-child, .framer-29j7o .framer-1ehg9m9 > :last-child, .framer-29j7o .framer-1sz4fm6 > :last-child, .framer-29j7o .framer-17d1439 > :last-child, .framer-29j7o .framer-17gf05e > :last-child, .framer-29j7o .framer-1mx08cf > :last-child, .framer-29j7o .framer-jvsb2v > :last-child, .framer-29j7o .framer-1e3vbn7 > :last-child, .framer-29j7o .framer-1feded4 > :last-child, .framer-29j7o .framer-1w1wd3o > :last-child, .framer-29j7o .framer-6t0422 > :last-child, .framer-29j7o .framer-39w3rz > :last-child, .framer-29j7o .framer-1jk3nja > :last-child, .framer-29j7o .framer-vv9m0g > :last-child, .framer-29j7o .framer-fmc50s > :last-child, .framer-29j7o .framer-ccxaz > :last-child, .framer-29j7o .framer-rehdvb > :last-child, .framer-29j7o .framer-8g3f39 > :last-child, .framer-29j7o .framer-5icipx > :last-child, .framer-29j7o .framer-1n5oh71 > :last-child, .framer-29j7o .framer-1acqwlw > :last-child, .framer-29j7o .framer-18x4j4t > :last-child, .framer-29j7o .framer-h7gyo6 > :last-child, .framer-29j7o .framer-lc3qbf > :last-child, .framer-29j7o .framer-9amlp3 > :last-child, .framer-29j7o .framer-1epuvtl > :last-child, .framer-29j7o .framer-1b5csfy > :last-child, .framer-29j7o .framer-27niv0 > :last-child, .framer-29j7o .framer-11628w7 > :last-child, .framer-29j7o .framer-f3afuy > :last-child, .framer-29j7o .framer-7olkb4 > :last-child, .framer-29j7o .framer-kk1x8r > :last-child, .framer-29j7o .framer-10jt04p > :last-child, .framer-29j7o .framer-19fqri8 > :last-child, .framer-29j7o .framer-1wtth99 > :last-child, .framer-29j7o .framer-1h9q6i2 > :last-child, .framer-29j7o .framer-tisdaf > :last-child, .framer-29j7o .framer-1oszw6g > :last-child, .framer-29j7o .framer-1pm2xjv > :last-child, .framer-29j7o .framer-1jxll28 > :last-child, .framer-29j7o .framer-1jk6fqw > :last-child, .framer-29j7o .framer-ty6xif > :last-child, .framer-29j7o .framer-6vtsn2 > :last-child, .framer-29j7o .framer-1rlwfxc > :last-child { margin-right: 0px; } .framer-29j7o .framer-1kudhs4 > * { margin: 0px; margin-bottom: calc(5.157895565032959px / 2); margin-top: calc(5.157895565032959px / 2); } .framer-29j7o .framer-d287h > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-29j7o .framer-17d1439 > * { margin: 0px; margin-left: calc(6.189474582672119px / 2); margin-right: calc(6.189474582672119px / 2); } .framer-29j7o .framer-17gf05e > * { margin: 0px; margin-left: calc(4.126316070556641px / 2); margin-right: calc(4.126316070556641px / 2); } .framer-29j7o .framer-1mx08cf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-29j7o .framer-jvsb2v > * { margin: 0px; margin-left: calc(5.157895565032959px / 2); margin-right: calc(5.157895565032959px / 2); } .framer-29j7o .framer-r4zncf > *, .framer-29j7o .framer-1pcmi1x > *, .framer-29j7o .framer-u880bm > *, .framer-29j7o .framer-1324e8m > *, .framer-29j7o .framer-k1fq1u > *, .framer-29j7o .framer-shpabp > *, .framer-29j7o .framer-mnfpnc > *, .framer-29j7o .framer-153gh88 > *, .framer-29j7o .framer-yj2ogf > *, .framer-29j7o .framer-x2a2ws > *, .framer-29j7o .framer-2rlde2 > *, .framer-29j7o .framer-svarhl > *, .framer-29j7o .framer-1hlg9x > *, .framer-29j7o .framer-16r3k5k > *, .framer-29j7o .framer-16jgz08 > *, .framer-29j7o .framer-1ddj2oy > *, .framer-29j7o .framer-abqlxc > *, .framer-29j7o .framer-27gkeq > *, .framer-29j7o .framer-h22pfm > *, .framer-29j7o .framer-gk73l1 > *, .framer-29j7o .framer-16wy4fz > *, .framer-29j7o .framer-15n2dzn > *, .framer-29j7o .framer-y4y05t > * { margin: 0px; margin-bottom: calc(6.833328723907471px / 2); margin-top: calc(6.833328723907471px / 2); } .framer-29j7o .framer-1e3vbn7 > *, .framer-29j7o .framer-1w1wd3o > *, .framer-29j7o .framer-1jk3nja > *, .framer-29j7o .framer-ccxaz > *, .framer-29j7o .framer-5icipx > *, .framer-29j7o .framer-h7gyo6 > *, .framer-29j7o .framer-1epuvtl > *, .framer-29j7o .framer-11628w7 > *, .framer-29j7o .framer-kk1x8r > *, .framer-29j7o .framer-1wtth99 > *, .framer-29j7o .framer-1oszw6g > *, .framer-29j7o .framer-1jk6fqw > *, .framer-29j7o .framer-1rlwfxc > * { margin: 0px; margin-left: calc(6.833328723907471px / 2); margin-right: calc(6.833328723907471px / 2); } .framer-29j7o .framer-1feded4 > *, .framer-29j7o .framer-6t0422 > *, .framer-29j7o .framer-39w3rz > *, .framer-29j7o .framer-vv9m0g > *, .framer-29j7o .framer-fmc50s > *, .framer-29j7o .framer-rehdvb > *, .framer-29j7o .framer-8g3f39 > *, .framer-29j7o .framer-1acqwlw > *, .framer-29j7o .framer-18x4j4t > *, .framer-29j7o .framer-lc3qbf > *, .framer-29j7o .framer-9amlp3 > *, .framer-29j7o .framer-1b5csfy > *, .framer-29j7o .framer-27niv0 > *, .framer-29j7o .framer-f3afuy > *, .framer-29j7o .framer-7olkb4 > *, .framer-29j7o .framer-10jt04p > *, .framer-29j7o .framer-19fqri8 > *, .framer-29j7o .framer-1h9q6i2 > *, .framer-29j7o .framer-tisdaf > *, .framer-29j7o .framer-1pm2xjv > *, .framer-29j7o .framer-1jxll28 > *, .framer-29j7o .framer-ty6xif > *, .framer-29j7o .framer-6vtsn2 > * { margin: 0px; margin-left: calc(10.249994277954102px / 2); margin-right: calc(10.249994277954102px / 2); } .framer-29j7o .framer-1n5oh71 > * { margin: 0px; margin-left: calc(13.666657447814941px / 2); margin-right: calc(13.666657447814941px / 2); } }\",\".framer-29j7o.framer-v-1uw37s8 .framer-shpabp { height: 119px; top: 71px; }\",\".framer-29j7o.framer-v-1uw37s8 .framer-mnfpnc { height: 58px; top: 1px; width: 273px; }\",\".framer-29j7o.framer-v-1uw37s8 .framer-zrdh5g { white-space: pre-wrap; width: 253px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o.framer-v-12lzzsd .framer-shpabp { height: 122px; top: 57px; }\",\".framer-29j7o.framer-v-12lzzsd .framer-1n5oh71, .framer-29j7o.framer-v-1l3fzb .framer-1n5oh71, .framer-29j7o.framer-v-ie2xd3 .framer-1n5oh71 { z-index: 1; }\",\".framer-29j7o.framer-v-12lzzsd .framer-mnfpnc { top: 3px; width: 241px; }\",\".framer-29j7o.framer-v-1l3fzb .framer-shpabp { height: min-content; top: 72px; width: min-content; }\",\".framer-29j7o.framer-v-1l3fzb .framer-mnfpnc { height: min-content; top: 3px; width: min-content; }\",\".framer-29j7o.framer-v-1l3fzb .framer-zrdh5g { white-space: pre-wrap; width: 214px; word-break: break-word; word-wrap: break-word; }\",\".framer-29j7o.framer-v-1l3fzb .framer-16142fq { height: var(--framer-aspect-ratio-supported, 28px); }\",\".framer-29j7o.framer-v-ie2xd3 .framer-shpabp { height: min-content; top: 76px; width: min-content; }\",\".framer-29j7o.framer-v-ie2xd3 .framer-mnfpnc { height: min-content; right: -1px; top: 3px; width: min-content; }\",\".framer-29j7o.framer-v-ie2xd3 .framer-zrdh5g { white-space: pre-wrap; width: 228px; word-break: break-word; word-wrap: break-word; }\",'.framer-29j7o[data-border=\"true\"]::after, .framer-29j7o [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1308\n * @framerIntrinsicWidth 360\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"TYZiSm85U\":{\"layout\":[\"fixed\",\"fixed\"]},\"IUnjkb4OI\":{\"layout\":[\"fixed\",\"fixed\"]},\"KtkOKtUOm\":{\"layout\":[\"fixed\",\"fixed\"]},\"REtLbh5OB\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzXvKuTQaQ=withCSS(Component,css,\"framer-29j7o\");export default FramerzXvKuTQaQ;FramerzXvKuTQaQ.displayName=\"Hero Image Mobile\";FramerzXvKuTQaQ.defaultProps={height:1308,width:360};addPropertyControls(FramerzXvKuTQaQ,{variant:{options:[\"bwsPY_3Q9\",\"TYZiSm85U\",\"IUnjkb4OI\",\"KtkOKtUOm\",\"REtLbh5OB\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzXvKuTQaQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...RotatingConicalGradientFonts,...VideoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzXvKuTQaQ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1308\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"TYZiSm85U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IUnjkb4OI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KtkOKtUOm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"REtLbh5OB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"360\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zXvKuTQaQ.map", "// Generated by Framer (48da836)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-PUnwC .framer-styles-preset-fpo9yg:not(.rich-text-wrapper), .framer-PUnwC .framer-styles-preset-fpo9yg.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #0088ff; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }\"];export const className=\"framer-PUnwC\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import RotatingConicalGradient from\"https://framerusercontent.com/modules/p6Jy30ZQgLxWot0iILHH/dxBgyYDtVv7QzASD9wd4/RotatingConicalGradient.js\";import Sdf from\"#framer/local/canvasComponent/eau04_qyo/eau04_qyo.js\";import Availability from\"#framer/local/canvasComponent/MFTHkbo44/MFTHkbo44.js\";import HeroImage from\"#framer/local/canvasComponent/prk_PJTcC/prk_PJTcC.js\";import Navbar from\"#framer/local/canvasComponent/uhFBZtpzz/uhFBZtpzz.js\";import ButtonPrimary from\"#framer/local/canvasComponent/YKRBaU_7r/YKRBaU_7r.js\";import HeroImageTab from\"#framer/local/canvasComponent/Zlf49SGZH/Zlf49SGZH.js\";import HeroImageMobile from\"#framer/local/canvasComponent/zXvKuTQaQ/zXvKuTQaQ.js\";import*as sharedStyle from\"#framer/local/css/bp19jCLp0/bp19jCLp0.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const AvailabilityFonts=getFonts(Availability);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const HeroImageMobileFonts=getFonts(HeroImageMobile);const HeroImageTabFonts=getFonts(HeroImageTab);const HeroImageFonts=getFonts(HeroImage);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const SdfFonts=getFonts(Sdf);const MotionDivWithFX=withFX(motion.div);const RotatingConicalGradientFonts=getFonts(RotatingConicalGradient);const TickerFonts=getFonts(Ticker);const EmbedFonts=getFonts(Embed);const breakpoints={OhZIEIdTj:\"(min-width: 810px) and (max-width: 1439px)\",r5yZhh6tt:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1oTJF\";const variantClassNames={OhZIEIdTj:\"framer-v-1fgvof7\",r5yZhh6tt:\"framer-v-cao7i3\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:0,duration:.7,ease:[1,.02,.69,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-30};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:.8,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={delay:.4,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const animation7={opacity:1,rotate:-5,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1611,transition:transition4,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1611,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"r5yZhh6tt\",Tablet:\"OhZIEIdTj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"A0HJSfk3I\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"lhMOAnygI\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"r5yZhh6tt\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"OhZIEIdTj\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"OhZIEIdTj\",\"r5yZhh6tt\"].includes(baseVariant))return false;return true;};const elementId2=useRouteElementId(\"NXePifQZS\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"ztkKUuUIw\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"qbzX69Nr8\");const ref5=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"r5yZhh6tt\")return false;return true;};const elementId5=useRouteElementId(\"t9ni5EvnQ\");const ref6=React.useRef(null);const elementId6=useRouteElementId(\"LSNoimNhw\");const ref7=React.useRef(null);const elementId7=useRouteElementId(\"opdO3CJmT\");const ref8=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1a324ws\",\"data-framer-name\":\"Nav section\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{width:`max(${componentViewport?.width||\"100vw\"} - 64px, 1px)`},r5yZhh6tt:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+0+16+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,y:(componentViewport?.y||0)+0+0+16,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1cnt1a5-container\",\"data-framer-appear-id\":\"1cnt1a5\",id:\"1cnt1a5\",initial:animation1,nodeId:\"IZ0dM_Ep8\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{style:{width:\"100%\"},variant:\"l307CcLpQ\"},r5yZhh6tt:{style:{width:\"100%\"},variant:\"YMdDO6D0I\"}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",id:\"IZ0dM_Ep8\",layoutId:\"IZ0dM_Ep8\",variant:\"DYFftetJk\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-a9zdix\",\"data-framer-name\":\"Hero section\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vqu470\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-67b80l\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-16cs22z\",\"data-framer-appear-id\":\"16cs22z\",\"data-framer-name\":\"Blog Headline\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(Link,{href:\"https://new.gigaml.com/customerstories/zepto\",motionChild:true,nodeId:\"GkUGg0QFE\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-12wrhme framer-lux5qc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uyk242\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"BLOG\"})}),className:\"framer-1u9h9rk\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:[\"Read how Zepto uses Giga\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGRJdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"ML\"})]})}),className:\"framer-1xgfmll\",fonts:[\"Inter-SemiBold\",\"Inter-SemiBoldItalic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b9xqhi\",\"data-framer-name\":\"GXF-2 Frame\",fill:\"black\",intrinsicHeight:12,intrinsicWidth:13,svg:'<svg width=\"13\" height=\"12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" stroke=\"#EEE\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M1.5 5.75h9.75M8.25 9l3.25-3.25L8.25 2.5\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.5)\" d=\"M0 0h12v12H0z\"/></clipPath></defs></svg>',withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-620auh\",\"data-framer-appear-id\":\"620auh\",\"data-framer-name\":\"Heading\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xvt6ja\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Zero Hold Time Support. At Scale.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Zero Hold Time Support. At Scale.\"})}),className:\"framer-1n85ftt\",fonts:[\"FS;General Sans-semibold\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-pzna3w\",\"data-framer-appear-id\":\"pzna3w\",\"data-framer-name\":\"Hero Sub\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"Transform customer experiences with AI that eliminates hold times, streamlines operations, and scales effortlessly.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"Transform customer experiences with AI that eliminates hold times, streamlines operations, and scales effortlessly.\"})}),className:\"framer-c2lsls\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pddubo\",\"data-framer-name\":\"Hero buttons\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-vrepnh\",\"data-framer-appear-id\":\"vrepnh\",\"data-framer-name\":\"Hero Sub\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:128,intrinsicWidth:368,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+108+0+0+32+0+0+371+0+0+8+0),pixelHeight:128,pixelWidth:368,src:\"https://framerusercontent.com/images/VVF81Jtp5ByjdxQpk85kxzidfc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:128,intrinsicWidth:368,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+108+0+90+0+0+401+0+8),pixelHeight:128,pixelWidth:368,src:\"https://framerusercontent.com/images/VVF81Jtp5ByjdxQpk85kxzidfc.png\"},className:\"framer-1hf0byx\",\"data-framer-name\":\"GXF-2 Design (1)\"})}),/*#__PURE__*/_jsx(Link,{href:\"demo.gigaml.com\",motionChild:true,nodeId:\"qMajnmXaE\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-sw0ek2 framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"Try Now. Talk to a Support Agent\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"Try Now. Talk to a Support Agent\"})}),className:\"framer-m8ou2t\",fonts:[\"Inter-SemiBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14j5c7k\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7588g4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{y:(componentViewport?.y||0)+0+108+0+0+32+0+0+371+0+0+8+38+.5000000000000053+6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,width:\"8px\",y:(componentViewport?.y||0)+0+108+0+90+0+0+401+0+9+.5000000000000053+6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ph0hyq-container\",nodeId:\"uzx3mTae_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Availability,{height:\"100%\",id:\"uzx3mTae_\",layoutId:\"uzx3mTae_\",style:{width:\"100%\"},variant:\"QVXHxUum_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"LIVE\"})}),className:\"framer-i6rkxq\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 32px, (${componentViewport?.width||\"100vw\"} - 32px) * 14.4) - 24px)`,y:(componentViewport?.y||0)+0+108+0+0+32+0+0+371+0+96}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+0+108+0+90+0+0+401+3.5,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-131b70k-container\",\"data-framer-appear-id\":\"131b70k\",initial:animation1,nodeId:\"spbSQpZUg\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPrimary,{BIXuzguGc:\"https://lez7vpvr8el.typeform.com/to/o63xN8Ry\",height:\"100%\",id:\"spbSQpZUg\",layoutId:\"spbSQpZUg\",pgZrKUgVG:\"Book Call\",width:\"100%\"})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{height:1306,width:\"405px\",y:(componentViewport?.y||0)+0+108+0+0+32+528}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1byvwv6-container hidden-72rtr7 hidden-1fgvof7\",nodeId:\"XqQwZfzFi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HeroImageMobile,{height:\"100%\",id:\"XqQwZfzFi\",layoutId:\"XqQwZfzFi\",style:{height:\"100%\",width:\"100%\"},variant:\"bwsPY_3Q9\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{height:456,width:\"706px\",y:(componentViewport?.y||0)+0+108+0+90+515}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6jidq0-container hidden-72rtr7 hidden-cao7i3\",nodeId:\"g2xtvvj3U\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HeroImageTab,{height:\"100%\",id:\"g2xtvvj3U\",layoutId:\"g2xtvvj3U\",style:{height:\"100%\",width:\"100%\"},variant:\"sfbsyKNvB\",width:\"100%\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:908,width:\"1364px\",y:(componentViewport?.y||0)+0+108+0+90+515,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1wymksi-container hidden-1fgvof7 hidden-cao7i3\",\"data-framer-appear-id\":\"1wymksi\",initial:animation1,nodeId:\"P9u_FeBba\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(HeroImage,{height:\"100%\",id:\"P9u_FeBba\",layoutId:\"P9u_FeBba\",style:{height:\"100%\",width:\"100%\"},variant:\"Kyhv7VtHz\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-mnif4r\",\"data-framer-name\":\"Logos\",id:elementId2,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hynm2y\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Backed by visionary investors, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQ=\",\"--framer-font-weight\":\"700\"},children:\"Giga\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLWJvbGQgaXRhbGlj\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\"},children:\"ML\"}),\" drives innovation, enables success, and fuels growth across industries and individuals.\"]})}),className:\"framer-gmi63i\",\"data-framer-appear-id\":\"gmi63i\",fonts:[\"FS;General Sans-medium\",\"FS;General Sans-bold\",\"FS;General Sans-bold italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vkso8s\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-j7xi9c\",\"data-framer-appear-id\":\"j7xi9c\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.ycombinator.com/\",motionChild:true,nodeId:\"dZtKGGP5n\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1omnpea framer-lux5qc\",\"data-framer-name\":\"GXF-2\",fill:\"black\",intrinsicHeight:168,intrinsicWidth:320,svg:'<svg width=\"320\" height=\"168\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><g clip-path=\"url(#b)\"><path d=\"M103.501 71H129.5v26h-26V71h.001Z\" fill=\"#FB651E\"/><path d=\"m115.638 85.731-4.506-8.406h2.08l2.6 5.287c0 .087.087.173.173.26.088.087.088.174.175.347l.086.086v.086c.087.174.087.261.174.435.086.086.086.26.173.345.087-.259.261-.433.347-.78.086-.259.26-.519.434-.78l2.6-5.287h1.905l-4.504 8.495v5.373h-1.733l-.004-5.46Zm28.331-7.618c1.082 0 2.02.287 2.741.862l-.721.863c-.65-.43-1.297-.717-2.09-.717-1.227 0-2.163.646-2.669 1.866-.288.718-.432 1.652-.432 2.872 0 .934.142 1.724.361 2.298.578 1.364 1.515 2.01 2.957 2.01.793 0 1.515-.216 2.164-.719l.721.934a5.671 5.671 0 0 1-3.029.863c-1.297 0-2.379-.503-3.246-1.579-.866-1.015-1.226-2.37-1.226-4.019s.433-2.943 1.297-4.018c.795-.934 1.878-1.507 3.175-1.507l-.003-.01v.001Zm4.111 7.106c0-1.291.289-2.297.939-3.013.649-.717 1.443-1.15 2.452-1.15 1.155 0 2.091.43 2.741 1.364.505.718.721 1.724.721 2.943 0 1.436-.432 2.585-1.226 3.303a3.2 3.2 0 0 1-2.164.79c-1.081 0-1.877-.36-2.525-1.15-.65-.717-.938-1.794-.938-3.087Zm5.05-2.08c-.361-.646-.866-1.015-1.659-1.015-.792 0-1.297.288-1.659.863-.288.43-.36 1.15-.36 2.08 0 1.22.142 2.08.504 2.585.362.504.867.79 1.586.79.868 0 1.443-.431 1.733-1.222.142-.43.215-1.014.215-1.722.072-1.076-.071-1.868-.36-2.37v.011Zm4.109.142c0-.79-.071-1.436-.287-1.928l1.226-.287c.216.358.289.789.289 1.149v.07c.288-.287.577-.574 1.019-.79.505-.287.938-.429 1.37-.429.65 0 1.228.287 1.587.789.071.142.216.36.288.503.868-.863 1.66-1.292 2.526-1.292.577 0 1.081.215 1.443.575.36.43.577.933.577 1.508v5.956h-1.318v-5.886c0-.79-.361-1.15-1.02-1.15-.36 0-.793.144-1.154.431-.142.143-.433.36-.793.647l-.142.142v5.814h-1.371v-5.607c0-.502-.071-.863-.216-1.014-.217-.215-.433-.288-.794-.288-.577 0-1.227.36-2.019 1.076v5.886h-1.21V83.28h-.001Zm12.264-5.455 1.298-.288c.143.575.217 1.222.217 2.01v2.656c.721-.718 1.515-1.076 2.309-1.076.937 0 1.731.359 2.236 1.076.577.717.867 1.722.867 2.942 0 1.291-.289 2.298-.867 3.087-.578.79-1.371 1.149-2.309 1.149a2.556 2.556 0 0 1-1.226-.288c-.433-.214-.722-.43-.939-.717l-.216.863h-1.227c.142-.36.217-1.015.217-2.01v-7.54c-.072-.863-.143-1.508-.362-1.867l.002.002Zm2.091 4.871a2.185 2.185 0 0 0-.578.574v4.111c.506.647 1.155.934 1.939.934.649 0 1.154-.215 1.443-.717.359-.575.577-1.364.577-2.513 0-1.015-.144-1.722-.505-2.153-.289-.43-.794-.647-1.515-.647-.433-.07-.939.071-1.372.431l.011-.02Zm6.709-3.856c0-.288.072-.503.289-.717.218-.216.433-.288.721-.288s.505.07.721.288c.216.215.289.43.289.716 0 .288-.072.503-.289.718-.218.215-.433.287-.721.287s-.505-.07-.721-.287a.92.92 0 0 1-.289-.717Zm.301 10.327v-7.895l1.297-.214v8.112l-1.297-.003Zm4.1-5.887c0-.574 0-.933-.071-1.076 0-.214-.142-.43-.288-.79l1.227-.358c.197.377.296.796.288 1.22.793-.789 1.658-1.22 2.525-1.22.432 0 .793.07 1.154.287.361.216.65.503.794.862.142.288.215.575.215.933v6.03h-1.227v-5.382c0-.647-.071-1.077-.288-1.292a1.196 1.196 0 0 0-.865-.36c-.289 0-.722.142-1.155.359a4.215 4.215 0 0 0-1.082.79v5.886h-1.227v-5.89Zm8.729-.287-.649-.863c1.08-.717 2.164-1.075 3.318-1.075 1.155 0 1.875.43 2.236 1.22.142.288.142.718.142 1.365v.43l-.071 2.584v.359c0 .43 0 .718.072.934.071.287.288.502.577.646l-.65.863c-.577-.215-.937-.575-1.081-1.15-.72.719-1.515 1.077-2.308 1.077-.794 0-1.443-.215-1.938-.647-.432-.359-.649-.932-.649-1.65a2.335 2.335 0 0 1 1.082-2.082c.721-.502 1.803-.717 3.102-.717h.577v-.575c0-.646-.072-1.075-.289-1.22a1.36 1.36 0 0 0-1.081-.43c-.432 0-.937.14-1.515.358l-.867.575-.008-.002Zm3.824 4.236.072-2.08h-.651c-1.154 0-1.875.214-2.308.646-.288.287-.432.718-.432 1.291 0 .933.432 1.436 1.37 1.436a2.303 2.303 0 0 0 1.938-1.291l.011-.002Zm5.337-5.96h2.019l-.361 1.016h-1.659v5.097c0 .43.071.717.216.933.142.142.433.288.794.288.289 0 .577-.071.793-.142l.142.789c-.432.215-.866.287-1.37.287-1.227 0-1.803-.575-1.803-1.794v-5.456h-1.081v-1.014h1.019v-.142c0-.142.072-.718.143-1.652v-.215l1.298-.287c-.142.863-.142 1.651-.142 2.297l-.008-.003v-.001Zm3.318 3.949c0-1.293.289-2.298.938-3.015.577-.717 1.444-1.148 2.453-1.148 1.154 0 2.091.43 2.741 1.363.505.718.721 1.724.721 2.943 0 1.436-.433 2.585-1.228 3.303a3.195 3.195 0 0 1-2.163.788c-1.08 0-1.876-.358-2.524-1.148-.578-.717-.938-1.793-.938-3.086Zm5.122-2.08c-.361-.647-.867-1.015-1.659-1.015s-1.298.286-1.659.862c-.289.43-.361 1.15-.361 2.08 0 1.22.143 2.08.505 2.585.362.504.866.79 1.587.79.866 0 1.443-.431 1.731-1.222.143-.43.216-1.014.216-1.723 0-1.075-.142-1.867-.361-2.368l.001.01Zm4.109-.004c0-.716-.071-1.29-.288-1.722l1.226-.359c.198.377.297.796.289 1.22v.142c.65-.862 1.37-1.291 2.237-1.291.142 0 .288 0 .431.07l-.504 1.365c-.143-.072-.289-.072-.361-.072-.289 0-.649.072-.938.288-.289.216-.577.43-.721.718a2.656 2.656 0 0 0-.144.86v4.953h-1.227v-6.172Z\" fill=\"#fff\"/></g></g><defs><clipPath id=\"b\"><path fill=\"#fff\" transform=\"translate(103.5 71)\" d=\"M0 0h113v26H0z\"/></clipPath><filter id=\"a\" x=\"-6\" y=\"-6\" width=\"332\" height=\"180\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"3\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_1879_1578\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_1879_1578\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.pioneerfund.vc/\",motionChild:true,nodeId:\"UA7J2t7XS\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-mb9mk6 framer-lux5qc\",\"data-framer-name\":\"GXF-2 (1)\",fill:\"black\",intrinsicHeight:168,intrinsicWidth:320,svg:'<svg width=\"320\" height=\"168\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M95 76h16v2H95v-2Z\" fill=\"#fff\"/><path d=\"M95 83c.06.002.122.007.183.007H111v1.986H95.183c-.061 0-.122.005-.183.007v-2Z\" fill=\"#FA771F\"/><path d=\"M95 90h16v2H95v-2Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M121.809 86.45V92H119V76.008c.046-.002.092-.007.139-.007 2.385 0 4.771-.003 7.157.002.722.001 1.439.063 2.133.284 1.26.402 1.998 1.283 2.313 2.542.228.913.28 1.844.25 2.78-.021.683-.086 1.361-.259 2.024-.389 1.49-1.369 2.348-2.856 2.66a7.644 7.644 0 0 1-1.565.156c-1.442.002-2.885.001-4.328.001h-.175Zm.014-8.059v5.681l.038.002.064.002c1.064 0 2.129.014 3.193-.005.545-.01 1.093-.052 1.633-.129.796-.113 1.226-.558 1.334-1.326a10.07 10.07 0 0 0-.002-2.844c-.088-.617-.425-1.038-1.047-1.207a5.291 5.291 0 0 0-1.352-.171l-.985-.007h-.508l-1.179-.001h-1.081l-.072.003-.036.002Zm21.204 4.738-.014.52-.013.473.03.857.036.995c.014.394.029.795.046 1.196.03.704.129 1.4.328 2.083.191.656.512 1.24 1.085 1.68.454.349.981.559 1.54.702 1.03.265 2.089.33 3.149.354.975.022 1.95.016 2.923-.07.681-.06 1.356-.15 2.014-.335 1.25-.352 2.059-1.105 2.416-2.286.188-.623.3-1.259.335-1.902.051-.895.097-1.79.098-2.685.001-1.244-.031-2.488-.071-3.73a9.6 9.6 0 0 0-.291-2.04c-.341-1.35-1.211-2.21-2.652-2.566-.957-.237-1.934-.314-2.917-.353a26.654 26.654 0 0 0-3.086.053c-.723.055-1.439.152-2.135.352-1.269.366-2.081 1.131-2.415 2.344a10.39 10.39 0 0 0-.341 2.314c-.029.667-.047 1.335-.065 2.044Zm2.941 1.749-.021-.882.007-.258.002-.11.011-.487v-.003l.01-.504.008-.353.008-.278.011-.345.012-.303.016-.317c.016-.325.067-.652.132-.974l.018-.086.02-.089.041-.18c.179-.755.724-1.154 1.524-1.271.787-.115 1.581-.112 2.374-.106.58.005 1.161.023 1.739.063.169.011.338.038.505.074.116.026.231.055.343.088.547.16.86.54 1.028 1.037.177.522.253 1.062.265 1.604.033 1.4.058 2.801.051 4.201-.004.733-.068 1.467-.134 2.197-.026.288-.11.576-.2.854-.206.638-.695 1.002-1.382 1.091-.613.08-1.235.119-1.854.128a37.435 37.435 0 0 1-2.23-.049 4.42 4.42 0 0 1-.854-.136c-.605-.148-.968-.536-1.15-1.085a5.127 5.127 0 0 1-.241-1.428 80.958 80.958 0 0 1-.044-1.44l-.015-.643v-.01Z\" fill=\"#fff\"/><path d=\"M172.254 86.722v-10.54c0-.12.059-.179.177-.179H175v15.995h-.722c-.627 0-1.254-.001-1.882.002a.335.335 0 0 1-.079-.008c-.059-.014-.101-.047-.143-.11-2.42-3.637-4.842-7.273-7.267-10.908-.031-.047-.08-.082-.12-.122l-.037.023V91.99H162V76.012l.036-.003.043-.004a.643.643 0 0 1 .046-.002h1.642c.361 0 .721-.001 1.082-.003.098 0 .141.044.186.112l6.303 9.396.374.557.394.584c.018.027.044.05.07.072a.72.72 0 0 1 .035.032l.043-.031Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M225 91.997h-1.86l-.876.003c-.055 0-.094-.008-.124-.032a.216.216 0 0 1-.065-.1l-.971-2.589-.054-.143c-.376-1.003-.753-2.005-1.128-3.01-.046-.122-.101-.154-.224-.153-1.271.006-2.543.005-3.814.005h-.168v6.012H213V76.008l.045-.002h.004a.843.843 0 0 1 .086-.005h3.415c1.254-.001 2.509 0 3.763.002.653.001 1.302.056 1.937.23 1.239.339 1.99 1.17 2.279 2.454.202.897.255 1.81.211 2.73-.031.633-.091 1.264-.259 1.876-.13.475-.328.92-.612 1.317-.324.454-.765.743-1.264.947l-.132.053L225 91.997Zm-9.281-13.607v5.21l.035.002a.967.967 0 0 0 .062.002c1.184 0 2.368.011 3.551-.006a8.315 8.315 0 0 0 1.308-.129c.824-.144 1.199-.563 1.304-1.422a8.99 8.99 0 0 0-.01-2.248c-.093-.724-.411-1.099-1.1-1.254a6.001 6.001 0 0 0-1.216-.15c-.933-.014-1.866-.013-2.8-.012-.342.001-.685.002-1.027.001a.992.992 0 0 0-.069.004l-.038.002Z\" fill=\"#fff\"/><path d=\"M180 76.01V92h10.99v-2.363h-8.1v-4.518h6.981v-2.367h-6.983v-4.365h8.101l.004-.054.003-.044.001-.044v-.569c-.001-.51-.001-1.02.003-1.53.001-.117-.032-.146-.149-.146-2.921.002-5.841.003-8.762.003h-1.946c-.048 0-.095.005-.143.007Zm17 0 .043-.004c.029-.002.058-.004.087-.004h2.066c2.553 0 5.106 0 7.659-.002.059 0 .098.007.12.035.018.022.025.057.025.113a158.633 158.633 0 0 0-.003 1.555v.677h-7.372v4.363h6.345v2.378h-6.346v4.507h7.363V92H197V76.01ZM135 92h3V76h-3v16Z\" fill=\"#fff\"/></g><defs><filter id=\"a\" x=\"-6\" y=\"-6\" width=\"332\" height=\"180\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"3\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_1879_1585\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_1879_1585\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://nexusvp.com/\",motionChild:true,nodeId:\"cuptWL1gh\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-jeieu4 framer-lux5qc\",\"data-framer-name\":\"GXF-2 div (1)\",fill:\"black\",intrinsicHeight:168,intrinsicWidth:320,svg:'<svg width=\"320\" height=\"168\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M202 89.191c0 1.333-.555 2.473-1.664 3.419-1.089.924-2.461 1.387-4.115 1.387-2.366 0-4.543-.828-6.532-2.484l1.225-1.903c1.821 1.42 3.601 2.129 5.339 2.129.963 0 1.727-.226 2.292-.677.566-.452.848-1.043.848-1.774 0-.602-.23-1.118-.69-1.548-.461-.452-1.215-.914-2.262-1.387l-1.602-.71c-2.952-1.29-4.428-3-4.428-5.128 0-1.29.482-2.365 1.445-3.225.963-.86 2.282-1.29 3.957-1.29 2.073 0 3.905.666 5.496 2l-1.225 1.87c-1.34-1.075-2.784-1.612-4.334-1.612-.837 0-1.518.193-2.041.58-.503.387-.754.936-.754 1.645 0 1.01.942 1.946 2.827 2.806l1.696.774c1.528.71 2.659 1.473 3.392 2.29.753.817 1.13 1.763 1.13 2.838ZM174.954 92c-1.32-1.354-1.979-3.139-1.979-5.353V76.39h2.544v10.418c0 1.354.419 2.494 1.256 3.418.838.925 1.916 1.387 3.235 1.387 1.298 0 2.355-.451 3.172-1.354.838-.925 1.256-2.075 1.256-3.451V76.39h2.544v10.257c0 2.214-.659 3.999-1.978 5.353-1.257 1.334-2.932 2-5.025 2-2.094 0-3.769-.666-5.025-2ZM145 93.997c-2.492 0-4.596-.86-6.313-2.58-1.675-1.72-2.513-3.86-2.513-6.419 0-2.558.828-4.687 2.482-6.386 1.675-1.741 3.716-2.612 6.124-2.612 2.303 0 4.208.796 5.716 2.387 1.403 1.505 2.104 3.504 2.104 5.998 0 .667-.042 1.162-.125 1.484h-13.662c.146 1.548.785 2.914 1.915 4.096 1.11 1.14 2.544 1.71 4.303 1.71 2.01 0 3.832-.85 5.465-2.548l1.476 1.644c-1.717 2.15-4.041 3.226-6.972 3.226Zm-6.125-10.418h11.118c-.021-1.333-.45-2.494-1.287-3.483-1.047-1.226-2.377-1.838-3.989-1.838-1.34 0-2.586.473-3.737 1.419-1.11.924-1.811 2.225-2.105 3.902ZM119 93.61V76.387h2.198l.063 2.483c1.298-1.913 3.068-2.87 5.308-2.87 1.947 0 3.507.634 4.679 1.903 1.173 1.268 1.759 2.967 1.759 5.096v10.61h-2.544V83.193c0-1.44-.387-2.601-1.162-3.483-.774-.903-1.853-1.355-3.235-1.355-1.361 0-2.46.452-3.297 1.355-.817.882-1.225 2.032-1.225 3.451v10.45H119Z\" fill=\"#395EF4\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M162.401 83.045c-.832.876-1.148 1.577-1.148 2.084 0 .506.316 1.208 1.148 2.084.832-.876 1.148-1.578 1.148-2.084 0-.507-.316-1.208-1.148-2.084Zm0 7.114c1.654 1.291 3.854 2.578 6.389 3.82l.969-1.978c-2.306-1.13-4.242-2.258-5.694-3.343 1.004-1.077 1.687-2.263 1.687-3.53 0-1.266-.683-2.452-1.687-3.528 1.452-1.085 3.388-2.214 5.694-3.344l-.969-1.978c-2.535 1.242-4.735 2.53-6.389 3.82-1.654-1.29-3.854-2.578-6.389-3.82l-.969 1.978c2.306 1.13 4.242 2.259 5.694 3.344-1.004 1.076-1.687 2.263-1.687 3.529s.683 2.452 1.687 3.53c-1.452 1.084-3.388 2.212-5.694 3.342l.969 1.979c2.535-1.243 4.735-2.53 6.389-3.821Z\" fill=\"#8CC13E\"/></g><defs><filter id=\"a\" x=\"-6\" y=\"-6\" width=\"332\" height=\"180\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"3\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_1879_1589\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_1879_1589\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1fivsq3\",\"data-framer-appear-id\":\"1fivsq3\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/wkortschak/\",motionChild:true,nodeId:\"O0zKJaPYd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+0+16+216+0+138+15),pixelHeight:672,pixelWidth:1280,sizes:\"262.8571px\",src:\"https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png\",srcSet:\"https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png?scale-down-to=512 512w,https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png 1280w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2044+0+0+0+170+0+524+0+0),pixelHeight:672,pixelWidth:1280,sizes:\"320px\",src:\"https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png\",srcSet:\"https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png?scale-down-to=512 512w,https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771+0+0+216+0+168+0),pixelHeight:672,pixelWidth:1280,sizes:\"320px\",src:\"https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png\",srcSet:\"https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png?scale-down-to=512 512w,https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c1I0c7PjaWAxaP5ZNhPFyD3ZYa8.png 1280w\"},className:\"framer-1w1igwk framer-lux5qc\",\"data-framer-name\":\"GXF-2 Design Element\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.l2v.com/\",motionChild:true,nodeId:\"D07KozjHM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-y9uz7h framer-lux5qc\",\"data-framer-name\":\"GXF-2 Design (2)\",fill:\"black\",intrinsicHeight:168,intrinsicWidth:320,svg:'<svg width=\"320\" height=\"168\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M141 94V74.283h4.447v16.264h7.542l4.683-4.45c1.559-1.501 2.578-2.54 3.056-3.115.478-.585.822-1.124 1.033-1.618.21-.495.315-1.008.315-1.538 0-.791-.234-1.38-.703-1.767-.459-.386-1.076-.58-1.85-.58-.813 0-1.602.176-2.367.526-.765.351-1.564.85-2.396 1.497l-2.41-2.683c1.033-.828 1.889-1.412 2.568-1.754a9.585 9.585 0 0 1 2.223-.782c.804-.189 1.703-.283 2.697-.283 1.311 0 2.468.225 3.472.674 1.004.45 1.784 1.08 2.338 1.888.555.81.832 1.736.832 2.779a6.7 6.7 0 0 1-.065.946l1.926 5.73c.22.692.445 1.5.675 2.427.239.917.387 1.555.444 1.915.106-.827.464-2.275 1.076-4.343l3.974-11.733H179L171.87 94H141Zm19.627-6.082c1.364-1.173 2.415-2.142 3.151-2.907l1.978 5.483h-7.826v-.19l2.697-2.386Z\" fill=\"#381EDE\"/></g><defs><filter id=\"a\" x=\"-6\" y=\"-6\" width=\"332\" height=\"180\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"3\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_1879_1605\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_1879_1605\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/garrytan/\",motionChild:true,nodeId:\"ra49LKRcP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1319+0+16+216+0+138+0),pixelHeight:672,pixelWidth:1280,sizes:\"263px\",src:\"https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png\",srcSet:\"https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png 1280w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2044+0+0+0+170+0+524+0+315),pixelHeight:672,pixelWidth:1280,sizes:\"320px\",src:\"https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png\",srcSet:\"https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png 1280w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:672,intrinsicWidth:1280,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1771+0+0+216+0+168+0),pixelHeight:672,pixelWidth:1280,sizes:\"320px\",src:\"https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png\",srcSet:\"https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lbVV6M8rI6IXvz0osIjyj8IzcQ.png 1280w\"},className:\"framer-1tu0mqq framer-lux5qc\",\"data-framer-name\":\"GXF-2 Design (2)\"})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1yip0zd\",\"data-framer-name\":\"Conversational AI\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y31tkr\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-yjhtqr\",\"data-framer-appear-id\":\"yjhtqr\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xcpend\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1kspagi\",\"data-framer-name\":\"GXF-2 (2)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.5 10.25a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 5.5Zm2.239 2.931a6.195 6.195 0 0 0-2.239-.431 6.241 6.241 0 0 0-5.709 3.72c-.365.825.087 1.774.947 2.045a15.84 15.84 0 0 0 4.762.734c.37 0 .719-.023 1.067-.047m3.683-5.452 1 2 2 1-2 1-1 2-1-2-2-1 2-1 1-2Z\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(186, 167, 255)\"},children:\"Conversational AI\"})}),className:\"framer-k1oyfq\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-191vlws\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Human-like Conversations Powered by AI\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Human-like Conversations Powered by AI\"})}),className:\"framer-11vnkp1\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dtkbwr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"AI voice agents deliver natural, human-like conversations that improve customer satisfaction and reduce operational costs. Easily integrated, they streamline support with minimal management, perfect for scaling your operations.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"AI voice agents deliver natural, human-like conversations that improve customer satisfaction and reduce operational costs. Easily integrated, they streamline support with minimal management, perfect for scaling your operations.\"})}),className:\"framer-1w6thjn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a7bt7w\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-8o4amb\",\"data-framer-appear-id\":\"8o4amb\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p7zc1f\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3bazko\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"Effortless Real-Time,\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"Natural Responses\"})]})}),className:\"framer-1boc3bl\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Boost customer satisfaction and retention with real-time, human-like interactions \u2014 no engineering required, thanks to pre-built integrations.\"})}),className:\"framer-19pc4hc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{y:(componentViewport?.y||0)+0+1883+180+0+624+0+0+0+0+0+387},r5yZhh6tt:{y:(componentViewport?.y||0)+0+3256.8618181818183+100+0+0+502+0+0+0+0+0+387}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:336,width:\"426px\",y:(componentViewport?.y||0)+0+2333+180+0+624+0+0+0+0+387,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ovxuaa-container\",nodeId:\"JmOpOqxPp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Sdf,{height:\"100%\",id:\"JmOpOqxPp\",layoutId:\"JmOpOqxPp\",style:{width:\"100%\"},variant:\"EwyVRo5jZ\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e96t6s\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10dxgor\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"Contextual Understanding\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"18px\"},children:\"with High-level Reasoning\"})]})}),className:\"framer-al4kb7\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Enhance first-contact resolution with accurate, high-reasoning responses sourced from your company\u2019s knowledge base, reducing escalations and operational costs.\"})}),className:\"framer-uwglr4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5637le\",\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fuga38\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m7t600\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1883+180+0+624+0+0+0+674+0+354+336-204+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zZ7khK59IbNC75KvopYuPjacBY.png\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3256.8618181818183+100+0+0+502+0+0+0+674+0+347.5+349-204+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zZ7khK59IbNC75KvopYuPjacBY.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2333+180+0+624+0+0+0+0+354+336-204+16+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/zZ7khK59IbNC75KvopYuPjacBY.png\"},className:\"framer-f7fb0l\",\"data-border\":true,\"data-framer-name\":\"image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q2hnz\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-131alrd\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"James\"})}),className:\"framer-1cfo6qy\",\"data-framer-name\":\"text\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.55)\"},children:\"\u2022\"})}),className:\"framer-o21a9t\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.55)\"},children:\"AI Support\"})}),className:\"framer-m6rcqn\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-urm1zl\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1890_485)\">\\n<path d=\"M6.5 1.75L7.845 5.154L11.25 6.5L7.845 7.846L6.5 11.25L5.154 7.846L1.75 6.5L5.154 5.154L6.5 1.75Z\" stroke=\"white\" stroke-opacity=\"0.45\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M3.492 1.49199L2.546 1.17699L2.23 0.229988C2.128 -0.0760117 1.621 -0.0760117 1.519 0.229988L1.203 1.17699L0.257 1.49199C0.104 1.54299 0 1.68599 0 1.84799C0 2.00999 0.104 2.15299 0.257 2.20399L1.203 2.51899L1.519 3.46599C1.57 3.61899 1.713 3.72199 1.874 3.72199C2.035 3.72199 2.179 3.61799 2.229 3.46599L2.545 2.51899L3.491 2.20399C3.644 2.15299 3.748 2.00999 3.748 1.84799C3.748 1.68599 3.644 1.54299 3.491 1.49199H3.492Z\" fill=\"white\" fill-opacity=\"0.45\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1890_485\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I\u2019m sorry to hear that! Let\u2019s get this sorted quickly. I\u2019ll guide you through the process. Could you confirm the date and location of the incident?\"})}),className:\"framer-1plzgzh\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yffoo9\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hi, I need to file a claim for a car accident I had yesterday. How do I start?\"})}),className:\"framer-167v4vk\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1of0izj\",\"data-framer-appear-id\":\"1of0izj\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-imfb2t\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ecrp2e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Multilingual Support\"})}),className:\"framer-1fsr0yl\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Offer multilingual support that drives inclusivity and better communication, increasing engagement across diverse markets.\"})}),className:\"framer-18ng3bb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qr09zp\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13155hz\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:446,intrinsicWidth:895,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1883+180+0+624+0+1348+0+0+0+472+0+0+99),positionX:\"center\",positionY:\"center\",sizes:\"895px\",src:\"https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg\",srcSet:\"https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg 893w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:446,intrinsicWidth:895,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3256.8618181818183+100+0+0+502+0+1324+0+0+0+472+0+0+99),positionX:\"center\",positionY:\"center\",sizes:\"895px\",src:\"https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg\",srcSet:\"https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg 893w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:446,intrinsicWidth:895,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2333+180+0+624+0+674+0+0+472+0+0+99),positionX:\"center\",positionY:\"center\",sizes:\"895px\",src:\"https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg\",srcSet:\"https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/KsPxn57EmShiyonJIfShD21BwXg.svg 893w\"},className:\"framer-1brf5ll\",\"data-framer-name\":\"map\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s1cywh\",\"data-framer-name\":\"Frame 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:446,intrinsicWidth:895,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1883+180+0+624+0+1348+0+0+0+472+0+0+0+99),positionX:\"center\",positionY:\"center\",sizes:\"895px\",src:\"https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg\",srcSet:\"https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg 893w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:446,intrinsicWidth:895,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3256.8618181818183+100+0+0+502+0+1324+0+0+0+472+0+0+0+99),positionX:\"center\",positionY:\"center\",sizes:\"895px\",src:\"https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg\",srcSet:\"https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg 893w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:446,intrinsicWidth:895,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2333+180+0+624+0+674+0+0+472+0+0+0+99),positionX:\"center\",positionY:\"center\",sizes:\"895px\",src:\"https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg\",srcSet:\"https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GQ9aHBVlregGR6SMY82Pk2KJ0g.svg 893w\"},className:\"framer-1v3surh\",\"data-framer-name\":\"map\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zsyinn-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DdaZIBWZu\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:24,height:\"100%\",hoverFactor:1,id:\"DdaZIBWZu\",layoutId:\"DdaZIBWZu\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1w0cuux\",\"data-framer-appear-id\":\"1w0cuux\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wtzmi1-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hIJGnEz95\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"hIJGnEz95\",layoutId:\"hIJGnEz95\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j10l5z\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg\",srcSet:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg 4096w\"},className:\"framer-1v5qac5\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gchqif\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",direction:\"rtl\"},children:\"\u0645\u0631\u062D\u0628\u0627\"})}),className:\"framer-1prr0nk\",\"data-framer-name\":\"\u0645\u0631\u062D\u0628\u0627\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Arabic\"})}),className:\"framer-16sl5lg\",\"data-framer-name\":\"Arabic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lz6j58\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1697)\">\\n<mask id=\"mask0_1879_1697\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1697)\">\\n<path d=\"M0 0H7.82812L10.2797 11.8125L7.82812 24H0V0Z\" fill=\"#A2001D\"/>\\n<path d=\"M7.82812 7.82817L15.8344 5.73755L24 7.82817V16.1719L15.8812 17.9016L7.82812 16.1719V7.82817Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M7.82812 0H24V7.82812H7.82812V0Z\" fill=\"#6DA544\"/>\\n<path d=\"M7.82812 16.1719H24V24H7.82812V16.1719Z\" fill=\"#333333\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1697)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1697\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1697\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1hh4wp0\",\"data-framer-appear-id\":\"1hh4wp0\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v2pfwf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jjnVJEcEQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"jjnVJEcEQ\",layoutId:\"jjnVJEcEQ\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13um5c4\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg\",srcSet:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg 4096w\"},className:\"framer-wys7mc\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6zk0g\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hello\"})}),className:\"framer-1w6txwz\",\"data-framer-name\":\"Hello\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"English US\"})}),className:\"framer-1fser9p\",\"data-framer-name\":\"English US\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q9izip\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1711)\">\\n<mask id=\"mask0_1879_1711\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1711)\">\\n<path d=\"M12 0H24V3L22.5 4.5L24 6V9L22.5 10.5L24 12V15L22.5 16.5L24 18V21L12 22.5L0 21V18L1.5 16.5L0 15V12L12 0Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M10.5 3H24V6H10.5V3ZM10.5 9H24V12H12L10.5 9ZM0 15H24V18H0V15ZM0 21H24V24H0V21Z\" fill=\"#D80027\"/>\\n<path d=\"M0 0H12V12H0V0Z\" fill=\"#0052B4\"/>\\n<path d=\"M8.76562 11.3906L11.4375 9.46875H8.15625L10.8281 11.3906L9.79688 8.25L8.76562 11.3906ZM4.96875 11.3906L7.64062 9.46875H4.35938L7.03125 11.3906L6 8.25L4.96875 11.3906ZM1.17188 11.3906L3.84375 9.46875H0.5625L3.23438 11.3906L2.20312 8.25L1.17188 11.3906ZM8.76562 7.59375L11.4375 5.67188H8.15625L10.8281 7.59375L9.79688 4.45312L8.76562 7.59375ZM4.96875 7.59375L7.64062 5.67188H4.35938L7.03125 7.59375L6 4.45312L4.96875 7.59375ZM1.17188 7.59375L3.84375 5.67188H0.5625L3.23438 7.59375L2.20312 4.45312L1.17188 7.59375ZM8.76562 3.75L11.4375 1.82812H8.15625L10.8281 3.75L9.79688 0.609375L8.76562 3.75ZM4.96875 3.75L7.64062 1.82812H4.35938L7.03125 3.75L6 0.609375L4.96875 3.75ZM1.17188 3.75L3.84375 1.82812H0.5625L3.23438 3.75L2.20312 0.609375L1.17188 3.75Z\" fill=\"#EEEEEE\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1711)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1711\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1711\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-kdac5w\",\"data-framer-appear-id\":\"kdac5w\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kj7ocz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pTmfh1ml9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"pTmfh1ml9\",layoutId:\"pTmfh1ml9\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qxxfdw\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg\",srcSet:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg 4096w\"},className:\"framer-wnb7wj\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdkpjc\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u0928\u092E\u0938\u094D\u0924\u0947\"})}),className:\"framer-3yp91h\",\"data-framer-name\":\"\u0928\u092E\u0938\u094D\u0924\u0947\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Hindi\"})}),className:\"framer-1xlmjzd\",\"data-framer-name\":\"Hindi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-or6xj3\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1725)\">\\n<mask id=\"mask0_1879_1725\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1725)\">\\n<path d=\"M0 7.5L12 6L24 7.5V16.5L12 18L0 16.5V7.5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M0 0H24V7.5H0V0Z\" fill=\"#FF9811\"/>\\n<path d=\"M0 16.5H24V24H0V16.5Z\" fill=\"#6DA544\"/>\\n<path d=\"M12 15.375C13.864 15.375 15.375 13.864 15.375 12C15.375 10.136 13.864 8.625 12 8.625C10.136 8.625 8.625 10.136 8.625 12C8.625 13.864 10.136 15.375 12 15.375Z\" fill=\"#0052B4\"/>\\n<path d=\"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M12 13.125C12.6213 13.125 13.125 12.6213 13.125 12C13.125 11.3787 12.6213 10.875 12 10.875C11.3787 10.875 10.875 11.3787 10.875 12C10.875 12.6213 11.3787 13.125 12 13.125Z\" fill=\"#0052B4\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1725)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1725\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1725\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-bmd6qj\",\"data-framer-appear-id\":\"bmd6qj\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ko5r18-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"caLOx69Vk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"caLOx69Vk\",layoutId:\"caLOx69Vk\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lls8yz\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg\",srcSet:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg 4096w\"},className:\"framer-v7myot\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9350x\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F60\u597D\"})}),className:\"framer-ijf16w\",\"data-framer-name\":\"\u4F60\u597D\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Chinese\"})}),className:\"framer-1briddz\",\"data-framer-name\":\"Chinese\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-150s578\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1741)\">\\n<mask id=\"mask0_1879_1741\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1741)\">\\n<path d=\"M0 0H24V24H0V0Z\" fill=\"#D80027\"/>\\n<path d=\"M6.56719 7.30317L7.60312 10.4907H10.9547L8.24531 12.4641L9.28125 15.6516L6.56719 13.6829L3.85312 15.6516L4.89375 12.4641L2.17969 10.4907H5.53125L6.56719 7.30317ZM14.2266 18.586L13.4344 17.611L12.2625 18.0657L12.9422 17.011L12.15 16.0313L13.3641 16.3547L14.0484 15.3L14.1141 16.5563L15.3328 16.8797L14.1562 17.3297L14.2266 18.586ZM15.8016 15.7266L16.1766 14.5266L15.15 13.8L16.4062 13.7813L16.7766 12.5813L17.1844 13.7719L18.4406 13.7579L17.4328 14.5079L17.8359 15.6985L16.8094 14.9719L15.8016 15.7266ZM17.925 8.80786L17.3719 9.93755L18.2719 10.8141L17.0297 10.636L16.4766 11.761L16.2609 10.5235L15.0141 10.3454L16.1297 9.75942L15.9141 8.51724L16.8141 9.3938L17.925 8.80786ZM14.2594 5.38599L14.1656 6.63755L15.3328 7.11099L14.1094 7.41099L14.0203 8.66724L13.3594 7.59849L12.1359 7.89849L12.9469 6.93755L12.2812 5.87349L13.4484 6.34692L14.2594 5.38599Z\" fill=\"#FFDA44\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1741)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1741\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1741\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1w0cuux\",\"data-framer-appear-id\":\"1w0cuux-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wtzmi1-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hIJGnEz95\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"hIJGnEz95\",layoutId:\"hIJGnEz95\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j10l5z\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg\",srcSet:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg 4096w\"},className:\"framer-1v5qac5\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gchqif\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",direction:\"rtl\"},children:\"\u0645\u0631\u062D\u0628\u0627\"})}),className:\"framer-1prr0nk\",\"data-framer-name\":\"\u0645\u0631\u062D\u0628\u0627\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Arabic\"})}),className:\"framer-16sl5lg\",\"data-framer-name\":\"Arabic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lz6j58\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1697)\">\\n<mask id=\"mask0_1879_1697\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1697)\">\\n<path d=\"M0 0H7.82812L10.2797 11.8125L7.82812 24H0V0Z\" fill=\"#A2001D\"/>\\n<path d=\"M7.82812 7.82817L15.8344 5.73755L24 7.82817V16.1719L15.8812 17.9016L7.82812 16.1719V7.82817Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M7.82812 0H24V7.82812H7.82812V0Z\" fill=\"#6DA544\"/>\\n<path d=\"M7.82812 16.1719H24V24H7.82812V16.1719Z\" fill=\"#333333\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1697)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1697\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1697\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1hh4wp0\",\"data-framer-appear-id\":\"1hh4wp0-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v2pfwf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jjnVJEcEQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"jjnVJEcEQ\",layoutId:\"jjnVJEcEQ\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13um5c4\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg\",srcSet:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg 4096w\"},className:\"framer-wys7mc\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6zk0g\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hello\"})}),className:\"framer-1w6txwz\",\"data-framer-name\":\"Hello\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"English US\"})}),className:\"framer-1fser9p\",\"data-framer-name\":\"English US\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q9izip\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1711)\">\\n<mask id=\"mask0_1879_1711\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1711)\">\\n<path d=\"M12 0H24V3L22.5 4.5L24 6V9L22.5 10.5L24 12V15L22.5 16.5L24 18V21L12 22.5L0 21V18L1.5 16.5L0 15V12L12 0Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M10.5 3H24V6H10.5V3ZM10.5 9H24V12H12L10.5 9ZM0 15H24V18H0V15ZM0 21H24V24H0V21Z\" fill=\"#D80027\"/>\\n<path d=\"M0 0H12V12H0V0Z\" fill=\"#0052B4\"/>\\n<path d=\"M8.76562 11.3906L11.4375 9.46875H8.15625L10.8281 11.3906L9.79688 8.25L8.76562 11.3906ZM4.96875 11.3906L7.64062 9.46875H4.35938L7.03125 11.3906L6 8.25L4.96875 11.3906ZM1.17188 11.3906L3.84375 9.46875H0.5625L3.23438 11.3906L2.20312 8.25L1.17188 11.3906ZM8.76562 7.59375L11.4375 5.67188H8.15625L10.8281 7.59375L9.79688 4.45312L8.76562 7.59375ZM4.96875 7.59375L7.64062 5.67188H4.35938L7.03125 7.59375L6 4.45312L4.96875 7.59375ZM1.17188 7.59375L3.84375 5.67188H0.5625L3.23438 7.59375L2.20312 4.45312L1.17188 7.59375ZM8.76562 3.75L11.4375 1.82812H8.15625L10.8281 3.75L9.79688 0.609375L8.76562 3.75ZM4.96875 3.75L7.64062 1.82812H4.35938L7.03125 3.75L6 0.609375L4.96875 3.75ZM1.17188 3.75L3.84375 1.82812H0.5625L3.23438 3.75L2.20312 0.609375L1.17188 3.75Z\" fill=\"#EEEEEE\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1711)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1711\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1711\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-kdac5w\",\"data-framer-appear-id\":\"kdac5w-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kj7ocz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pTmfh1ml9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"pTmfh1ml9\",layoutId:\"pTmfh1ml9\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qxxfdw\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg\",srcSet:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg 4096w\"},className:\"framer-wnb7wj\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdkpjc\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u0928\u092E\u0938\u094D\u0924\u0947\"})}),className:\"framer-3yp91h\",\"data-framer-name\":\"\u0928\u092E\u0938\u094D\u0924\u0947\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Hindi\"})}),className:\"framer-1xlmjzd\",\"data-framer-name\":\"Hindi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-or6xj3\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1725)\">\\n<mask id=\"mask0_1879_1725\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1725)\">\\n<path d=\"M0 7.5L12 6L24 7.5V16.5L12 18L0 16.5V7.5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M0 0H24V7.5H0V0Z\" fill=\"#FF9811\"/>\\n<path d=\"M0 16.5H24V24H0V16.5Z\" fill=\"#6DA544\"/>\\n<path d=\"M12 15.375C13.864 15.375 15.375 13.864 15.375 12C15.375 10.136 13.864 8.625 12 8.625C10.136 8.625 8.625 10.136 8.625 12C8.625 13.864 10.136 15.375 12 15.375Z\" fill=\"#0052B4\"/>\\n<path d=\"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M12 13.125C12.6213 13.125 13.125 12.6213 13.125 12C13.125 11.3787 12.6213 10.875 12 10.875C11.3787 10.875 10.875 11.3787 10.875 12C10.875 12.6213 11.3787 13.125 12 13.125Z\" fill=\"#0052B4\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1725)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1725\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1725\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1w0cuux\",\"data-framer-appear-id\":\"1w0cuux-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wtzmi1-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hIJGnEz95\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"hIJGnEz95\",layoutId:\"hIJGnEz95\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j10l5z\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg\",srcSet:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg 4096w\"},className:\"framer-1v5qac5\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gchqif\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",direction:\"rtl\"},children:\"\u0645\u0631\u062D\u0628\u0627\"})}),className:\"framer-1prr0nk\",\"data-framer-name\":\"\u0645\u0631\u062D\u0628\u0627\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Arabic\"})}),className:\"framer-16sl5lg\",\"data-framer-name\":\"Arabic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lz6j58\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1697)\">\\n<mask id=\"mask0_1879_1697\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1697)\">\\n<path d=\"M0 0H7.82812L10.2797 11.8125L7.82812 24H0V0Z\" fill=\"#A2001D\"/>\\n<path d=\"M7.82812 7.82817L15.8344 5.73755L24 7.82817V16.1719L15.8812 17.9016L7.82812 16.1719V7.82817Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M7.82812 0H24V7.82812H7.82812V0Z\" fill=\"#6DA544\"/>\\n<path d=\"M7.82812 16.1719H24V24H7.82812V16.1719Z\" fill=\"#333333\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1697)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1697\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1697\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1hh4wp0\",\"data-framer-appear-id\":\"1hh4wp0-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v2pfwf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jjnVJEcEQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"jjnVJEcEQ\",layoutId:\"jjnVJEcEQ\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13um5c4\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg\",srcSet:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg 4096w\"},className:\"framer-wys7mc\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6zk0g\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hello\"})}),className:\"framer-1w6txwz\",\"data-framer-name\":\"Hello\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"English US\"})}),className:\"framer-1fser9p\",\"data-framer-name\":\"English US\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q9izip\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1711)\">\\n<mask id=\"mask0_1879_1711\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1711)\">\\n<path d=\"M12 0H24V3L22.5 4.5L24 6V9L22.5 10.5L24 12V15L22.5 16.5L24 18V21L12 22.5L0 21V18L1.5 16.5L0 15V12L12 0Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M10.5 3H24V6H10.5V3ZM10.5 9H24V12H12L10.5 9ZM0 15H24V18H0V15ZM0 21H24V24H0V21Z\" fill=\"#D80027\"/>\\n<path d=\"M0 0H12V12H0V0Z\" fill=\"#0052B4\"/>\\n<path d=\"M8.76562 11.3906L11.4375 9.46875H8.15625L10.8281 11.3906L9.79688 8.25L8.76562 11.3906ZM4.96875 11.3906L7.64062 9.46875H4.35938L7.03125 11.3906L6 8.25L4.96875 11.3906ZM1.17188 11.3906L3.84375 9.46875H0.5625L3.23438 11.3906L2.20312 8.25L1.17188 11.3906ZM8.76562 7.59375L11.4375 5.67188H8.15625L10.8281 7.59375L9.79688 4.45312L8.76562 7.59375ZM4.96875 7.59375L7.64062 5.67188H4.35938L7.03125 7.59375L6 4.45312L4.96875 7.59375ZM1.17188 7.59375L3.84375 5.67188H0.5625L3.23438 7.59375L2.20312 4.45312L1.17188 7.59375ZM8.76562 3.75L11.4375 1.82812H8.15625L10.8281 3.75L9.79688 0.609375L8.76562 3.75ZM4.96875 3.75L7.64062 1.82812H4.35938L7.03125 3.75L6 0.609375L4.96875 3.75ZM1.17188 3.75L3.84375 1.82812H0.5625L3.23438 3.75L2.20312 0.609375L1.17188 3.75Z\" fill=\"#EEEEEE\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1711)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1711\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1711\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-kdac5w\",\"data-framer-appear-id\":\"kdac5w-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kj7ocz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pTmfh1ml9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"pTmfh1ml9\",layoutId:\"pTmfh1ml9\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qxxfdw\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg\",srcSet:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg 4096w\"},className:\"framer-wnb7wj\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdkpjc\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u0928\u092E\u0938\u094D\u0924\u0947\"})}),className:\"framer-3yp91h\",\"data-framer-name\":\"\u0928\u092E\u0938\u094D\u0924\u0947\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Hindi\"})}),className:\"framer-1xlmjzd\",\"data-framer-name\":\"Hindi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-or6xj3\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1725)\">\\n<mask id=\"mask0_1879_1725\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1725)\">\\n<path d=\"M0 7.5L12 6L24 7.5V16.5L12 18L0 16.5V7.5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M0 0H24V7.5H0V0Z\" fill=\"#FF9811\"/>\\n<path d=\"M0 16.5H24V24H0V16.5Z\" fill=\"#6DA544\"/>\\n<path d=\"M12 15.375C13.864 15.375 15.375 13.864 15.375 12C15.375 10.136 13.864 8.625 12 8.625C10.136 8.625 8.625 10.136 8.625 12C8.625 13.864 10.136 15.375 12 15.375Z\" fill=\"#0052B4\"/>\\n<path d=\"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M12 13.125C12.6213 13.125 13.125 12.6213 13.125 12C13.125 11.3787 12.6213 10.875 12 10.875C11.3787 10.875 10.875 11.3787 10.875 12C10.875 12.6213 11.3787 13.125 12 13.125Z\" fill=\"#0052B4\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1725)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1725\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1725\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-bmd6qj\",\"data-framer-appear-id\":\"bmd6qj-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ko5r18-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"caLOx69Vk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"caLOx69Vk\",layoutId:\"caLOx69Vk\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lls8yz\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg\",srcSet:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg 4096w\"},className:\"framer-v7myot\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9350x\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F60\u597D\"})}),className:\"framer-ijf16w\",\"data-framer-name\":\"\u4F60\u597D\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Chinese\"})}),className:\"framer-1briddz\",\"data-framer-name\":\"Chinese\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-150s578\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1741)\">\\n<mask id=\"mask0_1879_1741\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1741)\">\\n<path d=\"M0 0H24V24H0V0Z\" fill=\"#D80027\"/>\\n<path d=\"M6.56719 7.30317L7.60312 10.4907H10.9547L8.24531 12.4641L9.28125 15.6516L6.56719 13.6829L3.85312 15.6516L4.89375 12.4641L2.17969 10.4907H5.53125L6.56719 7.30317ZM14.2266 18.586L13.4344 17.611L12.2625 18.0657L12.9422 17.011L12.15 16.0313L13.3641 16.3547L14.0484 15.3L14.1141 16.5563L15.3328 16.8797L14.1562 17.3297L14.2266 18.586ZM15.8016 15.7266L16.1766 14.5266L15.15 13.8L16.4062 13.7813L16.7766 12.5813L17.1844 13.7719L18.4406 13.7579L17.4328 14.5079L17.8359 15.6985L16.8094 14.9719L15.8016 15.7266ZM17.925 8.80786L17.3719 9.93755L18.2719 10.8141L17.0297 10.636L16.4766 11.761L16.2609 10.5235L15.0141 10.3454L16.1297 9.75942L15.9141 8.51724L16.8141 9.3938L17.925 8.80786ZM14.2594 5.38599L14.1656 6.63755L15.3328 7.11099L14.1094 7.41099L14.0203 8.66724L13.3594 7.59849L12.1359 7.89849L12.9469 6.93755L12.2812 5.87349L13.4484 6.34692L14.2594 5.38599Z\" fill=\"#FFDA44\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1741)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1741\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1741\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1w0cuux\",\"data-framer-appear-id\":\"1w0cuux-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wtzmi1-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hIJGnEz95\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"hIJGnEz95\",layoutId:\"hIJGnEz95\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j10l5z\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg\",srcSet:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg 4096w\"},className:\"framer-1v5qac5\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gchqif\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",direction:\"rtl\"},children:\"\u0645\u0631\u062D\u0628\u0627\"})}),className:\"framer-1prr0nk\",\"data-framer-name\":\"\u0645\u0631\u062D\u0628\u0627\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Arabic\"})}),className:\"framer-16sl5lg\",\"data-framer-name\":\"Arabic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lz6j58\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1697)\">\\n<mask id=\"mask0_1879_1697\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1697)\">\\n<path d=\"M0 0H7.82812L10.2797 11.8125L7.82812 24H0V0Z\" fill=\"#A2001D\"/>\\n<path d=\"M7.82812 7.82817L15.8344 5.73755L24 7.82817V16.1719L15.8812 17.9016L7.82812 16.1719V7.82817Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M7.82812 0H24V7.82812H7.82812V0Z\" fill=\"#6DA544\"/>\\n<path d=\"M7.82812 16.1719H24V24H7.82812V16.1719Z\" fill=\"#333333\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1697)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1697\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1697\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1hh4wp0\",\"data-framer-appear-id\":\"1hh4wp0-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v2pfwf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jjnVJEcEQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"jjnVJEcEQ\",layoutId:\"jjnVJEcEQ\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13um5c4\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg\",srcSet:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg 4096w\"},className:\"framer-wys7mc\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6zk0g\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hello\"})}),className:\"framer-1w6txwz\",\"data-framer-name\":\"Hello\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"English US\"})}),className:\"framer-1fser9p\",\"data-framer-name\":\"English US\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q9izip\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1711)\">\\n<mask id=\"mask0_1879_1711\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1711)\">\\n<path d=\"M12 0H24V3L22.5 4.5L24 6V9L22.5 10.5L24 12V15L22.5 16.5L24 18V21L12 22.5L0 21V18L1.5 16.5L0 15V12L12 0Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M10.5 3H24V6H10.5V3ZM10.5 9H24V12H12L10.5 9ZM0 15H24V18H0V15ZM0 21H24V24H0V21Z\" fill=\"#D80027\"/>\\n<path d=\"M0 0H12V12H0V0Z\" fill=\"#0052B4\"/>\\n<path d=\"M8.76562 11.3906L11.4375 9.46875H8.15625L10.8281 11.3906L9.79688 8.25L8.76562 11.3906ZM4.96875 11.3906L7.64062 9.46875H4.35938L7.03125 11.3906L6 8.25L4.96875 11.3906ZM1.17188 11.3906L3.84375 9.46875H0.5625L3.23438 11.3906L2.20312 8.25L1.17188 11.3906ZM8.76562 7.59375L11.4375 5.67188H8.15625L10.8281 7.59375L9.79688 4.45312L8.76562 7.59375ZM4.96875 7.59375L7.64062 5.67188H4.35938L7.03125 7.59375L6 4.45312L4.96875 7.59375ZM1.17188 7.59375L3.84375 5.67188H0.5625L3.23438 7.59375L2.20312 4.45312L1.17188 7.59375ZM8.76562 3.75L11.4375 1.82812H8.15625L10.8281 3.75L9.79688 0.609375L8.76562 3.75ZM4.96875 3.75L7.64062 1.82812H4.35938L7.03125 3.75L6 0.609375L4.96875 3.75ZM1.17188 3.75L3.84375 1.82812H0.5625L3.23438 3.75L2.20312 0.609375L1.17188 3.75Z\" fill=\"#EEEEEE\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1711)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1711\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1711\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-kdac5w\",\"data-framer-appear-id\":\"kdac5w-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kj7ocz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pTmfh1ml9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"pTmfh1ml9\",layoutId:\"pTmfh1ml9\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qxxfdw\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg\",srcSet:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg 4096w\"},className:\"framer-wnb7wj\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdkpjc\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u0928\u092E\u0938\u094D\u0924\u0947\"})}),className:\"framer-3yp91h\",\"data-framer-name\":\"\u0928\u092E\u0938\u094D\u0924\u0947\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Hindi\"})}),className:\"framer-1xlmjzd\",\"data-framer-name\":\"Hindi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-or6xj3\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1725)\">\\n<mask id=\"mask0_1879_1725\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1725)\">\\n<path d=\"M0 7.5L12 6L24 7.5V16.5L12 18L0 16.5V7.5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M0 0H24V7.5H0V0Z\" fill=\"#FF9811\"/>\\n<path d=\"M0 16.5H24V24H0V16.5Z\" fill=\"#6DA544\"/>\\n<path d=\"M12 15.375C13.864 15.375 15.375 13.864 15.375 12C15.375 10.136 13.864 8.625 12 8.625C10.136 8.625 8.625 10.136 8.625 12C8.625 13.864 10.136 15.375 12 15.375Z\" fill=\"#0052B4\"/>\\n<path d=\"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M12 13.125C12.6213 13.125 13.125 12.6213 13.125 12C13.125 11.3787 12.6213 10.875 12 10.875C11.3787 10.875 10.875 11.3787 10.875 12C10.875 12.6213 11.3787 13.125 12 13.125Z\" fill=\"#0052B4\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1725)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1725\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1725\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-bmd6qj\",\"data-framer-appear-id\":\"bmd6qj-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ko5r18-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"caLOx69Vk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"caLOx69Vk\",layoutId:\"caLOx69Vk\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lls8yz\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg\",srcSet:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg 4096w\"},className:\"framer-v7myot\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9350x\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F60\u597D\"})}),className:\"framer-ijf16w\",\"data-framer-name\":\"\u4F60\u597D\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Chinese\"})}),className:\"framer-1briddz\",\"data-framer-name\":\"Chinese\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-150s578\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1741)\">\\n<mask id=\"mask0_1879_1741\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1741)\">\\n<path d=\"M0 0H24V24H0V0Z\" fill=\"#D80027\"/>\\n<path d=\"M6.56719 7.30317L7.60312 10.4907H10.9547L8.24531 12.4641L9.28125 15.6516L6.56719 13.6829L3.85312 15.6516L4.89375 12.4641L2.17969 10.4907H5.53125L6.56719 7.30317ZM14.2266 18.586L13.4344 17.611L12.2625 18.0657L12.9422 17.011L12.15 16.0313L13.3641 16.3547L14.0484 15.3L14.1141 16.5563L15.3328 16.8797L14.1562 17.3297L14.2266 18.586ZM15.8016 15.7266L16.1766 14.5266L15.15 13.8L16.4062 13.7813L16.7766 12.5813L17.1844 13.7719L18.4406 13.7579L17.4328 14.5079L17.8359 15.6985L16.8094 14.9719L15.8016 15.7266ZM17.925 8.80786L17.3719 9.93755L18.2719 10.8141L17.0297 10.636L16.4766 11.761L16.2609 10.5235L15.0141 10.3454L16.1297 9.75942L15.9141 8.51724L16.8141 9.3938L17.925 8.80786ZM14.2594 5.38599L14.1656 6.63755L15.3328 7.11099L14.1094 7.41099L14.0203 8.66724L13.3594 7.59849L12.1359 7.89849L12.9469 6.93755L12.2812 5.87349L13.4484 6.34692L14.2594 5.38599Z\" fill=\"#FFDA44\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1741)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1741\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1741\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1w0cuux\",\"data-framer-appear-id\":\"1w0cuux-4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wtzmi1-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hIJGnEz95\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"hIJGnEz95\",layoutId:\"hIJGnEz95\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j10l5z\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg\",srcSet:\"https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NC0lQMyORfTatcHy6RPOOWcJg.jpg 4096w\"},className:\"framer-1v5qac5\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gchqif\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",direction:\"rtl\"},children:\"\u0645\u0631\u062D\u0628\u0627\"})}),className:\"framer-1prr0nk\",\"data-framer-name\":\"\u0645\u0631\u062D\u0628\u0627\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Arabic\"})}),className:\"framer-16sl5lg\",\"data-framer-name\":\"Arabic\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lz6j58\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1697)\">\\n<mask id=\"mask0_1879_1697\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1697)\">\\n<path d=\"M0 0H7.82812L10.2797 11.8125L7.82812 24H0V0Z\" fill=\"#A2001D\"/>\\n<path d=\"M7.82812 7.82817L15.8344 5.73755L24 7.82817V16.1719L15.8812 17.9016L7.82812 16.1719V7.82817Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M7.82812 0H24V7.82812H7.82812V0Z\" fill=\"#6DA544\"/>\\n<path d=\"M7.82812 16.1719H24V24H7.82812V16.1719Z\" fill=\"#333333\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1697)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1697\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1697\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1hh4wp0\",\"data-framer-appear-id\":\"1hh4wp0-4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v2pfwf-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jjnVJEcEQ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"jjnVJEcEQ\",layoutId:\"jjnVJEcEQ\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13um5c4\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg\",srcSet:\"https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2zzdUDMrqIxKm16MmxXa2xw.jpg 4096w\"},className:\"framer-wys7mc\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h6zk0g\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Hello\"})}),className:\"framer-1w6txwz\",\"data-framer-name\":\"Hello\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"English US\"})}),className:\"framer-1fser9p\",\"data-framer-name\":\"English US\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q9izip\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1711)\">\\n<mask id=\"mask0_1879_1711\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1711)\">\\n<path d=\"M12 0H24V3L22.5 4.5L24 6V9L22.5 10.5L24 12V15L22.5 16.5L24 18V21L12 22.5L0 21V18L1.5 16.5L0 15V12L12 0Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M10.5 3H24V6H10.5V3ZM10.5 9H24V12H12L10.5 9ZM0 15H24V18H0V15ZM0 21H24V24H0V21Z\" fill=\"#D80027\"/>\\n<path d=\"M0 0H12V12H0V0Z\" fill=\"#0052B4\"/>\\n<path d=\"M8.76562 11.3906L11.4375 9.46875H8.15625L10.8281 11.3906L9.79688 8.25L8.76562 11.3906ZM4.96875 11.3906L7.64062 9.46875H4.35938L7.03125 11.3906L6 8.25L4.96875 11.3906ZM1.17188 11.3906L3.84375 9.46875H0.5625L3.23438 11.3906L2.20312 8.25L1.17188 11.3906ZM8.76562 7.59375L11.4375 5.67188H8.15625L10.8281 7.59375L9.79688 4.45312L8.76562 7.59375ZM4.96875 7.59375L7.64062 5.67188H4.35938L7.03125 7.59375L6 4.45312L4.96875 7.59375ZM1.17188 7.59375L3.84375 5.67188H0.5625L3.23438 7.59375L2.20312 4.45312L1.17188 7.59375ZM8.76562 3.75L11.4375 1.82812H8.15625L10.8281 3.75L9.79688 0.609375L8.76562 3.75ZM4.96875 3.75L7.64062 1.82812H4.35938L7.03125 3.75L6 0.609375L4.96875 3.75ZM1.17188 3.75L3.84375 1.82812H0.5625L3.23438 3.75L2.20312 0.609375L1.17188 3.75Z\" fill=\"#EEEEEE\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1711)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1711\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1711\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-kdac5w\",\"data-framer-appear-id\":\"kdac5w-4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kj7ocz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pTmfh1ml9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"pTmfh1ml9\",layoutId:\"pTmfh1ml9\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qxxfdw\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg\",srcSet:\"https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/HWKLvvIEyKjLHaF6O3ez3SnWivQ.jpg 4096w\"},className:\"framer-wnb7wj\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kdkpjc\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u0928\u092E\u0938\u094D\u0924\u0947\"})}),className:\"framer-3yp91h\",\"data-framer-name\":\"\u0928\u092E\u0938\u094D\u0924\u0947\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Hindi\"})}),className:\"framer-1xlmjzd\",\"data-framer-name\":\"Hindi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-or6xj3\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1725)\">\\n<mask id=\"mask0_1879_1725\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1725)\">\\n<path d=\"M0 7.5L12 6L24 7.5V16.5L12 18L0 16.5V7.5Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M0 0H24V7.5H0V0Z\" fill=\"#FF9811\"/>\\n<path d=\"M0 16.5H24V24H0V16.5Z\" fill=\"#6DA544\"/>\\n<path d=\"M12 15.375C13.864 15.375 15.375 13.864 15.375 12C15.375 10.136 13.864 8.625 12 8.625C10.136 8.625 8.625 10.136 8.625 12C8.625 13.864 10.136 15.375 12 15.375Z\" fill=\"#0052B4\"/>\\n<path d=\"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z\" fill=\"#EEEEEE\"/>\\n<path d=\"M12 13.125C12.6213 13.125 13.125 12.6213 13.125 12C13.125 11.3787 12.6213 10.875 12 10.875C11.3787 10.875 10.875 11.3787 10.875 12C10.875 12.6213 11.3787 13.125 12 13.125Z\" fill=\"#0052B4\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1725)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1725\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1725\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-bmd6qj\",\"data-framer-appear-id\":\"bmd6qj-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ko5r18-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"caLOx69Vk\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(186, 167, 255)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"caLOx69Vk\",layoutId:\"caLOx69Vk\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lls8yz\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg\",srcSet:\"https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/FLsRaoYHrNnulNAR452Zlydxpg.jpg 4096w\"},className:\"framer-v7myot\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9350x\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\u4F60\u597D\"})}),className:\"framer-ijf16w\",\"data-framer-name\":\"\u4F60\u597D\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Chinese\"})}),className:\"framer-1briddz\",\"data-framer-name\":\"Chinese\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-150s578\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1879_1741)\">\\n<mask id=\"mask0_1879_1741\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"24\">\\n<path d=\"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1879_1741)\">\\n<path d=\"M0 0H24V24H0V0Z\" fill=\"#D80027\"/>\\n<path d=\"M6.56719 7.30317L7.60312 10.4907H10.9547L8.24531 12.4641L9.28125 15.6516L6.56719 13.6829L3.85312 15.6516L4.89375 12.4641L2.17969 10.4907H5.53125L6.56719 7.30317ZM14.2266 18.586L13.4344 17.611L12.2625 18.0657L12.9422 17.011L12.15 16.0313L13.3641 16.3547L14.0484 15.3L14.1141 16.5563L15.3328 16.8797L14.1562 17.3297L14.2266 18.586ZM15.8016 15.7266L16.1766 14.5266L15.15 13.8L16.4062 13.7813L16.7766 12.5813L17.1844 13.7719L18.4406 13.7579L17.4328 14.5079L17.8359 15.6985L16.8094 14.9719L15.8016 15.7266ZM17.925 8.80786L17.3719 9.93755L18.2719 10.8141L17.0297 10.636L16.4766 11.761L16.2609 10.5235L15.0141 10.3454L16.1297 9.75942L15.9141 8.51724L16.8141 9.3938L17.925 8.80786ZM14.2594 5.38599L14.1656 6.63755L15.3328 7.11099L14.1094 7.41099L14.0203 8.66724L13.3594 7.59849L12.1359 7.89849L12.9469 6.93755L12.2812 5.87349L13.4484 6.34692L14.2594 5.38599Z\" fill=\"#FFDA44\"/>\\n</g>\\n</g>\\n<path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12Z\" stroke=\"url(#paint0_linear_1879_1741)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1879_1741\" x1=\"12\" y1=\"0\" x2=\"12\" y2=\"24\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"white\" stop-opacity=\"0.45\"/>\\n<stop offset=\"1\" stop-color=\"white\" stop-opacity=\"0.2\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_1879_1741\">\\n<path d=\"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})]})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jenbl7\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v4kk2s\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"24/7 Availability without Burnout\"})}),className:\"framer-j4n6lp\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Provide 24/7 support, reducing on staffing costs while delivering non-stop, uninterrupted service, improving overall customer experience and retention.\"})}),className:\"framer-1fko209\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-172e0kk\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ur3vue\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pcswpr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KInPr0pcC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:0,id:\"KInPr0pcC\",layoutId:\"KInPr0pcC\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg\",srcSet:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg 4096w\"},className:\"framer-1pd6683\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg\",srcSet:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg 4096w\"},className:\"framer-1gwrc1h\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg\",srcSet:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg 4096w\"},className:\"framer-fdly0n\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg\",srcSet:\"https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg 4096w\"},className:\"framer-mdu3b1\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg\",srcSet:\"https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg 4096w\"},className:\"framer-1ae4hfi\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg\",srcSet:\"https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg 4096w\"},className:\"framer-sgist0\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg\",srcSet:\"https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg 4096w\"},className:\"framer-ywhvcq\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg\",srcSet:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg 4096w\"},className:\"framer-1pd6683\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg\",srcSet:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg 4096w\"},className:\"framer-1gwrc1h\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg\",srcSet:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg 4096w\"},className:\"framer-fdly0n\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg\",srcSet:\"https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg 4096w\"},className:\"framer-mdu3b1\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg\",srcSet:\"https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg 4096w\"},className:\"framer-1ae4hfi\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg\",srcSet:\"https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg 4096w\"},className:\"framer-sgist0\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg\",srcSet:\"https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg 4096w\"},className:\"framer-ywhvcq\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg\",srcSet:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg 4096w\"},className:\"framer-1pd6683\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg\",srcSet:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg 4096w\"},className:\"framer-1gwrc1h\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg\",srcSet:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg 4096w\"},className:\"framer-fdly0n\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg\",srcSet:\"https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5TwOEV54aWirgs9Lo5AsXgDoSU.jpg 4096w\"},className:\"framer-mdu3b1\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg\",srcSet:\"https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/URmwdXHXjIrMCDXVkDJ3S9Bunxk.jpg 4096w\"},className:\"framer-1ae4hfi\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg\",srcSet:\"https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/axLjZWW34wv4hHP6WqdVu7EVFU.jpg 4096w\"},className:\"framer-sgist0\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg\",srcSet:\"https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ORYQ5vk5sg0bDR5Gflc03F7cHTw.jpg 4096w\"},className:\"framer-ywhvcq\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg\",srcSet:\"https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/LTupVAkqELykXQikMkNtduDWMU.jpg 4096w\"},className:\"framer-1pd6683\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg\",srcSet:\"https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XY7mdpQFuuJhcxy1hMRcvW4MZA.jpg 4096w\"},className:\"framer-1gwrc1h\",\"data-border\":true,\"data-framer-name\":\"image\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",src:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg\",srcSet:\"https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/B35FNblJz193dgb7sQQaZNgHdk.jpg 4096w\"},className:\"framer-fdly0n\",\"data-border\":true,\"data-framer-name\":\"image\"})],speed:15,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m8g0d4\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"80px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"12:59\"})}),className:\"framer-10z8iyc\",\"data-framer-name\":\"text\",fonts:[\"GF;Bebas Neue-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1883+180+0+624+0+1348+0+674+0+384+0+17.922330097087425+12),pixelHeight:640,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png\",srcSet:\"https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png 640w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3256.8618181818183+100+0+0+502+0+1324+0+674+0+359+0+8.019417475728204+12),pixelHeight:640,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png\",srcSet:\"https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png 640w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:640,intrinsicWidth:640,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2333+180+0+624+0+674+0+0+384+0+17.922330097087425+12),pixelHeight:640,pixelWidth:640,sizes:\"160px\",src:\"https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png\",srcSet:\"https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png?scale-down-to=512 512w,https://framerusercontent.com/images/vdVIJf9zRo2saXg5qBuBYQJ1sA.png 640w\"},className:\"framer-1yiqzji\",\"data-framer-name\":\"Rectangle 1 from GXF-2\"})})]})]})})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-phzn0\",\"data-framer-name\":\"Support Automation\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dlcqz\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1414ful\",\"data-framer-appear-id\":\"1414ful\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e4d46h\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-5i3aqc\",\"data-framer-name\":\"GXF-2 (5)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.75 5.25h-2.5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h2.5a1 1 0 0 0 1-1v-2.5a1 1 0 0 0-1-1Zm9 9h-2.5a1 1 0 0 0-1 1v2.5a1 1 0 0 0 1 1h2.5a1 1 0 0 0 1-1v-2.5a1 1 0 0 0-1-1Zm-5-7h2a2 2 0 0 1 2 2v2m-5.5 5.5h-2a2 2 0 0 1-2-2v-2\" stroke=\"#7CE2FE\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(124, 226, 254)\"},children:\"Support Automation\"})}),className:\"framer-1cmgzsv\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ehvnnc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Automate Support Operations with AI-enabled Solutions\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Automate Support Operations with AI-enabled Solutions\"})}),className:\"framer-h217s0\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-irc163\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Automate support with AI-enabled solutions that seamlessly streamline workflows, boosting efficiency. Deliver faster, more accurate responses while reducing complexity and operational overhead.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Automate support with AI-enabled solutions that seamlessly streamline workflows, boosting efficiency. Deliver faster, more accurate responses while reducing complexity and operational overhead.\"})}),className:\"framer-syk8bt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-am2gsf\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-ymp9ym\",\"data-framer-appear-id\":\"ymp9ym\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w1fkfq\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g74r77\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Customize Support Policies\"})}),className:\"framer-7qiyfg\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Set and adjust customer support policies to match your business needs. Reduce labor, training, and error-correction costs by decreasing manual effort and ensuring consistent ticket handling.\"})}),className:\"framer-1dm4p6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wayv8p\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o6s0w3\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1c50uqp\",\"data-framer-appear-id\":\"1c50uqp\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate3,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j9boq1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ghVh3s5no\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"ghVh3s5no\",layoutId:\"ghVh3s5no\",length:20,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18e45n0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o36c4h\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h7qwt0\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17cmzhq\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#112840\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M12.14 13C13.121 11.495 14.82 10.5 16.75 10.5C19.788 10.5 22.25 12.962 22.25 16C22.25 19.038 19.788 21.5 16.75 21.5C14.819 21.5 13.121 20.505 12.14 19\" stroke=\"#75C7F0\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.75 18.5L18.25 16L15.75 13.5\" stroke=\"#75C7F0\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M18.25 16H7.75\" stroke=\"#75C7F0\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tng3hj\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start\"})}),className:\"framer-1bnucg\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18clyo8\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(237, 237, 237)\",\"--framer-text-transform\":\"uppercase\"},children:\"Standard\"})}),className:\"framer-adsbk7\",\"data-framer-name\":\"Standard\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ehzz0d\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start workflow node\"})}),className:\"framer-dfhucc\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17s90ka\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k5vc9l\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gh5v3\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ci8gsf\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#092C2B\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M16 8.75C20.004 8.75 23.25 11.996 23.25 16C23.25 20.004 20.004 23.25 16 23.25\" stroke=\"#58D5BA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.75 16.25L15 18.75L19.25 13.25\" stroke=\"#58D5BA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M10.873 21.877C11.2872 21.877 11.623 21.5412 11.623 21.127C11.623 20.7128 11.2872 20.377 10.873 20.377C10.4588 20.377 10.123 20.7128 10.123 21.127C10.123 21.5412 10.4588 21.877 10.873 21.877Z\" fill=\"#58D5BA\"/>\\n<path d=\"M8.75 16.75C9.16421 16.75 9.5 16.4142 9.5 16C9.5 15.5858 9.16421 15.25 8.75 15.25C8.33579 15.25 8 15.5858 8 16C8 16.4142 8.33579 16.75 8.75 16.75Z\" fill=\"#58D5BA\"/>\\n<path d=\"M10.873 11.623C11.2872 11.623 11.623 11.2872 11.623 10.873C11.623 10.4588 11.2872 10.123 10.873 10.123C10.4588 10.123 10.123 10.4588 10.123 10.873C10.123 11.2872 10.4588 11.623 10.873 11.623Z\" fill=\"#58D5BA\"/>\\n<path d=\"M13.226 23.448C13.6402 23.448 13.976 23.1122 13.976 22.698C13.976 22.2838 13.6402 21.948 13.226 21.948C12.8118 21.948 12.476 22.2838 12.476 22.698C12.476 23.1122 12.8118 23.448 13.226 23.448Z\" fill=\"#58D5BA\"/>\\n<path d=\"M9.302 19.524C9.71622 19.524 10.052 19.1882 10.052 18.774C10.052 18.3598 9.71622 18.024 9.302 18.024C8.88779 18.024 8.552 18.3598 8.552 18.774C8.552 19.1882 8.88779 19.524 9.302 19.524Z\" fill=\"#58D5BA\"/>\\n<path d=\"M9.302 13.976C9.71622 13.976 10.052 13.6402 10.052 13.226C10.052 12.8118 9.71622 12.476 9.302 12.476C8.88779 12.476 8.552 12.8118 8.552 13.226C8.552 13.6402 8.88779 13.976 9.302 13.976Z\" fill=\"#58D5BA\"/>\\n<path d=\"M13.226 10.052C13.6402 10.052 13.976 9.71622 13.976 9.302C13.976 8.88779 13.6402 8.552 13.226 8.552C12.8118 8.552 12.476 8.88779 12.476 9.302C12.476 9.71622 12.8118 10.052 13.226 10.052Z\" fill=\"#58D5BA\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o0dnpr\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Call Customer\"})}),className:\"framer-15n72jh\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1urcw3n\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(237, 237, 237)\",\"--framer-text-transform\":\"uppercase\"},children:\"Custom\"})}),className:\"framer-1ff8m9s\",\"data-framer-name\":\"Custom\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11648u\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Call customer\"})}),className:\"framer-8kg3ak\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-308br9\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uyt4ob\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-k622ls\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#291F43\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M16 18.75C17.5188 18.75 18.75 17.5188 18.75 16C18.75 14.4812 17.5188 13.25 16 13.25C14.4812 13.25 13.25 14.4812 13.25 16C13.25 17.5188 14.4812 18.75 16 18.75Z\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M21.927 18.413C22.332 17.959 22.66 17.514 22.912 17.132C23.362 16.449 23.362 15.55 22.912 14.867C21.895 13.323 19.65 10.749 16 10.749C12.35 10.749 10.106 13.324 9.08799 14.867C8.63799 15.55 8.63799 16.449 9.08799 17.132C10.105 18.676 12.35 21.25 16 21.25C16.539 21.25 17.044 21.188 17.522 21.088\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.922 17.966L21.25 21.25\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sunkud\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Analyze Ticket\"})}),className:\"framer-ifm4qm\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18wlk1m\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(237, 237, 237)\",\"--framer-text-transform\":\"uppercase\"},children:\"Custom\"})}),className:\"framer-1jvvm9d\",\"data-framer-name\":\"Custom\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m5vuq1\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Open, read, and summarize ticket\"})}),className:\"framer-1rw5cll\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dc7p3z\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14pwz2v\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1soskwv\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#2D2305\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M19.25 15L23.509 12.658C23.842 12.475 24.25 12.716 24.25 13.096V18.905C24.25 19.285 23.842 19.526 23.509 19.343L19.25 17.001\" stroke=\"#F5E147\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.25 10.75H10.75C9.64543 10.75 8.75 11.6454 8.75 12.75V19.25C8.75 20.3546 9.64543 21.25 10.75 21.25H17.25C18.3546 21.25 19.25 20.3546 19.25 19.25V12.75C19.25 11.6454 18.3546 10.75 17.25 10.75Z\" stroke=\"#F5E147\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M11.75 14.5C12.1642 14.5 12.5 14.1642 12.5 13.75C12.5 13.3358 12.1642 13 11.75 13C11.3358 13 11 13.3358 11 13.75C11 14.1642 11.3358 14.5 11.75 14.5Z\" fill=\"#F5E147\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bi1ftz\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Read Ticket\"})}),className:\"framer-1bzbheg\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kb9gs9\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(237, 237, 237)\",\"--framer-text-transform\":\"uppercase\"},children:\"Custom\"})}),className:\"framer-1vy1nej\",\"data-framer-name\":\"Custom\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-43ub9m\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Record screen\"})}),className:\"framer-1uo2gh3\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fu6mqs\",\"data-framer-name\":\"shape\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:4,svg:'<svg width=\"4\" height=\"28\" viewBox=\"-1 -1 4 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1 1V25\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n<path d=\"M1 1V25\" stroke=\"#75C7F0\" stroke-width=\"2\" stroke-linecap=\"round\"/>\\n</svg>\\n',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gt5xn7\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1knu82y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Automate Policy Workflows\"})}),className:\"framer-1nm1l44\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Use AI-driven workflows to automate processes and streamline decision-making. Decrease ticket cost and customer satisfaction by improving response accuracy.\"})}),className:\"framer-1qk8z01\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mjjdkd\",\"data-framer-name\":\"Group 3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18bunl2\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-884cc9\",\"data-framer-name\":\"mask\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3k2spn\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-t2avct\",\"data-framer-name\":\"Rectangle 2\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hjuq7r\",\"data-border\":true,\"data-framer-name\":\"dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qa7a2a\",\"data-border\":true,\"data-framer-name\":\"dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jq3pxe\",\"data-border\":true,\"data-framer-name\":\"dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n4c8ga\",\"data-border\":true,\"data-framer-name\":\"dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p9s47\",\"data-border\":true,\"data-framer-name\":\"dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rco324\",\"data-border\":true,\"data-framer-name\":\"dot\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r0pcxf\",\"data-border\":true,\"data-framer-name\":\"dot\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ii0gv8\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bg3jid\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15dylwh\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hsgwxh\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#112840\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M12.14 13C13.121 11.495 14.82 10.5 16.75 10.5C19.788 10.5 22.25 12.962 22.25 16C22.25 19.038 19.788 21.5 16.75 21.5C14.819 21.5 13.121 20.505 12.14 19\" stroke=\"#75C7F0\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M15.75 18.5L18.25 16L15.75 13.5\" stroke=\"#75C7F0\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M18.25 16H7.75\" stroke=\"#75C7F0\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ysf52b\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Start\"})}),className:\"framer-3awab7\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1coeei8\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r85vy9\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hin3sv\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#291F43\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M16 18.75C17.5188 18.75 18.75 17.5188 18.75 16C18.75 14.4812 17.5188 13.25 16 13.25C14.4812 13.25 13.25 14.4812 13.25 16C13.25 17.5188 14.4812 18.75 16 18.75Z\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M21.927 18.413C22.332 17.959 22.66 17.514 22.912 17.132C23.362 16.449 23.362 15.55 22.912 14.867C21.895 13.323 19.65 10.749 16 10.749C12.35 10.749 10.106 13.324 9.088 14.867C8.638 15.55 8.638 16.449 9.088 17.132C10.105 18.676 12.35 21.25 16 21.25C16.539 21.25 17.044 21.188 17.522 21.088\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M17.922 17.9661L21.25 21.2501\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18n36zm\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Analyze Ticket\"})}),className:\"framer-4y1vmr\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aextym\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mxgli7\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1d7vd70\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#331E0B\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M16 14.25C17.5188 14.25 18.75 13.0188 18.75 11.5C18.75 9.98122 17.5188 8.75 16 8.75C14.4812 8.75 13.25 9.98122 13.25 11.5C13.25 13.0188 14.4812 14.25 16 14.25Z\" stroke=\"#FFA057\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M20.762 22.516C21.622 22.245 22.074 21.295 21.709 20.471C20.739 18.28 18.55 16.75 16 16.75C13.45 16.75 11.261 18.28 10.291 20.471C9.926 21.296 10.378 22.245 11.238 22.516C12.463 22.902 14.084 23.25 16 23.25C17.916 23.25 19.537 22.902 20.762 22.516Z\" stroke=\"#FFA057\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17vovmj\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Assign Agent\"})}),className:\"framer-1hv2aqa\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1yc3tsz\",\"data-framer-appear-id\":\"1yc3tsz\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-11hv4kj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"uuVYgtpDi\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"uuVYgtpDi\",layoutId:\"uuVYgtpDi\",length:20,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2zjif7\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bxnjtx\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-n7s853\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#37172F\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M14.638 10.495L9.213 19.891C8.608 20.939 9.364 22.25 10.575 22.25H21.425C22.636 22.25 23.392 20.94 22.787 19.891L17.362 10.495C16.757 9.44698 15.243 9.44698 14.638 10.495Z\" stroke=\"#FF8DCC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16 13.5V17\" stroke=\"#FF8DCC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16 20.569C15.448 20.569 15 20.12 15 19.569C15 19.018 15.448 18.569 16 18.569C16.552 18.569 17 19.018 17 19.569C17 20.12 16.552 20.569 16 20.569Z\" fill=\"#FF8DCC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h5dxeu\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Set Priority\"})}),className:\"framer-181cd9o\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wxik5o\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ovf8m\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16h5ff7\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#092C2B\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M16 8.75C20.004 8.75 23.25 11.996 23.25 16C23.25 20.004 20.004 23.25 16 23.25\" stroke=\"#58D5BA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M12.75 16.25L15 18.75L19.25 13.25\" stroke=\"#58D5BA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M10.873 21.877C11.2872 21.877 11.623 21.5412 11.623 21.127C11.623 20.7127 11.2872 20.377 10.873 20.377C10.4588 20.377 10.123 20.7127 10.123 21.127C10.123 21.5412 10.4588 21.877 10.873 21.877Z\" fill=\"#58D5BA\"/>\\n<path d=\"M8.75 16.75C9.16421 16.75 9.5 16.4142 9.5 16C9.5 15.5858 9.16421 15.25 8.75 15.25C8.33579 15.25 8 15.5858 8 16C8 16.4142 8.33579 16.75 8.75 16.75Z\" fill=\"#58D5BA\"/>\\n<path d=\"M10.873 11.623C11.2872 11.623 11.623 11.2873 11.623 10.873C11.623 10.4588 11.2872 10.123 10.873 10.123C10.4588 10.123 10.123 10.4588 10.123 10.873C10.123 11.2873 10.4588 11.623 10.873 11.623Z\" fill=\"#58D5BA\"/>\\n<path d=\"M13.226 23.448C13.6402 23.448 13.976 23.1122 13.976 22.698C13.976 22.2838 13.6402 21.948 13.226 21.948C12.8118 21.948 12.476 22.2838 12.476 22.698C12.476 23.1122 12.8118 23.448 13.226 23.448Z\" fill=\"#58D5BA\"/>\\n<path d=\"M9.302 19.524C9.71622 19.524 10.052 19.1883 10.052 18.774C10.052 18.3598 9.71622 18.024 9.302 18.024C8.88779 18.024 8.552 18.3598 8.552 18.774C8.552 19.1883 8.88779 19.524 9.302 19.524Z\" fill=\"#58D5BA\"/>\\n<path d=\"M9.302 13.976C9.71622 13.976 10.052 13.6402 10.052 13.226C10.052 12.8117 9.71622 12.476 9.302 12.476C8.88779 12.476 8.552 12.8117 8.552 13.226C8.552 13.6402 8.88779 13.976 9.302 13.976Z\" fill=\"#58D5BA\"/>\\n<path d=\"M13.226 10.052C13.6402 10.052 13.976 9.71622 13.976 9.302C13.976 8.88779 13.6402 8.552 13.226 8.552C12.8118 8.552 12.476 8.88779 12.476 9.302C12.476 9.71622 12.8118 10.052 13.226 10.052Z\" fill=\"#58D5BA\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ehgdfn\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Send Response\"})}),className:\"framer-a5y6lp\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w9l12b\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qi6mbg\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7a9mwb\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#291F43\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M21.75 9.25H19.75C18.9216 9.25 18.25 9.92157 18.25 10.75V12.75C18.25 13.5784 18.9216 14.25 19.75 14.25H21.75C22.5784 14.25 23.25 13.5784 23.25 12.75V10.75C23.25 9.92157 22.5784 9.25 21.75 9.25Z\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M21.75 17.75H19.75C18.9216 17.75 18.25 18.4216 18.25 19.25V21.25C18.25 22.0784 18.9216 22.75 19.75 22.75H21.75C22.5784 22.75 23.25 22.0784 23.25 21.25V19.25C23.25 18.4216 22.5784 17.75 21.75 17.75Z\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M13.75 13.5L16 11.25L13.75 9\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M16 11.25H13.5C10.877 11.25 8.75 13.377 8.75 16C8.75 18.623 10.877 20.75 13.5 20.75H15.25\" stroke=\"#BAA7FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17p9xm6\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Escalate\"})}),className:\"framer-v6gkfj\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-17u49ae\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dwvt6k\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-11gat82\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#2D2305\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M18.347 17.6459L17.206 19.0719C15.439 18.0329 13.966 16.5609 12.928 14.7939L14.354 13.6529C14.698 13.3779 14.813 12.9049 14.634 12.5029L13.334 9.57595C13.141 9.14195 12.663 8.91195 12.204 9.03095L9.729 9.67295C9.251 9.79795 8.942 10.2609 9.01 10.7499C9.902 17.1039 14.896 22.0979 21.251 22.9909C21.74 23.0579 22.203 22.7489 22.327 22.2719L22.969 19.7969C23.088 19.3379 22.858 18.8609 22.425 18.6679L19.498 17.3679C19.096 17.1889 18.624 17.3039 18.348 17.6469L18.347 17.6459Z\" stroke=\"#F5E147\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c2r8i9\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Call Customer\"})}),className:\"framer-1p6ymdj\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-190il87\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3fpvy\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7z6ieo\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#092C2B\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M16 8.75C11.996 8.75 8.75 11.996 8.75 16C8.75 17.319 9.108 18.552 9.723 19.617C10.153 20.423 9.67 22.329 8.75 23.25C10 23.318 11.647 22.753 12.383 22.277C12.872 22.559 13.647 22.933 14.662 23.125C15.095 23.207 15.543 23.25 16 23.25C20.004 23.25 23.25 20.004 23.25 16C23.25 11.996 20.004 8.75 16 8.75Z\" stroke=\"#58D5BA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jtokgh\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Send SMS\"})}),className:\"framer-9x94ur\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v9ildb\",\"data-border\":true,\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-45dqv3\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qhcose\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:32,svg:'<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"32\" height=\"32\" rx=\"8\" fill=\"#0D2847\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"31\" height=\"31\" rx=\"7.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M17.547 11.422L20.578 14.453\" stroke=\"#70B8FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M9.75 22.25C9.75 22.25 13.349 21.682 14.296 20.735C15.243 19.788 21.623 13.408 21.623 13.408C22.46 12.571 22.46 11.214 21.623 10.378C20.786 9.54099 19.429 9.54099 18.593 10.378C18.593 10.378 12.213 16.758 11.266 17.705C10.319 18.652 9.751 22.251 9.751 22.251L9.75 22.25Z\" stroke=\"#70B8FF\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e0soo0\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Write Notes\"})}),className:\"framer-4g3g6t\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gavlzu\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ctuloc\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jowvxm\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"AI running workflow\u2026\"})}),className:\"framer-1gpr1yl\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1525bg7\",\"data-framer-name\":\"Frame\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10eh6oj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"hOEvDm_ue\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"hOEvDm_ue\",layoutId:\"hOEvDm_ue\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://lottie.host/embed/9cff6a45-716f-4f21-9b7e-08c6c218b920/6h8E2mZ8bC.lottie\",width:\"100%\"})})})})]})})]})]})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-17b7xvg\",\"data-framer-appear-id\":\"17b7xvg\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uepw0k\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qtraj3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Integrate with Any Tool Seamlessly\"})}),className:\"framer-1cyqso2\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Scale efficiently and streamline workflows with seamless integrations. Free your team to focus on strategic tasks, reduce friction, and ensure operational agility, all while maintaining security and compliance.\"})}),className:\"framer-e91cmy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ojt5b hidden-72rtr7 hidden-1fgvof7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uduhph-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"guqqnKZtq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"guqqnKZtq\",layoutId:\"guqqnKZtq\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ks9ne6\",\"data-framer-appear-id\":\"ks9ne6\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f5kbg2-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WIB0SMDXO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"WIB0SMDXO\",layoutId:\"WIB0SMDXO\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-52m4fb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-101ur55\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" viewBox=\"0 0 104 104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#paint0_linear_1994_459)\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M28 35C28 31.134 31.134 28 35 28H51V51H28V35Z\" fill=\"#F1511B\"/>\\n<path d=\"M28 53H51V76H35C31.134 76 28 72.866 28 69V53Z\" fill=\"#00ADEF\"/>\\n<path d=\"M53 28H69C72.866 28 76 31.134 76 35V51H53V28Z\" fill=\"#80CC28\"/>\\n<path d=\"M53 53H76V69C76 72.866 72.866 76 69 76H53V53Z\" fill=\"#FBBC09\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1994_459\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"0.5\"/>\\n<stop offset=\"1\" stop-color=\"#111111\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1gcz3l0\",\"data-framer-appear-id\":\"1gcz3l0\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oqohi3-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KeOvdYvoW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"KeOvdYvoW\",layoutId:\"KeOvdYvoW\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k7853w\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rgierh\",\"data-framer-name\":\"GXF-2 Design (4)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M46.465 34.799a11.846 11.846 0 0 1 8.37-3.423c4.356 0 8.157 2.314 10.182 5.75a14.668 14.668 0 0 1 5.755-1.166C78.629 35.96 85 42.08 85 49.63c0 7.551-6.37 13.672-14.228 13.672-.96 0-1.897-.092-2.803-.266-1.783 3.028-5.18 5.075-9.078 5.075a10.78 10.78 0 0 1-4.55-.998C52.532 71.16 48.322 74 43.415 74c-5.11 0-9.464-3.08-11.136-7.398a11.46 11.46 0 0 1-2.264.224C23.932 66.826 19 62.08 19 56.225c0-3.924 2.216-7.35 5.509-9.183a11.644 11.644 0 0 1-1.055-4.85C23.454 35.46 29.194 30 36.273 30c4.156 0 7.85 1.882 10.192 4.799Z\" fill=\"#00A1E0\"/><path d=\"M28.56 52.817c-.042.103.015.125.028.143.124.086.25.147.377.216.673.34 1.308.44 1.973.44 1.354 0 2.195-.686 2.195-1.79v-.022c0-1.02-.95-1.391-1.84-1.659l-.115-.036c-.671-.207-1.25-.387-1.25-.807v-.023c0-.36.338-.625.863-.625.582 0 1.274.185 1.72.42 0 0 .13.08.179-.041.026-.065.252-.643.275-.706.025-.068-.02-.118-.066-.145-.508-.294-1.212-.496-1.94-.496l-.135.001c-1.239 0-2.104.713-2.104 1.735v.021c0 1.077.954 1.427 1.849 1.67l.143.042c.652.191 1.213.355 1.213.792v.021c0 .4-.364.697-.953.697-.229 0-.957-.005-1.744-.478-.095-.053-.15-.091-.224-.134-.038-.023-.135-.063-.178.059l-.267.705Zm19.82 0c-.042.103.014.125.027.143.125.086.25.147.377.216.674.34 1.31.44 1.974.44 1.354 0 2.194-.686 2.194-1.79v-.022c0-1.02-.948-1.391-1.839-1.659l-.115-.036c-.672-.207-1.25-.387-1.25-.807v-.023c0-.36.338-.625.862-.625.583 0 1.275.185 1.72.42 0 0 .131.08.18-.041l.275-.706c.025-.068-.02-.118-.066-.145-.509-.294-1.212-.496-1.94-.496l-.135.001c-1.24 0-2.104.713-2.104 1.735v.021c0 1.077.954 1.427 1.848 1.67l.144.042c.652.191 1.214.355 1.214.792v.021c0 .4-.366.697-.954.697-.229 0-.957-.005-1.744-.478-.095-.053-.152-.09-.223-.134-.025-.015-.14-.057-.179.059l-.267.705Zm13.53-2.163c0 .625-.123 1.116-.363 1.464-.238.344-.598.511-1.1.511-.503 0-.861-.166-1.096-.511-.236-.347-.357-.84-.357-1.464 0-.623.12-1.114.357-1.457.235-.34.593-.506 1.096-.506.502 0 .862.165 1.1.506.24.343.363.834.363 1.457Zm1.13-1.157a2.553 2.553 0 0 0-.515-.934 2.477 2.477 0 0 0-.867-.629 2.978 2.978 0 0 0-1.211-.231c-.46 0-.867.078-1.212.231a2.49 2.49 0 0 0-.869.629c-.23.263-.402.578-.514.934-.11.356-.166.745-.166 1.157 0 .413.056.803.166 1.157.112.357.284.672.515.935.23.264.523.474.868.624.346.15.753.225 1.212.225.458 0 .865-.076 1.21-.225.346-.15.638-.36.868-.624.23-.262.404-.577.515-.934.11-.356.166-.746.166-1.157a3.88 3.88 0 0 0-.166-1.157Zm9.28 2.965c-.038-.104-.144-.065-.144-.065-.165.06-.34.116-.526.143a4.278 4.278 0 0 1-.62.042c-.546 0-.98-.154-1.292-.46-.312-.307-.487-.802-.485-1.472.002-.61.156-1.068.433-1.418.276-.347.695-.525 1.255-.525.466 0 .821.05 1.194.163 0 0 .089.037.131-.075.099-.261.172-.448.278-.736.03-.081-.044-.116-.07-.126a4.585 4.585 0 0 0-.754-.18 5.937 5.937 0 0 0-.848-.055c-.475 0-.898.077-1.26.23a2.61 2.61 0 0 0-.91.628 2.64 2.64 0 0 0-.55.935 3.558 3.558 0 0 0-.184 1.159c0 .893.253 1.614.752 2.143.5.53 1.251.8 2.23.8.58 0 1.174-.113 1.601-.273 0 0 .082-.037.046-.128l-.277-.73Zm1.977-2.405c.054-.347.154-.635.31-.86.234-.341.59-.528 1.093-.528.502 0 .834.188 1.072.528.158.225.226.526.253.86h-2.728Zm3.805-.762a2.234 2.234 0 0 0-.49-.853c-.246-.252-.487-.429-.726-.527a2.919 2.919 0 0 0-1.096-.212c-.478 0-.91.076-1.263.234a2.503 2.503 0 0 0-.88.64 2.584 2.584 0 0 0-.519.946c-.111.359-.168.75-.168 1.163 0 .42.059.811.174 1.163.117.355.303.668.555.926.25.26.574.465.962.607.384.142.851.215 1.388.214 1.105-.003 1.687-.238 1.927-.364.042-.022.082-.062.032-.175l-.25-.667c-.038-.1-.144-.063-.144-.063-.274.097-.663.271-1.57.27-.594-.002-1.034-.168-1.31-.429-.282-.267-.42-.659-.445-1.212l3.826.003s.1-.002.11-.095c.004-.04.132-.748-.113-1.57Zm-34.442.762c.055-.347.154-.635.31-.86.233-.341.59-.528 1.093-.528.502 0 .834.188 1.072.528.157.225.226.526.253.86H43.66Zm3.804-.762a2.235 2.235 0 0 0-.489-.853c-.246-.252-.487-.429-.726-.527a2.92 2.92 0 0 0-1.096-.212c-.477 0-.911.076-1.263.234a2.503 2.503 0 0 0-.88.64 2.584 2.584 0 0 0-.519.946c-.11.359-.168.75-.168 1.163 0 .42.058.811.174 1.163.117.355.303.668.555.926.25.26.574.465.961.607.385.142.852.215 1.39.214 1.104-.003 1.686-.238 1.925-.364.043-.022.083-.062.032-.175l-.249-.667c-.038-.1-.144-.063-.144-.063-.274.097-.662.271-1.572.27-.592-.002-1.032-.168-1.307-.429-.283-.267-.422-.659-.446-1.212l3.826.003s.1-.002.11-.095c.004-.04.132-.748-.114-1.57Zm-12.073 3.148c-.15-.114-.17-.143-.22-.216-.076-.112-.115-.272-.115-.474 0-.32.111-.55.342-.706-.003.001.329-.273 1.109-.263.548.007 1.038.084 1.038.084v1.657s-.485.1-1.032.13c-.779.045-1.125-.213-1.122-.212Zm1.522-2.56a8.957 8.957 0 0 0-.597-.018 3.8 3.8 0 0 0-.942.116 2.514 2.514 0 0 0-.799.353c-.232.158-.42.36-.555.6-.135.24-.204.523-.204.84 0 .323.058.603.175.832.117.23.285.422.5.57.212.148.474.256.779.321.3.066.64.099 1.012.099.392 0 .784-.03 1.162-.092.375-.061.836-.15.964-.178.127-.028.268-.065.268-.065.095-.023.087-.12.087-.12l-.002-3.331c0-.73-.204-1.273-.608-1.608-.401-.335-.993-.505-1.757-.505a6.71 6.71 0 0 0-1.025.09s-.836.155-1.18.41c0 0-.075.046-.034.146l.271.693c.034.09.125.06.125.06s.03-.012.063-.03c.736-.382 1.667-.37 1.667-.37.414 0 .732.079.946.235.209.153.315.383.315.868v.154c-.329-.045-.63-.07-.63-.07Zm30.855-1.878a.097.097 0 0 0-.058-.131 3.473 3.473 0 0 0-.64-.105c-.481-.027-.748.05-.987.152-.237.102-.5.267-.647.454v-.444a.108.108 0 0 0-.11-.11h-.98a.108.108 0 0 0-.11.11v5.435c0 .06.052.111.116.111h1.005c.064 0 .116-.05.116-.111v-2.715c0-.365.042-.728.127-.957.083-.225.195-.406.335-.536.14-.129.299-.22.472-.27a1.94 1.94 0 0 1 .514-.07c.2 0 .42.05.42.05.073.008.115-.035.14-.099.065-.166.251-.665.287-.764Z\" fill=\"#fff\"/><path d=\"M58.334 45.486a3.434 3.434 0 0 0-.378-.086 3.15 3.15 0 0 0-.52-.038c-.692 0-1.237.187-1.62.554-.38.365-.64.921-.769 1.653l-.047.246h-.868s-.106-.003-.128.106l-.142.758c-.01.072.022.118.124.118h.845l-.858 4.56a5.414 5.414 0 0 1-.229.898c-.084.225-.165.394-.267.518a.708.708 0 0 1-.35.257 1.49 1.49 0 0 1-.45.062c-.092 0-.215-.015-.306-.032a.936.936 0 0 1-.207-.064s-.099-.036-.139.058l-.283.74c-.027.073.01.13.059.147.113.037.196.062.35.097.212.048.392.05.56.05.352 0 .673-.047.94-.138.266-.093.5-.253.706-.47.223-.234.363-.48.496-.815.133-.332.247-.744.337-1.224l.862-4.644h1.26s.106.003.128-.107l.143-.758c.01-.072-.023-.117-.125-.117h-1.223c.006-.026.062-.436.202-.822.06-.164.173-.297.268-.389a.809.809 0 0 1 .32-.19 1.42 1.42 0 0 1 .411-.055c.115 0 .229.013.314.03.119.024.165.036.196.045.125.036.142.001.166-.056l.292-.765c.03-.082-.044-.117-.07-.127Zm-17.09 7.88c0 .061-.046.11-.11.11H40.12a.107.107 0 0 1-.11-.11V45.59c0-.06.046-.11.11-.11h1.014c.064 0 .11.05.11.11v7.776Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ll7jm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-biuy6y\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" viewBox=\"0 0 104 104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1994_461)\">\\n<path d=\"M0 38.4C0 24.9587 0 18.2381 2.61584 13.1042C4.9168 8.58834 8.58834 4.9168 13.1042 2.61584C18.2381 0 24.9587 0 38.4 0H65.6C79.0413 0 85.7619 0 90.8958 2.61584C95.4117 4.9168 99.0832 8.58834 101.384 13.1042C104 18.2381 104 24.9587 104 38.4V65.6C104 79.0413 104 85.7619 101.384 90.8958C99.0832 95.4117 95.4117 99.0832 90.8958 101.384C85.7619 104 79.0413 104 65.6 104H38.4C24.9587 104 18.2381 104 13.1042 101.384C8.58834 99.0832 4.9168 95.4117 2.61584 90.8958C0 85.7619 0 79.0413 0 65.6V38.4Z\" fill=\"black\"/>\\n<path d=\"M0 9L104 -95\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 14L104 -90\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 19L104 -85\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 24L104 -80\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 29L104 -75\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 34L104 -70\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 39L104 -65\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 44L104 -60\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 49L104 -55\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 54L104 -50\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 59L104 -45\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 64L104 -40\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 69L104 -35\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 74L104 -30\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 79L104 -25\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 84L104 -20\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 89L104 -15\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 94L104 -10\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 99L104 -5\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 104L104 0\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 109L104 5\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 114L104 10\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 119L104 15\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 124L104 20\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 129L104 25\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 134L104 30\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 139L104 35\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 144L104 40\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 149L104 45\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 154L104 50\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 159L104 55\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 164L104 60\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 169L104 65\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 174L104 70\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 179L104 75\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 184L104 80\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 189L104 85\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 194L104 90\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 199L104 95\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n</g>\\n<path d=\"M38.4 0.5H65.6C72.3289 0.5 77.3455 0.500389 81.3224 0.82532C85.2936 1.14977 88.1841 1.79533 90.6688 3.06135C95.0906 5.31437 98.6856 8.90941 100.939 13.3312C102.205 15.8159 102.85 18.7064 103.175 22.6776C103.5 26.6545 103.5 31.6711 103.5 38.4V65.6C103.5 72.3289 103.5 77.3455 103.175 81.3224C102.85 85.2936 102.205 88.1841 100.939 90.6688C98.6856 95.0906 95.0906 98.6856 90.6688 100.939C88.1841 102.205 85.2936 102.85 81.3224 103.175C77.3455 103.5 72.3289 103.5 65.6 103.5H38.4C31.6711 103.5 26.6545 103.5 22.6776 103.175C18.7064 102.85 15.8159 102.205 13.3312 100.939C8.90941 98.6856 5.31437 95.0906 3.06135 90.6688C1.79533 88.1841 1.14977 85.2936 0.82532 81.3224C0.500389 77.3455 0.5 72.3289 0.5 65.6V38.4C0.5 31.6711 0.500389 26.6545 0.82532 22.6776C1.14977 18.7064 1.79533 15.8159 3.06135 13.3312C5.31437 8.90941 8.90941 5.31437 13.3312 3.06135C15.8159 1.79533 18.7064 1.14977 22.6776 0.82532C26.6545 0.500389 31.6711 0.5 38.4 0.5Z\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<defs>\\n<clipPath id=\"clip0_1994_461\">\\n<path d=\"M0 38.4C0 24.9587 0 18.2381 2.61584 13.1042C4.9168 8.58834 8.58834 4.9168 13.1042 2.61584C18.2381 0 24.9587 0 38.4 0H65.6C79.0413 0 85.7619 0 90.8958 2.61584C95.4117 4.9168 99.0832 8.58834 101.384 13.1042C104 18.2381 104 24.9587 104 38.4V65.6C104 79.0413 104 85.7619 101.384 90.8958C99.0832 95.4117 95.4117 99.0832 90.8958 101.384C85.7619 104 79.0413 104 65.6 104H38.4C24.9587 104 18.2381 104 13.1042 101.384C8.58834 99.0832 4.9168 95.4117 2.61584 90.8958C0 85.7619 0 79.0413 0 65.6V38.4Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-3rw4en\",\"data-framer-appear-id\":\"3rw4en\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate3,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mgkrmt-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"whx5rL8VS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"whx5rL8VS\",layoutId:\"whx5rL8VS\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jurgzr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uaw4u5\",\"data-framer-name\":\"GXF-2 div (4)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M70 28H34a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6h36a6 6 0 0 0 6-6V34a6 6 0 0 0-6-6Zm-11.601 8.8a1.605 1.605 0 0 1 1.6-1.6 1.605 1.605 0 0 1 1.601 1.6v21.376a1.605 1.605 0 0 1-1.6 1.6 1.605 1.605 0 0 1-1.601-1.6V36.8Zm-8-.81A1.605 1.605 0 0 1 52 34.39a1.605 1.605 0 0 1 1.6 1.6v23.201a1.605 1.605 0 0 1-1.6 1.6 1.605 1.605 0 0 1-1.6-1.6v-23.2Zm-7.999.81a1.605 1.605 0 0 1 1.6-1.6c.886 0 1.6.717 1.6 1.6v21.376a1.599 1.599 0 1 1-3.2 0V36.8Zm-8 3.2a1.599 1.599 0 1 1 3.2 0v14.391a1.605 1.605 0 0 1-1.6 1.6 1.599 1.599 0 0 1-1.6-1.6V40Zm34.642 24.405c-.246.213-6.175 5.186-17.04 5.186-10.867 0-16.793-4.973-17.04-5.186a1.6 1.6 0 0 1 2.075-2.431c.093.078 5.386 4.417 14.963 4.417 9.696 0 14.907-4.371 14.958-4.415a1.6 1.6 0 0 1 2.085 2.428h-.001Zm.558-10.014a1.605 1.605 0 0 1-1.601 1.6 1.599 1.599 0 0 1-1.599-1.6V40a1.599 1.599 0 1 1 3.2 0v14.391Z\" fill=\"#286EFA\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1431tvk\",\"data-framer-appear-id\":\"1431tvk\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r99o62-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OMDHWeDLt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"OMDHWeDLt\",layoutId:\"OMDHWeDLt\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xh84ml\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ysbeca\",\"data-framer-name\":\"GXF-2 (33)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"28\" y=\"28\" width=\"48\" height=\"48\" rx=\"7\" fill=\"#E30613\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M59 46H45a6 6 0 0 0 0 12h14a6 6 0 0 0 0-12Zm-14-4c-5.523 0-10 4.477-10 10s4.477 10 10 10h14c5.523 0 10-4.477 10-10s-4.477-10-10-10H45Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h4zboe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MySmabMZm\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"MySmabMZm\",layoutId:\"MySmabMZm\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-207c0b\",\"data-framer-appear-id\":\"207c0b\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kyd2mx-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"C13n3fDt8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"C13n3fDt8\",layoutId:\"C13n3fDt8\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k5z6yu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11yvsqf\",\"data-framer-name\":\"GXF-2 (29)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M29.258 55.29c.645 4.774 2.968 9.033 6.194 12.258l7.483-7.484c0-7.613 4-14.968 10.968-19.096L29.258 55.29Z\" fill=\"#9B65C3\"/><path d=\"M42.935 60.064c-3.742 0-7.483-.902-10.967-2.967-.903-.516-1.807-1.162-2.71-1.807.645 4.774 2.968 9.033 6.194 12.258l7.483-7.484Z\" fill=\"#9B65C3\"/><path d=\"m42.935 60.064-7.483 7.484c3.226 3.226 7.483 5.549 12.258 6.194l14.322-24.645c-4.129 6.967-11.483 10.967-19.096 10.967Z\" fill=\"#BE63C5\"/><path d=\"M45.903 71.033c-2.064-3.484-2.968-7.227-2.968-10.969l-7.483 7.484c3.226 3.226 7.483 5.549 12.258 6.194-.645-.774-1.29-1.677-1.807-2.71Z\" fill=\"#BF63C6\"/><path d=\"m70.936 31.162-17.033 9.806c-7.096 4.128-15.354 3.742-21.935 0C30.032 44.194 29 47.936 29 52.065c0 1.161.129 2.193.258 3.225.903.645 1.807 1.291 2.71 1.807 3.484 2.065 7.226 2.967 10.967 2.967l28.388-28.386c-.129-.258-.258-.387-.387-.516Z\" fill=\"#3278B1\"/><path d=\"M31.968 57.097c3.484 2.065 7.226 2.967 10.967 2.967 0-7.613 4-14.968 10.968-19.096L29.258 55.29c.774.645 1.678 1.291 2.71 1.807Z\" fill=\"#3278B2\"/><path d=\"M31.968 40.968C30.032 44.194 29 47.936 29 52.065c0 1.161.129 2.193.258 3.225l24.645-14.322c-6.967 4.128-15.354 3.871-21.935 0Z\" fill=\"#45A4EC\"/><path d=\"M71.323 31.678a1.784 1.784 0 0 0-.516-.388c-.258-.129-.388-.387-.645-.516-.775-.516-1.807-.774-2.71-.774H50.936c-8.13 0-15.226 4.387-19.098 10.968 6.581 3.742 14.968 4.129 21.937 0-7.097 4.129-10.968 11.484-10.968 19.097 7.613 0 14.968-4 19.097-10.968l9.806-17.032c0-.13-.129-.258-.387-.387Z\" fill=\"#19BB7D\"/><path d=\"m53.903 40.968 17.033-9.806c-.258-.13-.387-.388-.645-.517L31.968 40.968c6.58 3.871 14.968 4.128 21.935 0Z\" fill=\"#08C7FB\"/><path d=\"M67.452 30H50.936c-8.13 0-15.226 4.387-19.098 10.968l38.324-10.323a6 6 0 0 0-2.71-.645Z\" fill=\"#59F2F6\"/><path d=\"m62.032 49.097 9.807-17.032a1.784 1.784 0 0 1-.387-.517L43.064 59.936c0 3.742.904 7.483 2.968 10.967.516.904 1.161 1.807 1.806 2.71 1.033.13 2.194.258 3.226.258 4 0 7.742-1.032 10.968-2.968-3.871-6.451-4.128-14.839 0-21.806Z\" fill=\"#DA3757\"/><path d=\"M42.935 60.064c0 3.742.904 7.485 2.968 10.969.516.903 1.162 1.806 1.807 2.709l14.322-24.645c-4.129 6.967-11.483 10.967-19.096 10.967Z\" fill=\"#D33C4E\"/><path d=\"M62.032 49.097 47.71 73.742c1.032.129 2.193.258 3.225.258 4 0 7.742-1.032 10.968-2.968-3.742-6.58-4-14.968.13-21.935Z\" fill=\"#EE5A24\"/><path d=\"M72.227 32.71c-.13-.258-.259-.516-.517-.645-.129-.13-.257-.258-.386-.516a1.77 1.77 0 0 0-.517-.387l-17.032 9.806c-7.097 4.129-10.968 11.484-10.968 19.097 7.613 0 14.968-4 19.097-10.968-4.13 7.097-3.741 15.355 0 21.936 6.581-3.742 10.969-10.968 10.969-19.097V35.549c.128-1.032-.13-1.936-.646-2.839Z\" fill=\"#8BDF55\"/><path d=\"m70.936 31.162-17.033 9.806c-7.096 4.128-10.968 11.483-10.968 19.096l28.388-28.386c-.129-.258-.258-.387-.387-.516Z\" fill=\"#25C16F\"/><path d=\"M42.935 60.064c7.614 0 14.968-4 19.097-10.967l9.807-17.032a1.784 1.784 0 0 1-.387-.517L42.935 60.064Z\" fill=\"#8BDF55\"/><path d=\"m71.839 32.065-9.807 17.032c-4.129 7.096-3.742 15.354 0 21.935L72.354 32.71c-.258-.129-.386-.387-.515-.645Z\" fill=\"#FB0\"/><path d=\"M62.032 71.032C68.612 67.29 73 60.064 73 51.935V35.548c0-1.032-.258-1.936-.774-2.71L62.032 71.032Z\" fill=\"#FFA800\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1joerby\",\"data-framer-appear-id\":\"1joerby\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9gl3yi-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aC56VsfaB\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"aC56VsfaB\",layoutId:\"aC56VsfaB\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r6nlb1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ou6smq\",\"data-framer-name\":\"GXF-2 (31)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"28\" y=\"28\" width=\"48\" height=\"48\" rx=\"7\" fill=\"#ED2224\"/><path d=\"M55.75 39.25h10.688v25.5L55.75 39.25Zm-7.5 0H37.562v25.5l10.688-25.5Zm3.656 9.281-4.5 11.063h4.875l2.157 5.156h4.312\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bwjg72\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sww1ez-container\",id:\"1sww1ez\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"H_89NwJ3A\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"H_89NwJ3A\",layoutId:\"H_89NwJ3A\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qqoqhx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1san2i2\",\"data-framer-name\":\"GXF-2 (30)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M50.172 43.507V70H28l22.172-26.493Zm0-9.507c0 6.057-4.965 10.971-11.086 10.971C32.966 44.971 28 40.058 28 34h22.172Zm3.656 36c0-6.063 4.96-10.971 11.086-10.971C71.041 59.029 76 63.942 76 70H53.828Zm0-9.513V34H76L53.828 60.487Z\" fill=\"#03363D\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1b5d525\",\"data-framer-appear-id\":\"1b5d525\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1we6p8t-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WLLqO_3te\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"WLLqO_3te\",layoutId:\"WLLqO_3te\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-edvs1x\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kjj4nu\",\"data-framer-name\":\"GXF-2 (34)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M72.404 50.699a12.97 12.97 0 0 0-4.617-4.765c-1.458-.88-2.967-1.44-4.67-1.682v-6.335a4.51 4.51 0 0 0 2.022-1.736 4.774 4.774 0 0 0 .735-2.616 4.923 4.923 0 0 0-.342-1.829 4.778 4.778 0 0 0-.992-1.552 4.577 4.577 0 0 0-1.489-1.039 4.434 4.434 0 0 0-1.759-.364 4.534 4.534 0 0 0-3.261 1.4 4.896 4.896 0 0 0-1.359 3.384c0 1.944.993 3.602 2.7 4.352v6.3c-1.414.212-2.786.66-4.063 1.325L38.985 32.7c.115-.448.214-.912.214-1.4 0-2.928-2.283-5.3-5.101-5.3S29 28.372 29 31.3s2.283 5.3 5.101 5.3a4.92 4.92 0 0 0 2.62-.774l1.069.841 14.644 10.97c-.776.737-1.497 1.578-2.074 2.522-1.168 1.924-1.882 4.039-1.882 6.348v.476c.005 1.565.276 3.118.802 4.586a12.12 12.12 0 0 0 1.897 3.427l-4.864 5.066c-1.44-.555-3.055-.186-4.143.944a4.147 4.147 0 0 0-1.154 2.896 4.182 4.182 0 0 0 1.157 2.896A3.857 3.857 0 0 0 44.961 78c1.046 0 2.05-.428 2.787-1.202a4.178 4.178 0 0 0 1.154-2.896c0-.417-.063-.832-.184-1.23l5.025-5.22c.688.496 1.432.912 2.234 1.27a12.643 12.643 0 0 0 5.228 1.142h.343c2.108 0 4.097-.516 5.965-1.567a12.543 12.543 0 0 0 4.673-4.574C73.358 61.779 74 59.625 74 57.256v-.119c0-2.328-.52-4.474-1.604-6.442l.008.004Zm-6.136 10.957c-1.364 1.575-2.933 2.547-4.705 2.547h-.336c-1.011 0-2.004-.29-2.97-.822a6.976 6.976 0 0 1-2.604-2.463c-.703-1.032-1.085-2.158-1.085-3.352v-.357c0-1.175.218-2.29.764-3.34.584-1.19 1.374-2.044 2.425-2.754 1.05-.71 2.13-1.05 3.36-1.05h.114c1.108 0 2.165.225 3.158.753a6.783 6.783 0 0 1 2.482 2.344 7.65 7.65 0 0 1 1.111 3.293l.027.742c0 1.614-.596 3.11-1.783 4.467l.042-.008Z\" fill=\"#E04826\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-uvacqk hidden-cao7i3\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r2dr1\",id:\"r2dr1\",style:{scale:.9},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f24jo8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-41uq6m-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zwGI3K08M\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"top\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"zwGI3K08M\",layoutId:\"zwGI3K08M\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ks9ne6\",\"data-framer-appear-id\":\"ks9ne6-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f5kbg2-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WIB0SMDXO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"WIB0SMDXO\",layoutId:\"WIB0SMDXO\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-52m4fb\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-101ur55\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" viewBox=\"0 0 104 104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#paint0_linear_1994_459)\"/>\\n<rect x=\"0.5\" y=\"0.5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<path d=\"M28 35C28 31.134 31.134 28 35 28H51V51H28V35Z\" fill=\"#F1511B\"/>\\n<path d=\"M28 53H51V76H35C31.134 76 28 72.866 28 69V53Z\" fill=\"#00ADEF\"/>\\n<path d=\"M53 28H69C72.866 28 76 31.134 76 35V51H53V28Z\" fill=\"#80CC28\"/>\\n<path d=\"M53 53H76V69C76 72.866 72.866 76 69 76H53V53Z\" fill=\"#FBBC09\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1994_459\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"0.5\"/>\\n<stop offset=\"1\" stop-color=\"#111111\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1gcz3l0\",\"data-framer-appear-id\":\"1gcz3l0-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oqohi3-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KeOvdYvoW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"KeOvdYvoW\",layoutId:\"KeOvdYvoW\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k7853w\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rgierh\",\"data-framer-name\":\"GXF-2 Design (4)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M46.465 34.799a11.846 11.846 0 0 1 8.37-3.423c4.356 0 8.157 2.314 10.182 5.75a14.668 14.668 0 0 1 5.755-1.166C78.629 35.96 85 42.08 85 49.63c0 7.551-6.37 13.672-14.228 13.672-.96 0-1.897-.092-2.803-.266-1.783 3.028-5.18 5.075-9.078 5.075a10.78 10.78 0 0 1-4.55-.998C52.532 71.16 48.322 74 43.415 74c-5.11 0-9.464-3.08-11.136-7.398a11.46 11.46 0 0 1-2.264.224C23.932 66.826 19 62.08 19 56.225c0-3.924 2.216-7.35 5.509-9.183a11.644 11.644 0 0 1-1.055-4.85C23.454 35.46 29.194 30 36.273 30c4.156 0 7.85 1.882 10.192 4.799Z\" fill=\"#00A1E0\"/><path d=\"M28.56 52.817c-.042.103.015.125.028.143.124.086.25.147.377.216.673.34 1.308.44 1.973.44 1.354 0 2.195-.686 2.195-1.79v-.022c0-1.02-.95-1.391-1.84-1.659l-.115-.036c-.671-.207-1.25-.387-1.25-.807v-.023c0-.36.338-.625.863-.625.582 0 1.274.185 1.72.42 0 0 .13.08.179-.041.026-.065.252-.643.275-.706.025-.068-.02-.118-.066-.145-.508-.294-1.212-.496-1.94-.496l-.135.001c-1.239 0-2.104.713-2.104 1.735v.021c0 1.077.954 1.427 1.849 1.67l.143.042c.652.191 1.213.355 1.213.792v.021c0 .4-.364.697-.953.697-.229 0-.957-.005-1.744-.478-.095-.053-.15-.091-.224-.134-.038-.023-.135-.063-.178.059l-.267.705Zm19.82 0c-.042.103.014.125.027.143.125.086.25.147.377.216.674.34 1.31.44 1.974.44 1.354 0 2.194-.686 2.194-1.79v-.022c0-1.02-.948-1.391-1.839-1.659l-.115-.036c-.672-.207-1.25-.387-1.25-.807v-.023c0-.36.338-.625.862-.625.583 0 1.275.185 1.72.42 0 0 .131.08.18-.041l.275-.706c.025-.068-.02-.118-.066-.145-.509-.294-1.212-.496-1.94-.496l-.135.001c-1.24 0-2.104.713-2.104 1.735v.021c0 1.077.954 1.427 1.848 1.67l.144.042c.652.191 1.214.355 1.214.792v.021c0 .4-.366.697-.954.697-.229 0-.957-.005-1.744-.478-.095-.053-.152-.09-.223-.134-.025-.015-.14-.057-.179.059l-.267.705Zm13.53-2.163c0 .625-.123 1.116-.363 1.464-.238.344-.598.511-1.1.511-.503 0-.861-.166-1.096-.511-.236-.347-.357-.84-.357-1.464 0-.623.12-1.114.357-1.457.235-.34.593-.506 1.096-.506.502 0 .862.165 1.1.506.24.343.363.834.363 1.457Zm1.13-1.157a2.553 2.553 0 0 0-.515-.934 2.477 2.477 0 0 0-.867-.629 2.978 2.978 0 0 0-1.211-.231c-.46 0-.867.078-1.212.231a2.49 2.49 0 0 0-.869.629c-.23.263-.402.578-.514.934-.11.356-.166.745-.166 1.157 0 .413.056.803.166 1.157.112.357.284.672.515.935.23.264.523.474.868.624.346.15.753.225 1.212.225.458 0 .865-.076 1.21-.225.346-.15.638-.36.868-.624.23-.262.404-.577.515-.934.11-.356.166-.746.166-1.157a3.88 3.88 0 0 0-.166-1.157Zm9.28 2.965c-.038-.104-.144-.065-.144-.065-.165.06-.34.116-.526.143a4.278 4.278 0 0 1-.62.042c-.546 0-.98-.154-1.292-.46-.312-.307-.487-.802-.485-1.472.002-.61.156-1.068.433-1.418.276-.347.695-.525 1.255-.525.466 0 .821.05 1.194.163 0 0 .089.037.131-.075.099-.261.172-.448.278-.736.03-.081-.044-.116-.07-.126a4.585 4.585 0 0 0-.754-.18 5.937 5.937 0 0 0-.848-.055c-.475 0-.898.077-1.26.23a2.61 2.61 0 0 0-.91.628 2.64 2.64 0 0 0-.55.935 3.558 3.558 0 0 0-.184 1.159c0 .893.253 1.614.752 2.143.5.53 1.251.8 2.23.8.58 0 1.174-.113 1.601-.273 0 0 .082-.037.046-.128l-.277-.73Zm1.977-2.405c.054-.347.154-.635.31-.86.234-.341.59-.528 1.093-.528.502 0 .834.188 1.072.528.158.225.226.526.253.86h-2.728Zm3.805-.762a2.234 2.234 0 0 0-.49-.853c-.246-.252-.487-.429-.726-.527a2.919 2.919 0 0 0-1.096-.212c-.478 0-.91.076-1.263.234a2.503 2.503 0 0 0-.88.64 2.584 2.584 0 0 0-.519.946c-.111.359-.168.75-.168 1.163 0 .42.059.811.174 1.163.117.355.303.668.555.926.25.26.574.465.962.607.384.142.851.215 1.388.214 1.105-.003 1.687-.238 1.927-.364.042-.022.082-.062.032-.175l-.25-.667c-.038-.1-.144-.063-.144-.063-.274.097-.663.271-1.57.27-.594-.002-1.034-.168-1.31-.429-.282-.267-.42-.659-.445-1.212l3.826.003s.1-.002.11-.095c.004-.04.132-.748-.113-1.57Zm-34.442.762c.055-.347.154-.635.31-.86.233-.341.59-.528 1.093-.528.502 0 .834.188 1.072.528.157.225.226.526.253.86H43.66Zm3.804-.762a2.235 2.235 0 0 0-.489-.853c-.246-.252-.487-.429-.726-.527a2.92 2.92 0 0 0-1.096-.212c-.477 0-.911.076-1.263.234a2.503 2.503 0 0 0-.88.64 2.584 2.584 0 0 0-.519.946c-.11.359-.168.75-.168 1.163 0 .42.058.811.174 1.163.117.355.303.668.555.926.25.26.574.465.961.607.385.142.852.215 1.39.214 1.104-.003 1.686-.238 1.925-.364.043-.022.083-.062.032-.175l-.249-.667c-.038-.1-.144-.063-.144-.063-.274.097-.662.271-1.572.27-.592-.002-1.032-.168-1.307-.429-.283-.267-.422-.659-.446-1.212l3.826.003s.1-.002.11-.095c.004-.04.132-.748-.114-1.57Zm-12.073 3.148c-.15-.114-.17-.143-.22-.216-.076-.112-.115-.272-.115-.474 0-.32.111-.55.342-.706-.003.001.329-.273 1.109-.263.548.007 1.038.084 1.038.084v1.657s-.485.1-1.032.13c-.779.045-1.125-.213-1.122-.212Zm1.522-2.56a8.957 8.957 0 0 0-.597-.018 3.8 3.8 0 0 0-.942.116 2.514 2.514 0 0 0-.799.353c-.232.158-.42.36-.555.6-.135.24-.204.523-.204.84 0 .323.058.603.175.832.117.23.285.422.5.57.212.148.474.256.779.321.3.066.64.099 1.012.099.392 0 .784-.03 1.162-.092.375-.061.836-.15.964-.178.127-.028.268-.065.268-.065.095-.023.087-.12.087-.12l-.002-3.331c0-.73-.204-1.273-.608-1.608-.401-.335-.993-.505-1.757-.505a6.71 6.71 0 0 0-1.025.09s-.836.155-1.18.41c0 0-.075.046-.034.146l.271.693c.034.09.125.06.125.06s.03-.012.063-.03c.736-.382 1.667-.37 1.667-.37.414 0 .732.079.946.235.209.153.315.383.315.868v.154c-.329-.045-.63-.07-.63-.07Zm30.855-1.878a.097.097 0 0 0-.058-.131 3.473 3.473 0 0 0-.64-.105c-.481-.027-.748.05-.987.152-.237.102-.5.267-.647.454v-.444a.108.108 0 0 0-.11-.11h-.98a.108.108 0 0 0-.11.11v5.435c0 .06.052.111.116.111h1.005c.064 0 .116-.05.116-.111v-2.715c0-.365.042-.728.127-.957.083-.225.195-.406.335-.536.14-.129.299-.22.472-.27a1.94 1.94 0 0 1 .514-.07c.2 0 .42.05.42.05.073.008.115-.035.14-.099.065-.166.251-.665.287-.764Z\" fill=\"#fff\"/><path d=\"M58.334 45.486a3.434 3.434 0 0 0-.378-.086 3.15 3.15 0 0 0-.52-.038c-.692 0-1.237.187-1.62.554-.38.365-.64.921-.769 1.653l-.047.246h-.868s-.106-.003-.128.106l-.142.758c-.01.072.022.118.124.118h.845l-.858 4.56a5.414 5.414 0 0 1-.229.898c-.084.225-.165.394-.267.518a.708.708 0 0 1-.35.257 1.49 1.49 0 0 1-.45.062c-.092 0-.215-.015-.306-.032a.936.936 0 0 1-.207-.064s-.099-.036-.139.058l-.283.74c-.027.073.01.13.059.147.113.037.196.062.35.097.212.048.392.05.56.05.352 0 .673-.047.94-.138.266-.093.5-.253.706-.47.223-.234.363-.48.496-.815.133-.332.247-.744.337-1.224l.862-4.644h1.26s.106.003.128-.107l.143-.758c.01-.072-.023-.117-.125-.117h-1.223c.006-.026.062-.436.202-.822.06-.164.173-.297.268-.389a.809.809 0 0 1 .32-.19 1.42 1.42 0 0 1 .411-.055c.115 0 .229.013.314.03.119.024.165.036.196.045.125.036.142.001.166-.056l.292-.765c.03-.082-.044-.117-.07-.127Zm-17.09 7.88c0 .061-.046.11-.11.11H40.12a.107.107 0 0 1-.11-.11V45.59c0-.06.046-.11.11-.11h1.014c.064 0 .11.05.11.11v7.776Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15ll7jm\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-biuy6y\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" viewBox=\"0 0 104 104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1994_461)\">\\n<path d=\"M0 38.4C0 24.9587 0 18.2381 2.61584 13.1042C4.9168 8.58834 8.58834 4.9168 13.1042 2.61584C18.2381 0 24.9587 0 38.4 0H65.6C79.0413 0 85.7619 0 90.8958 2.61584C95.4117 4.9168 99.0832 8.58834 101.384 13.1042C104 18.2381 104 24.9587 104 38.4V65.6C104 79.0413 104 85.7619 101.384 90.8958C99.0832 95.4117 95.4117 99.0832 90.8958 101.384C85.7619 104 79.0413 104 65.6 104H38.4C24.9587 104 18.2381 104 13.1042 101.384C8.58834 99.0832 4.9168 95.4117 2.61584 90.8958C0 85.7619 0 79.0413 0 65.6V38.4Z\" fill=\"black\"/>\\n<path d=\"M0 9L104 -95\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 14L104 -90\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 19L104 -85\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 24L104 -80\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 29L104 -75\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 34L104 -70\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 39L104 -65\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 44L104 -60\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 49L104 -55\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 54L104 -50\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 59L104 -45\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 64L104 -40\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 69L104 -35\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 74L104 -30\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 79L104 -25\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 84L104 -20\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 89L104 -15\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 94L104 -10\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 99L104 -5\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 104L104 0\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 109L104 5\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 114L104 10\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 119L104 15\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 124L104 20\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 129L104 25\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 134L104 30\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 139L104 35\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 144L104 40\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 149L104 45\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 154L104 50\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 159L104 55\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 164L104 60\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 169L104 65\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 174L104 70\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 179L104 75\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 184L104 80\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 189L104 85\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 194L104 90\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n<path d=\"M0 199L104 95\" stroke=\"white\" stroke-opacity=\"0.04\"/>\\n</g>\\n<path d=\"M38.4 0.5H65.6C72.3289 0.5 77.3455 0.500389 81.3224 0.82532C85.2936 1.14977 88.1841 1.79533 90.6688 3.06135C95.0906 5.31437 98.6856 8.90941 100.939 13.3312C102.205 15.8159 102.85 18.7064 103.175 22.6776C103.5 26.6545 103.5 31.6711 103.5 38.4V65.6C103.5 72.3289 103.5 77.3455 103.175 81.3224C102.85 85.2936 102.205 88.1841 100.939 90.6688C98.6856 95.0906 95.0906 98.6856 90.6688 100.939C88.1841 102.205 85.2936 102.85 81.3224 103.175C77.3455 103.5 72.3289 103.5 65.6 103.5H38.4C31.6711 103.5 26.6545 103.5 22.6776 103.175C18.7064 102.85 15.8159 102.205 13.3312 100.939C8.90941 98.6856 5.31437 95.0906 3.06135 90.6688C1.79533 88.1841 1.14977 85.2936 0.82532 81.3224C0.500389 77.3455 0.5 72.3289 0.5 65.6V38.4C0.5 31.6711 0.500389 26.6545 0.82532 22.6776C1.14977 18.7064 1.79533 15.8159 3.06135 13.3312C5.31437 8.90941 8.90941 5.31437 13.3312 3.06135C15.8159 1.79533 18.7064 1.14977 22.6776 0.82532C26.6545 0.500389 31.6711 0.5 38.4 0.5Z\" stroke=\"white\" stroke-opacity=\"0.1\"/>\\n<defs>\\n<clipPath id=\"clip0_1994_461\">\\n<path d=\"M0 38.4C0 24.9587 0 18.2381 2.61584 13.1042C4.9168 8.58834 8.58834 4.9168 13.1042 2.61584C18.2381 0 24.9587 0 38.4 0H65.6C79.0413 0 85.7619 0 90.8958 2.61584C95.4117 4.9168 99.0832 8.58834 101.384 13.1042C104 18.2381 104 24.9587 104 38.4V65.6C104 79.0413 104 85.7619 101.384 90.8958C99.0832 95.4117 95.4117 99.0832 90.8958 101.384C85.7619 104 79.0413 104 65.6 104H38.4C24.9587 104 18.2381 104 13.1042 101.384C8.58834 99.0832 4.9168 95.4117 2.61584 90.8958C0 85.7619 0 79.0413 0 65.6V38.4Z\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-3rw4en\",\"data-framer-appear-id\":\"3rw4en-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate3,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-mgkrmt-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"whx5rL8VS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"whx5rL8VS\",layoutId:\"whx5rL8VS\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jurgzr\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uaw4u5\",\"data-framer-name\":\"GXF-2 div (4)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M70 28H34a6 6 0 0 0-6 6v36a6 6 0 0 0 6 6h36a6 6 0 0 0 6-6V34a6 6 0 0 0-6-6Zm-11.601 8.8a1.605 1.605 0 0 1 1.6-1.6 1.605 1.605 0 0 1 1.601 1.6v21.376a1.605 1.605 0 0 1-1.6 1.6 1.605 1.605 0 0 1-1.601-1.6V36.8Zm-8-.81A1.605 1.605 0 0 1 52 34.39a1.605 1.605 0 0 1 1.6 1.6v23.201a1.605 1.605 0 0 1-1.6 1.6 1.605 1.605 0 0 1-1.6-1.6v-23.2Zm-7.999.81a1.605 1.605 0 0 1 1.6-1.6c.886 0 1.6.717 1.6 1.6v21.376a1.599 1.599 0 1 1-3.2 0V36.8Zm-8 3.2a1.599 1.599 0 1 1 3.2 0v14.391a1.605 1.605 0 0 1-1.6 1.6 1.599 1.599 0 0 1-1.6-1.6V40Zm34.642 24.405c-.246.213-6.175 5.186-17.04 5.186-10.867 0-16.793-4.973-17.04-5.186a1.6 1.6 0 0 1 2.075-2.431c.093.078 5.386 4.417 14.963 4.417 9.696 0 14.907-4.371 14.958-4.415a1.6 1.6 0 0 1 2.085 2.428h-.001Zm.558-10.014a1.605 1.605 0 0 1-1.601 1.6 1.599 1.599 0 0 1-1.599-1.6V40a1.599 1.599 0 1 1 3.2 0v14.391Z\" fill=\"#286EFA\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1431tvk\",\"data-framer-appear-id\":\"1431tvk-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r99o62-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OMDHWeDLt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"OMDHWeDLt\",layoutId:\"OMDHWeDLt\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xh84ml\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ysbeca\",\"data-framer-name\":\"GXF-2 (33)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"28\" y=\"28\" width=\"48\" height=\"48\" rx=\"7\" fill=\"#E30613\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M59 46H45a6 6 0 0 0 0 12h14a6 6 0 0 0 0-12Zm-14-4c-5.523 0-10 4.477-10 10s4.477 10 10 10h14c5.523 0 10-4.477 10-10s-4.477-10-10-10H45Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3mucbo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Sa5wtlefp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"bottom\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",hoverFactor:1,id:\"Sa5wtlefp\",layoutId:\"Sa5wtlefp\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-207c0b\",\"data-framer-appear-id\":\"207c0b-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kyd2mx-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"C13n3fDt8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"C13n3fDt8\",layoutId:\"C13n3fDt8\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k5z6yu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11yvsqf\",\"data-framer-name\":\"GXF-2 (29)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M29.258 55.29c.645 4.774 2.968 9.033 6.194 12.258l7.483-7.484c0-7.613 4-14.968 10.968-19.096L29.258 55.29Z\" fill=\"#9B65C3\"/><path d=\"M42.935 60.064c-3.742 0-7.483-.902-10.967-2.967-.903-.516-1.807-1.162-2.71-1.807.645 4.774 2.968 9.033 6.194 12.258l7.483-7.484Z\" fill=\"#9B65C3\"/><path d=\"m42.935 60.064-7.483 7.484c3.226 3.226 7.483 5.549 12.258 6.194l14.322-24.645c-4.129 6.967-11.483 10.967-19.096 10.967Z\" fill=\"#BE63C5\"/><path d=\"M45.903 71.033c-2.064-3.484-2.968-7.227-2.968-10.969l-7.483 7.484c3.226 3.226 7.483 5.549 12.258 6.194-.645-.774-1.29-1.677-1.807-2.71Z\" fill=\"#BF63C6\"/><path d=\"m70.936 31.162-17.033 9.806c-7.096 4.128-15.354 3.742-21.935 0C30.032 44.194 29 47.936 29 52.065c0 1.161.129 2.193.258 3.225.903.645 1.807 1.291 2.71 1.807 3.484 2.065 7.226 2.967 10.967 2.967l28.388-28.386c-.129-.258-.258-.387-.387-.516Z\" fill=\"#3278B1\"/><path d=\"M31.968 57.097c3.484 2.065 7.226 2.967 10.967 2.967 0-7.613 4-14.968 10.968-19.096L29.258 55.29c.774.645 1.678 1.291 2.71 1.807Z\" fill=\"#3278B2\"/><path d=\"M31.968 40.968C30.032 44.194 29 47.936 29 52.065c0 1.161.129 2.193.258 3.225l24.645-14.322c-6.967 4.128-15.354 3.871-21.935 0Z\" fill=\"#45A4EC\"/><path d=\"M71.323 31.678a1.784 1.784 0 0 0-.516-.388c-.258-.129-.388-.387-.645-.516-.775-.516-1.807-.774-2.71-.774H50.936c-8.13 0-15.226 4.387-19.098 10.968 6.581 3.742 14.968 4.129 21.937 0-7.097 4.129-10.968 11.484-10.968 19.097 7.613 0 14.968-4 19.097-10.968l9.806-17.032c0-.13-.129-.258-.387-.387Z\" fill=\"#19BB7D\"/><path d=\"m53.903 40.968 17.033-9.806c-.258-.13-.387-.388-.645-.517L31.968 40.968c6.58 3.871 14.968 4.128 21.935 0Z\" fill=\"#08C7FB\"/><path d=\"M67.452 30H50.936c-8.13 0-15.226 4.387-19.098 10.968l38.324-10.323a6 6 0 0 0-2.71-.645Z\" fill=\"#59F2F6\"/><path d=\"m62.032 49.097 9.807-17.032a1.784 1.784 0 0 1-.387-.517L43.064 59.936c0 3.742.904 7.483 2.968 10.967.516.904 1.161 1.807 1.806 2.71 1.033.13 2.194.258 3.226.258 4 0 7.742-1.032 10.968-2.968-3.871-6.451-4.128-14.839 0-21.806Z\" fill=\"#DA3757\"/><path d=\"M42.935 60.064c0 3.742.904 7.485 2.968 10.969.516.903 1.162 1.806 1.807 2.709l14.322-24.645c-4.129 6.967-11.483 10.967-19.096 10.967Z\" fill=\"#D33C4E\"/><path d=\"M62.032 49.097 47.71 73.742c1.032.129 2.193.258 3.225.258 4 0 7.742-1.032 10.968-2.968-3.742-6.58-4-14.968.13-21.935Z\" fill=\"#EE5A24\"/><path d=\"M72.227 32.71c-.13-.258-.259-.516-.517-.645-.129-.13-.257-.258-.386-.516a1.77 1.77 0 0 0-.517-.387l-17.032 9.806c-7.097 4.129-10.968 11.484-10.968 19.097 7.613 0 14.968-4 19.097-10.968-4.13 7.097-3.741 15.355 0 21.936 6.581-3.742 10.969-10.968 10.969-19.097V35.549c.128-1.032-.13-1.936-.646-2.839Z\" fill=\"#8BDF55\"/><path d=\"m70.936 31.162-17.033 9.806c-7.096 4.128-10.968 11.483-10.968 19.096l28.388-28.386c-.129-.258-.258-.387-.387-.516Z\" fill=\"#25C16F\"/><path d=\"M42.935 60.064c7.614 0 14.968-4 19.097-10.967l9.807-17.032a1.784 1.784 0 0 1-.387-.517L42.935 60.064Z\" fill=\"#8BDF55\"/><path d=\"m71.839 32.065-9.807 17.032c-4.129 7.096-3.742 15.354 0 21.935L72.354 32.71c-.258-.129-.386-.387-.515-.645Z\" fill=\"#FB0\"/><path d=\"M62.032 71.032C68.612 67.29 73 60.064 73 51.935V35.548c0-1.032-.258-1.936-.774-2.71L62.032 71.032Z\" fill=\"#FFA800\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1joerby\",\"data-framer-appear-id\":\"1joerby-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9gl3yi-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aC56VsfaB\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"aC56VsfaB\",layoutId:\"aC56VsfaB\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r6nlb1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ou6smq\",\"data-framer-name\":\"GXF-2 (31)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"28\" y=\"28\" width=\"48\" height=\"48\" rx=\"7\" fill=\"#ED2224\"/><path d=\"M55.75 39.25h10.688v25.5L55.75 39.25Zm-7.5 0H37.562v25.5l10.688-25.5Zm3.656 9.281-4.5 11.063h4.875l2.157 5.156h4.312\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bwjg72\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sww1ez-container\",id:\"1sww1ez\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"H_89NwJ3A\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"H_89NwJ3A\",layoutId:\"H_89NwJ3A\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qqoqhx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1san2i2\",\"data-framer-name\":\"GXF-2 (30)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M50.172 43.507V70H28l22.172-26.493Zm0-9.507c0 6.057-4.965 10.971-11.086 10.971C32.966 44.971 28 40.058 28 34h22.172Zm3.656 36c0-6.063 4.96-10.971 11.086-10.971C71.041 59.029 76 63.942 76 70H53.828Zm0-9.513V34H76L53.828 60.487Z\" fill=\"#03363D\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1b5d525\",\"data-framer-appear-id\":\"1b5d525-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1we6p8t-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WLLqO_3te\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"WLLqO_3te\",layoutId:\"WLLqO_3te\",length:40,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-edvs1x\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kjj4nu\",\"data-framer-name\":\"GXF-2 (34)\",fill:\"black\",intrinsicHeight:104,intrinsicWidth:104,svg:'<svg width=\"104\" height=\"104\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"104\" height=\"104\" rx=\"24\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"103\" height=\"103\" rx=\"23.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M72.404 50.699a12.97 12.97 0 0 0-4.617-4.765c-1.458-.88-2.967-1.44-4.67-1.682v-6.335a4.51 4.51 0 0 0 2.022-1.736 4.774 4.774 0 0 0 .735-2.616 4.923 4.923 0 0 0-.342-1.829 4.778 4.778 0 0 0-.992-1.552 4.577 4.577 0 0 0-1.489-1.039 4.434 4.434 0 0 0-1.759-.364 4.534 4.534 0 0 0-3.261 1.4 4.896 4.896 0 0 0-1.359 3.384c0 1.944.993 3.602 2.7 4.352v6.3c-1.414.212-2.786.66-4.063 1.325L38.985 32.7c.115-.448.214-.912.214-1.4 0-2.928-2.283-5.3-5.101-5.3S29 28.372 29 31.3s2.283 5.3 5.101 5.3a4.92 4.92 0 0 0 2.62-.774l1.069.841 14.644 10.97c-.776.737-1.497 1.578-2.074 2.522-1.168 1.924-1.882 4.039-1.882 6.348v.476c.005 1.565.276 3.118.802 4.586a12.12 12.12 0 0 0 1.897 3.427l-4.864 5.066c-1.44-.555-3.055-.186-4.143.944a4.147 4.147 0 0 0-1.154 2.896 4.182 4.182 0 0 0 1.157 2.896A3.857 3.857 0 0 0 44.961 78c1.046 0 2.05-.428 2.787-1.202a4.178 4.178 0 0 0 1.154-2.896c0-.417-.063-.832-.184-1.23l5.025-5.22c.688.496 1.432.912 2.234 1.27a12.643 12.643 0 0 0 5.228 1.142h.343c2.108 0 4.097-.516 5.965-1.567a12.543 12.543 0 0 0 4.673-4.574C73.358 61.779 74 59.625 74 57.256v-.119c0-2.328-.52-4.474-1.604-6.442l.008.004Zm-6.136 10.957c-1.364 1.575-2.933 2.547-4.705 2.547h-.336c-1.011 0-2.004-.29-2.97-.822a6.976 6.976 0 0 1-2.604-2.463c-.703-1.032-1.085-2.158-1.085-3.352v-.357c0-1.175.218-2.29.764-3.34.584-1.19 1.374-2.044 2.425-2.754 1.05-.71 2.13-1.05 3.36-1.05h.114c1.108 0 2.165.225 3.158.753a6.783 6.783 0 0 1 2.482 2.344 7.65 7.65 0 0 1 1.111 3.293l.027.742c0 1.614-.596 3.11-1.783 4.467l.042-.008Z\" fill=\"#E04826\"/><defs><linearGradient id=\"a\" x1=\"52\" y1=\"0\" x2=\"52\" y2=\"104\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient></defs></svg>',withExternalLayout:true})})]})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})]})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1dg6kmk\",\"data-framer-appear-id\":\"1dg6kmk\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-af2uv3\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-127ojr7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Deploy any AI Model\"})}),className:\"framer-3ikrkn\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Resolve issues faster and more effectively with any AI model. Boost customer satisfaction, shorten ticket resolution times, and enhance overall operational efficiency.\"})}),className:\"framer-1hl1eu5\",fonts:[\"Inter\"],id:\"1hl1eu5\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l3zbbn\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rvlyl\",style:{scale:.9},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cyyjqw-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CiW1Cy21R\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{skewX:12,skewY:-3,transformPerspective:1282},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"CiW1Cy21R\",layoutId:\"CiW1Cy21R\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kp8mea\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-165we4g\",\"data-framer-name\":\"Div (6)\",fill:\"black\",intrinsicHeight:163,intrinsicWidth:176,svg:'<svg width=\"176\" height=\"163\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.107 55.95c-.622-19.374-.934-29.06 2.804-36.46 3.287-6.509 8.697-11.8 15.452-15.117C28.043.603 38.256.603 58.682.603h53.49c20.425 0 30.638 0 38.561 3.77 6.968 3.316 12.718 8.608 16.423 15.117 4.213 7.4 4.524 17.086 5.147 36.46l1.629 50.734c.623 19.373.934 29.06-2.803 36.459-3.288 6.509-8.697 11.801-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.639 0-38.561-3.77-6.97-3.316-12.718-8.608-16.424-15.117-4.213-7.399-4.524-17.086-5.146-36.459l-1.63-50.735Z\" fill=\"url(#b)\"/><path d=\"M58.697 1.083h53.49c10.221 0 17.857 0 23.928.47 6.065.469 10.525 1.403 14.401 3.248 6.872 3.27 12.542 8.489 16.196 14.907 2.061 3.62 3.182 7.822 3.86 13.56.68 5.745.913 12.987 1.224 22.681l1.63 50.735c.311 9.694.544 16.936.233 22.68-.31 5.739-1.16 9.94-2.989 13.561-3.241 6.418-8.576 11.637-15.238 14.907-3.758 1.845-8.157 2.779-14.192 3.248-6.041.47-13.677.47-23.898.47h-53.49c-10.221 0-17.856 0-23.927-.47-6.066-.469-10.525-1.403-14.402-3.248-6.872-3.27-12.541-8.489-16.196-14.907-2.061-3.621-3.181-7.822-3.86-13.561-.68-5.744-.912-12.986-1.224-22.68l-1.63-50.735c-.311-9.694-.543-16.936-.233-22.68.31-5.739 1.16-9.94 2.99-13.56C8.61 13.288 13.944 8.07 20.606 4.8c3.758-1.845 8.158-2.78 14.193-3.248 6.04-.47 13.676-.47 23.897-.47Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M67.076 90.821c8.297 19.858 30.866 23.006 44.126 14.53h15.829l.374 11.624c-5.492 4.574-12.046 7.875-19.168 9.653-7.122 1.778-14.627 1.987-21.947.611a52.083 52.083 0 0 1-20.317-8.553c-6.048-4.253-11.04-9.723-14.6-15.999\" fill=\"#34A853\"/><path d=\"M127.405 116.975c5.395-4.897 9.414-11.599 11.569-19.294 2.155-7.695 2.353-16.05.57-24.053H93.842l.576 17.92h26.042c-.999 5.973-4.085 10.574-9.258 13.803\" fill=\"#4285F4\"/><path d=\"M51.372 102.687c-3.564-6.473-5.532-13.544-5.762-20.705a43.994 43.994 0 0 1 4.432-20.705l16.466 11.866c-1.85 5.974-1.661 11.866.568 17.678\" fill=\"#FBBC02\"/><path d=\"M66.508 73.143c5.08-16.709 28.769-26.395 45.313-12.108l13.622-13.077c-20.498-18.162-59.283-17.435-75.401 13.32\" fill=\"#EA4335\"/></g><defs><linearGradient id=\"b\" x1=\"85.427\" y1=\".603\" x2=\"85.427\" y2=\"162.03\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.671\" y=\"-19.397\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_88\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_88\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-scpvkf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-66dilp\",\"data-framer-name\":\"Div (7)\",fill:\"black\",intrinsicHeight:162,intrinsicWidth:177,svg:'<svg width=\"177\" height=\"162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.761 55.615c-.622-19.373-.933-29.06 2.804-36.46 3.288-6.508 8.697-11.8 15.453-15.116C28.698.269 38.91.269 59.336.269h53.49c20.426 0 30.638 0 38.561 3.77 6.969 3.316 12.718 8.608 16.424 15.117 4.213 7.4 4.524 17.086 5.146 36.459l1.63 50.734c.622 19.374.933 29.06-2.804 36.46-3.287 6.509-8.697 11.8-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.638 0-38.56-3.77-6.97-3.317-12.719-8.608-16.425-15.117-4.212-7.4-4.524-17.086-5.146-36.46l-1.63-50.734Z\" fill=\"url(#b)\"/><path d=\"M59.352.749h53.49c10.221 0 17.856 0 23.927.47 6.066.468 10.525 1.403 14.402 3.248 6.872 3.27 12.541 8.488 16.196 14.907 2.061 3.62 3.181 7.822 3.86 13.56.679 5.745.912 12.986 1.224 22.681l1.629 50.734c.312 9.695.544 16.937.234 22.681-.31 5.739-1.161 9.94-2.989 13.561-3.242 6.418-8.576 11.636-15.238 14.907-3.758 1.845-8.158 2.779-14.193 3.248-6.041.469-13.676.47-23.897.47h-53.49c-10.222 0-17.857-.001-23.928-.47-6.065-.469-10.525-1.403-14.402-3.248-6.872-3.271-12.541-8.489-16.195-14.907-2.062-3.621-3.182-7.822-3.86-13.561-.68-5.744-.913-12.986-1.224-22.681l-1.63-50.734c-.312-9.695-.544-16.937-.233-22.68.31-5.74 1.16-9.94 2.989-13.561C9.265 12.955 14.6 7.737 21.262 4.467c3.758-1.845 8.157-2.78 14.192-3.249C41.495.75 49.131.748 59.352.748Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M130.644 72.608c2.028-6.284 1.035-13.162-2.725-18.875-5.659-8.758-16.613-13.263-27.101-11.146-6.147-6.191-15.262-8.944-23.913-7.223-8.65 1.722-15.523 7.656-18.032 15.57-6.892 1.33-12.746 5.392-16.065 11.146-5.155 8.744-3.567 19.773 3.928 27.275-2.037 6.28-1.051 13.159 2.705 18.874 5.666 8.761 16.627 13.266 27.12 11.147 4.857 4.949 11.697 7.765 18.77 7.728 10.821.009 20.197-6.526 23.192-16.165 6.891-1.333 12.744-5.394 16.065-11.147 5.091-8.728 3.499-19.699-3.944-27.184Zm-35.506 48.459c-4.319.006-8.548-1.41-11.946-4.001l.574-.309 19.289-10.601c.976-.545 1.557-1.54 1.529-2.618l-.832-25.893 8.443 4.491c.084.04.145.114.162.2l.689 21.457c.285 9.532-7.721 17.254-17.908 17.274ZM54.94 105.211c-2.278-3.499-3.187-7.6-2.568-11.583l.594.327 19.99 10.601c1.007.544 2.234.544 3.206 0L99.75 91.61l.288 8.964a.293.293 0 0 1-.129.236l-19.537 10.729c-8.683 4.762-20.061 1.93-25.43-6.328Zm-6.455-40.004c2.068-3.521 5.424-6.207 9.475-7.582l.7 21.82c.02 1.074.663 2.07 1.678 2.6l24.3 12.892-8.155 4.492a.33.33 0 0 1-.291 0l-20.188-10.71c-8.971-4.782-12.334-15.335-7.521-23.603l.002.091Zm68.656 14.82L92.76 67.007l8.135-4.473a.33.33 0 0 1 .292 0l20.188 10.729c6.301 3.343 10.079 9.732 9.698 16.398-.38 6.667-4.852 12.413-11.477 14.75l-.701-21.82c-.069-1.071-.735-2.045-1.753-2.564Zm7.886-11.62-.593-.327-19.954-10.692c-1.013-.546-2.248-.546-3.226 0L77.688 70.335 77.4 61.37a.24.24 0 0 1 .109-.237l19.499-10.71c6.101-3.346 13.827-3.034 19.827.801 6 3.836 9.191 10.503 8.191 17.11l.002.073ZM73.608 84.3l-8.443-4.473a.322.322 0 0 1-.162-.218l-.688-21.402c-.206-6.703 3.747-12.796 10.143-15.638 6.396-2.842 14.084-1.921 19.73 2.364l-.573.309-19.289 10.6c-.976.546-1.557 1.541-1.529 2.62l.81 25.838Zm4.217-9.092 10.504-5.764 10.894 5.764.37 11.528-10.484 5.765-10.895-5.765-.39-11.528Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"86.081\" y1=\".268\" x2=\"86.081\" y2=\"161.696\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.017\" y=\"-19.732\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_86\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_86\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbbu6t\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15k301k\",\"data-framer-name\":\"Div (8)\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 177 163\"><g transform=\"translate(2.036 0.934)\" id=\"ss12499642253_1\"><g><defs><linearGradient id=\"idss12499642253_2g1447641329\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0,0,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(17,17,17)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.38 55.346 C -0.242 35.973 -0.554 26.287 3.184 18.887 C 6.471 12.378 11.881 7.087 18.636 3.77 C 26.316 0 36.529 0 56.955 0 L 110.445 0 C 130.87 0 141.083 0 149.006 3.77 C 155.974 7.087 161.724 12.378 165.429 18.887 C 169.642 26.287 169.953 35.973 170.576 55.347 L 172.205 106.081 C 172.828 125.454 173.139 135.141 169.402 142.54 C 166.114 149.049 160.705 154.341 153.949 157.658 C 146.269 161.428 136.056 161.428 115.631 161.428 L 62.141 161.428 C 41.715 161.428 31.502 161.428 23.58 157.658 C 16.61 154.341 10.862 149.049 7.156 142.54 C 2.943 135.141 2.632 125.454 2.01 106.081 L 0.38 55.347 Z\" fill=\"url(#idss12499642253_2g1447641329)\"></path></g><path d=\"M 56.97 0.48 L 110.46 0.48 C 120.681 0.48 128.317 0.48 134.388 0.95 C 140.453 1.419 144.913 2.353 148.789 4.198 C 155.661 7.468 161.331 12.688 164.985 19.106 C 167.046 22.726 168.167 26.928 168.845 32.666 C 169.525 38.41 169.758 45.652 170.069 55.346 L 171.699 106.081 C 172.01 115.776 172.243 123.018 171.932 128.762 C 171.622 134.5 170.772 138.702 168.943 142.322 C 165.701 148.741 160.367 153.959 153.705 157.229 C 149.947 159.074 145.548 160.009 139.513 160.478 C 133.471 160.947 125.836 160.947 115.615 160.947 L 62.125 160.947 C 51.904 160.947 44.269 160.947 38.197 160.478 C 32.132 160.009 27.673 159.074 23.796 157.229 C 16.924 153.959 11.254 148.741 7.6 142.322 C 5.539 138.702 4.419 134.5 3.74 128.762 C 3.06 123.018 2.828 115.776 2.516 106.081 L 0.886 55.347 C 0.575 45.652 0.343 38.41 0.653 32.667 C 0.963 26.927 1.813 22.727 3.643 19.106 C 6.883 12.687 12.218 7.469 18.88 4.198 C 22.638 2.353 27.038 1.419 33.073 0.95 C 39.113 0.48 46.749 0.48 56.97 0.48 Z\" fill=\"transparent\" stroke=\"rgba(255,255,255,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 36.739 93.908 C 36.888 98.552 38.074 102.111 39.551 104.266 C 41.483 107.089 44.263 108.283 47.061 108.283 C 50.678 108.283 53.949 107.437 60.047 99.087 C 64.93 92.403 70.635 83.014 74.488 77.121 L 81.018 67.151 C 85.549 60.226 90.801 52.527 96.951 47.309 C 101.961 43.045 107.449 40.679 113.038 40.679 C 122.433 40.679 131.542 45.836 138.694 55.52 C 146.531 66.119 150.593 79.463 151.035 93.24 C 151.298 101.428 149.789 107.445 147.046 112.206 C 144.395 116.804 139.092 121.394 129.911 121.394 L 129.49 108.283 C 137.345 108.283 139.089 101.436 138.838 93.605 C 138.479 82.44 135.332 70.05 129 61.195 C 124.51 54.915 118.822 51.077 112.701 51.077 C 106.089 51.077 100.914 55.815 95.195 64.25 C 92.156 68.732 89.067 74.198 85.599 80.362 L 81.774 87.146 C 74.103 100.785 72.149 103.894 68.254 109.019 C 61.44 117.99 55.477 121.394 47.482 121.394 C 38.006 121.394 31.883 117.501 27.988 111.64 C 24.798 106.856 23.108 100.583 22.878 93.442 L 36.738 93.908 Z\" fill=\"rgb(0,129,251)\"></path><g><defs><linearGradient id=\"idss12499642253_5g-413841972\" x1=\"0\" x2=\"1\" y1=\"0.48702117841851666\" y2=\"0.5129788215814833\"><stop offset=\"0\" stop-color=\"rgb(0,100,225)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,130,251)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 32.714 56.443 C 38.761 47.17 47.701 40.68 58.198 40.68 C 64.272 40.68 70.368 42.386 76.838 47.278 C 83.909 52.62 91.55 61.428 101.197 75.935 L 104.651 81.138 C 113.001 93.698 117.73 100.157 120.468 103.204 C 123.995 107.12 126.42 108.283 129.51 108.283 C 137.358 108.283 139.101 101.436 138.849 93.605 L 151.035 93.241 C 151.298 101.429 149.791 107.445 147.05 112.206 C 144.402 116.804 139.104 121.394 129.931 121.394 C 124.233 121.394 119.142 120.215 113.398 115.222 C 108.983 111.384 103.744 104.569 99.688 98.436 L 87.625 80.231 C 81.568 71.097 76.06 64.289 72.903 61.204 C 69.51 57.885 65.146 53.876 58.401 53.876 C 52.931 53.876 48.413 57.513 44.709 63.08 Z\" fill=\"url(#idss12499642253_5g-413841972)\"></path></g><g><defs><linearGradient id=\"idss12499642253_6g-413841994\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,130,251)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,100,224)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 58.25 53.867 C 52.786 53.867 48.271 57.501 44.57 63.064 C 39.333 70.921 36.352 82.628 36.713 93.871 C 36.862 98.511 38.046 102.068 39.52 104.222 L 27.978 111.59 C 24.794 106.81 23.106 100.542 22.877 93.406 C 22.46 80.42 25.782 66.884 32.586 56.432 C 38.626 47.165 47.559 40.68 58.047 40.68 Z\" fill=\"url(#idss12499642253_6g-413841994)\"></path></g></g></svg>',svgContentId:12499642253,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kp8mea\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-165we4g\",\"data-framer-name\":\"Div (6)\",fill:\"black\",intrinsicHeight:163,intrinsicWidth:176,svg:'<svg width=\"176\" height=\"163\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.107 55.95c-.622-19.374-.934-29.06 2.804-36.46 3.287-6.509 8.697-11.8 15.452-15.117C28.043.603 38.256.603 58.682.603h53.49c20.425 0 30.638 0 38.561 3.77 6.968 3.316 12.718 8.608 16.423 15.117 4.213 7.4 4.524 17.086 5.147 36.46l1.629 50.734c.623 19.373.934 29.06-2.803 36.459-3.288 6.509-8.697 11.801-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.639 0-38.561-3.77-6.97-3.316-12.718-8.608-16.424-15.117-4.213-7.399-4.524-17.086-5.146-36.459l-1.63-50.735Z\" fill=\"url(#b)\"/><path d=\"M58.697 1.083h53.49c10.221 0 17.857 0 23.928.47 6.065.469 10.525 1.403 14.401 3.248 6.872 3.27 12.542 8.489 16.196 14.907 2.061 3.62 3.182 7.822 3.86 13.56.68 5.745.913 12.987 1.224 22.681l1.63 50.735c.311 9.694.544 16.936.233 22.68-.31 5.739-1.16 9.94-2.989 13.561-3.241 6.418-8.576 11.637-15.238 14.907-3.758 1.845-8.157 2.779-14.192 3.248-6.041.47-13.677.47-23.898.47h-53.49c-10.221 0-17.856 0-23.927-.47-6.066-.469-10.525-1.403-14.402-3.248-6.872-3.27-12.541-8.489-16.196-14.907-2.061-3.621-3.181-7.822-3.86-13.561-.68-5.744-.912-12.986-1.224-22.68l-1.63-50.735c-.311-9.694-.543-16.936-.233-22.68.31-5.739 1.16-9.94 2.99-13.56C8.61 13.288 13.944 8.07 20.606 4.8c3.758-1.845 8.158-2.78 14.193-3.248 6.04-.47 13.676-.47 23.897-.47Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M67.076 90.821c8.297 19.858 30.866 23.006 44.126 14.53h15.829l.374 11.624c-5.492 4.574-12.046 7.875-19.168 9.653-7.122 1.778-14.627 1.987-21.947.611a52.083 52.083 0 0 1-20.317-8.553c-6.048-4.253-11.04-9.723-14.6-15.999\" fill=\"#34A853\"/><path d=\"M127.405 116.975c5.395-4.897 9.414-11.599 11.569-19.294 2.155-7.695 2.353-16.05.57-24.053H93.842l.576 17.92h26.042c-.999 5.973-4.085 10.574-9.258 13.803\" fill=\"#4285F4\"/><path d=\"M51.372 102.687c-3.564-6.473-5.532-13.544-5.762-20.705a43.994 43.994 0 0 1 4.432-20.705l16.466 11.866c-1.85 5.974-1.661 11.866.568 17.678\" fill=\"#FBBC02\"/><path d=\"M66.508 73.143c5.08-16.709 28.769-26.395 45.313-12.108l13.622-13.077c-20.498-18.162-59.283-17.435-75.401 13.32\" fill=\"#EA4335\"/></g><defs><linearGradient id=\"b\" x1=\"85.427\" y1=\".603\" x2=\"85.427\" y2=\"162.03\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.671\" y=\"-19.397\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_88\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_88\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-scpvkf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-66dilp\",\"data-framer-name\":\"Div (7)\",fill:\"black\",intrinsicHeight:162,intrinsicWidth:177,svg:'<svg width=\"177\" height=\"162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.761 55.615c-.622-19.373-.933-29.06 2.804-36.46 3.288-6.508 8.697-11.8 15.453-15.116C28.698.269 38.91.269 59.336.269h53.49c20.426 0 30.638 0 38.561 3.77 6.969 3.316 12.718 8.608 16.424 15.117 4.213 7.4 4.524 17.086 5.146 36.459l1.63 50.734c.622 19.374.933 29.06-2.804 36.46-3.287 6.509-8.697 11.8-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.638 0-38.56-3.77-6.97-3.317-12.719-8.608-16.425-15.117-4.212-7.4-4.524-17.086-5.146-36.46l-1.63-50.734Z\" fill=\"url(#b)\"/><path d=\"M59.352.749h53.49c10.221 0 17.856 0 23.927.47 6.066.468 10.525 1.403 14.402 3.248 6.872 3.27 12.541 8.488 16.196 14.907 2.061 3.62 3.181 7.822 3.86 13.56.679 5.745.912 12.986 1.224 22.681l1.629 50.734c.312 9.695.544 16.937.234 22.681-.31 5.739-1.161 9.94-2.989 13.561-3.242 6.418-8.576 11.636-15.238 14.907-3.758 1.845-8.158 2.779-14.193 3.248-6.041.469-13.676.47-23.897.47h-53.49c-10.222 0-17.857-.001-23.928-.47-6.065-.469-10.525-1.403-14.402-3.248-6.872-3.271-12.541-8.489-16.195-14.907-2.062-3.621-3.182-7.822-3.86-13.561-.68-5.744-.913-12.986-1.224-22.681l-1.63-50.734c-.312-9.695-.544-16.937-.233-22.68.31-5.74 1.16-9.94 2.989-13.561C9.265 12.955 14.6 7.737 21.262 4.467c3.758-1.845 8.157-2.78 14.192-3.249C41.495.75 49.131.748 59.352.748Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M130.644 72.608c2.028-6.284 1.035-13.162-2.725-18.875-5.659-8.758-16.613-13.263-27.101-11.146-6.147-6.191-15.262-8.944-23.913-7.223-8.65 1.722-15.523 7.656-18.032 15.57-6.892 1.33-12.746 5.392-16.065 11.146-5.155 8.744-3.567 19.773 3.928 27.275-2.037 6.28-1.051 13.159 2.705 18.874 5.666 8.761 16.627 13.266 27.12 11.147 4.857 4.949 11.697 7.765 18.77 7.728 10.821.009 20.197-6.526 23.192-16.165 6.891-1.333 12.744-5.394 16.065-11.147 5.091-8.728 3.499-19.699-3.944-27.184Zm-35.506 48.459c-4.319.006-8.548-1.41-11.946-4.001l.574-.309 19.289-10.601c.976-.545 1.557-1.54 1.529-2.618l-.832-25.893 8.443 4.491c.084.04.145.114.162.2l.689 21.457c.285 9.532-7.721 17.254-17.908 17.274ZM54.94 105.211c-2.278-3.499-3.187-7.6-2.568-11.583l.594.327 19.99 10.601c1.007.544 2.234.544 3.206 0L99.75 91.61l.288 8.964a.293.293 0 0 1-.129.236l-19.537 10.729c-8.683 4.762-20.061 1.93-25.43-6.328Zm-6.455-40.004c2.068-3.521 5.424-6.207 9.475-7.582l.7 21.82c.02 1.074.663 2.07 1.678 2.6l24.3 12.892-8.155 4.492a.33.33 0 0 1-.291 0l-20.188-10.71c-8.971-4.782-12.334-15.335-7.521-23.603l.002.091Zm68.656 14.82L92.76 67.007l8.135-4.473a.33.33 0 0 1 .292 0l20.188 10.729c6.301 3.343 10.079 9.732 9.698 16.398-.38 6.667-4.852 12.413-11.477 14.75l-.701-21.82c-.069-1.071-.735-2.045-1.753-2.564Zm7.886-11.62-.593-.327-19.954-10.692c-1.013-.546-2.248-.546-3.226 0L77.688 70.335 77.4 61.37a.24.24 0 0 1 .109-.237l19.499-10.71c6.101-3.346 13.827-3.034 19.827.801 6 3.836 9.191 10.503 8.191 17.11l.002.073ZM73.608 84.3l-8.443-4.473a.322.322 0 0 1-.162-.218l-.688-21.402c-.206-6.703 3.747-12.796 10.143-15.638 6.396-2.842 14.084-1.921 19.73 2.364l-.573.309-19.289 10.6c-.976.546-1.557 1.541-1.529 2.62l.81 25.838Zm4.217-9.092 10.504-5.764 10.894 5.764.37 11.528-10.484 5.765-10.895-5.765-.39-11.528Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"86.081\" y1=\".268\" x2=\"86.081\" y2=\"161.696\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.017\" y=\"-19.732\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_86\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_86\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbbu6t\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15k301k\",\"data-framer-name\":\"Div (8)\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 177 163\"><g transform=\"translate(2.036 0.934)\" id=\"ss12499642253_1\"><g><defs><linearGradient id=\"idss12499642253_2g1447641329\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0,0,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(17,17,17)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.38 55.346 C -0.242 35.973 -0.554 26.287 3.184 18.887 C 6.471 12.378 11.881 7.087 18.636 3.77 C 26.316 0 36.529 0 56.955 0 L 110.445 0 C 130.87 0 141.083 0 149.006 3.77 C 155.974 7.087 161.724 12.378 165.429 18.887 C 169.642 26.287 169.953 35.973 170.576 55.347 L 172.205 106.081 C 172.828 125.454 173.139 135.141 169.402 142.54 C 166.114 149.049 160.705 154.341 153.949 157.658 C 146.269 161.428 136.056 161.428 115.631 161.428 L 62.141 161.428 C 41.715 161.428 31.502 161.428 23.58 157.658 C 16.61 154.341 10.862 149.049 7.156 142.54 C 2.943 135.141 2.632 125.454 2.01 106.081 L 0.38 55.347 Z\" fill=\"url(#idss12499642253_2g1447641329)\"></path></g><path d=\"M 56.97 0.48 L 110.46 0.48 C 120.681 0.48 128.317 0.48 134.388 0.95 C 140.453 1.419 144.913 2.353 148.789 4.198 C 155.661 7.468 161.331 12.688 164.985 19.106 C 167.046 22.726 168.167 26.928 168.845 32.666 C 169.525 38.41 169.758 45.652 170.069 55.346 L 171.699 106.081 C 172.01 115.776 172.243 123.018 171.932 128.762 C 171.622 134.5 170.772 138.702 168.943 142.322 C 165.701 148.741 160.367 153.959 153.705 157.229 C 149.947 159.074 145.548 160.009 139.513 160.478 C 133.471 160.947 125.836 160.947 115.615 160.947 L 62.125 160.947 C 51.904 160.947 44.269 160.947 38.197 160.478 C 32.132 160.009 27.673 159.074 23.796 157.229 C 16.924 153.959 11.254 148.741 7.6 142.322 C 5.539 138.702 4.419 134.5 3.74 128.762 C 3.06 123.018 2.828 115.776 2.516 106.081 L 0.886 55.347 C 0.575 45.652 0.343 38.41 0.653 32.667 C 0.963 26.927 1.813 22.727 3.643 19.106 C 6.883 12.687 12.218 7.469 18.88 4.198 C 22.638 2.353 27.038 1.419 33.073 0.95 C 39.113 0.48 46.749 0.48 56.97 0.48 Z\" fill=\"transparent\" stroke=\"rgba(255,255,255,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 36.739 93.908 C 36.888 98.552 38.074 102.111 39.551 104.266 C 41.483 107.089 44.263 108.283 47.061 108.283 C 50.678 108.283 53.949 107.437 60.047 99.087 C 64.93 92.403 70.635 83.014 74.488 77.121 L 81.018 67.151 C 85.549 60.226 90.801 52.527 96.951 47.309 C 101.961 43.045 107.449 40.679 113.038 40.679 C 122.433 40.679 131.542 45.836 138.694 55.52 C 146.531 66.119 150.593 79.463 151.035 93.24 C 151.298 101.428 149.789 107.445 147.046 112.206 C 144.395 116.804 139.092 121.394 129.911 121.394 L 129.49 108.283 C 137.345 108.283 139.089 101.436 138.838 93.605 C 138.479 82.44 135.332 70.05 129 61.195 C 124.51 54.915 118.822 51.077 112.701 51.077 C 106.089 51.077 100.914 55.815 95.195 64.25 C 92.156 68.732 89.067 74.198 85.599 80.362 L 81.774 87.146 C 74.103 100.785 72.149 103.894 68.254 109.019 C 61.44 117.99 55.477 121.394 47.482 121.394 C 38.006 121.394 31.883 117.501 27.988 111.64 C 24.798 106.856 23.108 100.583 22.878 93.442 L 36.738 93.908 Z\" fill=\"rgb(0,129,251)\"></path><g><defs><linearGradient id=\"idss12499642253_5g-413841972\" x1=\"0\" x2=\"1\" y1=\"0.48702117841851666\" y2=\"0.5129788215814833\"><stop offset=\"0\" stop-color=\"rgb(0,100,225)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,130,251)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 32.714 56.443 C 38.761 47.17 47.701 40.68 58.198 40.68 C 64.272 40.68 70.368 42.386 76.838 47.278 C 83.909 52.62 91.55 61.428 101.197 75.935 L 104.651 81.138 C 113.001 93.698 117.73 100.157 120.468 103.204 C 123.995 107.12 126.42 108.283 129.51 108.283 C 137.358 108.283 139.101 101.436 138.849 93.605 L 151.035 93.241 C 151.298 101.429 149.791 107.445 147.05 112.206 C 144.402 116.804 139.104 121.394 129.931 121.394 C 124.233 121.394 119.142 120.215 113.398 115.222 C 108.983 111.384 103.744 104.569 99.688 98.436 L 87.625 80.231 C 81.568 71.097 76.06 64.289 72.903 61.204 C 69.51 57.885 65.146 53.876 58.401 53.876 C 52.931 53.876 48.413 57.513 44.709 63.08 Z\" fill=\"url(#idss12499642253_5g-413841972)\"></path></g><g><defs><linearGradient id=\"idss12499642253_6g-413841994\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,130,251)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,100,224)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 58.25 53.867 C 52.786 53.867 48.271 57.501 44.57 63.064 C 39.333 70.921 36.352 82.628 36.713 93.871 C 36.862 98.511 38.046 102.068 39.52 104.222 L 27.978 111.59 C 24.794 106.81 23.106 100.542 22.877 93.406 C 22.46 80.42 25.782 66.884 32.586 56.432 C 38.626 47.165 47.559 40.68 58.047 40.68 Z\" fill=\"url(#idss12499642253_6g-413841994)\"></path></g></g></svg>',svgContentId:12499642253,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kp8mea\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-165we4g\",\"data-framer-name\":\"Div (6)\",fill:\"black\",intrinsicHeight:163,intrinsicWidth:176,svg:'<svg width=\"176\" height=\"163\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.107 55.95c-.622-19.374-.934-29.06 2.804-36.46 3.287-6.509 8.697-11.8 15.452-15.117C28.043.603 38.256.603 58.682.603h53.49c20.425 0 30.638 0 38.561 3.77 6.968 3.316 12.718 8.608 16.423 15.117 4.213 7.4 4.524 17.086 5.147 36.46l1.629 50.734c.623 19.373.934 29.06-2.803 36.459-3.288 6.509-8.697 11.801-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.639 0-38.561-3.77-6.97-3.316-12.718-8.608-16.424-15.117-4.213-7.399-4.524-17.086-5.146-36.459l-1.63-50.735Z\" fill=\"url(#b)\"/><path d=\"M58.697 1.083h53.49c10.221 0 17.857 0 23.928.47 6.065.469 10.525 1.403 14.401 3.248 6.872 3.27 12.542 8.489 16.196 14.907 2.061 3.62 3.182 7.822 3.86 13.56.68 5.745.913 12.987 1.224 22.681l1.63 50.735c.311 9.694.544 16.936.233 22.68-.31 5.739-1.16 9.94-2.989 13.561-3.241 6.418-8.576 11.637-15.238 14.907-3.758 1.845-8.157 2.779-14.192 3.248-6.041.47-13.677.47-23.898.47h-53.49c-10.221 0-17.856 0-23.927-.47-6.066-.469-10.525-1.403-14.402-3.248-6.872-3.27-12.541-8.489-16.196-14.907-2.061-3.621-3.181-7.822-3.86-13.561-.68-5.744-.912-12.986-1.224-22.68l-1.63-50.735c-.311-9.694-.543-16.936-.233-22.68.31-5.739 1.16-9.94 2.99-13.56C8.61 13.288 13.944 8.07 20.606 4.8c3.758-1.845 8.158-2.78 14.193-3.248 6.04-.47 13.676-.47 23.897-.47Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M67.076 90.821c8.297 19.858 30.866 23.006 44.126 14.53h15.829l.374 11.624c-5.492 4.574-12.046 7.875-19.168 9.653-7.122 1.778-14.627 1.987-21.947.611a52.083 52.083 0 0 1-20.317-8.553c-6.048-4.253-11.04-9.723-14.6-15.999\" fill=\"#34A853\"/><path d=\"M127.405 116.975c5.395-4.897 9.414-11.599 11.569-19.294 2.155-7.695 2.353-16.05.57-24.053H93.842l.576 17.92h26.042c-.999 5.973-4.085 10.574-9.258 13.803\" fill=\"#4285F4\"/><path d=\"M51.372 102.687c-3.564-6.473-5.532-13.544-5.762-20.705a43.994 43.994 0 0 1 4.432-20.705l16.466 11.866c-1.85 5.974-1.661 11.866.568 17.678\" fill=\"#FBBC02\"/><path d=\"M66.508 73.143c5.08-16.709 28.769-26.395 45.313-12.108l13.622-13.077c-20.498-18.162-59.283-17.435-75.401 13.32\" fill=\"#EA4335\"/></g><defs><linearGradient id=\"b\" x1=\"85.427\" y1=\".603\" x2=\"85.427\" y2=\"162.03\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.671\" y=\"-19.397\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_88\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_88\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-scpvkf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-66dilp\",\"data-framer-name\":\"Div (7)\",fill:\"black\",intrinsicHeight:162,intrinsicWidth:177,svg:'<svg width=\"177\" height=\"162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.761 55.615c-.622-19.373-.933-29.06 2.804-36.46 3.288-6.508 8.697-11.8 15.453-15.116C28.698.269 38.91.269 59.336.269h53.49c20.426 0 30.638 0 38.561 3.77 6.969 3.316 12.718 8.608 16.424 15.117 4.213 7.4 4.524 17.086 5.146 36.459l1.63 50.734c.622 19.374.933 29.06-2.804 36.46-3.287 6.509-8.697 11.8-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.638 0-38.56-3.77-6.97-3.317-12.719-8.608-16.425-15.117-4.212-7.4-4.524-17.086-5.146-36.46l-1.63-50.734Z\" fill=\"url(#b)\"/><path d=\"M59.352.749h53.49c10.221 0 17.856 0 23.927.47 6.066.468 10.525 1.403 14.402 3.248 6.872 3.27 12.541 8.488 16.196 14.907 2.061 3.62 3.181 7.822 3.86 13.56.679 5.745.912 12.986 1.224 22.681l1.629 50.734c.312 9.695.544 16.937.234 22.681-.31 5.739-1.161 9.94-2.989 13.561-3.242 6.418-8.576 11.636-15.238 14.907-3.758 1.845-8.158 2.779-14.193 3.248-6.041.469-13.676.47-23.897.47h-53.49c-10.222 0-17.857-.001-23.928-.47-6.065-.469-10.525-1.403-14.402-3.248-6.872-3.271-12.541-8.489-16.195-14.907-2.062-3.621-3.182-7.822-3.86-13.561-.68-5.744-.913-12.986-1.224-22.681l-1.63-50.734c-.312-9.695-.544-16.937-.233-22.68.31-5.74 1.16-9.94 2.989-13.561C9.265 12.955 14.6 7.737 21.262 4.467c3.758-1.845 8.157-2.78 14.192-3.249C41.495.75 49.131.748 59.352.748Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M130.644 72.608c2.028-6.284 1.035-13.162-2.725-18.875-5.659-8.758-16.613-13.263-27.101-11.146-6.147-6.191-15.262-8.944-23.913-7.223-8.65 1.722-15.523 7.656-18.032 15.57-6.892 1.33-12.746 5.392-16.065 11.146-5.155 8.744-3.567 19.773 3.928 27.275-2.037 6.28-1.051 13.159 2.705 18.874 5.666 8.761 16.627 13.266 27.12 11.147 4.857 4.949 11.697 7.765 18.77 7.728 10.821.009 20.197-6.526 23.192-16.165 6.891-1.333 12.744-5.394 16.065-11.147 5.091-8.728 3.499-19.699-3.944-27.184Zm-35.506 48.459c-4.319.006-8.548-1.41-11.946-4.001l.574-.309 19.289-10.601c.976-.545 1.557-1.54 1.529-2.618l-.832-25.893 8.443 4.491c.084.04.145.114.162.2l.689 21.457c.285 9.532-7.721 17.254-17.908 17.274ZM54.94 105.211c-2.278-3.499-3.187-7.6-2.568-11.583l.594.327 19.99 10.601c1.007.544 2.234.544 3.206 0L99.75 91.61l.288 8.964a.293.293 0 0 1-.129.236l-19.537 10.729c-8.683 4.762-20.061 1.93-25.43-6.328Zm-6.455-40.004c2.068-3.521 5.424-6.207 9.475-7.582l.7 21.82c.02 1.074.663 2.07 1.678 2.6l24.3 12.892-8.155 4.492a.33.33 0 0 1-.291 0l-20.188-10.71c-8.971-4.782-12.334-15.335-7.521-23.603l.002.091Zm68.656 14.82L92.76 67.007l8.135-4.473a.33.33 0 0 1 .292 0l20.188 10.729c6.301 3.343 10.079 9.732 9.698 16.398-.38 6.667-4.852 12.413-11.477 14.75l-.701-21.82c-.069-1.071-.735-2.045-1.753-2.564Zm7.886-11.62-.593-.327-19.954-10.692c-1.013-.546-2.248-.546-3.226 0L77.688 70.335 77.4 61.37a.24.24 0 0 1 .109-.237l19.499-10.71c6.101-3.346 13.827-3.034 19.827.801 6 3.836 9.191 10.503 8.191 17.11l.002.073ZM73.608 84.3l-8.443-4.473a.322.322 0 0 1-.162-.218l-.688-21.402c-.206-6.703 3.747-12.796 10.143-15.638 6.396-2.842 14.084-1.921 19.73 2.364l-.573.309-19.289 10.6c-.976.546-1.557 1.541-1.529 2.62l.81 25.838Zm4.217-9.092 10.504-5.764 10.894 5.764.37 11.528-10.484 5.765-10.895-5.765-.39-11.528Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"86.081\" y1=\".268\" x2=\"86.081\" y2=\"161.696\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.017\" y=\"-19.732\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_86\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_86\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbbu6t\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15k301k\",\"data-framer-name\":\"Div (8)\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 177 163\"><g transform=\"translate(2.036 0.934)\" id=\"ss12499642253_1\"><g><defs><linearGradient id=\"idss12499642253_2g1447641329\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(0,0,0)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(17,17,17)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 0.38 55.346 C -0.242 35.973 -0.554 26.287 3.184 18.887 C 6.471 12.378 11.881 7.087 18.636 3.77 C 26.316 0 36.529 0 56.955 0 L 110.445 0 C 130.87 0 141.083 0 149.006 3.77 C 155.974 7.087 161.724 12.378 165.429 18.887 C 169.642 26.287 169.953 35.973 170.576 55.347 L 172.205 106.081 C 172.828 125.454 173.139 135.141 169.402 142.54 C 166.114 149.049 160.705 154.341 153.949 157.658 C 146.269 161.428 136.056 161.428 115.631 161.428 L 62.141 161.428 C 41.715 161.428 31.502 161.428 23.58 157.658 C 16.61 154.341 10.862 149.049 7.156 142.54 C 2.943 135.141 2.632 125.454 2.01 106.081 L 0.38 55.347 Z\" fill=\"url(#idss12499642253_2g1447641329)\"></path></g><path d=\"M 56.97 0.48 L 110.46 0.48 C 120.681 0.48 128.317 0.48 134.388 0.95 C 140.453 1.419 144.913 2.353 148.789 4.198 C 155.661 7.468 161.331 12.688 164.985 19.106 C 167.046 22.726 168.167 26.928 168.845 32.666 C 169.525 38.41 169.758 45.652 170.069 55.346 L 171.699 106.081 C 172.01 115.776 172.243 123.018 171.932 128.762 C 171.622 134.5 170.772 138.702 168.943 142.322 C 165.701 148.741 160.367 153.959 153.705 157.229 C 149.947 159.074 145.548 160.009 139.513 160.478 C 133.471 160.947 125.836 160.947 115.615 160.947 L 62.125 160.947 C 51.904 160.947 44.269 160.947 38.197 160.478 C 32.132 160.009 27.673 159.074 23.796 157.229 C 16.924 153.959 11.254 148.741 7.6 142.322 C 5.539 138.702 4.419 134.5 3.74 128.762 C 3.06 123.018 2.828 115.776 2.516 106.081 L 0.886 55.347 C 0.575 45.652 0.343 38.41 0.653 32.667 C 0.963 26.927 1.813 22.727 3.643 19.106 C 6.883 12.687 12.218 7.469 18.88 4.198 C 22.638 2.353 27.038 1.419 33.073 0.95 C 39.113 0.48 46.749 0.48 56.97 0.48 Z\" fill=\"transparent\" stroke=\"rgba(255,255,255,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 36.739 93.908 C 36.888 98.552 38.074 102.111 39.551 104.266 C 41.483 107.089 44.263 108.283 47.061 108.283 C 50.678 108.283 53.949 107.437 60.047 99.087 C 64.93 92.403 70.635 83.014 74.488 77.121 L 81.018 67.151 C 85.549 60.226 90.801 52.527 96.951 47.309 C 101.961 43.045 107.449 40.679 113.038 40.679 C 122.433 40.679 131.542 45.836 138.694 55.52 C 146.531 66.119 150.593 79.463 151.035 93.24 C 151.298 101.428 149.789 107.445 147.046 112.206 C 144.395 116.804 139.092 121.394 129.911 121.394 L 129.49 108.283 C 137.345 108.283 139.089 101.436 138.838 93.605 C 138.479 82.44 135.332 70.05 129 61.195 C 124.51 54.915 118.822 51.077 112.701 51.077 C 106.089 51.077 100.914 55.815 95.195 64.25 C 92.156 68.732 89.067 74.198 85.599 80.362 L 81.774 87.146 C 74.103 100.785 72.149 103.894 68.254 109.019 C 61.44 117.99 55.477 121.394 47.482 121.394 C 38.006 121.394 31.883 117.501 27.988 111.64 C 24.798 106.856 23.108 100.583 22.878 93.442 L 36.738 93.908 Z\" fill=\"rgb(0,129,251)\"></path><g><defs><linearGradient id=\"idss12499642253_5g-413841972\" x1=\"0\" x2=\"1\" y1=\"0.48702117841851666\" y2=\"0.5129788215814833\"><stop offset=\"0\" stop-color=\"rgb(0,100,225)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,130,251)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 32.714 56.443 C 38.761 47.17 47.701 40.68 58.198 40.68 C 64.272 40.68 70.368 42.386 76.838 47.278 C 83.909 52.62 91.55 61.428 101.197 75.935 L 104.651 81.138 C 113.001 93.698 117.73 100.157 120.468 103.204 C 123.995 107.12 126.42 108.283 129.51 108.283 C 137.358 108.283 139.101 101.436 138.849 93.605 L 151.035 93.241 C 151.298 101.429 149.791 107.445 147.05 112.206 C 144.402 116.804 139.104 121.394 129.931 121.394 C 124.233 121.394 119.142 120.215 113.398 115.222 C 108.983 111.384 103.744 104.569 99.688 98.436 L 87.625 80.231 C 81.568 71.097 76.06 64.289 72.903 61.204 C 69.51 57.885 65.146 53.876 58.401 53.876 C 52.931 53.876 48.413 57.513 44.709 63.08 Z\" fill=\"url(#idss12499642253_5g-413841972)\"></path></g><g><defs><linearGradient id=\"idss12499642253_6g-413841994\" x1=\"0.49748743718592964\" x2=\"0.5025125628140703\" y1=\"1\" y2=\"0\"><stop offset=\"0\" stop-color=\"rgb(0,130,251)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(0,100,224)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 58.25 53.867 C 52.786 53.867 48.271 57.501 44.57 63.064 C 39.333 70.921 36.352 82.628 36.713 93.871 C 36.862 98.511 38.046 102.068 39.52 104.222 L 27.978 111.59 C 24.794 106.81 23.106 100.542 22.877 93.406 C 22.46 80.42 25.782 66.884 32.586 56.432 C 38.626 47.165 47.559 40.68 58.047 40.68 Z\" fill=\"url(#idss12499642253_6g-413841994)\"></path></g></g></svg>',svgContentId:12499642253,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kp8mea\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-165we4g\",\"data-framer-name\":\"Div (6)\",fill:\"black\",intrinsicHeight:163,intrinsicWidth:176,svg:'<svg width=\"176\" height=\"163\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.107 55.95c-.622-19.374-.934-29.06 2.804-36.46 3.287-6.509 8.697-11.8 15.452-15.117C28.043.603 38.256.603 58.682.603h53.49c20.425 0 30.638 0 38.561 3.77 6.968 3.316 12.718 8.608 16.423 15.117 4.213 7.4 4.524 17.086 5.147 36.46l1.629 50.734c.623 19.373.934 29.06-2.803 36.459-3.288 6.509-8.697 11.801-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.639 0-38.561-3.77-6.97-3.316-12.718-8.608-16.424-15.117-4.213-7.399-4.524-17.086-5.146-36.459l-1.63-50.735Z\" fill=\"url(#b)\"/><path d=\"M58.697 1.083h53.49c10.221 0 17.857 0 23.928.47 6.065.469 10.525 1.403 14.401 3.248 6.872 3.27 12.542 8.489 16.196 14.907 2.061 3.62 3.182 7.822 3.86 13.56.68 5.745.913 12.987 1.224 22.681l1.63 50.735c.311 9.694.544 16.936.233 22.68-.31 5.739-1.16 9.94-2.989 13.561-3.241 6.418-8.576 11.637-15.238 14.907-3.758 1.845-8.157 2.779-14.192 3.248-6.041.47-13.677.47-23.898.47h-53.49c-10.221 0-17.856 0-23.927-.47-6.066-.469-10.525-1.403-14.402-3.248-6.872-3.27-12.541-8.489-16.196-14.907-2.061-3.621-3.181-7.822-3.86-13.561-.68-5.744-.912-12.986-1.224-22.68l-1.63-50.735c-.311-9.694-.543-16.936-.233-22.68.31-5.739 1.16-9.94 2.99-13.56C8.61 13.288 13.944 8.07 20.606 4.8c3.758-1.845 8.158-2.78 14.193-3.248 6.04-.47 13.676-.47 23.897-.47Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M67.076 90.821c8.297 19.858 30.866 23.006 44.126 14.53h15.829l.374 11.624c-5.492 4.574-12.046 7.875-19.168 9.653-7.122 1.778-14.627 1.987-21.947.611a52.083 52.083 0 0 1-20.317-8.553c-6.048-4.253-11.04-9.723-14.6-15.999\" fill=\"#34A853\"/><path d=\"M127.405 116.975c5.395-4.897 9.414-11.599 11.569-19.294 2.155-7.695 2.353-16.05.57-24.053H93.842l.576 17.92h26.042c-.999 5.973-4.085 10.574-9.258 13.803\" fill=\"#4285F4\"/><path d=\"M51.372 102.687c-3.564-6.473-5.532-13.544-5.762-20.705a43.994 43.994 0 0 1 4.432-20.705l16.466 11.866c-1.85 5.974-1.661 11.866.568 17.678\" fill=\"#FBBC02\"/><path d=\"M66.508 73.143c5.08-16.709 28.769-26.395 45.313-12.108l13.622-13.077c-20.498-18.162-59.283-17.435-75.401 13.32\" fill=\"#EA4335\"/></g><defs><linearGradient id=\"b\" x1=\"85.427\" y1=\".603\" x2=\"85.427\" y2=\"162.03\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.671\" y=\"-19.397\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_88\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_88\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-scpvkf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-66dilp\",\"data-framer-name\":\"Div (7)\",fill:\"black\",intrinsicHeight:162,intrinsicWidth:177,svg:'<svg width=\"177\" height=\"162\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M2.761 55.615c-.622-19.373-.933-29.06 2.804-36.46 3.288-6.508 8.697-11.8 15.453-15.116C28.698.269 38.91.269 59.336.269h53.49c20.426 0 30.638 0 38.561 3.77 6.969 3.316 12.718 8.608 16.424 15.117 4.213 7.4 4.524 17.086 5.146 36.459l1.63 50.734c.622 19.374.933 29.06-2.804 36.46-3.287 6.509-8.697 11.8-15.453 15.117-7.68 3.77-17.893 3.77-38.318 3.77h-53.49c-20.426 0-30.638 0-38.56-3.77-6.97-3.317-12.719-8.608-16.425-15.117-4.212-7.4-4.524-17.086-5.146-36.46l-1.63-50.734Z\" fill=\"url(#b)\"/><path d=\"M59.352.749h53.49c10.221 0 17.856 0 23.927.47 6.066.468 10.525 1.403 14.402 3.248 6.872 3.27 12.541 8.488 16.196 14.907 2.061 3.62 3.181 7.822 3.86 13.56.679 5.745.912 12.986 1.224 22.681l1.629 50.734c.312 9.695.544 16.937.234 22.681-.31 5.739-1.161 9.94-2.989 13.561-3.242 6.418-8.576 11.636-15.238 14.907-3.758 1.845-8.158 2.779-14.193 3.248-6.041.469-13.676.47-23.897.47h-53.49c-10.222 0-17.857-.001-23.928-.47-6.065-.469-10.525-1.403-14.402-3.248-6.872-3.271-12.541-8.489-16.195-14.907-2.062-3.621-3.182-7.822-3.86-13.561-.68-5.744-.913-12.986-1.224-22.681l-1.63-50.734c-.312-9.695-.544-16.937-.233-22.68.31-5.74 1.16-9.94 2.989-13.561C9.265 12.955 14.6 7.737 21.262 4.467c3.758-1.845 8.157-2.78 14.192-3.249C41.495.75 49.131.748 59.352.748Z\" stroke=\"#fff\" stroke-opacity=\".1\"/><path d=\"M130.644 72.608c2.028-6.284 1.035-13.162-2.725-18.875-5.659-8.758-16.613-13.263-27.101-11.146-6.147-6.191-15.262-8.944-23.913-7.223-8.65 1.722-15.523 7.656-18.032 15.57-6.892 1.33-12.746 5.392-16.065 11.146-5.155 8.744-3.567 19.773 3.928 27.275-2.037 6.28-1.051 13.159 2.705 18.874 5.666 8.761 16.627 13.266 27.12 11.147 4.857 4.949 11.697 7.765 18.77 7.728 10.821.009 20.197-6.526 23.192-16.165 6.891-1.333 12.744-5.394 16.065-11.147 5.091-8.728 3.499-19.699-3.944-27.184Zm-35.506 48.459c-4.319.006-8.548-1.41-11.946-4.001l.574-.309 19.289-10.601c.976-.545 1.557-1.54 1.529-2.618l-.832-25.893 8.443 4.491c.084.04.145.114.162.2l.689 21.457c.285 9.532-7.721 17.254-17.908 17.274ZM54.94 105.211c-2.278-3.499-3.187-7.6-2.568-11.583l.594.327 19.99 10.601c1.007.544 2.234.544 3.206 0L99.75 91.61l.288 8.964a.293.293 0 0 1-.129.236l-19.537 10.729c-8.683 4.762-20.061 1.93-25.43-6.328Zm-6.455-40.004c2.068-3.521 5.424-6.207 9.475-7.582l.7 21.82c.02 1.074.663 2.07 1.678 2.6l24.3 12.892-8.155 4.492a.33.33 0 0 1-.291 0l-20.188-10.71c-8.971-4.782-12.334-15.335-7.521-23.603l.002.091Zm68.656 14.82L92.76 67.007l8.135-4.473a.33.33 0 0 1 .292 0l20.188 10.729c6.301 3.343 10.079 9.732 9.698 16.398-.38 6.667-4.852 12.413-11.477 14.75l-.701-21.82c-.069-1.071-.735-2.045-1.753-2.564Zm7.886-11.62-.593-.327-19.954-10.692c-1.013-.546-2.248-.546-3.226 0L77.688 70.335 77.4 61.37a.24.24 0 0 1 .109-.237l19.499-10.71c6.101-3.346 13.827-3.034 19.827.801 6 3.836 9.191 10.503 8.191 17.11l.002.073ZM73.608 84.3l-8.443-4.473a.322.322 0 0 1-.162-.218l-.688-21.402c-.206-6.703 3.747-12.796 10.143-15.638 6.396-2.842 14.084-1.921 19.73 2.364l-.573.309-19.289 10.6c-.976.546-1.557 1.541-1.529 2.62l.81 25.838Zm4.217-9.092 10.504-5.764 10.894 5.764.37 11.528-10.484 5.765-10.895-5.765-.39-11.528Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"86.081\" y1=\".268\" x2=\"86.081\" y2=\"161.696\" gradientUnits=\"userSpaceOnUse\"><stop/><stop offset=\".5\"/><stop offset=\"1\" stop-color=\"#111\"/></linearGradient><filter id=\"a\" x=\"-19.017\" y=\"-19.732\" width=\"215.381\" height=\"201.428\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"10\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_86\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_2297_86\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uyemw6\",\"data-framer-name\":\"Div (4)\",fill:\"black\",intrinsicHeight:256,intrinsicWidth:277,svg:'<svg width=\"277\" height=\"256\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g filter=\"url(#a)\"><path d=\"M52.318 49.773c-5.146-19.204 6.738-36.178 26.545-37.91l95.635-8.368c19.806-1.732 40.034 12.431 45.18 31.636l24.847 92.729c5.146 19.205-6.739 36.178-26.546 37.911l-95.634 8.367c-19.807 1.733-40.035-12.431-45.18-31.636L52.316 49.773Z\" fill=\"url(#b)\" shape-rendering=\"crispEdges\"/><path d=\"M174.368 3.012 78.734 11.38c-20.082 1.757-32.132 18.966-26.915 38.438l24.847 92.729c5.217 19.471 25.726 33.832 45.808 32.075l95.635-8.367c20.081-1.757 32.131-18.966 26.914-38.438l-24.847-92.728c-5.217-19.472-25.726-33.832-45.808-32.076Z\" stroke=\"#fff\" stroke-opacity=\".15\" shape-rendering=\"crispEdges\"/><path d=\"M199.823 92.321c-5.792 2.75-11.715 4.727-17.583 5.903-16.432 3.295-31.961.266-43.278-8.964-11.317-9.229-17.054-23.543-16.518-39.8.065-1.997.226-4.016.482-6.05a42.112 42.112 0 0 1 5.677-2.17c-1.3 16.025 4.118 31.255 16.292 41.183 14.698 11.987 35.564 13.245 54.548 5.196.213 1.586.339 3.155.38 4.702Z\" fill=\"url(#c)\"/><path d=\"M132.66 40.22a54.418 54.418 0 0 0-.362 5.806c-.114 13.662 5.047 25.812 14.848 33.804 9.8 7.992 23.031 10.842 36.897 8.394 4.916-.867 9.865-2.398 14.691-4.572a49.6 49.6 0 0 0-1.213-4.448c-15.285 5.583-32.159 3.806-44.442-6.211-10.223-8.337-15.189-20.688-14.805-33.564l-.276.023c-1.832.16-3.612.419-5.338.769Z\" fill=\"url(#d)\"/><path d=\"M196.188 75.554a53.365 53.365 0 0 0-2.115-4.545c-11.205 2.588-23.407.22-32.809-7.447-7.688-6.27-12.095-14.933-13.057-23.976a52.376 52.376 0 0 0-6.019-.325 43.137 43.137 0 0 0-.038 3.294c.297 11.06 4.87 21.068 13.179 27.844 8.31 6.776 19.263 9.431 30.556 7.822a48.43 48.43 0 0 0 10.303-2.667Z\" fill=\"url(#e)\"/><path d=\"M192.108 67.566c-8.71-14.065-23.737-24.385-39.996-27.4.963 7.995 4.904 15.503 11.402 20.803 7.941 6.475 18.581 8.74 28.594 6.597Z\" fill=\"url(#f)\"/><path d=\"M199.713 96.689c-1.469 18.888-15.811 33.65-36.868 35.492-26.409 2.311-53.38-16.574-60.241-42.18-4.96-18.511 1.946-35.467 16.13-44.315-1.425 18.198 4.514 35.189 17.977 46.168 16.678 13.601 40.756 14.596 63.002 4.835Z\" fill=\"url(#g)\"/><path d=\"M123.388 43.746a41.502 41.502 0 0 1 4.662-1.81c-1.089 15.892 4.394 30.979 16.529 40.875 14.716 12.001 35.5 13.344 54.451 5.522.147 1.238.241 2.464.283 3.676-5.662 2.66-11.445 4.577-17.171 5.725-16.317 3.271-31.686.255-42.864-8.861-11.176-9.114-16.866-23.267-16.335-39.397.063-1.891.211-3.803.445-5.73Zm9.41 2.284a54.08 54.08 0 0 1 .318-5.39 47.382 47.382 0 0 1 4.644-.664c-.229 12.812 4.796 25.08 15.003 33.404 12.309 10.039 29.146 11.888 44.439 6.47a49.985 49.985 0 0 1 .954 3.513c-4.672 2.07-9.453 3.531-14.2 4.369-13.748 2.427-26.825-.404-36.494-8.29-9.667-7.883-14.777-19.88-14.664-33.412Zm28.15 17.92c9.424 7.685 21.618 10.113 32.859 7.632a52.605 52.605 0 0 1 1.72 3.685 47.808 47.808 0 0 1-9.713 2.459c-11.172 1.592-21.981-1.037-30.169-7.714-8.186-6.676-12.702-16.542-12.995-27.47a42.275 42.275 0 0 1 .017-2.78c1.7.009 3.398.103 5.088.278 1.062 9.025 5.514 17.647 13.193 23.91Zm2.882-3.369c-6.209-5.064-10.047-12.178-11.132-19.794 15.624 3.1 30.036 12.993 38.602 26.433-9.667 1.862-19.84-.417-27.47-6.639Zm35.312 36.9c-1.8 18.233-15.825 32.407-36.341 34.202-26.167 2.289-52.916-16.44-59.714-41.812-4.808-17.943 1.656-34.363 15.078-43.226-1.145 17.953 4.864 34.696 18.23 45.596 16.669 13.594 40.594 14.695 62.747 5.24Z\" stroke=\"#fff\" stroke-opacity=\".2\"/></g><defs><linearGradient id=\"b\" x1=\"126.68\" y1=\"7.679\" x2=\"141.1\" y2=\"172.497\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".05\"/><stop offset=\"1\" stop-opacity=\".9\"/></linearGradient><linearGradient id=\"c\" x1=\"150.414\" y1=\"39.261\" x2=\"150.414\" y2=\"132.373\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".1\"/></linearGradient><linearGradient id=\"d\" x1=\"150.414\" y1=\"39.261\" x2=\"150.414\" y2=\"132.373\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".1\"/></linearGradient><linearGradient id=\"e\" x1=\"150.414\" y1=\"39.261\" x2=\"150.414\" y2=\"132.373\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".1\"/></linearGradient><linearGradient id=\"f\" x1=\"150.414\" y1=\"39.261\" x2=\"150.414\" y2=\"132.373\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".1\"/></linearGradient><linearGradient id=\"g\" x1=\"150.414\" y1=\"39.261\" x2=\"150.414\" y2=\"132.373\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff\"/><stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".1\"/></linearGradient><filter id=\"a\" x=\"-7\" y=\"-11.642\" width=\"290.842\" height=\"268.918\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"6\"/><feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_2297_90\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"-10\" dy=\"40\"/><feGaussianBlur stdDeviation=\"20\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0\"/><feBlend in2=\"effect1_backgroundBlur_2297_90\" result=\"effect2_dropShadow_2297_90\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2297_90\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oiu2xn\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bnvrnh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Scale with Minimal Effort\"})}),className:\"framer-1ftnyp3\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Deliver consistent and scalable support across all channels, whether via phone, chat, email, or more, without needing extra resources, enabling your business to grow efficiently.\"})}),className:\"framer-v3mo15\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-asnr40\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:428,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5369+180+0+624+0+2160+0+674+0+400+0),pixelHeight:336,pixelWidth:428,src:\"https://framerusercontent.com/images/iBeAI8ZIz0XtvNWUJNVzQVSLo.svg\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:428,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6400.861818181818+100+0+0+554+0+2242+0+636+0+400+0),pixelHeight:336,pixelWidth:428,src:\"https://framerusercontent.com/images/iBeAI8ZIz0XtvNWUJNVzQVSLo.svg\"},transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:336,intrinsicWidth:428,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+4471+180+0+624+0+1106+0+0+400+0),pixelHeight:336,pixelWidth:428,src:\"https://framerusercontent.com/images/iBeAI8ZIz0XtvNWUJNVzQVSLo.svg\"},className:\"framer-1ho3th3\",\"data-framer-name\":\"GXF-2 Frame 3 (1)\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r3e207\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q5rqh4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Ts0JdB6Fn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Ts0JdB6Fn\",layoutId:\"Ts0JdB6Fn\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1ygwj7f\",\"data-framer-appear-id\":\"1ygwj7f\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxoyda-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JF1jv6Pzc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JF1jv6Pzc\",layoutId:\"JF1jv6Pzc\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1it2j\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BiCVWf7IVcBH4j05yBYPKWPlM.png\"},className:\"framer-4p3hp2\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-17t1ylr\",\"data-framer-appear-id\":\"17t1ylr\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bzhi89-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xGr8ykQQY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"xGr8ykQQY\",layoutId:\"xGr8ykQQY\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19v5za9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YpNK7tka8QQPRD6uTepyMFaSj0.png\"},className:\"framer-qnbcf5\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-jh1dan\",\"data-framer-appear-id\":\"jh1dan\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s93ot5-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AcoxlEHG2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"AcoxlEHG2\",layoutId:\"AcoxlEHG2\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq8og5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZbfaSOTozb8q9ZQUy6hw0pkEdxY.png\"},className:\"framer-1k40tdz\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ozw19e\",\"data-framer-appear-id\":\"ozw19e\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4z6b95-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RwTHazWHt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"RwTHazWHt\",layoutId:\"RwTHazWHt\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zqp5zt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-uomibi\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1ygwj7f\",\"data-framer-appear-id\":\"1ygwj7f-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxoyda-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JF1jv6Pzc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JF1jv6Pzc\",layoutId:\"JF1jv6Pzc\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1it2j\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BiCVWf7IVcBH4j05yBYPKWPlM.png\"},className:\"framer-4p3hp2\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-jh1dan\",\"data-framer-appear-id\":\"jh1dan-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s93ot5-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AcoxlEHG2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"AcoxlEHG2\",layoutId:\"AcoxlEHG2\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq8og5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZbfaSOTozb8q9ZQUy6hw0pkEdxY.png\"},className:\"framer-1k40tdz\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ozw19e\",\"data-framer-appear-id\":\"ozw19e-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4z6b95-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RwTHazWHt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"RwTHazWHt\",layoutId:\"RwTHazWHt\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zqp5zt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-uomibi\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1ygwj7f\",\"data-framer-appear-id\":\"1ygwj7f-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxoyda-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JF1jv6Pzc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JF1jv6Pzc\",layoutId:\"JF1jv6Pzc\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1it2j\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BiCVWf7IVcBH4j05yBYPKWPlM.png\"},className:\"framer-4p3hp2\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-17t1ylr\",\"data-framer-appear-id\":\"17t1ylr-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bzhi89-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xGr8ykQQY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"xGr8ykQQY\",layoutId:\"xGr8ykQQY\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19v5za9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YpNK7tka8QQPRD6uTepyMFaSj0.png\"},className:\"framer-qnbcf5\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-jh1dan\",\"data-framer-appear-id\":\"jh1dan-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s93ot5-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AcoxlEHG2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"AcoxlEHG2\",layoutId:\"AcoxlEHG2\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq8og5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZbfaSOTozb8q9ZQUy6hw0pkEdxY.png\"},className:\"framer-1k40tdz\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ozw19e\",\"data-framer-appear-id\":\"ozw19e-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4z6b95-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RwTHazWHt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"RwTHazWHt\",layoutId:\"RwTHazWHt\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zqp5zt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-uomibi\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1ygwj7f\",\"data-framer-appear-id\":\"1ygwj7f-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxoyda-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JF1jv6Pzc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JF1jv6Pzc\",layoutId:\"JF1jv6Pzc\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1it2j\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BiCVWf7IVcBH4j05yBYPKWPlM.png\"},className:\"framer-4p3hp2\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-17t1ylr\",\"data-framer-appear-id\":\"17t1ylr-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bzhi89-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xGr8ykQQY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"xGr8ykQQY\",layoutId:\"xGr8ykQQY\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19v5za9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YpNK7tka8QQPRD6uTepyMFaSj0.png\"},className:\"framer-qnbcf5\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-jh1dan\",\"data-framer-appear-id\":\"jh1dan-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s93ot5-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AcoxlEHG2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"AcoxlEHG2\",layoutId:\"AcoxlEHG2\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq8og5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZbfaSOTozb8q9ZQUy6hw0pkEdxY.png\"},className:\"framer-1k40tdz\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ozw19e\",\"data-framer-appear-id\":\"ozw19e-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4z6b95-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RwTHazWHt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"RwTHazWHt\",layoutId:\"RwTHazWHt\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zqp5zt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-uomibi\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1ygwj7f\",\"data-framer-appear-id\":\"1ygwj7f-4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxoyda-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JF1jv6Pzc\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JF1jv6Pzc\",layoutId:\"JF1jv6Pzc\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1it2j\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/BiCVWf7IVcBH4j05yBYPKWPlM.png\"},className:\"framer-4p3hp2\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-17t1ylr\",\"data-framer-appear-id\":\"17t1ylr-3\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bzhi89-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xGr8ykQQY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"xGr8ykQQY\",layoutId:\"xGr8ykQQY\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19v5za9\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YpNK7tka8QQPRD6uTepyMFaSj0.png\"},className:\"framer-qnbcf5\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-jh1dan\",\"data-framer-appear-id\":\"jh1dan-4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s93ot5-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AcoxlEHG2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"AcoxlEHG2\",layoutId:\"AcoxlEHG2\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lq8og5\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZbfaSOTozb8q9ZQUy6hw0pkEdxY.png\"},className:\"framer-1k40tdz\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-ozw19e\",\"data-framer-appear-id\":\"ozw19e-4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4z6b95-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RwTHazWHt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"RwTHazWHt\",layoutId:\"RwTHazWHt\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zqp5zt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-uomibi\",\"data-framer-name\":\"card\"})})]})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-118fgan-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EtRd3nVbw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"EtRd3nVbw\",layoutId:\"EtRd3nVbw\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-l7ig9i\",\"data-framer-appear-id\":\"l7ig9i\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18r4tam-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Wem5fSgdO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"Wem5fSgdO\",layoutId:\"Wem5fSgdO\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uzvo8t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WgBv667HgEhafbga0vfDb3MEwU.png\"},className:\"framer-tunfin\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-155bepb\",\"data-framer-appear-id\":\"155bepb\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-198zkiz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u9j6EXZOV\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"u9j6EXZOV\",layoutId:\"u9j6EXZOV\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fq1mua\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-1jxoo6k\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-11bn81l\",\"data-framer-appear-id\":\"11bn81l\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e58px7-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TUiDpguLI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"TUiDpguLI\",layoutId:\"TUiDpguLI\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1907r3u\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QooQ360rZqjO2Oqcp6UbgmDTPGg.png\"},className:\"framer-82pe6u\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-r4wcs4\",\"data-framer-appear-id\":\"r4wcs4\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hg0ykw-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JNGurzYrS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JNGurzYrS\",layoutId:\"JNGurzYrS\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzgk0v\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WgBv667HgEhafbga0vfDb3MEwU.png\"},className:\"framer-15bwlgw\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1210t84\",\"data-framer-appear-id\":\"1210t84\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqk1j2\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/tjmaPXatY04UuFSsCAPOOw95HFE.png\"},className:\"framer-n01odq\",\"data-framer-name\":\"card\"})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-l7ig9i\",\"data-framer-appear-id\":\"l7ig9i-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18r4tam-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Wem5fSgdO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"Wem5fSgdO\",layoutId:\"Wem5fSgdO\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uzvo8t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WgBv667HgEhafbga0vfDb3MEwU.png\"},className:\"framer-tunfin\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-155bepb\",\"data-framer-appear-id\":\"155bepb-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-198zkiz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u9j6EXZOV\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"u9j6EXZOV\",layoutId:\"u9j6EXZOV\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fq1mua\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-1jxoo6k\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-11bn81l\",\"data-framer-appear-id\":\"11bn81l-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e58px7-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TUiDpguLI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"TUiDpguLI\",layoutId:\"TUiDpguLI\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1907r3u\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QooQ360rZqjO2Oqcp6UbgmDTPGg.png\"},className:\"framer-82pe6u\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-r4wcs4\",\"data-framer-appear-id\":\"r4wcs4-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hg0ykw-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JNGurzYrS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JNGurzYrS\",layoutId:\"JNGurzYrS\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzgk0v\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WgBv667HgEhafbga0vfDb3MEwU.png\"},className:\"framer-15bwlgw\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1210t84\",\"data-framer-appear-id\":\"1210t84-1\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqk1j2\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/tjmaPXatY04UuFSsCAPOOw95HFE.png\"},className:\"framer-n01odq\",\"data-framer-name\":\"card\"})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-l7ig9i\",\"data-framer-appear-id\":\"l7ig9i-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18r4tam-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Wem5fSgdO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"Wem5fSgdO\",layoutId:\"Wem5fSgdO\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uzvo8t\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WgBv667HgEhafbga0vfDb3MEwU.png\"},className:\"framer-tunfin\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-155bepb\",\"data-framer-appear-id\":\"155bepb-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-198zkiz-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u9j6EXZOV\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"u9j6EXZOV\",layoutId:\"u9j6EXZOV\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fq1mua\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mnyWNQGCAO50aSBPEGfkaERY7Ho.png\"},className:\"framer-1jxoo6k\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-11bn81l\",\"data-framer-appear-id\":\"11bn81l-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e58px7-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TUiDpguLI\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"TUiDpguLI\",layoutId:\"TUiDpguLI\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1907r3u\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/QooQ360rZqjO2Oqcp6UbgmDTPGg.png\"},className:\"framer-82pe6u\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-r4wcs4\",\"data-framer-appear-id\":\"r4wcs4-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hg0ykw-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"JNGurzYrS\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(117, 199, 240)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"JNGurzYrS\",layoutId:\"JNGurzYrS\",length:30,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wzgk0v\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WgBv667HgEhafbga0vfDb3MEwU.png\"},className:\"framer-15bwlgw\",\"data-framer-name\":\"card\"})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1210t84\",\"data-framer-appear-id\":\"1210t84-2\",\"data-framer-name\":\"Test\",initial:animation6,optimized:true,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-nqk1j2\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/tjmaPXatY04UuFSsCAPOOw95HFE.png\"},className:\"framer-n01odq\",\"data-framer-name\":\"card\"})})})],speed:25,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-fw4bnt\",\"data-framer-name\":\"Customer Stories\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wzurka\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1gxogm8\",\"data-framer-appear-id\":\"1gxogm8\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q3i1xz\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1eev04h\",\"data-framer-name\":\"GXF-2 (9)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:25,svg:'<svg width=\"25\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.25 19.25v-8.5a1 1 0 0 1 1-1h5.5a1 1 0 0 1 1 1v8.5m-12.5 0V7.412c0-.402.24-.765.61-.92l4.5-1.904a1 1 0 0 1 1.39.921V7.25m-7.5 12h14.5m-6-6v-.5m2.5.5v-.5m-2.5 3.5v-.5m2.5.5v-.5\" stroke=\"#FF8DCC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 141, 204)\"},children:\"Customer Stories\"})}),className:\"framer-lvepyu\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d2muff\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Discover how other companies use GigaML\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Discover how other companies use GigaML\"})}),className:\"framer-1ri9iu6\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gu1r59\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Explore how businesses across industries leverage AI support agents to improve customer experience, streamline operations, and scale effortlessly.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Explore how businesses across industries leverage AI support agents to improve customer experience, streamline operations, and scale effortlessly.\"})}),className:\"framer-xi89lf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1mesiym\",\"data-framer-appear-id\":\"1mesiym\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15vkjq8\",\"data-framer-name\":\"Test\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yxx0r2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GLzfdWxtTiY61jD6g_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(RotatingConicalGradient,{angle:314,animate:true,color:\"rgb(255, 141, 204)\",distance:16,duration:10,eased:true,height:\"100%\",id:\"GLzfdWxtTiY61jD6g_\",layoutId:\"GLzfdWxtTiY61jD6g_\",length:16,loop:true,repeatType:\"loop\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kefugm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hyx1wi\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-akm6gh\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-103n9jh\",\"data-framer-name\":\"GXF-2 (10)\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"64\" height=\"64\" rx=\"16\" fill=\"url(#a)\"/><rect x=\".5\" y=\".5\" width=\"63\" height=\"63\" rx=\"15.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.358 28.607a.98.98 0 0 1 .277-.691.938.938 0 0 1 .677-.28h.67v-1.428a1.08 1.08 0 0 1 .243-.845A1.034 1.034 0 0 1 41.01 25c.223 0 .44.074.62.211a1.061 1.061 0 0 1 .405.997v1.428h2.181a.928.928 0 0 1 .532.16c.157.106.28.259.352.437a.996.996 0 0 1-.091.913.961.961 0 0 1-.344.316.935.935 0 0 1-.448.115h-2.181v3.44c0 1.676.914 2.533 2.181 2.533a.95.95 0 0 1 .678.288.995.995 0 0 1 .001 1.388.957.957 0 0 1-.68.287c-2.406 0-4.233-1.733-4.233-4.497v-3.438h-.67a.946.946 0 0 1-.672-.286.99.99 0 0 1-.282-.685ZM29.962 40.09v-3.735a4.576 4.576 0 0 0 3.09 1.181c2.68 0 4.71-2.229 4.71-5.05 0-2.821-2.03-5.05-4.71-5.05a4.493 4.493 0 0 0-3.09 1.199v-.132a1.07 1.07 0 0 0-.218-.514 1.036 1.036 0 0 0-.444-.328 1.013 1.013 0 0 0-1.04.192 1.066 1.066 0 0 0-.346.65v11.588c.026.188.101.366.218.514.116.148.27.262.444.328a1.013 1.013 0 0 0 1.04-.192 1.07 1.07 0 0 0 .346-.65Zm2.868-10.712c1.6 0 2.867 1.334 2.867 3.108 0 1.773-1.267 3.107-2.867 3.107-1.601 0-2.868-1.334-2.868-3.107v-.135c.057-1.694 1.267-2.973 2.868-2.973ZM17.254 32.47c.008-.96.281-1.9.788-2.708a4.988 4.988 0 0 1 2.079-1.856 4.838 4.838 0 0 1 2.724-.428c.93.125 1.805.518 2.524 1.134a1.098 1.098 0 0 1 .37.791c.002.285-.105.559-.298.763l-2.85 3.481a.843.843 0 0 1-.705.343.896.896 0 0 1-.537-.142.929.929 0 0 1-.356-.434.956.956 0 0 1-.07-.374.874.874 0 0 1 .221-.628l2.244-2.697a2.23 2.23 0 0 0-1.222-.343c-1.593 0-2.854 1.37-2.854 3.098 0 1.729 1.243 3.098 2.854 3.098.367.004.731-.07 1.07-.218.337-.148.642-.365.893-.64l.113-.096c.24-.205.44-.376.777-.376a.936.936 0 0 1 .713.28.986.986 0 0 1 .288.726 1.12 1.12 0 0 1-.299.683c-.444.513-.993.92-1.607 1.193a4.516 4.516 0 0 1-1.948.39 4.73 4.73 0 0 1-1.893-.362c-.6-.25-1.146-.62-1.604-1.091a4.974 4.974 0 0 1-1.063-1.647 5.065 5.065 0 0 1-.352-1.94Zm-3.972-2.92H9.166a.943.943 0 0 1-.669-.287.992.992 0 0 1-.005-1.379.938.938 0 0 1 .674-.282h6.164a.921.921 0 0 1 .53.16.972.972 0 0 1 .419.813c-.009.26-.115.507-.297.689l-5.01 6.134h4.358a.921.921 0 0 1 .53.16c.158.108.28.261.35.44A1.002 1.002 0 0 1 16 37.06a.943.943 0 0 1-.67.287H8.95a.941.941 0 0 1-.675-.295.998.998 0 0 1-.275-.698c.006-.257.107-.503.28-.69l5.002-6.113Zm33.7.125a5.122 5.122 0 0 0-.83 2.8 5.051 5.051 0 0 0 .35 1.941 4.96 4.96 0 0 0 1.066 1.647c.46.47 1.007.84 1.61 1.09a4.74 4.74 0 0 0 1.897.359c.85 0 1.687-.226 2.427-.654a4.978 4.978 0 0 0 1.797-1.794 5.132 5.132 0 0 0 .12-4.965 4.996 4.996 0 0 0-1.709-1.882 4.832 4.832 0 0 0-4.849-.244 4.963 4.963 0 0 0-1.88 1.702Zm4.093-.301c1.634 0 2.862 1.39 2.862 3.1 0 1.692-1.226 3.1-2.862 3.1-1.636 0-2.862-1.39-2.862-3.1 0-1.71 1.228-3.1 2.862-3.1Z\" fill=\"#fff\"/><defs><linearGradient id=\"a\" x1=\"32\" y1=\"0\" x2=\"32\" y2=\"64\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#950EDB\"/><stop offset=\"1\" stop-color=\"#B506E5\"/></linearGradient></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"How GigaML saved Zepto during event days\"})}),className:\"framer-92d3uh\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Explore how Zepto, a quick commerce giant is making use of GigaML's AI customer support agents to decrease resolution time and deal with spikes during events.\"})}),className:\"framer-1x2sx91\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://new.gigaml.com/customerstories/zepto\",motionChild:true,nodeId:\"GLzfdWxtTT1acIGpo9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1bzmaaa framer-lux5qc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 141, 204)\"},children:\"Read customer story\"})}),className:\"framer-1g1r76q\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4q5miu\",\"data-framer-name\":\"GXF-2 Frame (3)\",fill:\"black\",intrinsicHeight:12,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 5.75h9.75M7.75 9 11 5.75 7.75 2.5\" stroke=\"#FF8DCC\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gilmcl\",\"data-framer-name\":\"Zepto\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74),pixelHeight:2502,pixelWidth:3162,positionX:\"left\",positionY:\"center\",sizes:\"620px\",src:\"https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png\",srcSet:\"https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=512 512w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png 3162w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74),pixelHeight:2502,pixelWidth:3162,positionX:\"left\",positionY:\"center\",sizes:\"620px\",src:\"https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png\",srcSet:\"https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=512 512w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png 3162w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74),pixelHeight:2502,pixelWidth:3162,positionX:\"left\",positionY:\"center\",sizes:\"620px\",src:\"https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png\",srcSet:\"https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=512 512w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MC68sw58hKcTP9bJJLaM9ObOhY.png 3162w\"},className:\"framer-sek8um\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation7,className:\"framer-11lf2g2\",\"data-framer-appear-id\":\"11lf2g2\",\"data-framer-name\":\"Test\",initial:animation8,optimized:true,style:{rotate:-5,transformPerspective:1611},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-157ziuu\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0),positionX:\"center\",positionY:\"center\",sizes:\"1160px\",src:\"https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png\",srcSet:\"https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=512 512w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png 2880w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0),positionX:\"center\",positionY:\"center\",sizes:\"1160px\",src:\"https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png\",srcSet:\"https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=512 512w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png 2880w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0),positionX:\"center\",positionY:\"center\",sizes:\"1160px\",src:\"https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png\",srcSet:\"https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=512 512w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/472DXz4P6fOcQVMJbh3faTJpk.png 2880w\"},className:\"framer-r27whw\",\"data-border\":true,\"data-framer-name\":\"card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2e1fnp\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2uwae4\",\"data-framer-name\":\"div\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:48,svg:'<svg width=\"48\" height=\"24\" viewBox=\"0 0 48 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.3585 7.60675C30.3572 7.47851 30.381 7.3513 30.4285 7.23262C30.476 7.11393 30.5462 7.00616 30.635 6.91566C30.7238 6.82515 30.8294 6.75374 30.9456 6.70563C31.0618 6.65751 31.1862 6.63366 31.3115 6.63549H31.9825V5.20753C31.9613 5.05724 31.9721 4.90406 32.014 4.75841C32.0559 4.61275 32.128 4.47805 32.2254 4.36346C32.3227 4.24888 32.4431 4.1571 32.5783 4.09438C32.7134 4.03167 32.8602 3.99948 33.0086 4.00001C33.232 4.00026 33.4493 4.07426 33.6283 4.211C33.8074 4.34775 33.9385 4.53994 34.0022 4.759C34.0448 4.90415 34.0555 5.05747 34.0342 5.20753V6.63549H36.2155C36.4042 6.63334 36.5892 6.68912 36.7466 6.79562C36.9041 6.90213 37.0267 7.05447 37.0987 7.23298C37.1578 7.38108 37.1804 7.54181 37.1645 7.70098C37.1486 7.86014 37.0947 8.01286 37.0075 8.14566C36.9203 8.27846 36.8024 8.38726 36.6644 8.46247C36.5264 8.53768 36.3724 8.57698 36.216 8.57691H34.0347V12.0161C34.0347 13.6929 34.9488 14.5501 36.216 14.5501C36.4703 14.5506 36.7142 14.654 36.8942 14.8379C37.0742 15.0217 37.1757 15.271 37.1765 15.5312C37.1767 15.6603 37.1519 15.7881 37.1036 15.9074C37.0554 16.0267 36.9845 16.135 36.8952 16.2262C36.806 16.3174 36.6999 16.3897 36.5833 16.4389C36.4666 16.4881 36.3416 16.5132 36.2155 16.5128C33.8091 16.5128 31.9825 14.7798 31.9825 12.0161V8.57745H31.3115C31.0597 8.57646 30.8184 8.47393 30.64 8.29211C30.4616 8.11029 30.3605 7.86438 30.3585 7.60675ZM21.9618 19.0905V15.3555C22.8156 16.1233 23.9152 16.5435 25.0519 16.5363C27.7329 16.5363 29.7628 14.3073 29.7628 11.4858C29.7628 8.66476 27.7329 6.43578 25.0519 6.43578C23.9115 6.42521 22.8087 6.85303 21.9618 7.63457V7.50307C21.9355 7.3149 21.8601 7.13745 21.7436 6.98936C21.6271 6.84127 21.4738 6.72801 21.2998 6.66147C21.1257 6.59494 20.9374 6.57758 20.7545 6.61122C20.5716 6.64486 20.401 6.72826 20.2605 6.85266C20.0722 7.01967 19.9491 7.25062 19.9139 7.50307V19.091C19.9401 19.2793 20.0155 19.4568 20.132 19.605C20.2485 19.7532 20.4019 19.8665 20.5761 19.9331C20.7502 19.9996 20.9386 20.0169 21.1216 19.9832C21.3045 19.9495 21.4752 19.866 21.6157 19.7414C21.804 19.5744 21.9266 19.3429 21.9618 19.0905ZM24.8295 8.37829C26.4295 8.37829 27.6972 9.7124 27.6972 11.4858C27.6972 13.2591 26.43 14.5932 24.8295 14.5932C23.229 14.5932 21.9618 13.2591 21.9618 11.4858V11.351C22.0189 9.65675 23.229 8.37829 24.8295 8.37829ZM9.25429 11.4699C9.26167 10.5092 9.53498 9.57024 10.0425 8.76188C10.5495 7.95436 11.2703 7.31079 12.1209 6.90613C12.9709 6.50185 13.9158 6.35351 14.8451 6.47845C15.7744 6.60339 16.6498 6.99644 17.3688 7.61166C17.4803 7.71061 17.5708 7.83195 17.6345 7.96814C17.6983 8.10434 17.734 8.25248 17.7395 8.40339C17.7409 8.68777 17.6337 8.96146 17.4408 9.16621L14.5902 12.6474C14.5074 12.7574 14.4004 12.8458 14.2779 12.9054C14.1553 12.9649 14.0208 12.994 13.8852 12.9901C13.6965 13.0006 13.5093 12.9508 13.3494 12.8477C13.1896 12.7445 13.065 12.5932 12.9929 12.4145C12.945 12.2959 12.9214 12.1685 12.9236 12.0401C12.9174 11.9257 12.9338 11.8111 12.9717 11.7032C13.0097 11.5953 13.0684 11.4963 13.1444 11.4121L15.3881 8.71496C15.0208 8.48397 14.5967 8.36491 14.1657 8.37174C12.5732 8.37174 11.3124 9.74132 11.3124 11.4699C11.3124 13.1986 12.555 14.5681 14.1657 14.5681C14.5331 14.572 14.8974 14.4978 15.2353 14.3502C15.5732 14.2025 15.8775 13.9846 16.1288 13.7104L16.2424 13.6143C16.4824 13.4086 16.6819 13.2378 17.019 13.2378C17.1503 13.2319 17.2814 13.2538 17.4041 13.3021C17.5267 13.3503 17.6384 13.4239 17.732 13.5183C17.826 13.6127 17.9001 13.7258 17.9496 13.8506C17.9991 13.9754 18.0231 14.1093 18.02 14.244C18.0009 14.5003 17.8954 14.7418 17.7214 14.9272C17.2768 15.4397 16.7284 15.8469 16.1143 16.1203C15.5002 16.3938 14.8352 16.527 14.1657 16.5106C13.5173 16.5211 12.8736 16.3977 12.2728 16.148C11.6721 15.8982 11.1267 15.5272 10.6692 15.057C10.2107 14.5865 9.84917 14.0265 9.60612 13.4103C9.36307 12.7941 9.24343 12.1343 9.25429 11.4699ZM5.28155 8.55017H1.16642C0.915043 8.54856 0.674473 8.4454 0.497093 8.26316C0.319048 8.08025 0.218687 7.83288 0.217789 7.57474C0.21689 7.3166 0.315526 7.06851 0.492293 6.88431C0.58062 6.79371 0.685755 6.72208 0.801521 6.67363C0.917286 6.62519 1.04135 6.6009 1.16642 6.60221H7.33005C7.5187 6.59984 7.70365 6.65583 7.86067 6.76283C8.01769 6.86984 8.13947 7.02286 8.21004 7.20187C8.2575 7.32028 8.28097 7.44742 8.27937 7.57619C8.27001 7.83581 8.16369 8.08188 7.98231 8.26371L2.97172 14.3979H7.33005C7.51876 14.3956 7.70376 14.4516 7.86078 14.5587C8.01781 14.6658 8.13955 14.819 8.21004 14.9981C8.28074 15.1766 8.29852 15.3724 8.26115 15.5611C8.22378 15.7498 8.13292 15.9231 7.99991 16.0594C7.82231 16.2416 7.58153 16.3445 7.33005 16.3459H0.949352C0.823496 16.3445 0.699138 16.3177 0.58338 16.2672C0.467622 16.2166 0.362731 16.1432 0.274696 16.0512C0.0965657 15.8651 -0.00209941 15.6141 3.38872e-05 15.3533C0.00643379 15.0958 0.106699 14.8502 0.279496 14.6636L5.28155 8.55017ZM38.9813 8.67513C38.4402 9.50368 38.1514 10.4778 38.1514 11.4743C38.1398 12.1391 38.2592 12.7995 38.5025 13.416C38.7458 14.0326 39.1081 14.5927 39.5676 15.0628C40.0272 15.533 40.5746 15.9036 41.1772 16.1525C41.7798 16.4015 42.4253 16.5236 43.0751 16.5117C43.9259 16.5119 44.7621 16.2865 45.5024 15.8575C46.2427 15.4286 46.8618 14.8107 47.2992 14.0642C47.7366 13.3176 47.9776 12.4679 47.9985 11.5977C48.0194 10.7276 47.8197 9.86669 47.4186 9.09903C47.0176 8.33137 46.429 7.68311 45.7103 7.21743C44.9915 6.75175 44.1671 6.48454 43.3173 6.44185C42.4676 6.39915 41.6215 6.58244 40.8616 6.97382C40.1017 7.36521 39.4539 7.95136 38.9813 8.67513ZM43.0751 8.37393C44.7087 8.37393 45.9374 9.76315 45.9374 11.4738C45.9374 13.1664 44.7113 14.5736 43.0751 14.5736C41.4389 14.5736 40.2133 13.1849 40.2133 11.4743C40.2133 9.76315 41.4415 8.37393 43.0751 8.37393Z\" fill=\"white\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.3585 7.60675C30.3572 7.47851 30.381 7.3513 30.4285 7.23262C30.476 7.11393 30.5462 7.00616 30.635 6.91566C30.7238 6.82515 30.8294 6.75374 30.9456 6.70563C31.0618 6.65751 31.1862 6.63366 31.3115 6.63549H31.9825V5.20753C31.9613 5.05724 31.9721 4.90406 32.014 4.75841C32.0559 4.61275 32.128 4.47805 32.2254 4.36346C32.3227 4.24888 32.4431 4.1571 32.5783 4.09438C32.7134 4.03167 32.8602 3.99948 33.0086 4.00001C33.232 4.00026 33.4493 4.07426 33.6283 4.211C33.8074 4.34775 33.9385 4.53994 34.0022 4.759C34.0448 4.90415 34.0555 5.05747 34.0342 5.20753V6.63549H36.2155C36.4042 6.63334 36.5892 6.68912 36.7466 6.79562C36.9041 6.90213 37.0267 7.05447 37.0987 7.23298C37.1578 7.38108 37.1804 7.54181 37.1645 7.70098C37.1486 7.86014 37.0947 8.01286 37.0075 8.14566C36.9203 8.27846 36.8024 8.38726 36.6644 8.46247C36.5264 8.53768 36.3724 8.57698 36.216 8.57691H34.0347V12.0161C34.0347 13.6929 34.9488 14.5501 36.216 14.5501C36.4703 14.5506 36.7142 14.654 36.8942 14.8379C37.0742 15.0217 37.1757 15.271 37.1765 15.5312C37.1767 15.6603 37.1519 15.7881 37.1036 15.9074C37.0554 16.0267 36.9845 16.135 36.8952 16.2262C36.806 16.3174 36.6999 16.3897 36.5833 16.4389C36.4666 16.4881 36.3416 16.5132 36.2155 16.5128C33.8091 16.5128 31.9825 14.7798 31.9825 12.0161V8.57745H31.3115C31.0597 8.57646 30.8184 8.47393 30.64 8.29211C30.4616 8.11029 30.3605 7.86438 30.3585 7.60675ZM21.9618 19.0905V15.3555C22.8156 16.1233 23.9152 16.5435 25.0519 16.5363C27.7329 16.5363 29.7628 14.3073 29.7628 11.4858C29.7628 8.66476 27.7329 6.43578 25.0519 6.43578C23.9115 6.42521 22.8087 6.85303 21.9618 7.63457V7.50307C21.9355 7.3149 21.8601 7.13745 21.7436 6.98936C21.6271 6.84127 21.4738 6.72801 21.2998 6.66147C21.1257 6.59494 20.9374 6.57758 20.7545 6.61122C20.5716 6.64486 20.401 6.72826 20.2605 6.85266C20.0722 7.01967 19.9491 7.25062 19.9139 7.50307V19.091C19.9401 19.2793 20.0155 19.4568 20.132 19.605C20.2485 19.7532 20.4019 19.8665 20.5761 19.9331C20.7502 19.9996 20.9386 20.0169 21.1216 19.9832C21.3045 19.9495 21.4752 19.866 21.6157 19.7414C21.804 19.5744 21.9266 19.3429 21.9618 19.0905ZM24.8295 8.37829C26.4295 8.37829 27.6972 9.7124 27.6972 11.4858C27.6972 13.2591 26.43 14.5932 24.8295 14.5932C23.229 14.5932 21.9618 13.2591 21.9618 11.4858V11.351C22.0189 9.65675 23.229 8.37829 24.8295 8.37829ZM9.25429 11.4699C9.26167 10.5092 9.53498 9.57024 10.0425 8.76188C10.5495 7.95436 11.2703 7.31079 12.1209 6.90613C12.9709 6.50185 13.9158 6.35351 14.8451 6.47845C15.7744 6.60339 16.6498 6.99644 17.3688 7.61166C17.4803 7.71061 17.5708 7.83195 17.6345 7.96814C17.6983 8.10434 17.734 8.25248 17.7395 8.40339C17.7409 8.68777 17.6337 8.96146 17.4408 9.16621L14.5902 12.6474C14.5074 12.7574 14.4004 12.8458 14.2779 12.9054C14.1553 12.9649 14.0208 12.994 13.8852 12.9901C13.6965 13.0006 13.5093 12.9508 13.3494 12.8477C13.1896 12.7445 13.065 12.5932 12.9929 12.4145C12.945 12.2959 12.9214 12.1685 12.9236 12.0401C12.9174 11.9257 12.9338 11.8111 12.9717 11.7032C13.0097 11.5953 13.0684 11.4963 13.1444 11.4121L15.3881 8.71496C15.0208 8.48397 14.5967 8.36491 14.1657 8.37174C12.5732 8.37174 11.3124 9.74132 11.3124 11.4699C11.3124 13.1986 12.555 14.5681 14.1657 14.5681C14.5331 14.572 14.8974 14.4978 15.2353 14.3502C15.5732 14.2025 15.8775 13.9846 16.1288 13.7104L16.2424 13.6143C16.4824 13.4086 16.6819 13.2378 17.019 13.2378C17.1503 13.2319 17.2814 13.2538 17.4041 13.3021C17.5267 13.3503 17.6384 13.4239 17.732 13.5183C17.826 13.6127 17.9001 13.7258 17.9496 13.8506C17.9991 13.9754 18.0231 14.1093 18.02 14.244C18.0009 14.5003 17.8954 14.7418 17.7214 14.9272C17.2768 15.4397 16.7284 15.8469 16.1143 16.1203C15.5002 16.3938 14.8352 16.527 14.1657 16.5106C13.5173 16.5211 12.8736 16.3977 12.2728 16.148C11.6721 15.8982 11.1267 15.5272 10.6692 15.057C10.2107 14.5865 9.84917 14.0265 9.60612 13.4103C9.36307 12.7941 9.24343 12.1343 9.25429 11.4699ZM5.28155 8.55017H1.16642C0.915043 8.54856 0.674473 8.4454 0.497093 8.26316C0.319048 8.08025 0.218687 7.83288 0.217789 7.57474C0.21689 7.3166 0.315526 7.06851 0.492293 6.88431C0.58062 6.79371 0.685755 6.72208 0.801521 6.67363C0.917286 6.62519 1.04135 6.6009 1.16642 6.60221H7.33005C7.5187 6.59984 7.70365 6.65583 7.86067 6.76283C8.01769 6.86984 8.13947 7.02286 8.21004 7.20187C8.2575 7.32028 8.28097 7.44742 8.27937 7.57619C8.27001 7.83581 8.16369 8.08188 7.98231 8.26371L2.97172 14.3979H7.33005C7.51876 14.3956 7.70376 14.4516 7.86078 14.5587C8.01781 14.6658 8.13955 14.819 8.21004 14.9981C8.28074 15.1766 8.29852 15.3724 8.26115 15.5611C8.22378 15.7498 8.13292 15.9231 7.99991 16.0594C7.82231 16.2416 7.58153 16.3445 7.33005 16.3459H0.949352C0.823496 16.3445 0.699138 16.3177 0.58338 16.2672C0.467622 16.2166 0.362731 16.1432 0.274696 16.0512C0.0965657 15.8651 -0.00209941 15.6141 3.38872e-05 15.3533C0.00643379 15.0958 0.106699 14.8502 0.279496 14.6636L5.28155 8.55017ZM38.9813 8.67513C38.4402 9.50368 38.1514 10.4778 38.1514 11.4743C38.1398 12.1391 38.2592 12.7995 38.5025 13.416C38.7458 14.0326 39.1081 14.5927 39.5676 15.0628C40.0272 15.533 40.5746 15.9036 41.1772 16.1525C41.7798 16.4015 42.4253 16.5236 43.0751 16.5117C43.9259 16.5119 44.7621 16.2865 45.5024 15.8575C46.2427 15.4286 46.8618 14.8107 47.2992 14.0642C47.7366 13.3176 47.9776 12.4679 47.9985 11.5977C48.0194 10.7276 47.8197 9.86669 47.4186 9.09903C47.0176 8.33137 46.429 7.68311 45.7103 7.21743C44.9915 6.75175 44.1671 6.48454 43.3173 6.44185C42.4676 6.39915 41.6215 6.58244 40.8616 6.97382C40.1017 7.36521 39.4539 7.95136 38.9813 8.67513ZM43.0751 8.37393C44.7087 8.37393 45.9374 9.76315 45.9374 11.4738C45.9374 13.1664 44.7113 14.5736 43.0751 14.5736C41.4389 14.5736 40.2133 13.1849 40.2133 11.4743C40.2133 9.76315 41.4415 8.37393 43.0751 8.37393Z\" fill=\"url(#paint0_linear_1984_46)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1984_46\" x1=\"24\" y1=\"4\" x2=\"24\" y2=\"20\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#950EDB\"/>\\n<stop offset=\"1\" stop-color=\"#B506E5\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u0c76y\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Delivery in 10 Mins\"})}),className:\"framer-758ssg\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.55)\"},children:\"Netaji Subhash Chandra Bose Road\"})}),className:\"framer-z43jsl\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18bwtxp\",\"data-border\":true,\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1cvc9cn\",\"data-framer-name\":\"icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:12,svg:'<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1984_52)\">\\n<path d=\"M7.65198 7.65234L10.75 10.7503\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n<path d=\"M5 8.75C7.07107 8.75 8.75 7.07107 8.75 5C8.75 2.92893 7.07107 1.25 5 1.25C2.92893 1.25 1.25 2.92893 1.25 5C1.25 7.07107 2.92893 8.75 5 8.75Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1984_52\">\\n<rect width=\"12\" height=\"12\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.25)\"},children:\"Search for \u201Ckurkure\u201D\"})}),className:\"framer-1y3ny4b\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Grocery & Kitchen\"})}),className:\"framer-1uucdie\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gdg2ob\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qkzhpt\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg\",srcSet:\"https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg 1344w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg\",srcSet:\"https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg\",srcSet:\"https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Sk8DeYvjcxP9Op4UacnEjmIAxg.jpg 1344w\"},className:\"framer-g1n679\",\"data-border\":true,\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Fruits & Vegetables\"})}),className:\"framer-1n0fcws\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nu9yrd\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg\",srcSet:\"https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg 1344w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg\",srcSet:\"https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg\",srcSet:\"https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xKUajEOT0aVaNMcZyUh8iHHyts.jpg 1344w\"},className:\"framer-unz8a0\",\"data-border\":true,\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Dairy, Bread, & Eggs\"})}),className:\"framer-wgc5ws\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lk42mj\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg\",srcSet:\"https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg 1344w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg\",srcSet:\"https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0+16+216+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg\",srcSet:\"https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/DzUMT57cmvluXT8EUCCu2VVPvk.jpg 1344w\"},className:\"framer-118k6lj\",\"data-border\":true,\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Atta, Rice, Oil & Dals\"})}),className:\"framer-a1wyp2\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Snacks & Drinks\"})}),className:\"framer-190xrw3\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13za199\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-152hqdw\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg\",srcSet:\"https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg 1344w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg\",srcSet:\"https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg\",srcSet:\"https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/3S7EbntWPwfWJNyNnW25fhXEo.jpg 1344w\"},className:\"framer-1md4ngi\",\"data-border\":true,\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tea, Coffee & More\"})}),className:\"framer-cw26pe\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p1upyz\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg\",srcSet:\"https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg 1344w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg\",srcSet:\"https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg\",srcSet:\"https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/cUZNT9BBbeCU3lIJXNeW8h6398.jpg 1344w\"},className:\"framer-1vepmxp\",\"data-border\":true,\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Ice Cream & More\"})}),className:\"framer-15p7t0o\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7sqru\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9667+180+0+624+2+0+2+0+0+704+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg\",srcSet:\"https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg 1344w\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10592.861818181818+20+0+0+535+2+0+2+0+0+644+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg\",srcSet:\"https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg 1344w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7041+180+0+624+2+0+2+0+56+-74+553-874+2+0+16+636+0+0+0),sizes:\"208px\",src:\"https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg\",srcSet:\"https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sIeKPITliEGPjAbvgJaKhR5nnlY.jpg 1344w\"},className:\"framer-1teyytv\",\"data-border\":true,\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Frozen Food\"})}),className:\"framer-76eozf\",\"data-framer-name\":\"text\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})})})})})]})})]})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1y48cr6\",\"data-framer-name\":\"Security\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lrwvj5\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1eyd2on\",\"data-framer-appear-id\":\"1eyd2on\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fofzjo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-m2nzk5\",\"data-framer-name\":\"GXF-2 div (2)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 13.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 0v2.25\" stroke=\"#FFC53D\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m12.305 4.848 5.25 1.68a1 1 0 0 1 .695.952V14c0 3.03-4.684 4.748-5.942 5.155a.983.983 0 0 1-.616 0C10.434 18.748 5.75 17.03 5.75 14V7.48c0-.435.281-.82.695-.952l5.25-1.68c.198-.063.411-.063.61 0Z\" stroke=\"#FFC53D\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLW1lZGl1bQ==\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 197, 61)\"},children:\"Security\"})}),className:\"framer-12z00nw\",fonts:[\"FS;General Sans-medium\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a8u1jb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"50px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Complete Security and Compliance\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"64px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Complete Security and Compliance\"})}),className:\"framer-1vjl748\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dv83p9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Certified with SOC 2 Type 1, GDPR, ISO 27001, and HIPAA, GigaML guarantees top-level protection. Additional features safeguard your data and ensure full compliance.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Certified with SOC 2 Type 1, GDPR, ISO 27001, and HIPAA, GigaML guarantees top-level protection. Additional features safeguard your data and ensure full compliance.\"})}),className:\"framer-ow6d7b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-jjdoeh\",\"data-framer-appear-id\":\"jjdoeh\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qilnjm\",\"data-framer-name\":\"Test\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qldi93\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16evws2\",\"data-border\":true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xzvwpo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o5z12l\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-isfshm\",\"data-border\":true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-n98uj5\",\"data-framer-name\":\"GXF-2 (11)\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M32 63.999c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32Z\" fill=\"#2870BD\"/><path d=\"M32 58.666c14.727 0 26.666-11.939 26.666-26.666C58.666 17.272 46.727 5.332 32 5.332c-14.728 0-26.667 11.939-26.667 26.666 0 14.728 11.939 26.667 26.666 26.667Z\" fill=\"url(#b)\"/><path d=\"m12.286 30.056 3.51-9.737h2.469l3.51 9.737H19.61l-.713-2.07h-3.744l-.713 2.07h-2.153Zm3.456-3.785h2.578l-1.29-3.758-1.288 3.758Zm6.846-5.952h2.084v9.737h-2.084V20.32Zm11.93 6.226c-.397 2.36-1.905 3.73-4.237 3.73-2.88 0-4.69-2.18-4.69-5.074 0-2.893 1.81-5.101 4.69-5.101 2.236 0 3.772 1.316 4.197 3.565l-2.167.096c-.247-1.22-1.001-1.906-2.07-1.906-1.715 0-2.51 1.44-2.51 3.346 0 1.893.809 3.32 2.51 3.32 1.137 0 1.878-.741 2.098-2.058l2.18.082Zm4.756-6.226c2.331 0 3.744 1.207 3.744 3.182 0 1.975-1.413 3.195-3.744 3.195h-1.81v3.36h-2.085V20.32h3.895Zm-1.81 4.622h1.686c1.097 0 1.728-.494 1.728-1.44 0-.947-.63-1.427-1.728-1.427h-1.687v2.867Zm4.757 5.115 3.51-9.737h2.47l3.51 9.737h-2.167l-.713-2.07h-3.744l-.713 2.07h-2.153Zm3.456-3.785h2.578l-1.289-3.758-1.29 3.758Zm-29.47 14.88c.178 1.042.92 1.728 2.14 1.728.932 0 1.563-.37 1.55-1.083-.014-.713-.618-1.125-2.14-1.495-2.112-.508-3.47-1.358-3.47-2.921 0-1.77 1.481-2.88 3.703-2.88 2.167 0 3.648 1.33 3.881 3.291l-2.084.11c-.11-1.029-.823-1.673-1.852-1.673-.905 0-1.55.466-1.508 1.18.027.822.987 1.096 2.03 1.357 2.18.48 3.565 1.412 3.565 2.962 0 1.852-1.632 2.894-3.73 2.894-2.373 0-4.046-1.317-4.183-3.374l2.098-.096Zm11.256 3.525c-2.963 0-4.732-1.948-4.732-5.075 0-3.154 1.77-5.101 4.732-5.101s4.745 1.947 4.745 5.101c0 3.127-1.783 5.075-4.745 5.075ZM24.884 39.6c0 2.085.96 3.32 2.579 3.32 1.645 0 2.592-1.235 2.592-3.32 0-2.098-.947-3.346-2.592-3.346-1.619 0-2.579 1.248-2.579 3.346Zm16.82 1.344c-.397 2.36-1.906 3.73-4.237 3.73-2.88 0-4.69-2.18-4.69-5.074 0-2.893 1.81-5.101 4.69-5.101 2.235 0 3.771 1.316 4.196 3.565l-2.166.096c-.247-1.22-1.002-1.906-2.071-1.906-1.715 0-2.51 1.44-2.51 3.346 0 1.893.809 3.32 2.51 3.32 1.138 0 1.878-.741 2.098-2.058l2.18.082Zm.79-3.127c.164-1.92 1.618-3.318 3.771-3.318 2.044 0 3.511 1.248 3.511 2.962 0 1.495-1.193 2.359-2.523 3.127-.535.302-2.236 1.316-2.29 2.112h4.84v1.755h-7.378c0-2.852 1.605-4.155 3.594-5.28.987-.603 1.618-1.11 1.618-1.742 0-.685-.563-1.179-1.372-1.179-.877 0-1.453.603-1.632 1.687l-2.139-.123Z\" fill=\"#fff\"/></g><defs><linearGradient id=\"b\" x1=\"58.666\" y1=\"58.666\" x2=\"4.666\" y2=\"5.333\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0090FF\"/><stop offset=\"1\" stop-color=\"#C2E6FF\"/></linearGradient><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-7x39fc\",\"data-framer-name\":\"GXF-2 (12)\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:148,svg:'<svg width=\"148\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"148\" height=\"32\" rx=\"16\" fill=\"#000\"/><rect x=\".5\" y=\".5\" width=\"147\" height=\"31\" rx=\"15.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"10\" fill=\"#58D5BA\"/><path d=\"m11.76 17.004 2.25 3 6.23-8.258\" stroke=\"#092C2B\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M46.313 18.432c0 .725-.187 1.37-.56 1.936-.374.555-.907.992-1.6 1.312-.683.32-1.51.48-2.48.48-.96 0-1.798-.16-2.513-.48-.703-.33-1.258-.795-1.663-1.392-.406-.597-.64-1.301-.705-2.112h2.465c.032.64.245 1.147.64 1.52.405.373.98.56 1.727.56.416 0 .78-.059 1.088-.176.32-.117.571-.288.752-.512a1.21 1.21 0 0 0 .273-.784c0-.363-.134-.65-.4-.864-.267-.224-.646-.384-1.137-.48l-1.888-.368a4.891 4.891 0 0 1-1.215-.368 3.684 3.684 0 0 1-.977-.64 2.765 2.765 0 0 1-.655-.928 3.065 3.065 0 0 1-.24-1.248c0-.683.18-1.29.544-1.824.373-.533.88-.95 1.52-1.248.65-.299 1.392-.448 2.224-.448.864 0 1.632.16 2.303.48.672.32 1.216.773 1.633 1.36.416.576.645 1.264.688 2.064h-2.465a2.123 2.123 0 0 0-.32-1.056 1.798 1.798 0 0 0-.735-.704 2.183 2.183 0 0 0-1.072-.256c-.395 0-.731.07-1.009.208a1.52 1.52 0 0 0-.623.528c-.15.213-.224.459-.224.736 0 .256.069.47.208.64.149.17.34.31.575.416.235.096.491.17.768.224l1.968.4c1.014.203 1.782.55 2.305 1.04.533.48.8 1.141.8 1.984Zm6.68 3.808a5.97 5.97 0 0 1-2.32-.448 5.805 5.805 0 0 1-1.856-1.248 5.896 5.896 0 0 1-1.248-1.904 6.322 6.322 0 0 1-.448-2.4c0-.864.15-1.659.448-2.384a5.714 5.714 0 0 1 1.248-1.888 5.805 5.805 0 0 1 1.856-1.248 5.955 5.955 0 0 1 2.32-.448c.832 0 1.606.15 2.32.448a5.761 5.761 0 0 1 1.872 1.248 5.597 5.597 0 0 1 1.264 1.888c.299.725.448 1.52.448 2.384 0 .864-.149 1.664-.448 2.4a5.761 5.761 0 0 1-3.136 3.152 5.955 5.955 0 0 1-2.32.448Zm0-2.176a3.32 3.32 0 0 0 1.408-.288c.427-.203.784-.48 1.072-.832.299-.352.523-.757.672-1.216.16-.47.24-.965.24-1.488s-.08-1.013-.24-1.472a3.396 3.396 0 0 0-.672-1.2 2.903 2.903 0 0 0-1.072-.816 3.173 3.173 0 0 0-1.408-.304 3.17 3.17 0 0 0-1.408.304 3.086 3.086 0 0 0-1.072.816 3.76 3.76 0 0 0-.672 1.2c-.149.459-.224.95-.224 1.472 0 .523.075 1.019.224 1.488.16.459.384.864.672 1.216.299.352.656.63 1.072.832.416.192.886.288 1.408.288Zm12.67 2.176c-.8 0-1.552-.15-2.256-.448a5.71 5.71 0 0 1-1.84-1.28 6.235 6.235 0 0 1-1.232-1.92 6.315 6.315 0 0 1-.432-2.352c0-.843.144-1.621.432-2.336A6.022 6.022 0 0 1 61.567 12a5.506 5.506 0 0 1 1.84-1.264 5.546 5.546 0 0 1 2.256-.464c1.013 0 1.93.208 2.752.624a5.498 5.498 0 0 1 2.048 1.744c.533.747.864 1.61.992 2.592h-2.576a3.217 3.217 0 0 0-.592-1.456 3.177 3.177 0 0 0-1.12-.976 3.063 3.063 0 0 0-1.472-.352c-.502 0-.955.09-1.36.272a3.083 3.083 0 0 0-1.04.784 3.729 3.729 0 0 0-.672 1.216 4.89 4.89 0 0 0-.224 1.52 5.1 5.1 0 0 0 .224 1.552c.16.459.384.859.672 1.2a3.27 3.27 0 0 0 1.04.8c.405.181.858.272 1.36.272.544 0 1.04-.117 1.488-.352a3.183 3.183 0 0 0 1.104-.992c.298-.427.496-.912.592-1.456h2.576c-.139.992-.475 1.861-1.008 2.608a5.532 5.532 0 0 1-2.032 1.744c-.822.416-1.739.624-2.752.624Zm17.97-2.224V22H76.08v-1.264l3.28-3.36a14.1 14.1 0 0 0 1.023-1.12 4.09 4.09 0 0 0 .56-.88c.129-.277.192-.576.192-.896 0-.299-.063-.555-.191-.768a1.168 1.168 0 0 0-.528-.512c-.225-.128-.496-.192-.817-.192-.34 0-.64.07-.895.208a1.467 1.467 0 0 0-.576.592c-.14.245-.209.55-.209.912h-2.16c0-.725.166-1.365.496-1.92a3.514 3.514 0 0 1 1.409-1.296c.597-.32 1.28-.48 2.047-.48.715 0 1.355.139 1.92.416a3.304 3.304 0 0 1 1.328 1.136c.331.48.497 1.024.497 1.632 0 .437-.07.843-.208 1.216-.128.373-.363.779-.704 1.216-.342.437-.827.976-1.457 1.616l-1.631 1.76h4.175ZM93.897 22h-2.432v-9.296H87.85v-2.192h9.68v2.192h-3.632V22Zm12.321-8.544-4.16 11.632h-2.416l1.216-3.184-3.36-8.448h2.4l2.144 5.856 1.952-5.856h2.224Zm9.504 4.272c0 .843-.16 1.6-.48 2.272a3.908 3.908 0 0 1-1.312 1.584c-.555.384-1.221.576-2 .576-.501 0-.965-.107-1.392-.32a3.234 3.234 0 0 1-1.12-.944v4.192h-2.224V13.456h2.048v1.248a3.32 3.32 0 0 1 1.184-1.04 3.14 3.14 0 0 1 1.504-.368c.768 0 1.435.197 2 .592.565.384 1.003.912 1.312 1.584.32.661.48 1.413.48 2.256Zm-2.288 0c0-.8-.197-1.408-.592-1.824-.395-.427-.864-.64-1.408-.64-.352 0-.683.096-.992.288a2.01 2.01 0 0 0-.736.832c-.181.352-.272.8-.272 1.344 0 .533.091.987.272 1.36.181.363.421.635.72.816a1.96 1.96 0 0 0 1.008.272c.544 0 1.013-.203 1.408-.608.395-.416.592-1.03.592-1.84Zm7.425 4.416c-.853 0-1.605-.181-2.256-.544a3.835 3.835 0 0 1-1.488-1.568c-.352-.672-.528-1.45-.528-2.336 0-.853.182-1.61.544-2.272a3.973 3.973 0 0 1 1.504-1.552c.64-.384 1.371-.576 2.192-.576.672 0 1.28.128 1.824.384a3.686 3.686 0 0 1 1.392 1.056c.374.459.64.992.8 1.6.16.597.187 1.243.08 1.936H117.9v-1.408h4.672c-.021-.597-.197-1.067-.528-1.408-.32-.352-.741-.528-1.264-.528-.416 0-.768.107-1.056.32-.288.213-.512.528-.672.944-.149.405-.224.907-.224 1.504 0 .587.075 1.083.224 1.488.15.405.374.715.672.928.299.213.662.32 1.088.32.491 0 .896-.117 1.216-.352.32-.235.544-.56.672-.976h2.208c-.245.96-.72 1.707-1.424 2.24-.704.533-1.578.8-2.624.8Zm16.226-2.128V22h-7.552v-1.264l3.28-3.36c.426-.427.768-.8 1.024-1.12a4.11 4.11 0 0 0 .56-.88c.128-.277.192-.576.192-.896 0-.299-.064-.555-.192-.768a1.175 1.175 0 0 0-.528-.512c-.224-.128-.496-.192-.816-.192-.342 0-.64.07-.896.208a1.458 1.458 0 0 0-.576.592c-.139.245-.208.55-.208.912h-2.16c0-.725.165-1.365.496-1.92.341-.555.81-.987 1.408-1.296.597-.32 1.28-.48 2.048-.48.714 0 1.354.139 1.92.416a3.306 3.306 0 0 1 1.328 1.136c.33.48.496 1.024.496 1.632 0 .437-.07.843-.208 1.216-.128.373-.363.779-.704 1.216-.342.437-.827.976-1.456 1.616l-1.632 1.76h4.176Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Validates that security controls protect data, ensuring compliance with strict security standards.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Validates that security controls protect data, ensuring compliance with strict security standards.\"})}),className:\"framer-vkl99c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zkwvru\",\"data-border\":true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-eb8nhz\",\"data-framer-name\":\"GXF-2 (14)\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M4.57 0h54.858v36.571C59.428 51.72 47.148 64 31.999 64 16.851 64 4.571 51.72 4.571 36.571V0Z\" fill=\"#3B9EFF\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32 64c15.148 0 27.428-12.28 27.428-27.429V0H32v64Z\" fill=\"#C2E6FF\"/><path d=\"M32.01 6.857v8.95c.069-.1.19-.098.323-.044.063.027.128.065.192.11l.646.456.418.298c.314.225.629.45.946.672.107.076.221.142.378.232l.29.169-.982-2.894c-.277-.824-.246-.902.458-1.397.64-.45 1.28-.902 1.914-1.36a.95.95 0 0 0 .379-.535l-.895-.003a73.583 73.583 0 0 0-2.158.01c-.534.013-.856-.205-1.015-.69l-.235-.657a14.406 14.406 0 0 1-.66-3.317Z\" fill=\"#205D9E\"/><path d=\"M32.01 22.306c.157-.287.7-.414.905-.462l.044-.01c2.207-.544 3.788-1.78 4.636-3.904.329-.82.738-1.631 1.24-2.36 1.268-1.839 3.088-2.406 5.148-1.49 1.458.65 2.889 1.425 4.185 2.342 2.995 2.117 6.23 3.686 9.825 4.477.977.216 2.027.246 3.031.175 1.123-.08 2.102-.613 2.976-1.474a37.132 37.132 0 0 0-.808-.038h-.001c-.544-.022-1.058-.043-1.56-.117-3.298-.487-6.435-1.5-9.31-3.152-1.125-.647-2.204-1.372-3.276-2.11l-.738-.512c-.42-.292-.84-.584-1.262-.871-1.764-1.202-3.66-1.934-5.85-1.78-1.64.115-2.9.832-3.64 2.286-.285.56-.491 1.16-.696 1.758a54.6 54.6 0 0 1-.159.457c-.125.357-.237.718-.35 1.08l-.003.013c-.21.668-.42 1.335-.706 1.968-.575 1.27-1.658 2.035-3.018 2.395l-.019.005c-.15.04-.333.088-.466.044a.237.237 0 0 1-.129-.1v1.38Z\" fill=\"#205D9E\"/><path d=\"M32.439 52.883c.325.28.616.53.888.8.538.537.573.969.15 1.61-.124.188-.26.367-.396.546-.083.11-.167.22-.247.33-.106.15-.207.3-.296.46-.206.371-.317.8-.425 1.217l-.006.02c-.027.106.098.295.208.373.058.04.258-.047.348-.128l.442-.398.015-.013c.472-.423.946-.847 1.378-1.309 1.287-1.384 1.189-2.86-.227-4.096-.723-.633-.698-.77-.015-1.472.29-.298.58-.6.865-.906.43-.464.845-.94 1.222-1.444.711-.95.704-2.02.01-2.98-.555-.763-1.207-1.469-1.88-2.136-.612-.608-.654-.692.025-1.25.309-.253.621-.5.934-.748l.014-.012a57.39 57.39 0 0 0 1.243-1.005c1.192-.999 1.44-2.26.733-3.643-.575-1.12-1.52-1.846-2.647-2.383-.146-.069-.265-.191-.385-.313l-.163-.162c.056-.056.11-.117.163-.178l.002-.003c.118-.134.235-.268.381-.353.561-.327 1.129-.644 1.696-.96l.012-.007c.983-.549 1.966-1.097 2.916-1.695 1.196-.753 1.737-1.958 1.896-3.328.131-1.115-.06-2.15-.873-3.026l.08-.154h1.853l.043-.17-.199-.23v-.002c-.164-.182-.327-.363-.436-.571-.1-.188-.14-.521-.033-.668.11-.153.427-.211.656-.217.12-.003.242.061.364.126.059.03.118.062.177.085l.969.387c.894.358 1.789.716 2.69 1.052.237.088.496.122.753.155l.008.001c.119.016.238.03.355.052l.085-.159c-.329-.325-.658-.65-.97-.995a8.88 8.88 0 0 1-.74-.932l.416.14 1.19.368c.898.28 1.797.562 2.71.79.422.105.868.119 1.315.132.202.006.404.012.605.026l.05-.212c-.225-.175-.475-.325-.726-.476-.605-.364-1.226-.737-1.57-1.49l1.242.3c.885.214 1.733.42 2.589.595 1.454.3 3.131.239 3.74-.09l-.845-.307-.019-.007a26.572 26.572 0 0 1-1.786-.687c-3.606-1.591-7.147-3.296-10.467-5.43-2.221-1.429-4.28-.805-5.495 1.511-.44.841-.862 1.692-1.28 2.545-.607 1.242-1.546 2.151-2.861 2.619-.733.26-1.512.411-2.281.545-.172.03-.472.072-.593-.246v1.715a.796.796 0 0 1 .464-.231c.575-.023 1.15-.02 1.727-.017l.675.003.14.202-2.906 2.707-.1-.033v1.413c.018.002.036 0 .052 0 .03 0 .056-.002.071.01 1.183 1 2.12.868 2.966-.428.17-.26.333-.525.483-.796.221-.396.504-.683.844-.872.34-.188.739-.277 1.189-.28.987-.004 1.664.745 1.383 1.682-.152.504-.487 1.045-.902 1.364-.862.662-1.808 1.227-2.764 1.755-.746.412-1.515.784-2.28 1.153l-.019.01-1.023.497-.01 2.373c.29.164.58.32.87.477.64.347 1.274.69 1.866 1.092 1.342.914 1.375 2.127.104 3.158a37.93 37.93 0 0 1-1.91 1.421l-.006.005-.924.663.004 2.055.183-.126c.238.238.48.473.721.708l.324.316c.492.482.98.968 1.436 1.483.56.633.558 1.303-.046 1.939-.244.256-.498.504-.756.746-.365.342-.737.67-1.1.992-.26.229-.516.455-.762.679l.006 1.999c.15.131.293.255.43.372ZM31.99 6.857v8.95c-.069-.1-.19-.098-.323-.044a1.031 1.031 0 0 0-.192.11l-.647.456-.417.298c-.315.225-.629.45-.946.672-.107.076-.222.142-.378.232l-.29.169.981-2.894c.277-.824.247-.902-.457-1.397-.641-.45-1.28-.902-1.914-1.36a.95.95 0 0 1-.38-.535l.895-.003c.72-.003 1.439-.007 2.158.01.535.013.856-.205 1.016-.69l.235-.657a14.45 14.45 0 0 0 .66-3.317Z\" fill=\"#205D9E\"/><path d=\"M31.99 22.306c-.158-.287-.7-.414-.906-.462a3.318 3.318 0 0 1-.044-.01c-2.206-.544-3.787-1.78-4.636-3.904a12.113 12.113 0 0 0-1.24-2.36c-1.268-1.839-3.087-2.406-5.147-1.49-1.459.65-2.89 1.425-4.186 2.342-2.995 2.117-6.23 3.686-9.825 4.477-.977.216-2.027.246-3.031.175C1.852 20.994.873 20.461 0 19.6c.278-.017.546-.028.807-.038H.81c.543-.022 1.057-.043 1.56-.117 3.297-.487 6.434-1.5 9.31-3.152 1.125-.647 2.204-1.372 3.275-2.11l.734-.51c.422-.292.843-.585 1.266-.873 1.764-1.202 3.66-1.934 5.85-1.78 1.64.115 2.9.832 3.64 2.286.286.56.491 1.16.697 1.758.052.153.104.306.158.457.125.357.237.718.35 1.08l.004.013c.21.668.419 1.335.705 1.968.576 1.27 1.659 2.035 3.018 2.395l.019.005c.15.04.333.088.466.044a.237.237 0 0 0 .129-.1v1.38Z\" fill=\"#205D9E\"/><path d=\"M31.99 52.51c-.15.133-.293.256-.43.373-.325.28-.616.53-.888.8-.539.537-.573.969-.15 1.61.124.188.26.367.396.546.083.11.166.22.246.33.106.15.208.3.297.46.205.371.317.8.425 1.217l.005.02c.027.106-.098.295-.207.373-.058.04-.258-.047-.348-.128l-.443-.398-.014-.013c-.472-.423-.946-.847-1.378-1.309-1.287-1.384-1.19-2.86.227-4.096.723-.633.698-.77.015-1.472-.29-.298-.581-.6-.866-.906a18.343 18.343 0 0 1-1.22-1.444c-.713-.95-.705-2.02-.01-2.98.553-.763 1.205-1.469 1.879-2.136.611-.608.654-.692-.025-1.25-.309-.253-.622-.5-.934-.748l-.015-.012a58.797 58.797 0 0 1-1.242-1.005c-1.193-.999-1.44-2.26-.733-3.643.575-1.12 1.52-1.846 2.647-2.383.146-.069.265-.191.384-.313l.164-.162a3.42 3.42 0 0 1-.163-.178l-.003-.003c-.117-.134-.234-.268-.38-.353-.562-.327-1.129-.644-1.696-.96l-.013-.007c-.982-.549-1.965-1.097-2.915-1.695-1.197-.753-1.737-1.958-1.897-3.328-.13-1.115.06-2.15.873-3.026l-.079-.154h-1.854l-.042-.17.198-.23.001-.002c.163-.182.326-.363.436-.571.1-.188.14-.521.032-.668-.11-.153-.427-.211-.655-.217-.121-.003-.242.061-.364.126-.06.03-.118.062-.177.085l-.97.387c-.894.358-1.788.716-2.69 1.052-.236.088-.495.122-.753.155l-.007.001c-.12.016-.238.03-.356.052l-.084-.159c.329-.325.657-.65.969-.995.264-.293.514-.6.74-.932l-.415.14-1.19.368c-.899.28-1.797.562-2.71.79-.423.105-.869.119-1.315.132-.202.006-.405.012-.605.026l-.05-.212a7.21 7.21 0 0 1 .726-.476c.605-.364 1.225-.738 1.57-1.49l-1.242.3c-.885.214-1.733.42-2.59.595-1.453.3-3.13.239-3.74-.09l.846-.307.018-.007a26.366 26.366 0 0 0 1.786-.687c3.607-1.591 7.148-3.296 10.468-5.43 2.221-1.429 4.28-.805 5.495 1.511.44.841.861 1.692 1.279 2.545.608 1.242 1.546 2.151 2.862 2.619.733.26 1.512.411 2.281.545.171.03.471.072.593-.246v1.715a.796.796 0 0 0-.464-.231 37.94 37.94 0 0 0-1.727-.017l-.675.003-.14.202 2.905 2.707.1-.033v1.413c-.018.002-.035 0-.051 0-.03 0-.056-.002-.072.01-1.183 1-2.12.868-2.965-.428-.17-.26-.333-.525-.483-.796a2.172 2.172 0 0 0-.845-.872c-.34-.188-.738-.277-1.188-.28-.987-.004-1.664.745-1.383 1.682.152.504.486 1.045.902 1.364.861.662 1.808 1.227 2.764 1.755.746.412 1.515.784 2.28 1.153l.018.01 1.023.497.01 2.373c-.289.164-.58.32-.869.477-.641.347-1.275.69-1.866 1.092-1.342.914-1.375 2.127-.104 3.158.608.493 1.248.95 1.91 1.421l.006.005.923.663-.004 2.055-.182-.126c-.238.238-.48.473-.722.708l-.323.316c-.492.482-.98.968-1.437 1.483-.56.633-.558 1.303.047 1.939.244.256.498.504.755.746.365.342.737.67 1.101.991.26.23.515.455.761.68l-.006 1.999Z\" fill=\"#205D9E\"/><path d=\"M9.964 38.857v-11.36h2.432v4.624h4.24v-4.624h2.432v11.36h-2.432V34.17h-4.24v4.688H9.964Zm10.407-11.36h2.432v11.36H20.37v-11.36Zm8.7 0c2.72 0 4.369 1.408 4.369 3.712 0 2.304-1.648 3.728-4.368 3.728h-2.113v3.92h-2.431v-11.36h4.544ZM26.96 32.89h1.968c1.28 0 2.017-.576 2.017-1.68s-.736-1.664-2.017-1.664H26.96v3.344Zm5.55 5.968 4.097-11.36h2.88l4.096 11.36h-2.528l-.832-2.416h-4.368l-.832 2.416H32.51Zm4.033-4.416h3.008l-1.504-4.384-1.504 4.384Zm7.203 4.416 4.096-11.36h2.88l4.096 11.36H52.29l-.832-2.416H47.09l-.832 2.416h-2.512Zm4.032-4.416h3.008l-1.504-4.384-1.504 4.384Z\" fill=\"#0D2847\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1y73yfr\",\"data-framer-name\":\"GXF-2 (13)\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:96,svg:'<svg width=\"96\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"96\" height=\"32\" rx=\"16\" fill=\"#000\"/><rect x=\".5\" y=\".5\" width=\"95\" height=\"31\" rx=\"15.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"10\" fill=\"#58D5BA\"/><path d=\"m11.76 17.004 2.25 3 6.23-8.258\" stroke=\"#092C2B\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M39.616 22h-2.432V10.512h2.432v4.528h4.976v-4.528h2.432V22h-2.432v-4.864h-4.976V22Zm12.203 0h-2.432V10.512h2.432V22Zm6.59-3.744H56.6V22h-2.432V10.512h4.24c.939 0 1.744.144 2.416.432.683.288 1.206.715 1.568 1.28.374.565.56 1.27.56 2.112 0 .832-.186 1.541-.56 2.128-.362.587-.885 1.035-1.568 1.344-.672.299-1.477.448-2.416.448Zm-.017-5.696H56.6v3.648h1.792c.683 0 1.211-.165 1.584-.496.374-.341.56-.795.56-1.36 0-.565-.186-1.003-.56-1.312-.373-.32-.901-.48-1.584-.48Zm7.481 5.04h5.088l.64 1.936h-6.432l.704-1.936Zm5.616 4.4-3.072-8.832L65.281 22h-2.448l4.32-11.488h2.656L74.097 22h-2.608Zm6.072-4.4h5.087l.64 1.936h-6.431l.704-1.936Zm5.615 4.4-3.072-8.832L76.97 22h-2.45l4.32-11.488h2.656L85.784 22h-2.608Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Confirms compliance with HIPAA standards, ensuring the protection and privacy of healthcare data.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Confirms compliance with HIPAA standards, ensuring the protection and privacy of healthcare data.\"})}),className:\"framer-cstw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i1h2bi\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sx2jt9\",\"data-border\":true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ymhq0g\",\"data-framer-name\":\"GXF-2 (15)\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M32 64c17.674 0 32-14.327 32-32C64 14.327 49.675 0 32 0 14.328 0 0 14.327 0 32c0 17.673 14.327 32 32 32Z\" fill=\"#003362\"/><path d=\"M21.531 37.616h-1.488l-.128-1.632c-.576 1.152-1.872 1.888-3.44 1.888-3.216 0-5.328-2.544-5.328-5.92S13.26 26 16.62 26c2.576 0 4.336 1.52 4.88 3.984l-2.528.112c-.304-1.296-1.12-2.048-2.4-2.048-2 0-2.928 1.68-2.928 3.904 0 2.208.944 3.872 2.928 3.872 1.472 0 2.304-.944 2.496-2.336h-2.512v-1.792h4.976v5.92Zm5.206-11.36c3.68 0 5.744 2.048 5.744 5.696 0 3.632-2.032 5.664-5.648 5.664h-4.016v-11.36h3.92Zm-1.488 9.312h1.488c2.208 0 3.264-1.168 3.264-3.632 0-2.464-1.056-3.632-3.264-3.632h-1.488v7.264Zm12.737-9.312c2.72 0 4.368 1.408 4.368 3.712 0 2.304-1.648 3.728-4.368 3.728h-2.112v3.92h-2.432v-11.36h4.544Zm-2.112 5.392h1.968c1.28 0 2.016-.576 2.016-1.68s-.736-1.664-2.016-1.664h-1.968v3.344Zm12.639-5.392c2.352 0 4.08 1.216 4.08 3.408 0 1.44-.832 2.416-2.064 2.736 1.216.144 1.792.72 1.888 1.952l.288 3.264h-2.448l-.224-2.848c-.08-.992-.608-1.312-1.936-1.312h-2.128v4.16h-2.432v-11.36h4.976Zm-2.544 5.168h2.192c1.248 0 1.936-.56 1.936-1.552 0-1.008-.672-1.568-1.936-1.568h-2.192v3.12Z\" fill=\"#fff\"/><path d=\"m32 3.428.936 1.624 1.922.34-1.343 1.344.251 1.835L32 7.777l-1.766.794.252-1.835-1.343-1.344 1.921-.34L32 3.428ZM20.572 6.857l.936 1.624 1.92.34-1.342 1.345.251 1.834-1.765-.793-1.766.793.251-1.834-1.343-1.344 1.922-.34.936-1.625Zm-9.142 7.428.935 1.624 1.922.34-1.343 1.345.251 1.834-1.766-.793-1.765.793.251-1.834-1.343-1.345 1.921-.34.936-1.624Zm41.142 0 .936 1.624 1.92.34-1.342 1.345.252 1.834-1.766-.793-1.766.793.251-1.834-1.343-1.345 1.922-.34.936-1.624ZM43.43 6.857l.935 1.624 1.921.34-1.342 1.345.251 1.834-1.766-.793-1.765.793.251-1.834-1.343-1.344 1.921-.34.936-1.625ZM32 55.428l.936 1.624 1.922.34-1.343 1.344.251 1.835L32 59.777l-1.766.794.252-1.835-1.343-1.344 1.921-.34.936-1.624ZM20.572 52l.936 1.624 1.92.34-1.342 1.345.252 1.834-1.766-.793-1.766.793.251-1.834-1.342-1.345 1.92-.34.937-1.624Zm-9.142-7.428.935 1.624 1.922.34-1.343 1.345.251 1.834-1.766-.793-1.765.793.251-1.834-1.343-1.344 1.921-.34.936-1.625Zm41.142 0 .935 1.624 1.922.34-1.343 1.345.251 1.834-1.766-.793-1.765.793.251-1.834-1.343-1.344 1.922-.34.935-1.625ZM43.43 52l.935 1.624 1.921.34-1.342 1.345.251 1.834-1.766-.793-1.765.793.251-1.834-1.343-1.345 1.921-.34L43.43 52Z\" fill=\"#FFFF57\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lwk3y3\",\"data-framer-name\":\"GXF-2 (16)\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:92,svg:'<svg width=\"92\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"92\" height=\"32\" rx=\"16\" fill=\"#000\"/><rect x=\".5\" y=\".5\" width=\"91\" height=\"31\" rx=\"15.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"10\" fill=\"#58D5BA\"/><path d=\"m11.76 17.004 2.25 3 6.23-8.258\" stroke=\"#092C2B\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M42.557 22.24c-.832 0-1.61-.144-2.336-.432a5.945 5.945 0 0 1-1.888-1.248 5.678 5.678 0 0 1-1.248-1.904 6.532 6.532 0 0 1-.448-2.448c0-.853.144-1.637.432-2.352a5.856 5.856 0 0 1 1.216-1.888 5.312 5.312 0 0 1 1.84-1.248 5.997 5.997 0 0 1 2.336-.448c.97 0 1.84.181 2.608.544a5.37 5.37 0 0 1 1.952 1.472c.533.63.928 1.365 1.184 2.208h-2.864a2.692 2.692 0 0 0-.576-1.04 2.873 2.873 0 0 0-.992-.736c-.395-.181-.853-.272-1.376-.272a3.22 3.22 0 0 0-1.68.448c-.49.288-.88.72-1.168 1.296-.277.565-.416 1.259-.416 2.08 0 .736.133 1.397.4 1.984a3.316 3.316 0 0 0 1.184 1.408c.533.341 1.184.512 1.952.512.565 0 1.056-.101 1.472-.304a2.846 2.846 0 0 0 1.04-.864c.277-.373.47-.795.576-1.264h-3.328v-1.936h5.92c.043.939-.064 1.803-.32 2.592a5.696 5.696 0 0 1-1.152 2.032 5.137 5.137 0 0 1-1.856 1.344c-.725.31-1.547.464-2.464.464ZM54.123 22h-4.08V10.512h4.08c1.216 0 2.262.24 3.136.72a4.987 4.987 0 0 1 2.016 2c.47.853.704 1.84.704 2.96 0 1.11-.24 2.107-.72 2.992a5.22 5.22 0 0 1-2.048 2.064c-.874.501-1.904.752-3.088.752Zm-1.648-9.392v7.296h1.52c.768 0 1.408-.144 1.92-.432a2.69 2.69 0 0 0 1.168-1.264c.267-.555.4-1.227.4-2.016 0-.768-.133-1.419-.4-1.952a2.633 2.633 0 0 0-1.168-1.216c-.512-.277-1.152-.416-1.92-.416h-1.52Zm13.433 5.648H64.1V22h-2.432V10.512h4.24c.939 0 1.744.144 2.416.432.683.288 1.206.715 1.568 1.28.374.565.56 1.27.56 2.112 0 .832-.186 1.541-.56 2.128-.362.587-.885 1.035-1.568 1.344-.672.299-1.477.448-2.416.448Zm-.016-5.696H64.1v3.648h1.792c.683 0 1.211-.165 1.584-.496.374-.341.56-.795.56-1.36 0-.565-.186-1.003-.56-1.312-.373-.32-.901-.48-1.584-.48ZM74.538 22h-2.432V10.512h4.496c1.45 0 2.576.325 3.376.976.8.64 1.2 1.557 1.2 2.752 0 .768-.23 1.45-.688 2.048-.448.587-1.083 1.013-1.904 1.28L81.546 22H78.65l-2.592-4.064h-1.52V22Zm0-9.472v3.408h1.952c.736 0 1.296-.139 1.68-.416.384-.288.576-.715.576-1.28 0-.576-.192-1.003-.576-1.28-.384-.288-.944-.432-1.68-.432h-1.952Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"Ensures compliance with GDPR, protecting personal data for European customers.\"})}),className:\"framer-1tu7gf6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h9ttbx\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4vo9zk\",\"data-framer-name\":\"GXF-2 (17)\",fill:\"black\",intrinsicHeight:64,intrinsicWidth:64,svg:'<svg width=\"64\" height=\"64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M64.002 32.03C64.019 14.358 49.706.018 32.032 0h-.068C14.294.017-.015 14.354.002 32.023.015 49.676 14.32 63.983 31.972 64c17.673.017 32.013-14.296 32.03-31.97ZM42.73 48.428a32.046 32.046 0 0 0-21.456.004l-.988-3.74h-2.649a45.897 45.897 0 0 0 1.188 4.726 33.575 33.575 0 0 0-6.704 4.097c-12.35-11.063-12.892-31.283 0-43.04a32.666 32.666 0 0 0 6.67 4.086l-1.206 4.76.371.005c.359.006.684.01 1.008.013h1.309l1.001-3.764a31.993 31.993 0 0 0 21.402.012c.23.606.415 1.226.555 1.86.11.408.212.818.316 1.237l.156.62h2.656c-.285-1.587-.718-3.125-1.17-4.73a33.281 33.281 0 0 0 6.692-4.09c12.215 10.895 13.024 31.116.05 43.005-.32-.218-.64-.439-.959-.66-.754-.523-1.51-1.048-2.294-1.528-.767-.471-1.56-.897-2.366-1.33a107.77 107.77 0 0 1-1.107-.6 46.223 46.223 0 0 0 1.137-4.615 4.672 4.672 0 0 0-1.308-.076 20.39 20.39 0 0 0-.894-.006l-.413.002-.997 3.752Zm-.985-35.649c.028.103.05.205.066.31a29.196 29.196 0 0 1-19.67-.02l.195-.484.001-.002c.131-.325.255-.634.387-.939a22.626 22.626 0 0 1 3.33-5.615 10.612 10.612 0 0 1 3.11-2.647 5.73 5.73 0 0 1 5.97.165 11.723 11.723 0 0 1 3.303 3.094 25.192 25.192 0 0 1 3.308 6.138ZM22.215 51.06a6.989 6.989 0 0 0-.041-.147 29.263 29.263 0 0 1 19.634-.007c-.01.097-.026.194-.052.289a23.838 23.838 0 0 1-3.86 6.833c-.651.785-1.4 1.484-2.23 2.077-2.424 1.706-5.026 1.683-7.425-.067a13.373 13.373 0 0 1-2.954-3.066 25.57 25.57 0 0 1-3.018-5.734 1.832 1.832 0 0 1-.054-.178Zm27.622 4.232a28.097 28.097 0 0 1-10.35 5.035 23.08 23.08 0 0 0 2.748-3.976c.518-.983 1-1.983 1.492-3.003.22-.454.44-.912.667-1.374 1.933.897 3.76 2.01 5.443 3.318Zm-28.051 1.09a21.868 21.868 0 0 0 2.76 3.956 28.282 28.282 0 0 1-10.379-5.046 28.287 28.287 0 0 1 5.447-3.32c.227.464.448.925.668 1.384a77.27 77.27 0 0 0 1.504 3.026ZM49.755 8.638c-.494.701-4.044 2.9-5.458 3.378-1.197-3.044-2.675-5.887-4.832-8.357a28.039 28.039 0 0 1 10.29 4.98Zm-35.558.043A28.002 28.002 0 0 1 24.494 3.68a28.546 28.546 0 0 0-4.772 8.314c-1.036-.258-4.429-2.293-5.525-3.313Zm41.66 27.65a9.599 9.599 0 0 0 .966-4.302c-.016-.185-.03-.37-.043-.555-.03-.406-.06-.812-.119-1.214a7.58 7.58 0 0 0-4.638-6.133 10.31 10.31 0 0 0-3.385-.819 12.66 12.66 0 0 0-6.006.737 7.495 7.495 0 0 0-4.588 4.962 10.64 10.64 0 0 0-.289 4.621c.492 3.39 2.426 5.565 5.652 6.6 1.492.45 3.056.62 4.61.497a11.711 11.711 0 0 0 3.892-.815 7.517 7.517 0 0 0 3.949-3.579Zm-5.414-5.013c.014.237.027.474.042.71 0 1.188-.124 2.37-.376 3.531a5.823 5.823 0 0 1-.397 1.15 2.768 2.768 0 0 1-5.039-.108 7.363 7.363 0 0 1-.563-2.307c-.2-1.73-.168-3.479.093-5.201.09-.7.302-1.376.63-2a2.585 2.585 0 0 1 2.422-1.39c.99-.034 1.91.512 2.356 1.397.403.796.643 1.661.708 2.55.062.553.093 1.111.124 1.668Zm-17.96-2.351c-.051-.147-.1-.283-.15-.418-.607-1.633-1.83-2.465-3.519-2.646a4.713 4.713 0 0 0-1.93.105c-.411.12-.782.347-1.075.662-.602.665-.537 1.414.227 1.88.446.263.927.463 1.427.593.546.15 1.098.279 1.651.407.512.12 1.024.238 1.53.374a11.93 11.93 0 0 1 3.471 1.449 4.23 4.23 0 0 1 1.988 3.301 4.99 4.99 0 0 1-1.067 3.85 5.646 5.646 0 0 1-2.503 1.692 10.36 10.36 0 0 1-4.049.514 12.168 12.168 0 0 1-4.645-1.2c-.043-.02-.09-.035-.148-.054l-.095-.032-.618.87h-2.185v-6.04a5.19 5.19 0 0 1 1.14-.047c.253-.007.506-.005.774-.004l.38.002.065.17c.052.137.101.269.155.398.761 1.812 2.038 3.026 4.008 3.404a4.03 4.03 0 0 0 1.982-.043c.354-.104.684-.272.977-.498a1.259 1.259 0 0 0-.002-2.05 5.753 5.753 0 0 0-1.562-.816c-.63-.22-1.27-.404-1.91-.588a50.732 50.732 0 0 1-1.382-.413 22.19 22.19 0 0 1-2.245-.81c-1.392-.618-2.412-1.625-2.721-3.155-.494-2.444.533-4.57 2.773-5.751a7.455 7.455 0 0 1 3.093-.807 12.08 12.08 0 0 1 5.948 1.077c.044.02.09.038.15.06l.11.04.452-.756h2.3v5.639l-.507.005a68.89 68.89 0 0 1-.79.008h-1.364c-.049-.134-.092-.256-.133-.372ZM18.84 40.217v-2.271h-.317c-.193.001-.373.002-.553 0-1.017-.02-1.253-.237-1.257-1.248-.01-3.15-.01-6.3 0-9.45 0-.98.235-1.192 1.227-1.227.061-.002.123-.001.185 0 .088 0 .176.002.26-.004.104-.007.206-.017.306-.027l.114-.012a7.11 7.11 0 0 0-.032-2.224h-9.65v2.261h.295c.18-.002.35-.002.52 0 1.088.019 1.347.267 1.349 1.355.005 3.076.005 6.154 0 9.23a5.141 5.141 0 0 1-.086.713.658.658 0 0 1-.59.58 3.69 3.69 0 0 1-.607.05c-.202.006-.405.005-.612.004l-.27-.002v2.273h9.718Z\" fill=\"#0090FF\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h64v64H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1gfo40n\",\"data-framer-name\":\"GXF-2 (18)\",fill:\"black\",intrinsicHeight:32,intrinsicWidth:120,svg:'<svg width=\"120\" height=\"32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"120\" height=\"32\" rx=\"16\" fill=\"#000\"/><rect x=\".5\" y=\".5\" width=\"119\" height=\"31\" rx=\"15.5\" stroke=\"#fff\" stroke-opacity=\".1\"/><rect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"10\" fill=\"#58D5BA\"/><path d=\"m11.76 17.004 2.25 3 6.23-8.258\" stroke=\"#092C2B\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M39.882 22H37.45V10.512h2.432V22Zm11.165-3.568c0 .725-.187 1.37-.56 1.936-.373.555-.907.992-1.6 1.312-.683.32-1.51.48-2.48.48-.96 0-1.797-.16-2.512-.48-.704-.33-1.259-.795-1.664-1.392-.406-.597-.64-1.301-.704-2.112h2.464c.032.64.245 1.147.64 1.52.405.373.981.56 1.728.56.416 0 .779-.059 1.088-.176.32-.117.57-.288.752-.512a1.21 1.21 0 0 0 .272-.784c0-.363-.133-.65-.4-.864-.267-.224-.645-.384-1.136-.48l-1.888-.368a4.89 4.89 0 0 1-1.216-.368 3.682 3.682 0 0 1-.976-.64 2.763 2.763 0 0 1-.656-.928 3.065 3.065 0 0 1-.24-1.248c0-.683.181-1.29.544-1.824.373-.533.88-.95 1.52-1.248.65-.299 1.392-.448 2.224-.448.864 0 1.632.16 2.304.48.672.32 1.216.773 1.632 1.36.416.576.645 1.264.688 2.064h-2.464a2.124 2.124 0 0 0-.32-1.056 1.798 1.798 0 0 0-.736-.704 2.183 2.183 0 0 0-1.072-.256c-.395 0-.73.07-1.008.208a1.52 1.52 0 0 0-.624.528c-.15.213-.224.459-.224.736 0 .256.07.47.208.64.15.17.341.31.576.416.234.096.49.17.768.224l1.968.4c1.013.203 1.781.55 2.304 1.04.533.48.8 1.141.8 1.984Zm6.68 3.808c-.831 0-1.605-.15-2.32-.448a5.805 5.805 0 0 1-1.855-1.248 5.896 5.896 0 0 1-1.248-1.904 6.322 6.322 0 0 1-.448-2.4c0-.864.15-1.659.448-2.384a5.714 5.714 0 0 1 1.248-1.888 5.805 5.805 0 0 1 1.856-1.248 5.955 5.955 0 0 1 2.32-.448c.832 0 1.605.15 2.32.448a5.761 5.761 0 0 1 1.872 1.248 5.597 5.597 0 0 1 1.264 1.888c.298.725.448 1.52.448 2.384 0 .864-.15 1.664-.448 2.4a5.761 5.761 0 0 1-3.136 3.152 5.955 5.955 0 0 1-2.32.448Zm0-2.176c.523 0 .993-.096 1.409-.288.426-.203.784-.48 1.072-.832.298-.352.522-.757.672-1.216.16-.47.24-.965.24-1.488s-.08-1.013-.24-1.472a3.396 3.396 0 0 0-.672-1.2 2.903 2.903 0 0 0-1.072-.816 3.173 3.173 0 0 0-1.408-.304c-.523 0-.992.101-1.408.304a3.086 3.086 0 0 0-1.072.816 3.76 3.76 0 0 0-.672 1.2c-.15.459-.224.95-.224 1.472 0 .523.074 1.019.224 1.488.16.459.384.864.672 1.216.298.352.656.63 1.072.832a3.32 3.32 0 0 0 1.408.288Zm18.062-.048V22h-7.552v-1.264l3.28-3.36c.426-.427.768-.8 1.024-1.12a4.11 4.11 0 0 0 .56-.88c.128-.277.192-.576.192-.896 0-.299-.064-.555-.192-.768a1.17 1.17 0 0 0-.528-.512c-.224-.128-.496-.192-.816-.192-.342 0-.64.07-.896.208a1.466 1.466 0 0 0-.576.592c-.139.245-.208.55-.208.912h-2.16c0-.725.165-1.365.496-1.92.341-.555.81-.987 1.408-1.296.597-.32 1.28-.48 2.048-.48.714 0 1.354.139 1.92.416a3.304 3.304 0 0 1 1.328 1.136c.33.48.496 1.024.496 1.632 0 .437-.07.843-.208 1.216-.128.373-.363.779-.704 1.216-.342.437-.827.976-1.456 1.616l-1.632 1.76h4.176Zm8.458-7.536-4 9.52h-2.384l3.92-8.832h-5.136v-1.984h7.6v1.296Zm.942 4.128c0-1.792.363-3.168 1.088-4.128.725-.97 1.755-1.456 3.088-1.456 1.334 0 2.363.485 3.088 1.456.736.96 1.104 2.336 1.104 4.128 0 1.781-.362 3.152-1.088 4.112-.715.96-1.75 1.44-3.104 1.44-1.344 0-2.378-.48-3.104-1.44-.715-.96-1.072-2.33-1.072-4.112Zm2.288 0c0 1.163.16 2.048.48 2.656.32.608.79.912 1.408.912.619 0 1.088-.304 1.408-.912.33-.608.496-1.493.496-2.656 0-1.173-.165-2.064-.496-2.672-.32-.619-.79-.928-1.408-.928-.608 0-1.077.31-1.408.928-.32.619-.48 1.51-.48 2.672Zm7.54 0c0-1.792.363-3.168 1.088-4.128.726-.97 1.755-1.456 3.088-1.456 1.334 0 2.363.485 3.088 1.456.736.96 1.104 2.336 1.104 4.128 0 1.781-.362 3.152-1.088 4.112-.714.96-1.749 1.44-3.104 1.44-1.344 0-2.378-.48-3.104-1.44-.714-.96-1.072-2.33-1.072-4.112Zm2.288 0c0 1.163.16 2.048.48 2.656.32.608.79.912 1.408.912.619 0 1.088-.304 1.408-.912.331-.608.496-1.493.496-2.656 0-1.173-.165-2.064-.496-2.672-.32-.619-.79-.928-1.408-.928-.608 0-1.077.31-1.408.928-.32.619-.48 1.51-.48 2.672ZM108.56 22h-2.224v-8.896h-2.048v-1.92h4.272V22Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.6)\"},children:\"A globally recognized certification that ensures sensitive information is securely managed and protected.\"})}),className:\"framer-1mgzfv4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-gavsuo\",\"data-framer-appear-id\":\"gavsuo\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1malfx1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a8o984\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Additional measures to ensure ongoing protection and security\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"40px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Additional measures to ensure ongoing protection and security\"})}),className:\"framer-jkwl3z\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p455g6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ecj1o\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e1v7oq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-trh1x\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-gc8l1j\",\"data-framer-name\":\"GXF-2 div (3)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 9.5c3.452 0 6.25-1.007 6.25-2.25S15.452 5 12 5 5.75 6.007 5.75 7.25 8.548 9.5 12 9.5Zm6.25 2.917V7.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 7.25v9.5C5.75 17.993 8.548 19 12 19c.232 0 .461-.005.686-.013\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 12c0 1.243 2.798 2.25 6.25 2.25.396 0 .782-.013 1.158-.039M17 19.25a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm1.59-.66 1.66 1.66\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Data Monitoring\"})}),className:\"framer-1imqsmn\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Real-time oversight to ensure data safety.\"})}),className:\"framer-1w8mtkh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hevrij\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qlpucd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-jg1a9u\",\"data-framer-name\":\"GXF-2 (19)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.25 10.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9-1.25v5.381c0 .265-.105.52-.293.707l-3.369 3.369a1 1 0 0 1-.707.293H8.75m1-6v2.336c0 .265.105.52.293.707l.707.707\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m6.25 17.25.792-1.025a1 1 0 0 0 .208-.611v-3.177c0-.28.116-.545.321-.734l1.566-1.45m4.613 5.997a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm.5-5.5V8.414a.997.997 0 0 0-.293-.707L13.25 7\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m17.75 6.75-.792 1.025a1 1 0 0 0-.208.611v3.177a.998.998 0 0 1-.321.734l-1.566 1.45m.387-8.997H9.119a.997.997 0 0 0-.707.293L5.043 8.412a1 1 0 0 0-.293.707V14.5\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Data Encryption\"})}),className:\"framer-c99d0d\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"All sensitive data is fully encrypted.\"})}),className:\"framer-1qsjara\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r4sh2f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r2msjl\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-kwoboy\",\"data-framer-name\":\"GXF-2 Frame (5)\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.25 6.75a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm2.5-2.5h7.5m-1.5 0V6.5m-2.5-2.25V6.5M9 16.25a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm-5.5-.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5.5-7v4.5\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m4.56 13.19 1.397-1.397a1 1 0 0 0 .293-.707V10m8.25 5.75a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m13.44 13.19-1.397-1.397a1 1 0 0 1-.293-.707V10\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Access Controls\"})}),className:\"framer-mua7tl\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"AI evolves with changing customer needs.\"})}),className:\"framer-4vhga8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gizs2f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-154611l\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v6ksr5\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dao2vr\",\"data-framer-name\":\"GXF-2 (21)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.25 12A7.25 7.25 0 0 0 5.29 9.25\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m4.88 6.305.408 2.945 2.944-.407M4.75 12a7.25 7.25 0 0 0 13.96 2.75\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"m19.12 17.695-.408-2.945-2.944.407M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Secure Backups\"})}),className:\"framer-141ceje\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Regularly store encrypted data backups.\"})}),className:\"framer-1di7s8t\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ohk0vf\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19qbtmh\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-m07ue5\",\"data-framer-name\":\"GXF-2 (23)\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.75 12.25 2.25 2.5 4.25-5.5M7.987 5.96a7.192 7.192 0 0 1 2.612-1.074m-5.72 5.744a7.2 7.2 0 0 1 1.09-2.656M7.987 18.04a7.19 7.19 0 0 0 2.612 1.074m-5.72-5.744a7.2 7.2 0 0 0 1.09 2.656\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.435 4.892a7.252 7.252 0 0 1-.002 14.216\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Incident Response\"})}),className:\"framer-ta2trn\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Quick actions to resolve security breaches.\"})}),className:\"framer-yfys5e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pj4ya5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5i60yf\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lp715h\",\"data-framer-name\":\"GXF-2 Frame (7)\",fill:\"black\",intrinsicHeight:18,intrinsicWidth:18,svg:'<svg width=\"18\" height=\"18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M15.581 5.954a7.25 7.25 0 1 1-1.455-2.081\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.744 8.791a3.75 3.75 0 1 1-1.092-2.443M9 9l6.75-6.75\" stroke=\"#606060\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Threat Detection\"})}),className:\"framer-eh9q88\",fonts:[\"FS;General Sans-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.45)\"},children:\"Identify risks before they impact data.\"})}),className:\"framer-f7yuiv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-h1cja3\",\"data-framer-name\":\"Footer CTA\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13vy9l5\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-jsid2z\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-d14gjq\",\"data-framer-appear-id\":\"d14gjq\",\"data-framer-name\":\"Heading\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uy691m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Transform Support at scale with Giga\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xkIGl0YWxpYw==\",\"--framer-font-style\":\"italic\"},children:\"ML\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xk\",\"--framer-font-family\":'\"General Sans\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"72px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Transform Support at scale with Giga\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"RlM7R2VuZXJhbCBTYW5zLXNlbWlib2xkIGl0YWxpYw==\",\"--framer-font-style\":\"italic\"},children:\"ML\"})]})}),className:\"framer-1yc5vuo\",fonts:[\"FS;General Sans-semibold\",\"FS;General Sans-semibold italic\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1asp4a6\",\"data-framer-appear-id\":\"1asp4a6\",\"data-framer-name\":\"Hero Sub\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(110, 110, 110)\"},children:\"Automate repetitive tasks in customer support and sales with our workflow builder, enhancing operational efficiency.\"})}),className:\"framer-onfo5n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ddr3pi\",\"data-framer-name\":\"Hero buttons\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-f1h8ss\",\"data-framer-appear-id\":\"f1h8ss\",\"data-framer-name\":\"Hero Sub\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:128,intrinsicWidth:368,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14141+0+818+0+8),pixelHeight:128,pixelWidth:368,src:\"https://framerusercontent.com/images/VVF81Jtp5ByjdxQpk85kxzidfc.png\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:128,intrinsicWidth:368,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+15433.861818181818+0+522+0+0+8),pixelHeight:128,pixelWidth:368,src:\"https://framerusercontent.com/images/VVF81Jtp5ByjdxQpk85kxzidfc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:128,intrinsicWidth:368,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10619+0+818+0+8),pixelHeight:128,pixelWidth:368,src:\"https://framerusercontent.com/images/VVF81Jtp5ByjdxQpk85kxzidfc.png\"},className:\"framer-1hd3ccn\",\"data-framer-name\":\"GXF-2 Design (1)\"})}),/*#__PURE__*/_jsx(Link,{href:\"https://demo.gigaml.net/\",motionChild:true,nodeId:\"wcUt3mvid\",openInNewTab:false,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-4dkqzi framer-lux5qc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{r5yZhh6tt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"Try Now. Talk to a Support Agent\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"Try Now. Talk to a Support Agent\"})}),className:\"framer-16dk4cc\",fonts:[\"Inter-SemiBold\"],transformTemplate:transformTemplate2,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n4oo7p\",\"data-border\":true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i1udcq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{y:(componentViewport?.y||0)+0+14141+0+818+0+9+.5000000000000053+6+0},r5yZhh6tt:{y:(componentViewport?.y||0)+0+15433.861818181818+0+522+0+0+9+.5000000000000053+6+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:12,width:\"8px\",y:(componentViewport?.y||0)+0+10619+0+818+0+9+.5000000000000053+6+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-55i9j8-container\",nodeId:\"XhHjLkuxe\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Availability,{height:\"100%\",id:\"XhHjLkuxe\",layoutId:\"XhHjLkuxe\",style:{width:\"100%\"},variant:\"QVXHxUum_\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"11px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"rgb(238, 238, 238)\"},children:\"LIVE\"})}),className:\"framer-pes17\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{y:(componentViewport?.y||0)+0+14141+0+818+3.5},r5yZhh6tt:{y:(componentViewport?.y||0)+0+15433.861818181818+0+522+0+60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+0+10619+0+818+3.5,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1clai9x-container\",\"data-framer-appear-id\":\"1clai9x\",initial:animation1,nodeId:\"qDTFrS0xV\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonPrimary,{BIXuzguGc:\"https://lez7vpvr8el.typeform.com/to/o63xN8Ry\",height:\"100%\",id:\"qDTFrS0xV\",layoutId:\"qDTFrS0xV\",pgZrKUgVG:\"Book Call\",width:\"100%\"})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vxua2t-container hidden-cao7i3\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"B9mGICJBs\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{rotate:-270},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"\",id:\"B9mGICJBs\",layoutId:\"B9mGICJBs\",style:{height:\"100%\",width:\"100%\"},type:\"url\",url:\"https://my.spline.design/gigamllines-005d0520a0d3a5a645c3f819795f38b4/\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1d5mp3y\",\"data-border\":true,\"data-framer-appear-id\":\"1d5mp3y\",\"data-framer-name\":\"Footer\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ckp307\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-mfawdn\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vrvsbg\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{OhZIEIdTj:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+15349+136+0+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SM0oWNHjb7tA9MpsdKsCeP1sdw.png\"}},r5yZhh6tt:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+16082.861818181818+136+0+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SM0oWNHjb7tA9MpsdKsCeP1sdw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11827+136+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SM0oWNHjb7tA9MpsdKsCeP1sdw.png\"},className:\"framer-14ydxa\",\"data-framer-name\":\"div\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u1r5r0\",\"data-framer-name\":\"div\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-h24vr0\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Zero Hold Time Support. At Scale.\"})}),className:\"framer-b6brc0\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ua0hon\",\"data-framer-name\":\"div\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"\\xa9 2025 Giga AI Inc. All rights reserved.\"})}),className:\"framer-160f2w6\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8jpv22\",\"data-framer-name\":\"list\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gg5lko\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jmyvep\",\"data-framer-name\":\"list\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pf6s1h\",\"data-framer-name\":\"list\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Company\"})}),className:\"framer-1tea3o9\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://new.gigaml.com/privacypolicy\",motionChild:true,nodeId:\"EYlCequiy\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fpo9yg\",\"data-styles-preset\":\"bp19jCLp0\",children:\"Privacy\"})})})}),className:\"framer-1ai5d3t\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://new.gigaml.com/terms-of-use\",motionChild:true,nodeId:\"TN2617uEO\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fpo9yg\",\"data-styles-preset\":\"bp19jCLp0\",children:\"Terms\"})})})}),className:\"framer-1f28e2u\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.ycombinator.com/companies/giga-ml/jobs\",motionChild:true,nodeId:\"BY4JpHRtK\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fpo9yg\",\"data-styles-preset\":\"bp19jCLp0\",children:\"Careers\"})})})}),className:\"framer-1djlgec\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ea2ajv\",\"data-framer-name\":\"list\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7R2VuZXJhbCBTYW5zIFZhcmlhYmxlLTYwMA==\",\"--framer-font-family\":'\"General Sans Variable\", \"General Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Social\"})}),className:\"framer-1i70v6w\",\"data-framer-name\":\"text\",fonts:[\"GF;General Sans Variable-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/gigaml/\",motionChild:true,nodeId:\"wOa8LJ1sk\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fpo9yg\",\"data-styles-preset\":\"bp19jCLp0\",children:\"LinkedIn\"})})})}),className:\"framer-a8lfqy\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://x.com/gigaml?lang=en\",motionChild:true,nodeId:\"wB49we9eR\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fpo9yg\",\"data-styles-preset\":\"bp19jCLp0\",children:\"X (Twitter)\"})})})}),className:\"framer-1ygh2cp\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://new.gigaml.com/customerstories/zepto\",motionChild:true,nodeId:\"LX1rfO0SC\",openInNewTab:true,scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fpo9yg\",\"data-styles-preset\":\"bp19jCLp0\",children:\"Blog\"})})})}),className:\"framer-axo6hy\",\"data-framer-name\":\"text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1oTJF.framer-lux5qc, .framer-1oTJF .framer-lux5qc { display: block; }\",\".framer-1oTJF.framer-72rtr7 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-1oTJF .framer-1a324ws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 16px 32px 16px 32px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-1oTJF .framer-1cnt1a5-container { flex: none; height: auto; position: sticky; top: 0px; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-1oTJF .framer-a9zdix, .framer-1oTJF .framer-dtkbwr, .framer-1oTJF .framer-irc163, .framer-1oTJF .framer-gu1r59, .framer-1oTJF .framer-dv83p9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-vqu470 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1440%; overflow: hidden; padding: 90px 0px 140px 0px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-67b80l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-16cs22z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-12wrhme { flex: none; height: 25px; overflow: hidden; position: relative; text-decoration: none; width: 292px; }\",\".framer-1oTJF .framer-1uyk242 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.07); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-mask: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%) add; align-content: center; align-items: center; background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 1px; mask: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%) add; overflow: hidden; padding: 2px 10px 2px 10px; position: absolute; top: 48%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-1u9h9rk, .framer-1oTJF .framer-i6rkxq, .framer-1oTJF .framer-k1oyfq, .framer-1oTJF .framer-1cmgzsv, .framer-1oTJF .framer-lvepyu, .framer-1oTJF .framer-1g1r76q, .framer-1oTJF .framer-12z00nw, .framer-1oTJF .framer-pes17 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1oTJF .framer-1xgfmll { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; left: 64px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-1oTJF .framer-1b9xqhi { aspect-ratio: 1.0833333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); left: 279px; position: absolute; top: 48%; transform: translateY(-50%); width: 13px; }\",\".framer-1oTJF .framer-620auh, .framer-1oTJF .framer-pzna3w, .framer-1oTJF .framer-d14gjq, .framer-1oTJF .framer-1asp4a6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1xvt6ja { flex: none; height: 144px; overflow: hidden; position: relative; width: 1416px; }\",\".framer-1oTJF .framer-1n85ftt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 703px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-c2lsls, .framer-1oTJF .framer-1yc5vuo, .framer-1oTJF .framer-onfo5n { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 703px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-pddubo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-vrepnh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1hf0byx, .framer-1oTJF .framer-1hd3ccn { aspect-ratio: 2.8333333333333335 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 79px; }\",\".framer-1oTJF .framer-sw0ek2, .framer-1oTJF .framer-4dkqzi { flex: none; height: 26px; overflow: hidden; position: relative; text-decoration: none; width: 286px; }\",\".framer-1oTJF .framer-m8ou2t, .framer-1oTJF .framer-16dk4cc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 25px; left: 1px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; }\",\".framer-1oTJF .framer-14j5c7k, .framer-1oTJF .framer-n4oo7p { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.07); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #6e2920 0%, rgb(31, 21, 19) 100%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 232px; overflow: hidden; padding: 2px 10px 3px 8px; position: absolute; top: 50%; transform: translateY(-50%); width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-7588g4, .framer-1oTJF .framer-i1udcq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1ph0hyq-container, .framer-1oTJF .framer-55i9j8-container { flex: none; height: auto; position: relative; width: 8px; }\",\".framer-1oTJF .framer-131b70k-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1byvwv6-container { flex: none; height: 1306px; position: relative; width: 405px; }\",\".framer-1oTJF .framer-6jidq0-container { flex: none; height: 456px; position: relative; width: 706px; }\",\".framer-1oTJF .framer-1wymksi-container { flex: none; height: 908px; position: relative; width: 1364px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-mnif4r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-1oTJF .framer-1hynm2y { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-gmi63i { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 37%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1vkso8s, .framer-1oTJF .framer-xzvwpo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-j7xi9c, .framer-1oTJF .framer-1fivsq3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1omnpea, .framer-1oTJF .framer-mb9mk6, .framer-1oTJF .framer-jeieu4, .framer-1oTJF .framer-y9uz7h { aspect-ratio: 1.9047619047619047 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 168px); position: relative; text-decoration: none; width: 320px; }\",\".framer-1oTJF .framer-1w1igwk, .framer-1oTJF .framer-1tu0mqq { aspect-ratio: 1.9047619047619047 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 168px); overflow: visible; position: relative; text-decoration: none; width: 320px; }\",\".framer-1oTJF .framer-1yip0zd, .framer-1oTJF .framer-phzn0, .framer-1oTJF .framer-fw4bnt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 180px 0px 0px 0px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-1oTJF .framer-y31tkr, .framer-1oTJF .framer-1dlcqz, .framer-1oTJF .framer-wzurka { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-yjhtqr, .framer-1oTJF .framer-1414ful, .framer-1oTJF .framer-1gxogm8, .framer-1oTJF .framer-1eyd2on { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-xcpend, .framer-1oTJF .framer-191vlws, .framer-1oTJF .framer-e4d46h, .framer-1oTJF .framer-ehvnnc, .framer-1oTJF .framer-q3i1xz, .framer-1oTJF .framer-1d2muff, .framer-1oTJF .framer-a8u1jb, .framer-1oTJF .framer-1a8o984, .framer-1oTJF .framer-1gg5lko { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1kspagi, .framer-1oTJF .framer-5i3aqc, .framer-1oTJF .framer-1eev04h, .framer-1oTJF .framer-m2nzk5 { aspect-ratio: 1.0416666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 25px; }\",\".framer-1oTJF .framer-11vnkp1, .framer-1oTJF .framer-h217s0, .framer-1oTJF .framer-1ri9iu6, .framer-1oTJF .framer-1vjl748 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 776px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1w6thjn, .framer-1oTJF .framer-syk8bt, .framer-1oTJF .framer-xi89lf, .framer-1oTJF .framer-ow6d7b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 798px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1a7bt7w, .framer-1oTJF .framer-am2gsf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1000px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-8o4amb, .framer-1oTJF .framer-1of0izj, .framer-1oTJF .framer-ymp9ym, .framer-1oTJF .framer-1dg6kmk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-p7zc1f, .framer-1oTJF .framer-1e96t6s, .framer-1oTJF .framer-jenbl7, .framer-1oTJF .framer-1oiu2xn { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 426px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-3bazko { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 56px 66px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1boc3bl, .framer-1oTJF .framer-al4kb7, .framer-1oTJF .framer-1fsr0yl, .framer-1oTJF .framer-j4n6lp, .framer-1oTJF .framer-7qiyfg, .framer-1oTJF .framer-1nm1l44, .framer-1oTJF .framer-1cyqso2, .framer-1oTJF .framer-3ikrkn, .framer-1oTJF .framer-1ftnyp3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 311px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-19pc4hc, .framer-1oTJF .framer-uwglr4, .framer-1oTJF .framer-18ng3bb, .framer-1oTJF .framer-1fko209, .framer-1oTJF .framer-1dm4p6, .framer-1oTJF .framer-1qk8z01, .framer-1oTJF .framer-e91cmy, .framer-1oTJF .framer-1hl1eu5, .framer-1oTJF .framer-v3mo15 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 314px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1ovxuaa-container { flex: none; height: auto; position: relative; width: 426px; }\",\".framer-1oTJF .framer-10dxgor { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 30px 56px 20px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-5637le { -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0,0,0,1) 19%) add; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; flex: none; height: 336px; mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0,0,0,1) 19%) add; overflow: hidden; position: relative; width: 362px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-fuga38 { --border-bottom-width: 0.75px; --border-color: #000000; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-style: solid; --border-top-width: 0.75px; align-content: flex-start; align-items: flex-start; background: linear-gradient(-5.684341886080802e-14deg, #e2ddfe 0%, rgba(185, 166, 255, 1) 7.000000029802322%, rgba(110, 86, 207, 1) 20.999999344348907%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 12px; overflow: visible; padding: 16px; position: absolute; width: 240px; }\",\".framer-1oTJF .framer-1m7t600, .framer-1oTJF .framer-q2hnz, .framer-1oTJF .framer-15dylwh, .framer-1oTJF .framer-1r85vy9, .framer-1oTJF .framer-1mxgli7, .framer-1oTJF .framer-1bxnjtx, .framer-1oTJF .framer-7ovf8m, .framer-1oTJF .framer-qi6mbg, .framer-1oTJF .framer-1dwvt6k, .framer-1oTJF .framer-1f3fpvy, .framer-1oTJF .framer-45dqv3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-f7fb0l { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 10000px; border-bottom-right-radius: 10000px; border-top-left-radius: 10000px; border-top-right-radius: 10000px; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-1oTJF .framer-131alrd, .framer-1oTJF .framer-1ctuloc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1cfo6qy, .framer-1oTJF .framer-o21a9t, .framer-1oTJF .framer-m6rcqn, .framer-1oTJF .framer-1prr0nk, .framer-1oTJF .framer-16sl5lg, .framer-1oTJF .framer-1w6txwz, .framer-1oTJF .framer-1fser9p, .framer-1oTJF .framer-3yp91h, .framer-1oTJF .framer-1xlmjzd, .framer-1oTJF .framer-ijf16w, .framer-1oTJF .framer-1briddz, .framer-1oTJF .framer-adsbk7, .framer-1oTJF .framer-1ff8m9s, .framer-1oTJF .framer-1jvvm9d, .framer-1oTJF .framer-1vy1nej, .framer-1oTJF .framer-3awab7, .framer-1oTJF .framer-4y1vmr, .framer-1oTJF .framer-1hv2aqa, .framer-1oTJF .framer-181cd9o, .framer-1oTJF .framer-a5y6lp, .framer-1oTJF .framer-v6gkfj, .framer-1oTJF .framer-1p6ymdj, .framer-1oTJF .framer-9x94ur, .framer-1oTJF .framer-4g3g6t, .framer-1oTJF .framer-1gpr1yl, .framer-1oTJF .framer-758ssg, .framer-1oTJF .framer-z43jsl, .framer-1oTJF .framer-1y3ny4b, .framer-1oTJF .framer-1tea3o9, .framer-1oTJF .framer-1i70v6w { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1oTJF .framer-urm1zl, .framer-1oTJF .framer-1cvc9cn { flex: none; height: 12px; position: relative; width: 12px; }\",\".framer-1oTJF .framer-1plzgzh, .framer-1oTJF .framer-1n0fcws, .framer-1oTJF .framer-wgc5ws, .framer-1oTJF .framer-a1wyp2, .framer-1oTJF .framer-cw26pe, .framer-1oTJF .framer-15p7t0o, .framer-1oTJF .framer-76eozf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 208px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1yffoo9 { --border-bottom-width: 0.75px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0.75px; --border-right-width: 0.75px; --border-style: solid; --border-top-width: 0.75px; align-content: flex-start; align-items: flex-start; background-color: rgba(255, 255, 255, 0.05); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; bottom: 212px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 16px 12px 16px; position: absolute; right: 12px; width: 200px; }\",\".framer-1oTJF .framer-167v4vk { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 168px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-imfb2t, .framer-1oTJF .framer-1w1fkfq, .framer-1oTJF .framer-af2uv3 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 426px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-ecrp2e, .framer-1oTJF .framer-1g74r77, .framer-1oTJF .framer-qtraj3, .framer-1oTJF .framer-127ojr7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 56px 64px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-qr09zp, .framer-1oTJF .framer-wayv8p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 48px 0px; position: relative; width: 426px; }\",\".framer-1oTJF .framer-13155hz { flex: none; height: 507px; overflow: visible; position: relative; width: 504px; }\",\".framer-1oTJF .framer-1brf5ll, .framer-1oTJF .framer-1v3surh { flex: none; height: 446px; left: 19px; position: absolute; top: 99px; width: 895px; }\",\".framer-1oTJF .framer-s1cywh { flex: none; height: 544px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 913px; }\",\".framer-1oTJF .framer-zsyinn-container { flex: none; height: 214px; left: -30px; position: absolute; top: 0px; width: 556px; }\",\".framer-1oTJF .framer-1w0cuux, .framer-1oTJF .framer-1hh4wp0, .framer-1oTJF .framer-kdac5w, .framer-1oTJF .framer-bmd6qj { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1wtzmi1-container, .framer-1oTJF .framer-1v2pfwf-container, .framer-1oTJF .framer-kj7ocz-container, .framer-1oTJF .framer-1ko5r18-container { flex: none; height: 214px; left: 0px; position: absolute; top: 0px; width: 121px; z-index: 0; }\",\".framer-1oTJF .framer-j10l5z, .framer-1oTJF .framer-13um5c4, .framer-1oTJF .framer-qxxfdw, .framer-1oTJF .framer-1lls8yz { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 24px 48px 20px 48px; position: relative; width: 119px; }\",\".framer-1oTJF .framer-1v5qac5, .framer-1oTJF .framer-wys7mc, .framer-1oTJF .framer-wnb7wj, .framer-1oTJF .framer-v7myot { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 10000px; border-bottom-right-radius: 10000px; border-top-left-radius: 10000px; border-top-right-radius: 10000px; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-1oTJF .framer-1gchqif, .framer-1oTJF .framer-1h6zk0g, .framer-1oTJF .framer-1kdkpjc, .framer-1oTJF .framer-v9350x { 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; position: relative; width: min-content; }\",\".framer-1oTJF .framer-lz6j58, .framer-1oTJF .framer-q9izip, .framer-1oTJF .framer-or6xj3, .framer-1oTJF .framer-150s578 { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-1oTJF .framer-1v4kk2s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 54px 56px 56px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-172e0kk { flex: none; height: 336px; overflow: hidden; position: relative; width: 425px; }\",\".framer-1oTJF .framer-1ur3vue { flex: none; height: 222px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-pcswpr-container { flex: none; height: 169px; left: calc(50.11764705882356% - 398px / 2); position: absolute; top: calc(49.02912621359226% - 169px / 2); width: 398px; z-index: 0; }\",\".framer-1oTJF .framer-1pd6683, .framer-1oTJF .framer-1gwrc1h, .framer-1oTJF .framer-fdly0n, .framer-1oTJF .framer-mdu3b1, .framer-1oTJF .framer-1ae4hfi, .framer-1oTJF .framer-sgist0, .framer-1oTJF .framer-ywhvcq { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 10000px; border-bottom-right-radius: 10000px; border-top-left-radius: 10000px; border-top-right-radius: 10000px; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-1oTJF .framer-m8g0d4 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.15); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4000000059604645) 33.33333432674408%, rgba(0, 0, 0, 1) 66.66666865348816%, rgba(125, 102, 217, 1) 82.4999988079071%, rgba(185, 166, 255, 1) 91.00000262260437%, rgba(226, 221, 254, 1) 100%); border-bottom-left-radius: 40px; border-bottom-right-radius: 40px; border-top-left-radius: 40px; border-top-right-radius: 40px; flex: none; height: 184px; left: calc(50.11764705882356% - 184px / 2); overflow: visible; position: absolute; top: calc(49.51456310679614% - 184px / 2); width: 184px; z-index: 9; }\",\".framer-1oTJF .framer-10z8iyc { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 52%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-1oTJF .framer-1yiqzji { flex: none; height: 160px; left: calc(50.00000000000002% - 160px / 2); overflow: visible; position: absolute; top: 12px; width: 160px; }\",\".framer-1oTJF .framer-1o6s0w3 { flex: none; height: 507px; overflow: hidden; position: relative; width: 504px; }\",\".framer-1oTJF .framer-1c50uqp { align-content: center; align-items: center; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 1px; position: absolute; top: 8px; transform: translateX(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1j9boq1-container { flex: none; height: 122px; left: 0px; position: absolute; top: 0px; width: 281px; z-index: 0; }\",\".framer-1oTJF .framer-18e45n0 { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-1o36c4h { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 20px 20px 16px 20px; position: relative; width: 279px; }\",\".framer-1oTJF .framer-1h7qwt0, .framer-1oTJF .framer-gh5v3, .framer-1oTJF .framer-1uyt4ob, .framer-1oTJF .framer-14pwz2v { --border-bottom-width: 0.75px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-17cmzhq, .framer-1oTJF .framer-1ci8gsf, .framer-1oTJF .framer-k622ls, .framer-1oTJF .framer-1soskwv, .framer-1oTJF .framer-1hsgwxh, .framer-1oTJF .framer-hin3sv, .framer-1oTJF .framer-1d7vd70, .framer-1oTJF .framer-n7s853, .framer-1oTJF .framer-16h5ff7, .framer-1oTJF .framer-7a9mwb, .framer-1oTJF .framer-11gat82, .framer-1oTJF .framer-7z6ieo, .framer-1oTJF .framer-1qhcose { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-1oTJF .framer-tng3hj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 35px; }\",\".framer-1oTJF .framer-1bnucg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 121px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-18clyo8, .framer-1oTJF .framer-1urcw3n, .framer-1oTJF .framer-18wlk1m, .framer-1oTJF .framer-kb9gs9 { --border-bottom-width: 0.75px; --border-color: #000000; --border-left-width: 0.75px; --border-right-width: 0.75px; --border-style: solid; --border-top-width: 0.75px; align-content: center; align-items: center; background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.10000000149011612) 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 2px 10px 2px 10px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1ehzz0d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 0px 0px; position: relative; width: 247px; }\",\".framer-1oTJF .framer-dfhucc, .framer-1oTJF .framer-8kg3ak, .framer-1oTJF .framer-1rw5cll, .framer-1oTJF .framer-1uo2gh3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 248px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-17s90ka { align-content: flex-start; align-items: flex-start; 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; position: absolute; top: 160px; transform: translateX(-50%); width: min-content; }\",\".framer-1oTJF .framer-1k5vc9l, .framer-1oTJF .framer-dc7p3z { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 20px 20px 16px 20px; position: relative; width: 288px; }\",\".framer-1oTJF .framer-1o0dnpr, .framer-1oTJF .framer-1sunkud, .framer-1oTJF .framer-1bi1ftz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-15n72jh, .framer-1oTJF .framer-ifm4qm, .framer-1oTJF .framer-1bzbheg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 138px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-11648u, .framer-1oTJF .framer-1m5vuq1, .framer-1oTJF .framer-43ub9m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 4px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-308br9 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 20px 16px 20px; position: relative; width: 288px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-fu6mqs { flex: none; height: 28px; left: 212px; position: absolute; top: 130px; width: 4px; }\",\".framer-1oTJF .framer-1gt5xn7 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 650px; justify-content: center; overflow: hidden; padding: 36px 0px 0px 0px; position: relative; width: 426px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-1knu82y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 67px 56px 56px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1mjjdkd { flex: none; height: 353px; overflow: visible; position: relative; width: 337px; }\",\".framer-1oTJF .framer-18bunl2 { flex: none; height: 312px; left: 0px; overflow: hidden; position: absolute; top: 32px; width: 316px; }\",\".framer-1oTJF .framer-884cc9 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-3k2spn { flex: none; height: 312px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 32px; }\",\".framer-1oTJF .framer-t2avct { background-color: rgba(255, 255, 255, 0.1); flex: none; height: 588px; left: calc(50% - 2px / 2); position: absolute; top: calc(50% - 588px / 2); width: 2px; }\",\".framer-1oTJF .framer-1hjuq7r { --border-bottom-width: 4px; --border-color: #ffffff; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 13px; position: absolute; top: 153px; width: 6px; }\",\".framer-1oTJF .framer-qa7a2a { --border-bottom-width: 4px; --border-color: #ffffff; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 13px; position: absolute; top: 221px; width: 6px; }\",\".framer-1oTJF .framer-1jq3pxe { --border-bottom-width: 4px; --border-color: #ffffff; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 13px; position: absolute; top: 289px; width: 6px; }\",\".framer-1oTJF .framer-1n4c8ga { --border-bottom-width: 2px; --border-color: rgba(255, 255, 255, 0.4); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1 / 1; background-color: #73c6f0; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 11px); left: 50%; position: absolute; top: 84px; transform: translateX(-50%); width: 11px; }\",\".framer-1oTJF .framer-1p9s47 { --border-bottom-width: 4px; --border-color: #ffffff; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 13px; position: absolute; top: 17px; width: 6px; }\",\".framer-1oTJF .framer-rco324 { --border-bottom-width: 4px; --border-color: #000000; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 13px; position: absolute; top: -49px; width: 6px; }\",\".framer-1oTJF .framer-r0pcxf { --border-bottom-width: 4px; --border-color: #000000; --border-left-width: 4px; --border-right-width: 4px; --border-style: solid; --border-top-width: 4px; aspect-ratio: 1 / 1; background-color: #ffffff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); left: 13px; position: absolute; top: -117px; width: 6px; }\",\".framer-1oTJF .framer-1ii0gv8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 588px; justify-content: flex-start; left: 40px; overflow: visible; padding: 0px; position: absolute; top: calc(50% - 588px / 2); width: 316px; }\",\".framer-1oTJF .framer-bg3jid, .framer-1oTJF .framer-1coeei8, .framer-1oTJF .framer-1aextym, .framer-1oTJF .framer-2zjif7, .framer-1oTJF .framer-wxik5o, .framer-1oTJF .framer-1w9l12b, .framer-1oTJF .framer-190il87, .framer-1oTJF .framer-1v9ildb { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 8px 12px 8px 8px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1ysf52b, .framer-1oTJF .framer-18n36zm, .framer-1oTJF .framer-17vovmj, .framer-1oTJF .framer-1h5dxeu, .framer-1oTJF .framer-1ehgdfn, .framer-1oTJF .framer-17p9xm6, .framer-1oTJF .framer-c2r8i9, .framer-1oTJF .framer-jtokgh, .framer-1oTJF .framer-e0soo0, .framer-1oTJF .framer-jowvxm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-1yc3tsz { align-content: center; align-items: center; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-11hv4kj-container { flex: none; height: 50px; left: 0px; position: absolute; top: 0px; width: 142px; z-index: 0; }\",\".framer-1oTJF .framer-17u49ae { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-mask: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 76%) add; align-content: flex-start; align-items: flex-start; background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 1) 50%, rgba(17, 17, 17, 1) 100%); border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; mask: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 76%) add; overflow: visible; padding: 8px 12px 8px 8px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-gavlzu { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; width: min-content; }\",\".framer-1oTJF .framer-1525bg7 { flex: none; height: 18px; overflow: hidden; position: relative; width: 18px; }\",\".framer-1oTJF .framer-10eh6oj-container { flex: none; height: 18px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-17b7xvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 876px; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1uepw0k { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 408px; justify-content: flex-start; max-width: 876px; overflow: hidden; padding: 0px; position: relative; width: 876px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-1ojt5b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 617px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 565px; }\",\".framer-1oTJF .framer-1uduhph-container, .framer-1oTJF .framer-41uq6m-container { flex: none; height: 540px; position: relative; width: 158px; }\",\".framer-1oTJF .framer-ks9ne6, .framer-1oTJF .framer-1gcz3l0, .framer-1oTJF .framer-1431tvk, .framer-1oTJF .framer-207c0b, .framer-1oTJF .framer-1joerby, .framer-1oTJF .framer-1b5d525 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1f5kbg2-container { flex: none; height: 121px; left: 30px; position: absolute; top: 0px; width: 121px; z-index: 0; }\",\".framer-1oTJF .framer-52m4fb, .framer-1oTJF .framer-1k7853w, .framer-1oTJF .framer-1jurgzr, .framer-1oTJF .framer-xh84ml, .framer-1oTJF .framer-k5z6yu, .framer-1oTJF .framer-r6nlb1, .framer-1oTJF .framer-edvs1x { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 119px; overflow: hidden; position: relative; width: 119px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-101ur55, .framer-1oTJF .framer-biuy6y, .framer-1oTJF .framer-4p3hp2 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-1oqohi3-container, .framer-1oTJF .framer-mgkrmt-container, .framer-1oTJF .framer-r99o62-container, .framer-1oTJF .framer-1kyd2mx-container, .framer-1oTJF .framer-9gl3yi-container, .framer-1oTJF .framer-1we6p8t-container { flex: none; height: 121px; left: 0px; position: absolute; top: 0px; width: 121px; z-index: 0; }\",\".framer-1oTJF .framer-1rgierh, .framer-1oTJF .framer-1uaw4u5, .framer-1oTJF .framer-1ysbeca, .framer-1oTJF .framer-11yvsqf, .framer-1oTJF .framer-ou6smq, .framer-1oTJF .framer-1san2i2, .framer-1oTJF .framer-kjj4nu { flex: none; height: 119px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-15ll7jm, .framer-1oTJF .framer-1bwjg72 { height: 121px; overflow: hidden; position: relative; width: 121px; }\",\".framer-1oTJF .framer-3rw4en { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 1px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-h4zboe-container, .framer-1oTJF .framer-3mucbo-container { flex: none; height: 519px; position: relative; width: 158px; }\",\".framer-1oTJF .framer-1sww1ez-container { bottom: 0px; flex: none; left: -17px; position: absolute; top: 0px; width: 121px; z-index: 0; }\",\".framer-1oTJF .framer-qqoqhx { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 119px; overflow: hidden; position: absolute; right: -1px; top: 0px; width: 119px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-uvacqk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100%; justify-content: center; overflow: visible; padding: 0px 0px 48px 0px; position: relative; width: 426px; }\",\".framer-1oTJF .framer-r2dr1 { flex: none; height: 617px; overflow: hidden; position: relative; width: 501px; }\",\".framer-1oTJF .framer-f24jo8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 454px; justify-content: center; left: -1px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: calc(54.29497568881688% - 454px / 2); }\",\".framer-1oTJF .framer-l3zbbn { flex: none; height: 246px; overflow: hidden; position: relative; width: 1584px; }\",\".framer-1oTJF .framer-rvlyl { flex: none; height: 272px; overflow: hidden; position: absolute; right: -698px; top: -13px; width: 1760px; }\",\".framer-1oTJF .framer-cyyjqw-container { bottom: -87px; flex: none; left: -189px; position: absolute; top: -7px; width: 779px; }\",\".framer-1oTJF .framer-1kp8mea { height: 163px; overflow: hidden; position: relative; width: 176px; }\",\".framer-1oTJF .framer-165we4g { aspect-ratio: 1.0797546012269938 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 163px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-scpvkf { height: 162px; overflow: hidden; position: relative; width: 177px; }\",\".framer-1oTJF .framer-66dilp { aspect-ratio: 1.0925925925925926 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 162px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-kbbu6t { height: 163px; overflow: hidden; position: relative; width: 177px; }\",\".framer-1oTJF .framer-15k301k { flex: none; height: 163px; left: calc(49.71751412429381% - 177px / 2); position: absolute; top: calc(49.693251533742355% - 163px / 2); width: 177px; }\",\".framer-1oTJF .framer-1uyemw6 { -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.65)); filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.65)); flex: none; height: 252px; left: 52px; position: absolute; top: 50px; width: 270px; z-index: 8; }\",\".framer-1oTJF .framer-bnvrnh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 126px 56px 56px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-asnr40 { flex: none; height: 376px; overflow: hidden; position: relative; width: 475px; }\",\".framer-1oTJF .framer-1ho3th3 { aspect-ratio: 1.2738095238095237 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 381px); left: 0px; overflow: visible; position: absolute; right: -10px; top: 0px; }\",\".framer-1oTJF .framer-1r3e207 { bottom: 88px; flex: none; height: 147px; left: -28px; overflow: hidden; position: absolute; right: -38px; }\",\".framer-1oTJF .framer-q5rqh4-container { flex: none; height: 62px; left: -20px; position: absolute; top: 0px; width: 541px; }\",\".framer-1oTJF .framer-1ygwj7f, .framer-1oTJF .framer-17t1ylr, .framer-1oTJF .framer-jh1dan, .framer-1oTJF .framer-ozw19e, .framer-1oTJF .framer-l7ig9i, .framer-1oTJF .framer-155bepb, .framer-1oTJF .framer-11bn81l, .framer-1oTJF .framer-r4wcs4, .framer-1oTJF .framer-1210t84 { align-content: center; align-items: center; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-wxoyda-container, .framer-1oTJF .framer-bzhi89-container, .framer-1oTJF .framer-1s93ot5-container, .framer-1oTJF .framer-4z6b95-container, .framer-1oTJF .framer-18r4tam-container, .framer-1oTJF .framer-198zkiz-container, .framer-1oTJF .framer-1e58px7-container, .framer-1oTJF .framer-hg0ykw-container { flex: none; height: 63px; left: 0px; position: absolute; top: 0px; width: 121px; z-index: 0; }\",\".framer-1oTJF .framer-f1it2j, .framer-1oTJF .framer-19v5za9, .framer-1oTJF .framer-1lq8og5, .framer-1oTJF .framer-zqp5zt, .framer-1oTJF .framer-uzvo8t, .framer-1oTJF .framer-1fq1mua, .framer-1oTJF .framer-1907r3u, .framer-1oTJF .framer-wzgk0v, .framer-1oTJF .framer-nqk1j2 { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 60px; overflow: hidden; position: relative; width: 119px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-qnbcf5, .framer-1oTJF .framer-1k40tdz, .framer-1oTJF .framer-uomibi, .framer-1oTJF .framer-tunfin, .framer-1oTJF .framer-1jxoo6k, .framer-1oTJF .framer-82pe6u, .framer-1oTJF .framer-15bwlgw, .framer-1oTJF .framer-n01odq { flex: none; height: 60px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-1oTJF .framer-118fgan-container { bottom: 6px; flex: none; height: 62px; left: -190px; position: absolute; width: 704px; }\",\".framer-1oTJF .framer-1mesiym { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 2px; position: relative; width: 1440px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-15vkjq8, .framer-1oTJF .framer-qilnjm { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-yxx0r2-container { flex: none; height: 524px; left: 0px; position: absolute; top: 0px; width: 1164px; z-index: 1; }\",\".framer-1oTJF .framer-kefugm, .framer-1oTJF .framer-157ziuu { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-1oTJF .framer-1hyx1wi { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 520px; justify-content: flex-start; max-width: 1160px; overflow: hidden; padding: 0px; position: relative; width: 1160px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-akm6gh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 56px 64px 56px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-103n9jh, .framer-1oTJF .framer-n98uj5, .framer-1oTJF .framer-eb8nhz, .framer-1oTJF .framer-ymhq0g, .framer-1oTJF .framer-4vo9zk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 64px); position: relative; width: 64px; }\",\".framer-1oTJF .framer-92d3uh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 398px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1x2sx91 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 410px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1bzmaaa { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: auto; }\",\".framer-1oTJF .framer-4q5miu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); position: relative; width: 12px; }\",\".framer-1oTJF .framer-gilmcl { flex: none; height: 408px; overflow: visible; position: relative; width: 426px; }\",\".framer-1oTJF .framer-sek8um { flex: none; height: 553px; left: -43px; overflow: hidden; position: absolute; right: -151px; top: -74px; }\",\".framer-1oTJF .framer-11lf2g2 { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: -50px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: absolute; right: -125px; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-r27whw { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1160px; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-2e1fnp, .framer-1oTJF .framer-gdg2ob, .framer-1oTJF .framer-13za199 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-2uwae4 { flex: none; height: 24px; position: relative; width: 48px; }\",\".framer-1oTJF .framer-u0c76y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-18bwtxp { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.4); 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: 36px; justify-content: flex-start; overflow: visible; padding: 0px 12px 0px 12px; position: relative; width: 320px; }\",\".framer-1oTJF .framer-1uucdie, .framer-1oTJF .framer-190xrw3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 672px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1qkzhpt, .framer-1oTJF .framer-1nu9yrd, .framer-1oTJF .framer-1lk42mj, .framer-1oTJF .framer-152hqdw, .framer-1oTJF .framer-p1upyz, .framer-1oTJF .framer-z7sqru { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 208px; }\",\".framer-1oTJF .framer-g1n679, .framer-1oTJF .framer-unz8a0, .framer-1oTJF .framer-118k6lj, .framer-1oTJF .framer-1md4ngi, .framer-1oTJF .framer-1vepmxp, .framer-1oTJF .framer-1teyytv { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.2); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 120px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-1y48cr6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 180px 0px 0px 0px; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-1oTJF .framer-1lrwvj5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-fofzjo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-jjdoeh { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1440px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1qldi93 { align-content: center; align-items: center; background-color: #000000; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 902px; z-index: 1; }\",\".framer-1oTJF .framer-16evws2 { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-1oTJF .framer-o5z12l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 901px; }\",\".framer-1oTJF .framer-isfshm { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-7x39fc { aspect-ratio: 4.625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 148px; }\",\".framer-1oTJF .framer-vkl99c, .framer-1oTJF .framer-cstw, .framer-1oTJF .framer-1tu7gf6, .framer-1oTJF .framer-1mgzfv4, .framer-1oTJF .framer-1w8mtkh, .framer-1oTJF .framer-1qsjara, .framer-1oTJF .framer-4vhga8, .framer-1oTJF .framer-1di7s8t, .framer-1oTJF .framer-yfys5e, .framer-1oTJF .framer-f7yuiv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-zkwvru { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-1y73yfr { flex: none; height: 32px; position: relative; width: 96px; }\",\".framer-1oTJF .framer-i1h2bi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 897px; }\",\".framer-1oTJF .framer-sx2jt9 { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-1lwk3y3 { aspect-ratio: 2.875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 92px; }\",\".framer-1oTJF .framer-1h9ttbx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 32px 40px 32px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-1gfo40n { aspect-ratio: 3.75 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); position: relative; width: 144px; }\",\".framer-1oTJF .framer-gavsuo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; max-width: 880px; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1malfx1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-jkwl3z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 637px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-p455g6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-4ecj1o { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 72px 0px 0px 0px; position: relative; width: 900px; }\",\".framer-1oTJF .framer-1e1v7oq, .framer-1oTJF .framer-hevrij, .framer-1oTJF .framer-1r4sh2f, .framer-1oTJF .framer-154611l, .framer-1oTJF .framer-ohk0vf, .framer-1oTJF .framer-pj4ya5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 88px; justify-content: flex-start; overflow: hidden; padding: 0px 28px 0px 28px; position: relative; width: 240px; }\",\".framer-1oTJF .framer-trh1x, .framer-1oTJF .framer-qlpucd, .framer-1oTJF .framer-1r2msjl, .framer-1oTJF .framer-v6ksr5, .framer-1oTJF .framer-19qbtmh, .framer-1oTJF .framer-5i60yf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-gc8l1j, .framer-1oTJF .framer-jg1a9u, .framer-1oTJF .framer-kwoboy, .framer-1oTJF .framer-dao2vr, .framer-1oTJF .framer-m07ue5, .framer-1oTJF .framer-1lp715h { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-1oTJF .framer-1imqsmn, .framer-1oTJF .framer-141ceje { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 29px; position: relative; white-space: pre-wrap; width: 131px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-c99d0d, .framer-1oTJF .framer-ta2trn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 29px; position: relative; white-space: pre-wrap; width: 206px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-mua7tl, .framer-1oTJF .framer-eh9q88 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 29px; position: relative; white-space: pre-wrap; width: 196px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1gizs2f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 900px; }\",\".framer-1oTJF .framer-h1cja3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 328px 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-13vy9l5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: center; max-width: 1440%; overflow: hidden; padding: 264px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-jsid2z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-1oTJF .framer-1uy691m { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1oTJF .framer-ddr3pi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-1oTJF .framer-f1h8ss { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.7); border-bottom-left-radius: 563px; border-bottom-right-radius: 563px; border-top-left-radius: 563px; border-top-right-radius: 563px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1clai9x-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-1oTJF .framer-vxua2t-container { bottom: -235px; flex: none; left: calc(49.861111111111136% - 965px / 2); position: absolute; top: -314px; width: 965px; z-index: 0; }\",\".framer-1oTJF .framer-1d5mp3y { --border-bottom-width: 0px; --border-color: rgba(255, 255, 255, 0.1); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 136px 48px 136px 48px; position: relative; width: 1440px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-1oTJF .framer-1ckp307 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1oTJF .framer-mfawdn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-vrvsbg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-14ydxa { flex: none; height: 40px; position: relative; width: 112px; }\",\".framer-1oTJF .framer-1u1r5r0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-h24vr0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 6px 0px 6px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-b6brc0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 552px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-1ua0hon { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 6px 0px 6px; position: relative; width: 271px; }\",\".framer-1oTJF .framer-160f2w6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre-wrap; width: 259px; word-break: break-word; word-wrap: break-word; }\",\".framer-1oTJF .framer-8jpv22 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1oTJF .framer-jmyvep { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: center; min-height: 32px; overflow: hidden; padding: 0px; position: relative; width: 148px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-1oTJF .framer-1pf6s1h, .framer-1oTJF .framer-1ea2ajv { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 148px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1oTJF .framer-1ai5d3t, .framer-1oTJF .framer-1f28e2u, .framer-1oTJF .framer-1djlgec, .framer-1oTJF .framer-a8lfqy, .framer-1oTJF .framer-1ygh2cp, .framer-1oTJF .framer-axo6hy { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1oTJF.framer-72rtr7, .framer-1oTJF .framer-1a324ws, .framer-1oTJF .framer-a9zdix, .framer-1oTJF .framer-vqu470, .framer-1oTJF .framer-67b80l, .framer-1oTJF .framer-16cs22z, .framer-1oTJF .framer-1uyk242, .framer-1oTJF .framer-620auh, .framer-1oTJF .framer-pzna3w, .framer-1oTJF .framer-pddubo, .framer-1oTJF .framer-vrepnh, .framer-1oTJF .framer-14j5c7k, .framer-1oTJF .framer-7588g4, .framer-1oTJF .framer-mnif4r, .framer-1oTJF .framer-1hynm2y, .framer-1oTJF .framer-1vkso8s, .framer-1oTJF .framer-j7xi9c, .framer-1oTJF .framer-1fivsq3, .framer-1oTJF .framer-1yip0zd, .framer-1oTJF .framer-y31tkr, .framer-1oTJF .framer-yjhtqr, .framer-1oTJF .framer-xcpend, .framer-1oTJF .framer-191vlws, .framer-1oTJF .framer-dtkbwr, .framer-1oTJF .framer-1a7bt7w, .framer-1oTJF .framer-8o4amb, .framer-1oTJF .framer-p7zc1f, .framer-1oTJF .framer-3bazko, .framer-1oTJF .framer-1e96t6s, .framer-1oTJF .framer-10dxgor, .framer-1oTJF .framer-fuga38, .framer-1oTJF .framer-1m7t600, .framer-1oTJF .framer-q2hnz, .framer-1oTJF .framer-131alrd, .framer-1oTJF .framer-1yffoo9, .framer-1oTJF .framer-1of0izj, .framer-1oTJF .framer-imfb2t, .framer-1oTJF .framer-ecrp2e, .framer-1oTJF .framer-qr09zp, .framer-1oTJF .framer-1w0cuux, .framer-1oTJF .framer-j10l5z, .framer-1oTJF .framer-1gchqif, .framer-1oTJF .framer-1hh4wp0, .framer-1oTJF .framer-13um5c4, .framer-1oTJF .framer-1h6zk0g, .framer-1oTJF .framer-kdac5w, .framer-1oTJF .framer-qxxfdw, .framer-1oTJF .framer-1kdkpjc, .framer-1oTJF .framer-bmd6qj, .framer-1oTJF .framer-1lls8yz, .framer-1oTJF .framer-v9350x, .framer-1oTJF .framer-jenbl7, .framer-1oTJF .framer-1v4kk2s, .framer-1oTJF .framer-phzn0, .framer-1oTJF .framer-1dlcqz, .framer-1oTJF .framer-1414ful, .framer-1oTJF .framer-e4d46h, .framer-1oTJF .framer-ehvnnc, .framer-1oTJF .framer-irc163, .framer-1oTJF .framer-am2gsf, .framer-1oTJF .framer-ymp9ym, .framer-1oTJF .framer-1w1fkfq, .framer-1oTJF .framer-1g74r77, .framer-1oTJF .framer-wayv8p, .framer-1oTJF .framer-1c50uqp, .framer-1oTJF .framer-18e45n0, .framer-1oTJF .framer-1o36c4h, .framer-1oTJF .framer-1h7qwt0, .framer-1oTJF .framer-tng3hj, .framer-1oTJF .framer-18clyo8, .framer-1oTJF .framer-1ehzz0d, .framer-1oTJF .framer-17s90ka, .framer-1oTJF .framer-1k5vc9l, .framer-1oTJF .framer-gh5v3, .framer-1oTJF .framer-1o0dnpr, .framer-1oTJF .framer-1urcw3n, .framer-1oTJF .framer-11648u, .framer-1oTJF .framer-308br9, .framer-1oTJF .framer-1uyt4ob, .framer-1oTJF .framer-1sunkud, .framer-1oTJF .framer-18wlk1m, .framer-1oTJF .framer-1m5vuq1, .framer-1oTJF .framer-dc7p3z, .framer-1oTJF .framer-14pwz2v, .framer-1oTJF .framer-1bi1ftz, .framer-1oTJF .framer-kb9gs9, .framer-1oTJF .framer-43ub9m, .framer-1oTJF .framer-1gt5xn7, .framer-1oTJF .framer-1knu82y, .framer-1oTJF .framer-1ii0gv8, .framer-1oTJF .framer-bg3jid, .framer-1oTJF .framer-15dylwh, .framer-1oTJF .framer-1ysf52b, .framer-1oTJF .framer-1coeei8, .framer-1oTJF .framer-1r85vy9, .framer-1oTJF .framer-18n36zm, .framer-1oTJF .framer-1aextym, .framer-1oTJF .framer-1mxgli7, .framer-1oTJF .framer-17vovmj, .framer-1oTJF .framer-1yc3tsz, .framer-1oTJF .framer-2zjif7, .framer-1oTJF .framer-1bxnjtx, .framer-1oTJF .framer-1h5dxeu, .framer-1oTJF .framer-wxik5o, .framer-1oTJF .framer-7ovf8m, .framer-1oTJF .framer-1ehgdfn, .framer-1oTJF .framer-1w9l12b, .framer-1oTJF .framer-qi6mbg, .framer-1oTJF .framer-17p9xm6, .framer-1oTJF .framer-17u49ae, .framer-1oTJF .framer-1dwvt6k, .framer-1oTJF .framer-c2r8i9, .framer-1oTJF .framer-190il87, .framer-1oTJF .framer-1f3fpvy, .framer-1oTJF .framer-jtokgh, .framer-1oTJF .framer-1v9ildb, .framer-1oTJF .framer-45dqv3, .framer-1oTJF .framer-e0soo0, .framer-1oTJF .framer-gavlzu, .framer-1oTJF .framer-1ctuloc, .framer-1oTJF .framer-jowvxm, .framer-1oTJF .framer-17b7xvg, .framer-1oTJF .framer-1uepw0k, .framer-1oTJF .framer-qtraj3, .framer-1oTJF .framer-1ojt5b, .framer-1oTJF .framer-ks9ne6, .framer-1oTJF .framer-1gcz3l0, .framer-1oTJF .framer-3rw4en, .framer-1oTJF .framer-1431tvk, .framer-1oTJF .framer-207c0b, .framer-1oTJF .framer-1joerby, .framer-1oTJF .framer-1b5d525, .framer-1oTJF .framer-uvacqk, .framer-1oTJF .framer-f24jo8, .framer-1oTJF .framer-1dg6kmk, .framer-1oTJF .framer-af2uv3, .framer-1oTJF .framer-127ojr7, .framer-1oTJF .framer-1oiu2xn, .framer-1oTJF .framer-bnvrnh, .framer-1oTJF .framer-1ygwj7f, .framer-1oTJF .framer-17t1ylr, .framer-1oTJF .framer-jh1dan, .framer-1oTJF .framer-ozw19e, .framer-1oTJF .framer-l7ig9i, .framer-1oTJF .framer-155bepb, .framer-1oTJF .framer-11bn81l, .framer-1oTJF .framer-r4wcs4, .framer-1oTJF .framer-1210t84, .framer-1oTJF .framer-fw4bnt, .framer-1oTJF .framer-wzurka, .framer-1oTJF .framer-1gxogm8, .framer-1oTJF .framer-q3i1xz, .framer-1oTJF .framer-1d2muff, .framer-1oTJF .framer-gu1r59, .framer-1oTJF .framer-1mesiym, .framer-1oTJF .framer-15vkjq8, .framer-1oTJF .framer-kefugm, .framer-1oTJF .framer-1hyx1wi, .framer-1oTJF .framer-akm6gh, .framer-1oTJF .framer-1bzmaaa, .framer-1oTJF .framer-11lf2g2, .framer-1oTJF .framer-157ziuu, .framer-1oTJF .framer-r27whw, .framer-1oTJF .framer-2e1fnp, .framer-1oTJF .framer-u0c76y, .framer-1oTJF .framer-18bwtxp, .framer-1oTJF .framer-gdg2ob, .framer-1oTJF .framer-1qkzhpt, .framer-1oTJF .framer-1nu9yrd, .framer-1oTJF .framer-1lk42mj, .framer-1oTJF .framer-13za199, .framer-1oTJF .framer-152hqdw, .framer-1oTJF .framer-p1upyz, .framer-1oTJF .framer-z7sqru, .framer-1oTJF .framer-1y48cr6, .framer-1oTJF .framer-1lrwvj5, .framer-1oTJF .framer-1eyd2on, .framer-1oTJF .framer-fofzjo, .framer-1oTJF .framer-a8u1jb, .framer-1oTJF .framer-dv83p9, .framer-1oTJF .framer-jjdoeh, .framer-1oTJF .framer-qilnjm, .framer-1oTJF .framer-1qldi93, .framer-1oTJF .framer-xzvwpo, .framer-1oTJF .framer-o5z12l, .framer-1oTJF .framer-isfshm, .framer-1oTJF .framer-zkwvru, .framer-1oTJF .framer-i1h2bi, .framer-1oTJF .framer-sx2jt9, .framer-1oTJF .framer-1h9ttbx, .framer-1oTJF .framer-gavsuo, .framer-1oTJF .framer-1malfx1, .framer-1oTJF .framer-1a8o984, .framer-1oTJF .framer-p455g6, .framer-1oTJF .framer-4ecj1o, .framer-1oTJF .framer-1e1v7oq, .framer-1oTJF .framer-trh1x, .framer-1oTJF .framer-hevrij, .framer-1oTJF .framer-qlpucd, .framer-1oTJF .framer-1r4sh2f, .framer-1oTJF .framer-1r2msjl, .framer-1oTJF .framer-1gizs2f, .framer-1oTJF .framer-154611l, .framer-1oTJF .framer-v6ksr5, .framer-1oTJF .framer-ohk0vf, .framer-1oTJF .framer-19qbtmh, .framer-1oTJF .framer-pj4ya5, .framer-1oTJF .framer-5i60yf, .framer-1oTJF .framer-h1cja3, .framer-1oTJF .framer-13vy9l5, .framer-1oTJF .framer-jsid2z, .framer-1oTJF .framer-d14gjq, .framer-1oTJF .framer-1uy691m, .framer-1oTJF .framer-1asp4a6, .framer-1oTJF .framer-ddr3pi, .framer-1oTJF .framer-f1h8ss, .framer-1oTJF .framer-n4oo7p, .framer-1oTJF .framer-i1udcq, .framer-1oTJF .framer-1d5mp3y, .framer-1oTJF .framer-1ckp307, .framer-1oTJF .framer-mfawdn, .framer-1oTJF .framer-vrvsbg, .framer-1oTJF .framer-1u1r5r0, .framer-1oTJF .framer-h24vr0, .framer-1oTJF .framer-1ua0hon, .framer-1oTJF .framer-8jpv22, .framer-1oTJF .framer-1gg5lko, .framer-1oTJF .framer-jmyvep, .framer-1oTJF .framer-1pf6s1h, .framer-1oTJF .framer-1ea2ajv { gap: 0px; } .framer-1oTJF.framer-72rtr7 > *, .framer-1oTJF .framer-1qldi93 > *, .framer-1oTJF .framer-1e1v7oq > *, .framer-1oTJF .framer-hevrij > *, .framer-1oTJF .framer-1r4sh2f > *, .framer-1oTJF .framer-154611l > *, .framer-1oTJF .framer-ohk0vf > *, .framer-1oTJF .framer-pj4ya5 > *, .framer-1oTJF .framer-h1cja3 > *, .framer-1oTJF .framer-1d5mp3y > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1oTJF.framer-72rtr7 > :first-child, .framer-1oTJF .framer-vqu470 > :first-child, .framer-1oTJF .framer-67b80l > :first-child, .framer-1oTJF .framer-1hynm2y > :first-child, .framer-1oTJF .framer-1vkso8s > :first-child, .framer-1oTJF .framer-y31tkr > :first-child, .framer-1oTJF .framer-yjhtqr > :first-child, .framer-1oTJF .framer-1a7bt7w > :first-child, .framer-1oTJF .framer-p7zc1f > :first-child, .framer-1oTJF .framer-3bazko > :first-child, .framer-1oTJF .framer-1e96t6s > :first-child, .framer-1oTJF .framer-10dxgor > :first-child, .framer-1oTJF .framer-fuga38 > :first-child, .framer-1oTJF .framer-1yffoo9 > :first-child, .framer-1oTJF .framer-imfb2t > :first-child, .framer-1oTJF .framer-ecrp2e > :first-child, .framer-1oTJF .framer-qr09zp > :first-child, .framer-1oTJF .framer-j10l5z > :first-child, .framer-1oTJF .framer-1gchqif > :first-child, .framer-1oTJF .framer-13um5c4 > :first-child, .framer-1oTJF .framer-1h6zk0g > :first-child, .framer-1oTJF .framer-qxxfdw > :first-child, .framer-1oTJF .framer-1kdkpjc > :first-child, .framer-1oTJF .framer-1lls8yz > :first-child, .framer-1oTJF .framer-v9350x > :first-child, .framer-1oTJF .framer-jenbl7 > :first-child, .framer-1oTJF .framer-1v4kk2s > :first-child, .framer-1oTJF .framer-1dlcqz > :first-child, .framer-1oTJF .framer-1414ful > :first-child, .framer-1oTJF .framer-am2gsf > :first-child, .framer-1oTJF .framer-1w1fkfq > :first-child, .framer-1oTJF .framer-1g74r77 > :first-child, .framer-1oTJF .framer-wayv8p > :first-child, .framer-1oTJF .framer-1o36c4h > :first-child, .framer-1oTJF .framer-1k5vc9l > :first-child, .framer-1oTJF .framer-308br9 > :first-child, .framer-1oTJF .framer-dc7p3z > :first-child, .framer-1oTJF .framer-1gt5xn7 > :first-child, .framer-1oTJF .framer-1knu82y > :first-child, .framer-1oTJF .framer-1ii0gv8 > :first-child, .framer-1oTJF .framer-bg3jid > :first-child, .framer-1oTJF .framer-1coeei8 > :first-child, .framer-1oTJF .framer-1aextym > :first-child, .framer-1oTJF .framer-2zjif7 > :first-child, .framer-1oTJF .framer-wxik5o > :first-child, .framer-1oTJF .framer-1w9l12b > :first-child, .framer-1oTJF .framer-17u49ae > :first-child, .framer-1oTJF .framer-190il87 > :first-child, .framer-1oTJF .framer-1v9ildb > :first-child, .framer-1oTJF .framer-gavlzu > :first-child, .framer-1oTJF .framer-qtraj3 > :first-child, .framer-1oTJF .framer-uvacqk > :first-child, .framer-1oTJF .framer-af2uv3 > :first-child, .framer-1oTJF .framer-127ojr7 > :first-child, .framer-1oTJF .framer-1oiu2xn > :first-child, .framer-1oTJF .framer-bnvrnh > :first-child, .framer-1oTJF .framer-wzurka > :first-child, .framer-1oTJF .framer-1gxogm8 > :first-child, .framer-1oTJF .framer-1mesiym > :first-child, .framer-1oTJF .framer-akm6gh > :first-child, .framer-1oTJF .framer-r27whw > :first-child, .framer-1oTJF .framer-u0c76y > :first-child, .framer-1oTJF .framer-1qkzhpt > :first-child, .framer-1oTJF .framer-1nu9yrd > :first-child, .framer-1oTJF .framer-1lk42mj > :first-child, .framer-1oTJF .framer-152hqdw > :first-child, .framer-1oTJF .framer-p1upyz > :first-child, .framer-1oTJF .framer-z7sqru > :first-child, .framer-1oTJF .framer-1y48cr6 > :first-child, .framer-1oTJF .framer-1lrwvj5 > :first-child, .framer-1oTJF .framer-1eyd2on > :first-child, .framer-1oTJF .framer-jjdoeh > :first-child, .framer-1oTJF .framer-1qldi93 > :first-child, .framer-1oTJF .framer-xzvwpo > :first-child, .framer-1oTJF .framer-isfshm > :first-child, .framer-1oTJF .framer-zkwvru > :first-child, .framer-1oTJF .framer-sx2jt9 > :first-child, .framer-1oTJF .framer-1h9ttbx > :first-child, .framer-1oTJF .framer-gavsuo > :first-child, .framer-1oTJF .framer-1malfx1 > :first-child, .framer-1oTJF .framer-p455g6 > :first-child, .framer-1oTJF .framer-1e1v7oq > :first-child, .framer-1oTJF .framer-hevrij > :first-child, .framer-1oTJF .framer-1r4sh2f > :first-child, .framer-1oTJF .framer-154611l > :first-child, .framer-1oTJF .framer-ohk0vf > :first-child, .framer-1oTJF .framer-pj4ya5 > :first-child, .framer-1oTJF .framer-h1cja3 > :first-child, .framer-1oTJF .framer-13vy9l5 > :first-child, .framer-1oTJF .framer-jsid2z > :first-child, .framer-1oTJF .framer-1d5mp3y > :first-child, .framer-1oTJF .framer-mfawdn > :first-child, .framer-1oTJF .framer-vrvsbg > :first-child, .framer-1oTJF .framer-1u1r5r0 > :first-child, .framer-1oTJF .framer-jmyvep > :first-child, .framer-1oTJF .framer-1pf6s1h > :first-child, .framer-1oTJF .framer-1ea2ajv > :first-child { margin-top: 0px; } .framer-1oTJF.framer-72rtr7 > :last-child, .framer-1oTJF .framer-vqu470 > :last-child, .framer-1oTJF .framer-67b80l > :last-child, .framer-1oTJF .framer-1hynm2y > :last-child, .framer-1oTJF .framer-1vkso8s > :last-child, .framer-1oTJF .framer-y31tkr > :last-child, .framer-1oTJF .framer-yjhtqr > :last-child, .framer-1oTJF .framer-1a7bt7w > :last-child, .framer-1oTJF .framer-p7zc1f > :last-child, .framer-1oTJF .framer-3bazko > :last-child, .framer-1oTJF .framer-1e96t6s > :last-child, .framer-1oTJF .framer-10dxgor > :last-child, .framer-1oTJF .framer-fuga38 > :last-child, .framer-1oTJF .framer-1yffoo9 > :last-child, .framer-1oTJF .framer-imfb2t > :last-child, .framer-1oTJF .framer-ecrp2e > :last-child, .framer-1oTJF .framer-qr09zp > :last-child, .framer-1oTJF .framer-j10l5z > :last-child, .framer-1oTJF .framer-1gchqif > :last-child, .framer-1oTJF .framer-13um5c4 > :last-child, .framer-1oTJF .framer-1h6zk0g > :last-child, .framer-1oTJF .framer-qxxfdw > :last-child, .framer-1oTJF .framer-1kdkpjc > :last-child, .framer-1oTJF .framer-1lls8yz > :last-child, .framer-1oTJF .framer-v9350x > :last-child, .framer-1oTJF .framer-jenbl7 > :last-child, .framer-1oTJF .framer-1v4kk2s > :last-child, .framer-1oTJF .framer-1dlcqz > :last-child, .framer-1oTJF .framer-1414ful > :last-child, .framer-1oTJF .framer-am2gsf > :last-child, .framer-1oTJF .framer-1w1fkfq > :last-child, .framer-1oTJF .framer-1g74r77 > :last-child, .framer-1oTJF .framer-wayv8p > :last-child, .framer-1oTJF .framer-1o36c4h > :last-child, .framer-1oTJF .framer-1k5vc9l > :last-child, .framer-1oTJF .framer-308br9 > :last-child, .framer-1oTJF .framer-dc7p3z > :last-child, .framer-1oTJF .framer-1gt5xn7 > :last-child, .framer-1oTJF .framer-1knu82y > :last-child, .framer-1oTJF .framer-1ii0gv8 > :last-child, .framer-1oTJF .framer-bg3jid > :last-child, .framer-1oTJF .framer-1coeei8 > :last-child, .framer-1oTJF .framer-1aextym > :last-child, .framer-1oTJF .framer-2zjif7 > :last-child, .framer-1oTJF .framer-wxik5o > :last-child, .framer-1oTJF .framer-1w9l12b > :last-child, .framer-1oTJF .framer-17u49ae > :last-child, .framer-1oTJF .framer-190il87 > :last-child, .framer-1oTJF .framer-1v9ildb > :last-child, .framer-1oTJF .framer-gavlzu > :last-child, .framer-1oTJF .framer-qtraj3 > :last-child, .framer-1oTJF .framer-uvacqk > :last-child, .framer-1oTJF .framer-af2uv3 > :last-child, .framer-1oTJF .framer-127ojr7 > :last-child, .framer-1oTJF .framer-1oiu2xn > :last-child, .framer-1oTJF .framer-bnvrnh > :last-child, .framer-1oTJF .framer-wzurka > :last-child, .framer-1oTJF .framer-1gxogm8 > :last-child, .framer-1oTJF .framer-1mesiym > :last-child, .framer-1oTJF .framer-akm6gh > :last-child, .framer-1oTJF .framer-r27whw > :last-child, .framer-1oTJF .framer-u0c76y > :last-child, .framer-1oTJF .framer-1qkzhpt > :last-child, .framer-1oTJF .framer-1nu9yrd > :last-child, .framer-1oTJF .framer-1lk42mj > :last-child, .framer-1oTJF .framer-152hqdw > :last-child, .framer-1oTJF .framer-p1upyz > :last-child, .framer-1oTJF .framer-z7sqru > :last-child, .framer-1oTJF .framer-1y48cr6 > :last-child, .framer-1oTJF .framer-1lrwvj5 > :last-child, .framer-1oTJF .framer-1eyd2on > :last-child, .framer-1oTJF .framer-jjdoeh > :last-child, .framer-1oTJF .framer-1qldi93 > :last-child, .framer-1oTJF .framer-xzvwpo > :last-child, .framer-1oTJF .framer-isfshm > :last-child, .framer-1oTJF .framer-zkwvru > :last-child, .framer-1oTJF .framer-sx2jt9 > :last-child, .framer-1oTJF .framer-1h9ttbx > :last-child, .framer-1oTJF .framer-gavsuo > :last-child, .framer-1oTJF .framer-1malfx1 > :last-child, .framer-1oTJF .framer-p455g6 > :last-child, .framer-1oTJF .framer-1e1v7oq > :last-child, .framer-1oTJF .framer-hevrij > :last-child, .framer-1oTJF .framer-1r4sh2f > :last-child, .framer-1oTJF .framer-154611l > :last-child, .framer-1oTJF .framer-ohk0vf > :last-child, .framer-1oTJF .framer-pj4ya5 > :last-child, .framer-1oTJF .framer-h1cja3 > :last-child, .framer-1oTJF .framer-13vy9l5 > :last-child, .framer-1oTJF .framer-jsid2z > :last-child, .framer-1oTJF .framer-1d5mp3y > :last-child, .framer-1oTJF .framer-mfawdn > :last-child, .framer-1oTJF .framer-vrvsbg > :last-child, .framer-1oTJF .framer-1u1r5r0 > :last-child, .framer-1oTJF .framer-jmyvep > :last-child, .framer-1oTJF .framer-1pf6s1h > :last-child, .framer-1oTJF .framer-1ea2ajv > :last-child { margin-bottom: 0px; } .framer-1oTJF .framer-1a324ws > *, .framer-1oTJF .framer-a9zdix > *, .framer-1oTJF .framer-1uyk242 > *, .framer-1oTJF .framer-620auh > *, .framer-1oTJF .framer-pzna3w > *, .framer-1oTJF .framer-vrepnh > *, .framer-1oTJF .framer-7588g4 > *, .framer-1oTJF .framer-mnif4r > *, .framer-1oTJF .framer-j7xi9c > *, .framer-1oTJF .framer-1fivsq3 > *, .framer-1oTJF .framer-1yip0zd > *, .framer-1oTJF .framer-xcpend > *, .framer-1oTJF .framer-191vlws > *, .framer-1oTJF .framer-dtkbwr > *, .framer-1oTJF .framer-1w0cuux > *, .framer-1oTJF .framer-1hh4wp0 > *, .framer-1oTJF .framer-kdac5w > *, .framer-1oTJF .framer-bmd6qj > *, .framer-1oTJF .framer-phzn0 > *, .framer-1oTJF .framer-e4d46h > *, .framer-1oTJF .framer-ehvnnc > *, .framer-1oTJF .framer-irc163 > *, .framer-1oTJF .framer-1c50uqp > *, .framer-1oTJF .framer-18e45n0 > *, .framer-1oTJF .framer-18clyo8 > *, .framer-1oTJF .framer-1ehzz0d > *, .framer-1oTJF .framer-1urcw3n > *, .framer-1oTJF .framer-11648u > *, .framer-1oTJF .framer-18wlk1m > *, .framer-1oTJF .framer-1m5vuq1 > *, .framer-1oTJF .framer-kb9gs9 > *, .framer-1oTJF .framer-43ub9m > *, .framer-1oTJF .framer-1yc3tsz > *, .framer-1oTJF .framer-ks9ne6 > *, .framer-1oTJF .framer-1gcz3l0 > *, .framer-1oTJF .framer-3rw4en > *, .framer-1oTJF .framer-1431tvk > *, .framer-1oTJF .framer-207c0b > *, .framer-1oTJF .framer-1joerby > *, .framer-1oTJF .framer-1b5d525 > *, .framer-1oTJF .framer-1ygwj7f > *, .framer-1oTJF .framer-17t1ylr > *, .framer-1oTJF .framer-jh1dan > *, .framer-1oTJF .framer-ozw19e > *, .framer-1oTJF .framer-l7ig9i > *, .framer-1oTJF .framer-155bepb > *, .framer-1oTJF .framer-11bn81l > *, .framer-1oTJF .framer-r4wcs4 > *, .framer-1oTJF .framer-1210t84 > *, .framer-1oTJF .framer-fw4bnt > *, .framer-1oTJF .framer-q3i1xz > *, .framer-1oTJF .framer-1d2muff > *, .framer-1oTJF .framer-gu1r59 > *, .framer-1oTJF .framer-15vkjq8 > *, .framer-1oTJF .framer-1bzmaaa > *, .framer-1oTJF .framer-11lf2g2 > *, .framer-1oTJF .framer-18bwtxp > *, .framer-1oTJF .framer-a8u1jb > *, .framer-1oTJF .framer-dv83p9 > *, .framer-1oTJF .framer-qilnjm > *, .framer-1oTJF .framer-1a8o984 > *, .framer-1oTJF .framer-trh1x > *, .framer-1oTJF .framer-qlpucd > *, .framer-1oTJF .framer-1r2msjl > *, .framer-1oTJF .framer-v6ksr5 > *, .framer-1oTJF .framer-19qbtmh > *, .framer-1oTJF .framer-5i60yf > *, .framer-1oTJF .framer-d14gjq > *, .framer-1oTJF .framer-1uy691m > *, .framer-1oTJF .framer-1asp4a6 > *, .framer-1oTJF .framer-f1h8ss > *, .framer-1oTJF .framer-i1udcq > *, .framer-1oTJF .framer-h24vr0 > *, .framer-1oTJF .framer-1ua0hon > *, .framer-1oTJF .framer-1gg5lko > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1oTJF .framer-1a324ws > :first-child, .framer-1oTJF .framer-a9zdix > :first-child, .framer-1oTJF .framer-16cs22z > :first-child, .framer-1oTJF .framer-1uyk242 > :first-child, .framer-1oTJF .framer-620auh > :first-child, .framer-1oTJF .framer-pzna3w > :first-child, .framer-1oTJF .framer-pddubo > :first-child, .framer-1oTJF .framer-vrepnh > :first-child, .framer-1oTJF .framer-14j5c7k > :first-child, .framer-1oTJF .framer-7588g4 > :first-child, .framer-1oTJF .framer-mnif4r > :first-child, .framer-1oTJF .framer-j7xi9c > :first-child, .framer-1oTJF .framer-1fivsq3 > :first-child, .framer-1oTJF .framer-1yip0zd > :first-child, .framer-1oTJF .framer-xcpend > :first-child, .framer-1oTJF .framer-191vlws > :first-child, .framer-1oTJF .framer-dtkbwr > :first-child, .framer-1oTJF .framer-8o4amb > :first-child, .framer-1oTJF .framer-1m7t600 > :first-child, .framer-1oTJF .framer-q2hnz > :first-child, .framer-1oTJF .framer-131alrd > :first-child, .framer-1oTJF .framer-1of0izj > :first-child, .framer-1oTJF .framer-1w0cuux > :first-child, .framer-1oTJF .framer-1hh4wp0 > :first-child, .framer-1oTJF .framer-kdac5w > :first-child, .framer-1oTJF .framer-bmd6qj > :first-child, .framer-1oTJF .framer-phzn0 > :first-child, .framer-1oTJF .framer-e4d46h > :first-child, .framer-1oTJF .framer-ehvnnc > :first-child, .framer-1oTJF .framer-irc163 > :first-child, .framer-1oTJF .framer-ymp9ym > :first-child, .framer-1oTJF .framer-1c50uqp > :first-child, .framer-1oTJF .framer-18e45n0 > :first-child, .framer-1oTJF .framer-1h7qwt0 > :first-child, .framer-1oTJF .framer-tng3hj > :first-child, .framer-1oTJF .framer-18clyo8 > :first-child, .framer-1oTJF .framer-1ehzz0d > :first-child, .framer-1oTJF .framer-17s90ka > :first-child, .framer-1oTJF .framer-gh5v3 > :first-child, .framer-1oTJF .framer-1o0dnpr > :first-child, .framer-1oTJF .framer-1urcw3n > :first-child, .framer-1oTJF .framer-11648u > :first-child, .framer-1oTJF .framer-1uyt4ob > :first-child, .framer-1oTJF .framer-1sunkud > :first-child, .framer-1oTJF .framer-18wlk1m > :first-child, .framer-1oTJF .framer-1m5vuq1 > :first-child, .framer-1oTJF .framer-14pwz2v > :first-child, .framer-1oTJF .framer-1bi1ftz > :first-child, .framer-1oTJF .framer-kb9gs9 > :first-child, .framer-1oTJF .framer-43ub9m > :first-child, .framer-1oTJF .framer-15dylwh > :first-child, .framer-1oTJF .framer-1ysf52b > :first-child, .framer-1oTJF .framer-1r85vy9 > :first-child, .framer-1oTJF .framer-18n36zm > :first-child, .framer-1oTJF .framer-1mxgli7 > :first-child, .framer-1oTJF .framer-17vovmj > :first-child, .framer-1oTJF .framer-1yc3tsz > :first-child, .framer-1oTJF .framer-1bxnjtx > :first-child, .framer-1oTJF .framer-1h5dxeu > :first-child, .framer-1oTJF .framer-7ovf8m > :first-child, .framer-1oTJF .framer-1ehgdfn > :first-child, .framer-1oTJF .framer-qi6mbg > :first-child, .framer-1oTJF .framer-17p9xm6 > :first-child, .framer-1oTJF .framer-1dwvt6k > :first-child, .framer-1oTJF .framer-c2r8i9 > :first-child, .framer-1oTJF .framer-1f3fpvy > :first-child, .framer-1oTJF .framer-jtokgh > :first-child, .framer-1oTJF .framer-45dqv3 > :first-child, .framer-1oTJF .framer-e0soo0 > :first-child, .framer-1oTJF .framer-1ctuloc > :first-child, .framer-1oTJF .framer-jowvxm > :first-child, .framer-1oTJF .framer-17b7xvg > :first-child, .framer-1oTJF .framer-1uepw0k > :first-child, .framer-1oTJF .framer-1ojt5b > :first-child, .framer-1oTJF .framer-ks9ne6 > :first-child, .framer-1oTJF .framer-1gcz3l0 > :first-child, .framer-1oTJF .framer-3rw4en > :first-child, .framer-1oTJF .framer-1431tvk > :first-child, .framer-1oTJF .framer-207c0b > :first-child, .framer-1oTJF .framer-1joerby > :first-child, .framer-1oTJF .framer-1b5d525 > :first-child, .framer-1oTJF .framer-f24jo8 > :first-child, .framer-1oTJF .framer-1dg6kmk > :first-child, .framer-1oTJF .framer-1ygwj7f > :first-child, .framer-1oTJF .framer-17t1ylr > :first-child, .framer-1oTJF .framer-jh1dan > :first-child, .framer-1oTJF .framer-ozw19e > :first-child, .framer-1oTJF .framer-l7ig9i > :first-child, .framer-1oTJF .framer-155bepb > :first-child, .framer-1oTJF .framer-11bn81l > :first-child, .framer-1oTJF .framer-r4wcs4 > :first-child, .framer-1oTJF .framer-1210t84 > :first-child, .framer-1oTJF .framer-fw4bnt > :first-child, .framer-1oTJF .framer-q3i1xz > :first-child, .framer-1oTJF .framer-1d2muff > :first-child, .framer-1oTJF .framer-gu1r59 > :first-child, .framer-1oTJF .framer-15vkjq8 > :first-child, .framer-1oTJF .framer-kefugm > :first-child, .framer-1oTJF .framer-1hyx1wi > :first-child, .framer-1oTJF .framer-1bzmaaa > :first-child, .framer-1oTJF .framer-11lf2g2 > :first-child, .framer-1oTJF .framer-157ziuu > :first-child, .framer-1oTJF .framer-2e1fnp > :first-child, .framer-1oTJF .framer-18bwtxp > :first-child, .framer-1oTJF .framer-gdg2ob > :first-child, .framer-1oTJF .framer-13za199 > :first-child, .framer-1oTJF .framer-fofzjo > :first-child, .framer-1oTJF .framer-a8u1jb > :first-child, .framer-1oTJF .framer-dv83p9 > :first-child, .framer-1oTJF .framer-qilnjm > :first-child, .framer-1oTJF .framer-o5z12l > :first-child, .framer-1oTJF .framer-i1h2bi > :first-child, .framer-1oTJF .framer-1a8o984 > :first-child, .framer-1oTJF .framer-4ecj1o > :first-child, .framer-1oTJF .framer-trh1x > :first-child, .framer-1oTJF .framer-qlpucd > :first-child, .framer-1oTJF .framer-1r2msjl > :first-child, .framer-1oTJF .framer-1gizs2f > :first-child, .framer-1oTJF .framer-v6ksr5 > :first-child, .framer-1oTJF .framer-19qbtmh > :first-child, .framer-1oTJF .framer-5i60yf > :first-child, .framer-1oTJF .framer-d14gjq > :first-child, .framer-1oTJF .framer-1uy691m > :first-child, .framer-1oTJF .framer-1asp4a6 > :first-child, .framer-1oTJF .framer-ddr3pi > :first-child, .framer-1oTJF .framer-f1h8ss > :first-child, .framer-1oTJF .framer-n4oo7p > :first-child, .framer-1oTJF .framer-i1udcq > :first-child, .framer-1oTJF .framer-1ckp307 > :first-child, .framer-1oTJF .framer-h24vr0 > :first-child, .framer-1oTJF .framer-1ua0hon > :first-child, .framer-1oTJF .framer-8jpv22 > :first-child, .framer-1oTJF .framer-1gg5lko > :first-child { margin-left: 0px; } .framer-1oTJF .framer-1a324ws > :last-child, .framer-1oTJF .framer-a9zdix > :last-child, .framer-1oTJF .framer-16cs22z > :last-child, .framer-1oTJF .framer-1uyk242 > :last-child, .framer-1oTJF .framer-620auh > :last-child, .framer-1oTJF .framer-pzna3w > :last-child, .framer-1oTJF .framer-pddubo > :last-child, .framer-1oTJF .framer-vrepnh > :last-child, .framer-1oTJF .framer-14j5c7k > :last-child, .framer-1oTJF .framer-7588g4 > :last-child, .framer-1oTJF .framer-mnif4r > :last-child, .framer-1oTJF .framer-j7xi9c > :last-child, .framer-1oTJF .framer-1fivsq3 > :last-child, .framer-1oTJF .framer-1yip0zd > :last-child, .framer-1oTJF .framer-xcpend > :last-child, .framer-1oTJF .framer-191vlws > :last-child, .framer-1oTJF .framer-dtkbwr > :last-child, .framer-1oTJF .framer-8o4amb > :last-child, .framer-1oTJF .framer-1m7t600 > :last-child, .framer-1oTJF .framer-q2hnz > :last-child, .framer-1oTJF .framer-131alrd > :last-child, .framer-1oTJF .framer-1of0izj > :last-child, .framer-1oTJF .framer-1w0cuux > :last-child, .framer-1oTJF .framer-1hh4wp0 > :last-child, .framer-1oTJF .framer-kdac5w > :last-child, .framer-1oTJF .framer-bmd6qj > :last-child, .framer-1oTJF .framer-phzn0 > :last-child, .framer-1oTJF .framer-e4d46h > :last-child, .framer-1oTJF .framer-ehvnnc > :last-child, .framer-1oTJF .framer-irc163 > :last-child, .framer-1oTJF .framer-ymp9ym > :last-child, .framer-1oTJF .framer-1c50uqp > :last-child, .framer-1oTJF .framer-18e45n0 > :last-child, .framer-1oTJF .framer-1h7qwt0 > :last-child, .framer-1oTJF .framer-tng3hj > :last-child, .framer-1oTJF .framer-18clyo8 > :last-child, .framer-1oTJF .framer-1ehzz0d > :last-child, .framer-1oTJF .framer-17s90ka > :last-child, .framer-1oTJF .framer-gh5v3 > :last-child, .framer-1oTJF .framer-1o0dnpr > :last-child, .framer-1oTJF .framer-1urcw3n > :last-child, .framer-1oTJF .framer-11648u > :last-child, .framer-1oTJF .framer-1uyt4ob > :last-child, .framer-1oTJF .framer-1sunkud > :last-child, .framer-1oTJF .framer-18wlk1m > :last-child, .framer-1oTJF .framer-1m5vuq1 > :last-child, .framer-1oTJF .framer-14pwz2v > :last-child, .framer-1oTJF .framer-1bi1ftz > :last-child, .framer-1oTJF .framer-kb9gs9 > :last-child, .framer-1oTJF .framer-43ub9m > :last-child, .framer-1oTJF .framer-15dylwh > :last-child, .framer-1oTJF .framer-1ysf52b > :last-child, .framer-1oTJF .framer-1r85vy9 > :last-child, .framer-1oTJF .framer-18n36zm > :last-child, .framer-1oTJF .framer-1mxgli7 > :last-child, .framer-1oTJF .framer-17vovmj > :last-child, .framer-1oTJF .framer-1yc3tsz > :last-child, .framer-1oTJF .framer-1bxnjtx > :last-child, .framer-1oTJF .framer-1h5dxeu > :last-child, .framer-1oTJF .framer-7ovf8m > :last-child, .framer-1oTJF .framer-1ehgdfn > :last-child, .framer-1oTJF .framer-qi6mbg > :last-child, .framer-1oTJF .framer-17p9xm6 > :last-child, .framer-1oTJF .framer-1dwvt6k > :last-child, .framer-1oTJF .framer-c2r8i9 > :last-child, .framer-1oTJF .framer-1f3fpvy > :last-child, .framer-1oTJF .framer-jtokgh > :last-child, .framer-1oTJF .framer-45dqv3 > :last-child, .framer-1oTJF .framer-e0soo0 > :last-child, .framer-1oTJF .framer-1ctuloc > :last-child, .framer-1oTJF .framer-jowvxm > :last-child, .framer-1oTJF .framer-17b7xvg > :last-child, .framer-1oTJF .framer-1uepw0k > :last-child, .framer-1oTJF .framer-1ojt5b > :last-child, .framer-1oTJF .framer-ks9ne6 > :last-child, .framer-1oTJF .framer-1gcz3l0 > :last-child, .framer-1oTJF .framer-3rw4en > :last-child, .framer-1oTJF .framer-1431tvk > :last-child, .framer-1oTJF .framer-207c0b > :last-child, .framer-1oTJF .framer-1joerby > :last-child, .framer-1oTJF .framer-1b5d525 > :last-child, .framer-1oTJF .framer-f24jo8 > :last-child, .framer-1oTJF .framer-1dg6kmk > :last-child, .framer-1oTJF .framer-1ygwj7f > :last-child, .framer-1oTJF .framer-17t1ylr > :last-child, .framer-1oTJF .framer-jh1dan > :last-child, .framer-1oTJF .framer-ozw19e > :last-child, .framer-1oTJF .framer-l7ig9i > :last-child, .framer-1oTJF .framer-155bepb > :last-child, .framer-1oTJF .framer-11bn81l > :last-child, .framer-1oTJF .framer-r4wcs4 > :last-child, .framer-1oTJF .framer-1210t84 > :last-child, .framer-1oTJF .framer-fw4bnt > :last-child, .framer-1oTJF .framer-q3i1xz > :last-child, .framer-1oTJF .framer-1d2muff > :last-child, .framer-1oTJF .framer-gu1r59 > :last-child, .framer-1oTJF .framer-15vkjq8 > :last-child, .framer-1oTJF .framer-kefugm > :last-child, .framer-1oTJF .framer-1hyx1wi > :last-child, .framer-1oTJF .framer-1bzmaaa > :last-child, .framer-1oTJF .framer-11lf2g2 > :last-child, .framer-1oTJF .framer-157ziuu > :last-child, .framer-1oTJF .framer-2e1fnp > :last-child, .framer-1oTJF .framer-18bwtxp > :last-child, .framer-1oTJF .framer-gdg2ob > :last-child, .framer-1oTJF .framer-13za199 > :last-child, .framer-1oTJF .framer-fofzjo > :last-child, .framer-1oTJF .framer-a8u1jb > :last-child, .framer-1oTJF .framer-dv83p9 > :last-child, .framer-1oTJF .framer-qilnjm > :last-child, .framer-1oTJF .framer-o5z12l > :last-child, .framer-1oTJF .framer-i1h2bi > :last-child, .framer-1oTJF .framer-1a8o984 > :last-child, .framer-1oTJF .framer-4ecj1o > :last-child, .framer-1oTJF .framer-trh1x > :last-child, .framer-1oTJF .framer-qlpucd > :last-child, .framer-1oTJF .framer-1r2msjl > :last-child, .framer-1oTJF .framer-1gizs2f > :last-child, .framer-1oTJF .framer-v6ksr5 > :last-child, .framer-1oTJF .framer-19qbtmh > :last-child, .framer-1oTJF .framer-5i60yf > :last-child, .framer-1oTJF .framer-d14gjq > :last-child, .framer-1oTJF .framer-1uy691m > :last-child, .framer-1oTJF .framer-1asp4a6 > :last-child, .framer-1oTJF .framer-ddr3pi > :last-child, .framer-1oTJF .framer-f1h8ss > :last-child, .framer-1oTJF .framer-n4oo7p > :last-child, .framer-1oTJF .framer-i1udcq > :last-child, .framer-1oTJF .framer-1ckp307 > :last-child, .framer-1oTJF .framer-h24vr0 > :last-child, .framer-1oTJF .framer-1ua0hon > :last-child, .framer-1oTJF .framer-8jpv22 > :last-child, .framer-1oTJF .framer-1gg5lko > :last-child { margin-right: 0px; } .framer-1oTJF .framer-vqu470 > *, .framer-1oTJF .framer-13vy9l5 > * { margin: 0px; margin-bottom: calc(70px / 2); margin-top: calc(70px / 2); } .framer-1oTJF .framer-67b80l > *, .framer-1oTJF .framer-yjhtqr > *, .framer-1oTJF .framer-1a7bt7w > *, .framer-1oTJF .framer-3bazko > *, .framer-1oTJF .framer-10dxgor > *, .framer-1oTJF .framer-ecrp2e > *, .framer-1oTJF .framer-1v4kk2s > *, .framer-1oTJF .framer-1414ful > *, .framer-1oTJF .framer-am2gsf > *, .framer-1oTJF .framer-1g74r77 > *, .framer-1oTJF .framer-1knu82y > *, .framer-1oTJF .framer-qtraj3 > *, .framer-1oTJF .framer-127ojr7 > *, .framer-1oTJF .framer-bnvrnh > *, .framer-1oTJF .framer-1gxogm8 > *, .framer-1oTJF .framer-1mesiym > *, .framer-1oTJF .framer-r27whw > *, .framer-1oTJF .framer-1eyd2on > *, .framer-1oTJF .framer-jjdoeh > *, .framer-1oTJF .framer-1malfx1 > *, .framer-1oTJF .framer-jsid2z > *, .framer-1oTJF .framer-1pf6s1h > *, .framer-1oTJF .framer-1ea2ajv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1oTJF .framer-16cs22z > * { margin: 0px; margin-left: calc(14px / 2); margin-right: calc(14px / 2); } .framer-1oTJF .framer-pddubo > *, .framer-1oTJF .framer-ddr3pi > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1oTJF .framer-14j5c7k > *, .framer-1oTJF .framer-n4oo7p > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-1oTJF .framer-1hynm2y > *, .framer-1oTJF .framer-p455g6 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-1oTJF .framer-1vkso8s > *, .framer-1oTJF .framer-p7zc1f > *, .framer-1oTJF .framer-1e96t6s > *, .framer-1oTJF .framer-imfb2t > *, .framer-1oTJF .framer-1gchqif > *, .framer-1oTJF .framer-1h6zk0g > *, .framer-1oTJF .framer-1kdkpjc > *, .framer-1oTJF .framer-v9350x > *, .framer-1oTJF .framer-jenbl7 > *, .framer-1oTJF .framer-1w1fkfq > *, .framer-1oTJF .framer-1gt5xn7 > *, .framer-1oTJF .framer-af2uv3 > *, .framer-1oTJF .framer-1oiu2xn > *, .framer-1oTJF .framer-u0c76y > *, .framer-1oTJF .framer-xzvwpo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1oTJF .framer-y31tkr > *, .framer-1oTJF .framer-1dlcqz > *, .framer-1oTJF .framer-wzurka > *, .framer-1oTJF .framer-1lrwvj5 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-1oTJF .framer-8o4amb > *, .framer-1oTJF .framer-1of0izj > *, .framer-1oTJF .framer-ymp9ym > *, .framer-1oTJF .framer-17b7xvg > *, .framer-1oTJF .framer-1dg6kmk > *, .framer-1oTJF .framer-kefugm > *, .framer-1oTJF .framer-157ziuu > *, .framer-1oTJF .framer-2e1fnp > *, .framer-1oTJF .framer-gdg2ob > *, .framer-1oTJF .framer-13za199 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-1oTJF .framer-fuga38 > *, .framer-1oTJF .framer-1yffoo9 > *, .framer-1oTJF .framer-1o36c4h > *, .framer-1oTJF .framer-1k5vc9l > *, .framer-1oTJF .framer-308br9 > *, .framer-1oTJF .framer-dc7p3z > *, .framer-1oTJF .framer-bg3jid > *, .framer-1oTJF .framer-1coeei8 > *, .framer-1oTJF .framer-1aextym > *, .framer-1oTJF .framer-2zjif7 > *, .framer-1oTJF .framer-wxik5o > *, .framer-1oTJF .framer-1w9l12b > *, .framer-1oTJF .framer-17u49ae > *, .framer-1oTJF .framer-190il87 > *, .framer-1oTJF .framer-1v9ildb > *, .framer-1oTJF .framer-gavlzu > *, .framer-1oTJF .framer-1u1r5r0 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-1oTJF .framer-1m7t600 > *, .framer-1oTJF .framer-q2hnz > *, .framer-1oTJF .framer-1h7qwt0 > *, .framer-1oTJF .framer-gh5v3 > *, .framer-1oTJF .framer-1uyt4ob > *, .framer-1oTJF .framer-14pwz2v > *, .framer-1oTJF .framer-15dylwh > *, .framer-1oTJF .framer-1r85vy9 > *, .framer-1oTJF .framer-1mxgli7 > *, .framer-1oTJF .framer-1bxnjtx > *, .framer-1oTJF .framer-7ovf8m > *, .framer-1oTJF .framer-qi6mbg > *, .framer-1oTJF .framer-1dwvt6k > *, .framer-1oTJF .framer-1f3fpvy > *, .framer-1oTJF .framer-45dqv3 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-1oTJF .framer-131alrd > *, .framer-1oTJF .framer-1ctuloc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-1oTJF .framer-qr09zp > *, .framer-1oTJF .framer-wayv8p > *, .framer-1oTJF .framer-uvacqk > *, .framer-1oTJF .framer-akm6gh > *, .framer-1oTJF .framer-isfshm > *, .framer-1oTJF .framer-zkwvru > *, .framer-1oTJF .framer-sx2jt9 > *, .framer-1oTJF .framer-1h9ttbx > *, .framer-1oTJF .framer-vrvsbg > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1oTJF .framer-j10l5z > *, .framer-1oTJF .framer-13um5c4 > *, .framer-1oTJF .framer-qxxfdw > *, .framer-1oTJF .framer-1lls8yz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1oTJF .framer-tng3hj > *, .framer-1oTJF .framer-1o0dnpr > *, .framer-1oTJF .framer-1sunkud > *, .framer-1oTJF .framer-1bi1ftz > *, .framer-1oTJF .framer-1ysf52b > *, .framer-1oTJF .framer-18n36zm > *, .framer-1oTJF .framer-17vovmj > *, .framer-1oTJF .framer-1h5dxeu > *, .framer-1oTJF .framer-1ehgdfn > *, .framer-1oTJF .framer-17p9xm6 > *, .framer-1oTJF .framer-c2r8i9 > *, .framer-1oTJF .framer-jtokgh > *, .framer-1oTJF .framer-e0soo0 > *, .framer-1oTJF .framer-jowvxm > *, .framer-1oTJF .framer-1uepw0k > *, .framer-1oTJF .framer-f24jo8 > *, .framer-1oTJF .framer-o5z12l > *, .framer-1oTJF .framer-i1h2bi > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1oTJF .framer-17s90ka > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-1oTJF .framer-1ii0gv8 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1oTJF .framer-1ojt5b > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-1oTJF .framer-1hyx1wi > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-1oTJF .framer-1qkzhpt > *, .framer-1oTJF .framer-1nu9yrd > *, .framer-1oTJF .framer-1lk42mj > *, .framer-1oTJF .framer-152hqdw > *, .framer-1oTJF .framer-p1upyz > *, .framer-1oTJF .framer-z7sqru > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-1oTJF .framer-1y48cr6 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-1oTJF .framer-fofzjo > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-1oTJF .framer-gavsuo > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-1oTJF .framer-4ecj1o > *, .framer-1oTJF .framer-1gizs2f > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-1oTJF .framer-1ckp307 > * { margin: 0px; margin-left: calc(96px / 2); margin-right: calc(96px / 2); } .framer-1oTJF .framer-mfawdn > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1oTJF .framer-8jpv22 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-1oTJF .framer-jmyvep > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } }\",...sharedStyle.css,'.framer-1oTJF[data-border=\"true\"]::after, .framer-1oTJF [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-1oTJF.framer-72rtr7 { width: 810px; } .framer-1oTJF .framer-1cnt1a5-container, .framer-1oTJF .framer-1w6thjn { flex: 1 0 0px; width: 1px; } .framer-1oTJF .framer-1hynm2y { padding: 16px; } .framer-1oTJF .framer-gmi63i { width: 82%; } .framer-1oTJF .framer-1omnpea, .framer-1oTJF .framer-mb9mk6, .framer-1oTJF .framer-jeieu4, .framer-1oTJF .framer-1w1igwk, .framer-1oTJF .framer-y9uz7h, .framer-1oTJF .framer-1tu0mqq { height: var(--framer-aspect-ratio-supported, 138px); width: 263px; } .framer-1oTJF .framer-1yip0zd, .framer-1oTJF .framer-fw4bnt, .framer-1oTJF .framer-1y48cr6 { padding: 180px 16px 0px 16px; } .framer-1oTJF .framer-dtkbwr { padding: 0px 0px 0px 1px; } .framer-1oTJF .framer-8o4amb, .framer-1oTJF .framer-1of0izj, .framer-1oTJF .framer-ymp9ym, .framer-1oTJF .framer-1dg6kmk { flex-direction: column; } .framer-1oTJF .framer-1uepw0k { flex-direction: column; height: 788px; width: 427px; } .framer-1oTJF .framer-uvacqk { flex: 1 0 0px; height: 1px; } .framer-1oTJF .framer-yxx0r2-container { height: 973px; width: 666px; } .framer-1oTJF .framer-1hyx1wi { flex-direction: column; height: 968px; width: 658px; } .framer-1oTJF .framer-jjdoeh, .framer-1oTJF .framer-1qldi93, .framer-1oTJF .framer-xzvwpo { width: min-content; } .framer-1oTJF .framer-o5z12l { flex-direction: column; width: 723px; } .framer-1oTJF .framer-isfshm, .framer-1oTJF .framer-zkwvru { flex: none; width: 100%; } .framer-1oTJF .framer-vkl99c, .framer-1oTJF .framer-cstw, .framer-1oTJF .framer-1tu7gf6 { white-space: pre; width: auto; } .framer-1oTJF .framer-i1h2bi { align-self: stretch; flex-direction: column; width: auto; } .framer-1oTJF .framer-sx2jt9 { --border-bottom-width: 1px; --border-right-width: 0px; flex: none; width: 100%; } .framer-1oTJF .framer-1h9ttbx { flex: none; width: min-content; } .framer-1oTJF .framer-1mgzfv4 { width: 590px; } .framer-1oTJF .framer-1e1v7oq, .framer-1oTJF .framer-hevrij, .framer-1oTJF .framer-1r4sh2f, .framer-1oTJF .framer-154611l, .framer-1oTJF .framer-ohk0vf, .framer-1oTJF .framer-pj4ya5 { flex: 535 0 0px; width: 1px; } .framer-1oTJF .framer-vxua2t-container { bottom: -201px; left: calc(50.00000000000002% - 783px / 2); top: -77px; width: 783px; } .framer-1oTJF .framer-1ckp307 { flex-direction: column; width: min-content; } .framer-1oTJF .framer-8jpv22 { gap: 115px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1oTJF .framer-8o4amb, .framer-1oTJF .framer-1of0izj, .framer-1oTJF .framer-ymp9ym, .framer-1oTJF .framer-1uepw0k, .framer-1oTJF .framer-1dg6kmk, .framer-1oTJF .framer-1hyx1wi, .framer-1oTJF .framer-o5z12l, .framer-1oTJF .framer-i1h2bi, .framer-1oTJF .framer-1ckp307, .framer-1oTJF .framer-8jpv22 { gap: 0px; } .framer-1oTJF .framer-8o4amb > *, .framer-1oTJF .framer-1of0izj > *, .framer-1oTJF .framer-ymp9ym > *, .framer-1oTJF .framer-1dg6kmk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1oTJF .framer-8o4amb > :first-child, .framer-1oTJF .framer-1of0izj > :first-child, .framer-1oTJF .framer-ymp9ym > :first-child, .framer-1oTJF .framer-1uepw0k > :first-child, .framer-1oTJF .framer-1dg6kmk > :first-child, .framer-1oTJF .framer-1hyx1wi > :first-child, .framer-1oTJF .framer-o5z12l > :first-child, .framer-1oTJF .framer-i1h2bi > :first-child, .framer-1oTJF .framer-1ckp307 > :first-child { margin-top: 0px; } .framer-1oTJF .framer-8o4amb > :last-child, .framer-1oTJF .framer-1of0izj > :last-child, .framer-1oTJF .framer-ymp9ym > :last-child, .framer-1oTJF .framer-1uepw0k > :last-child, .framer-1oTJF .framer-1dg6kmk > :last-child, .framer-1oTJF .framer-1hyx1wi > :last-child, .framer-1oTJF .framer-o5z12l > :last-child, .framer-1oTJF .framer-i1h2bi > :last-child, .framer-1oTJF .framer-1ckp307 > :last-child { margin-bottom: 0px; } .framer-1oTJF .framer-1uepw0k > *, .framer-1oTJF .framer-o5z12l > *, .framer-1oTJF .framer-i1h2bi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1oTJF .framer-1hyx1wi > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-1oTJF .framer-1ckp307 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-1oTJF .framer-8jpv22 > * { margin: 0px; margin-left: calc(115px / 2); margin-right: calc(115px / 2); } .framer-1oTJF .framer-8jpv22 > :first-child { margin-left: 0px; } .framer-1oTJF .framer-8jpv22 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-1oTJF.framer-72rtr7 { overflow: auto; width: 390px; } .framer-1oTJF .framer-1a324ws { flex-direction: column; order: 0; padding: 16px; } .framer-1oTJF .framer-1cnt1a5-container, .framer-1oTJF .framer-c2lsls, .framer-1oTJF .framer-131b70k-container, .framer-1oTJF .framer-1mesiym, .framer-1oTJF .framer-15vkjq8, .framer-1oTJF .framer-92d3uh, .framer-1oTJF .framer-1x2sx91, .framer-1oTJF .framer-jjdoeh, .framer-1oTJF .framer-qilnjm { width: 100%; } .framer-1oTJF .framer-a9zdix { flex-direction: column; order: 1; padding: 0px 16px 0px 16px; } .framer-1oTJF .framer-vqu470 { flex: none; gap: 24px; overflow: visible; padding: 32px 12px 60px 12px; width: 100%; } .framer-1oTJF .framer-67b80l { gap: 14px; overflow: visible; } .framer-1oTJF .framer-620auh { flex-direction: column; overflow: visible; } .framer-1oTJF .framer-1n85ftt { left: 50%; width: 368px; } .framer-1oTJF .framer-pzna3w, .framer-1oTJF .framer-pddubo, .framer-1oTJF .framer-ymp9ym, .framer-1oTJF .framer-17b7xvg, .framer-1oTJF .framer-1dg6kmk, .framer-1oTJF .framer-d14gjq, .framer-1oTJF .framer-1asp4a6, .framer-1oTJF .framer-1ckp307, .framer-1oTJF .framer-8jpv22 { flex-direction: column; } .framer-1oTJF .framer-vrepnh { flex-direction: column; width: 334px; z-index: 1; } .framer-1oTJF .framer-mnif4r { flex-direction: column; order: 2; } .framer-1oTJF .framer-1hynm2y { flex: none; gap: 10px; width: 100%; } .framer-1oTJF .framer-gmi63i { order: 0; width: 85%; } .framer-1oTJF .framer-1vkso8s, .framer-1oTJF .framer-qr09zp, .framer-1oTJF .framer-jmyvep, .framer-1oTJF .framer-1ea2ajv { order: 1; } .framer-1oTJF .framer-j7xi9c { flex-direction: column; order: 0; } .framer-1oTJF .framer-mb9mk6 { aspect-ratio: unset; height: 168px; } .framer-1oTJF .framer-1fivsq3 { flex-direction: column; order: 1; } .framer-1oTJF .framer-1yip0zd { flex-direction: column; order: 3; padding: 100px 16px 0px 16px; } .framer-1oTJF .framer-y31tkr { flex: none; gap: 12px; width: 100%; } .framer-1oTJF .framer-11vnkp1, .framer-1oTJF .framer-p7zc1f { width: 358px; } .framer-1oTJF .framer-1w6thjn, .framer-1oTJF .framer-1oiu2xn { width: 348px; } .framer-1oTJF .framer-1a7bt7w { gap: 0px; } .framer-1oTJF .framer-8o4amb, .framer-1oTJF .framer-1of0izj { flex-direction: column; width: 100%; } .framer-1oTJF .framer-1e96t6s, .framer-1oTJF .framer-h217s0, .framer-1oTJF .framer-ow6d7b { width: 357px; } .framer-1oTJF .framer-5637le { height: 349px; } .framer-1oTJF .framer-imfb2t, .framer-1oTJF .framer-syk8bt { width: 359px; } .framer-1oTJF .framer-ecrp2e, .framer-1oTJF .framer-1gg5lko, .framer-1oTJF .framer-1pf6s1h { order: 0; } .framer-1oTJF .framer-zsyinn-container { left: 0px; } .framer-1oTJF .framer-jenbl7 { height: 534px; width: 358px; } .framer-1oTJF .framer-172e0kk { height: 270px; } .framer-1oTJF .framer-1ur3vue { height: 202px; } .framer-1oTJF .framer-phzn0 { flex-direction: column; order: 4; padding: 100px 16px 0px 16px; } .framer-1oTJF .framer-1dlcqz, .framer-1oTJF .framer-zkwvru, .framer-1oTJF .framer-1h9ttbx, .framer-1oTJF .framer-1uy691m { flex: none; width: 100%; } .framer-1oTJF .framer-am2gsf { gap: 45px; } .framer-1oTJF .framer-1w1fkfq, .framer-1oTJF .framer-1mgzfv4 { width: 351px; } .framer-1oTJF .framer-1gt5xn7, .framer-1oTJF .framer-1ri9iu6, .framer-1oTJF .framer-xi89lf { width: 347px; } .framer-1oTJF .framer-1uepw0k { flex-direction: column; height: 828px; width: 348px; } .framer-1oTJF .framer-af2uv3 { height: 612px; width: 347px; } .framer-1oTJF .framer-1ho3th3 { height: var(--framer-aspect-ratio-supported, 314px); left: 51%; right: unset; transform: translateX(-50%); width: 400px; } .framer-1oTJF .framer-fw4bnt { flex-direction: column; order: 5; padding: 20px 16px 0px 16px; } .framer-1oTJF .framer-wzurka { flex: none; gap: 45px; width: 100%; } .framer-1oTJF .framer-yxx0r2-container { height: 976px; width: 353px; } .framer-1oTJF .framer-kefugm, .framer-1oTJF .framer-1qldi93 { flex: 1 0 0px; width: 1px; } .framer-1oTJF .framer-1hyx1wi { flex: 1 0 0px; flex-direction: column; height: 982px; width: 1px; } .framer-1oTJF .framer-akm6gh { gap: 20px; padding: 52px 16px 52px 16px; width: 100%; } .framer-1oTJF .framer-1bzmaaa { align-self: unset; width: 100%; } .framer-1oTJF .framer-1y48cr6 { gap: 80px; order: 6; padding: 80px 16px 80px 16px; } .framer-1oTJF .framer-1vjl748 { width: 329px; } .framer-1oTJF .framer-16evws2 { left: -2px; right: -2px; } .framer-1oTJF .framer-o5z12l { flex-direction: column; width: 372px; } .framer-1oTJF .framer-isfshm { --border-right-width: 0px; flex: none; width: 100%; } .framer-1oTJF .framer-vkl99c, .framer-1oTJF .framer-cstw { width: 322px; } .framer-1oTJF .framer-i1h2bi { flex-direction: column; width: 370px; } .framer-1oTJF .framer-sx2jt9 { --border-bottom-width: 1px; --border-right-width: 0px; flex: none; width: 100%; } .framer-1oTJF .framer-1tu7gf6 { width: 324px; } .framer-1oTJF .framer-jkwl3z { width: 345px; } .framer-1oTJF .framer-p455g6, .framer-1oTJF .framer-jsid2z { gap: 40px; } .framer-1oTJF .framer-4ecj1o { align-content: flex-end; align-items: flex-end; flex-direction: column; padding: 0px; width: 100%; } .framer-1oTJF .framer-1e1v7oq, .framer-1oTJF .framer-hevrij, .framer-1oTJF .framer-1r4sh2f, .framer-1oTJF .framer-154611l, .framer-1oTJF .framer-ohk0vf, .framer-1oTJF .framer-pj4ya5 { padding: 0px 28px 0px 0px; } .framer-1oTJF .framer-1gizs2f { align-content: flex-end; align-items: flex-end; flex-direction: column; width: 100%; } .framer-1oTJF .framer-h1cja3 { order: 7; padding: 0px 16px 20px 16px; } .framer-1oTJF .framer-13vy9l5 { order: 0; padding: 32px 0px 0px 0px; } .framer-1oTJF .framer-1yc5vuo { width: 362px; } .framer-1oTJF .framer-onfo5n { width: 331px; } .framer-1oTJF .framer-ddr3pi { flex-direction: column; order: 1; padding: 0px; } .framer-1oTJF .framer-1d5mp3y { order: 8; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1oTJF .framer-1a324ws, .framer-1oTJF .framer-a9zdix, .framer-1oTJF .framer-vqu470, .framer-1oTJF .framer-67b80l, .framer-1oTJF .framer-620auh, .framer-1oTJF .framer-pzna3w, .framer-1oTJF .framer-pddubo, .framer-1oTJF .framer-vrepnh, .framer-1oTJF .framer-mnif4r, .framer-1oTJF .framer-1hynm2y, .framer-1oTJF .framer-j7xi9c, .framer-1oTJF .framer-1fivsq3, .framer-1oTJF .framer-1yip0zd, .framer-1oTJF .framer-y31tkr, .framer-1oTJF .framer-1a7bt7w, .framer-1oTJF .framer-8o4amb, .framer-1oTJF .framer-1of0izj, .framer-1oTJF .framer-phzn0, .framer-1oTJF .framer-am2gsf, .framer-1oTJF .framer-ymp9ym, .framer-1oTJF .framer-17b7xvg, .framer-1oTJF .framer-1uepw0k, .framer-1oTJF .framer-1dg6kmk, .framer-1oTJF .framer-fw4bnt, .framer-1oTJF .framer-wzurka, .framer-1oTJF .framer-1hyx1wi, .framer-1oTJF .framer-akm6gh, .framer-1oTJF .framer-1y48cr6, .framer-1oTJF .framer-o5z12l, .framer-1oTJF .framer-i1h2bi, .framer-1oTJF .framer-p455g6, .framer-1oTJF .framer-4ecj1o, .framer-1oTJF .framer-1gizs2f, .framer-1oTJF .framer-jsid2z, .framer-1oTJF .framer-d14gjq, .framer-1oTJF .framer-1asp4a6, .framer-1oTJF .framer-ddr3pi, .framer-1oTJF .framer-1ckp307, .framer-1oTJF .framer-8jpv22 { gap: 0px; } .framer-1oTJF .framer-1a324ws > *, .framer-1oTJF .framer-a9zdix > *, .framer-1oTJF .framer-620auh > *, .framer-1oTJF .framer-pzna3w > *, .framer-1oTJF .framer-vrepnh > *, .framer-1oTJF .framer-mnif4r > *, .framer-1oTJF .framer-1hynm2y > *, .framer-1oTJF .framer-j7xi9c > *, .framer-1oTJF .framer-1fivsq3 > *, .framer-1oTJF .framer-1yip0zd > *, .framer-1oTJF .framer-phzn0 > *, .framer-1oTJF .framer-fw4bnt > *, .framer-1oTJF .framer-d14gjq > *, .framer-1oTJF .framer-1asp4a6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1oTJF .framer-1a324ws > :first-child, .framer-1oTJF .framer-a9zdix > :first-child, .framer-1oTJF .framer-vqu470 > :first-child, .framer-1oTJF .framer-67b80l > :first-child, .framer-1oTJF .framer-620auh > :first-child, .framer-1oTJF .framer-pzna3w > :first-child, .framer-1oTJF .framer-pddubo > :first-child, .framer-1oTJF .framer-vrepnh > :first-child, .framer-1oTJF .framer-mnif4r > :first-child, .framer-1oTJF .framer-1hynm2y > :first-child, .framer-1oTJF .framer-j7xi9c > :first-child, .framer-1oTJF .framer-1fivsq3 > :first-child, .framer-1oTJF .framer-1yip0zd > :first-child, .framer-1oTJF .framer-y31tkr > :first-child, .framer-1oTJF .framer-1a7bt7w > :first-child, .framer-1oTJF .framer-8o4amb > :first-child, .framer-1oTJF .framer-1of0izj > :first-child, .framer-1oTJF .framer-phzn0 > :first-child, .framer-1oTJF .framer-am2gsf > :first-child, .framer-1oTJF .framer-ymp9ym > :first-child, .framer-1oTJF .framer-17b7xvg > :first-child, .framer-1oTJF .framer-1uepw0k > :first-child, .framer-1oTJF .framer-1dg6kmk > :first-child, .framer-1oTJF .framer-fw4bnt > :first-child, .framer-1oTJF .framer-wzurka > :first-child, .framer-1oTJF .framer-1hyx1wi > :first-child, .framer-1oTJF .framer-akm6gh > :first-child, .framer-1oTJF .framer-1y48cr6 > :first-child, .framer-1oTJF .framer-o5z12l > :first-child, .framer-1oTJF .framer-i1h2bi > :first-child, .framer-1oTJF .framer-p455g6 > :first-child, .framer-1oTJF .framer-4ecj1o > :first-child, .framer-1oTJF .framer-1gizs2f > :first-child, .framer-1oTJF .framer-jsid2z > :first-child, .framer-1oTJF .framer-d14gjq > :first-child, .framer-1oTJF .framer-1asp4a6 > :first-child, .framer-1oTJF .framer-ddr3pi > :first-child, .framer-1oTJF .framer-1ckp307 > :first-child, .framer-1oTJF .framer-8jpv22 > :first-child { margin-top: 0px; } .framer-1oTJF .framer-1a324ws > :last-child, .framer-1oTJF .framer-a9zdix > :last-child, .framer-1oTJF .framer-vqu470 > :last-child, .framer-1oTJF .framer-67b80l > :last-child, .framer-1oTJF .framer-620auh > :last-child, .framer-1oTJF .framer-pzna3w > :last-child, .framer-1oTJF .framer-pddubo > :last-child, .framer-1oTJF .framer-vrepnh > :last-child, .framer-1oTJF .framer-mnif4r > :last-child, .framer-1oTJF .framer-1hynm2y > :last-child, .framer-1oTJF .framer-j7xi9c > :last-child, .framer-1oTJF .framer-1fivsq3 > :last-child, .framer-1oTJF .framer-1yip0zd > :last-child, .framer-1oTJF .framer-y31tkr > :last-child, .framer-1oTJF .framer-1a7bt7w > :last-child, .framer-1oTJF .framer-8o4amb > :last-child, .framer-1oTJF .framer-1of0izj > :last-child, .framer-1oTJF .framer-phzn0 > :last-child, .framer-1oTJF .framer-am2gsf > :last-child, .framer-1oTJF .framer-ymp9ym > :last-child, .framer-1oTJF .framer-17b7xvg > :last-child, .framer-1oTJF .framer-1uepw0k > :last-child, .framer-1oTJF .framer-1dg6kmk > :last-child, .framer-1oTJF .framer-fw4bnt > :last-child, .framer-1oTJF .framer-wzurka > :last-child, .framer-1oTJF .framer-1hyx1wi > :last-child, .framer-1oTJF .framer-akm6gh > :last-child, .framer-1oTJF .framer-1y48cr6 > :last-child, .framer-1oTJF .framer-o5z12l > :last-child, .framer-1oTJF .framer-i1h2bi > :last-child, .framer-1oTJF .framer-p455g6 > :last-child, .framer-1oTJF .framer-4ecj1o > :last-child, .framer-1oTJF .framer-1gizs2f > :last-child, .framer-1oTJF .framer-jsid2z > :last-child, .framer-1oTJF .framer-d14gjq > :last-child, .framer-1oTJF .framer-1asp4a6 > :last-child, .framer-1oTJF .framer-ddr3pi > :last-child, .framer-1oTJF .framer-1ckp307 > :last-child, .framer-1oTJF .framer-8jpv22 > :last-child { margin-bottom: 0px; } .framer-1oTJF .framer-vqu470 > *, .framer-1oTJF .framer-8o4amb > *, .framer-1oTJF .framer-1of0izj > *, .framer-1oTJF .framer-ymp9ym > *, .framer-1oTJF .framer-17b7xvg > *, .framer-1oTJF .framer-1dg6kmk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1oTJF .framer-67b80l > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-1oTJF .framer-pddubo > *, .framer-1oTJF .framer-ddr3pi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1oTJF .framer-y31tkr > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-1oTJF .framer-1a7bt7w > *, .framer-1oTJF .framer-1uepw0k > *, .framer-1oTJF .framer-o5z12l > *, .framer-1oTJF .framer-i1h2bi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1oTJF .framer-am2gsf > *, .framer-1oTJF .framer-wzurka > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-1oTJF .framer-1hyx1wi > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-1oTJF .framer-akm6gh > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-1oTJF .framer-1y48cr6 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-1oTJF .framer-p455g6 > *, .framer-1oTJF .framer-4ecj1o > *, .framer-1oTJF .framer-1gizs2f > *, .framer-1oTJF .framer-jsid2z > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-1oTJF .framer-1ckp307 > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-1oTJF .framer-8jpv22 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10411\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OhZIEIdTj\":{\"layout\":[\"fixed\",\"auto\"]},\"r5yZhh6tt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"A0HJSfk3I\":{\"pattern\":\":A0HJSfk3I\",\"name\":\"navbar\"},\"lhMOAnygI\":{\"pattern\":\":lhMOAnygI\",\"name\":\"hero\"},\"NXePifQZS\":{\"pattern\":\":NXePifQZS\",\"name\":\"navbar\"},\"ztkKUuUIw\":{\"pattern\":\":ztkKUuUIw\",\"name\":\"navbar\"},\"qbzX69Nr8\":{\"pattern\":\":qbzX69Nr8\",\"name\":\"navbar\"},\"t9ni5EvnQ\":{\"pattern\":\":t9ni5EvnQ\",\"name\":\"navbar\"},\"LSNoimNhw\":{\"pattern\":\":LSNoimNhw\",\"name\":\"navbar\"},\"opdO3CJmT\":{\"pattern\":\":opdO3CJmT\",\"name\":\"hero\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-1oTJF\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:10411,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K46YRH762FH3QJ25IQM3VAXAKCHEXXW4/ISLWQPUZHZF33LRIOTBMFOJL57GBGQ4B/3ZLMEXZEQPLTEPMHTQDAUXP5ZZXCZAEN.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/3RZHWSNONLLWJK3RLPEKUZOMM56GO4LJ/BPDRY7AHVI3MCDXXVXTQQ76H3UXA63S3/SB2OEB6IKZPRR6JT4GFJ2TFT6HBB6AZN.woff2\",weight:\"500\"},{family:\"General Sans\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KWXO5X3YW4X7OLUMPO4X24HQJGJU7E2Q/VOWUQZS3YLP66ZHPTXAFSH6YACY4WJHT/NIQ54PVBBIWVK3PFSOIOUJSXIJ5WTNDP.woff2\",weight:\"700\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/IZAMKIKJNFHYAA4XTXOGUSQUJWNXQHPE/2S5HU7TKNAV6MHTRNU2NPZD7U4OT6VKE/HCZ5OQRTYQOAVSHRS6UOFWUZ5CGI6JRO.woff2\",weight:\"700\"},{family:\"Bebas Neue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxWtrygbi49c.woff2\",weight:\"400\"},{family:\"General Sans\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/T2VB54RK54AYH45QBSFO6FWJJBOGDZQS/WZUJLZL2KK72TQFDHQ6EV4KREZ7WEUL2/6FVUUVSLJPCCVHIJND4LQZIT4MFZBXYJ.woff2\",weight:\"600\"}]},...NavbarFonts,...AvailabilityFonts,...ButtonPrimaryFonts,...HeroImageMobileFonts,...HeroImageTabFonts,...HeroImageFonts,...SdfFonts,...RotatingConicalGradientFonts,...TickerFonts,...EmbedFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"A0HJSfk3I\\\":{\\\"pattern\\\":\\\":A0HJSfk3I\\\",\\\"name\\\":\\\"navbar\\\"},\\\"lhMOAnygI\\\":{\\\"pattern\\\":\\\":lhMOAnygI\\\",\\\"name\\\":\\\"hero\\\"},\\\"NXePifQZS\\\":{\\\"pattern\\\":\\\":NXePifQZS\\\",\\\"name\\\":\\\"navbar\\\"},\\\"ztkKUuUIw\\\":{\\\"pattern\\\":\\\":ztkKUuUIw\\\",\\\"name\\\":\\\"navbar\\\"},\\\"qbzX69Nr8\\\":{\\\"pattern\\\":\\\":qbzX69Nr8\\\",\\\"name\\\":\\\"navbar\\\"},\\\"t9ni5EvnQ\\\":{\\\"pattern\\\":\\\":t9ni5EvnQ\\\",\\\"name\\\":\\\"navbar\\\"},\\\"LSNoimNhw\\\":{\\\"pattern\\\":\\\":LSNoimNhw\\\",\\\"name\\\":\\\"navbar\\\"},\\\"opdO3CJmT\\\":{\\\"pattern\\\":\\\":opdO3CJmT\\\",\\\"name\\\":\\\"hero\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OhZIEIdTj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r5yZhh6tt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"10411\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "RotatingConicalGradient", "color", "length", "duration", "repeatType", "animate", "loop", "distance", "angle", "eased", "conicGradientRef", "pe", "aspectRatio", "setAspectRatio", "ye", "ue", "width", "height", "p", "motion", "addPropertyControls", "ControlType", "props", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1iif65p", "args", "onAppear1pqmqw7", "onAppear18sfvla", "onAppear1w8uaeb", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerfQ7v3drH0", "withCSS", "fQ7v3drH0_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "LineFonts", "fQ7v3drH0_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear6bmfmb", "args", "onAppear8txoo3", "onAppear3jr49q", "onAppearrn2ulw", "onAppeari0op6m", "onAppear1v3zk4e", "onAppearghwhmv", "onAppear1fm0msw", "onAppear3qi59z", "onAppear1vapqlm", "useOnVariantChange", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "SVG", "css", "Framereau04_qyo", "withCSS", "eau04_qyo_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1bo1tva", "args", "onAppear1gwhnwg", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "css", "FramerMFTHkbo44", "withCSS", "MFTHkbo44_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "transformTemplate1", "_", "t", "transition7", "animation7", "transition8", "animation8", "transition9", "animation9", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Variants", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap10msoqf", "args", "onTap912mom", "onTap2t9ty5", "onTap3lrgpx", "onTap1gxt646", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "Framerprk_PJTcC", "withCSS", "prk_PJTcC_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fNUYsAMJv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1764hhf", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "css", "FramerJr5N2Bnlz", "withCSS", "Jr5N2Bnlz_default", "addPropertyControls", "ControlType", "addFonts", "EmbedFonts", "getFonts", "Embed", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "E9Hn8GJQT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "u", "ComponentViewportProvider", "Embed", "SVG", "css", "FramerCJ2VqhI6T", "withCSS", "CJ2VqhI6T_default", "addPropertyControls", "ControlType", "addFonts", "EmbedFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "navContent", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NTEbAdldq", "LV5Nl2spY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerGj5GvLjYS", "withCSS", "Gj5GvLjYS_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "createLayoutDependency", "variants", "Variants", "motion", "x", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "pgZrKUgVG", "BIXuzguGc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "RichText2", "css", "FramerYKRBaU_7r", "withCSS", "YKRBaU_7r_default", "addPropertyControls", "ControlType", "addFonts", "NavLinkFonts", "getFonts", "Gj5GvLjYS_default", "BrandFonts", "CJ2VqhI6T_default", "ButtonPrimaryFonts", "YKRBaU_7r_default", "HamburgerMenuFonts", "Jr5N2Bnlz_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseLeaveamgfs4", "args", "fNUYsAMJv15y6ev4", "fNUYsAMJvamgfs4", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "css", "FrameruhFBZtpzz", "withCSS", "uhFBZtpzz_default", "addPropertyControls", "ControlType", "addFonts", "RotatingConicalGradientFonts", "getFonts", "RotatingConicalGradient", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1sb62p3", "args", "onTap15yvwdh", "onTap1wcckbx", "onTapcw9ylq", "onTapp7e1v3", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerZlf49SGZH", "withCSS", "Zlf49SGZH_default", "addPropertyControls", "ControlType", "addFonts", "RotatingConicalGradientFonts", "getFonts", "RotatingConicalGradient", "VideoFonts", "Video", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap91x665", "args", "onTap195hdd8", "onTap1u8lzy7", "onTap16zajcq", "onTapdfsijv", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "FramerzXvKuTQaQ", "withCSS", "zXvKuTQaQ_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavbarFonts", "getFonts", "uhFBZtpzz_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "MotionDivWithOptimizedAppearEffect", "motion", "AvailabilityFonts", "MFTHkbo44_default", "ButtonPrimaryFonts", "YKRBaU_7r_default", "HeroImageMobileFonts", "zXvKuTQaQ_default", "HeroImageTabFonts", "Zlf49SGZH_default", "HeroImageFonts", "prk_PJTcC_default", "RichTextWithOptimizedAppearEffect", "RichText2", "SdfFonts", "eau04_qyo_default", "MotionDivWithFX", "withFX", "RotatingConicalGradientFonts", "RotatingConicalGradient", "TickerFonts", "Ticker", "EmbedFonts", "Embed", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "t", "transformTemplate2", "animation2", "transition2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "transformTemplate3", "animation7", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "isDisplayed", "isDisplayed1", "isDisplayed2", "elementId2", "ref3", "elementId3", "ref4", "elementId4", "ref5", "isDisplayed3", "elementId5", "ref6", "elementId6", "ref7", "elementId7", "ref8", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Link", "x", "SVG", "getLoadingLazyAtYPosition", "Image2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
