{"version":3,"file":"vsIlhTF5C3eb79H395tm_NFpbAeorZBTq6Ugg2tAX_Q.C-tu9LI5.mjs","names":["e","t","u","a","s","n","o","r","t","e","i","n","r","n","e","t","o","n","e","t","a","n","e","r","t","s","o","i","u","l","p","M","n","e","t","o","a","i","s","r","A","l","u","O","q","j","x","V","se","b","isBrowser","useState","Children","useRef","useMemo","useState","useCallback","startTransition","i","Component","Dot","dotStyle","fonts","css","className","fonts","css","className","css","Top_nav","Image","LogoAqxle","CTA01","Button","useRef","metadata","metadataProvider","className","PropertyOverrides","_Fragment","FormPlainTextInput"],"sources":["https:/ga.jspm.io/npm:@motionone/utils@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js","https:/ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js","https:/ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js","https:/ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js","https:/framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js","https:/framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js","https:/framerusercontent.com/modules/GX7dftok8hMgzdcbE2iP/RHwE0FCLxiVI1LfTKSZ1/eEPSE7cvN.js","https:/framerusercontent.com/modules/oESlkehdbOtGkCa7MHC7/TIj8DP5EQStPCfbMf5cG/SlII4VH5l.js","https:/framerusercontent.com/modules/Z04rHqSbeOdxxRzFDML7/mjbmpbW670toTXFvmvlj/wRRAgKw5V.js","https:/framerusercontent.com/modules/gWBKW8r7B6bYd0brQaPb/s7KTpHr0ESwkFWyIZ0lB/augiA20Il.js"],"sourcesContent":["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map","import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map","import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map","var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map","var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map","import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map","import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map","import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,memo,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";function awaitRefCallback(element,controller){let refCallbackResolve;// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\n// we abort here so that the promise isn't left around in case the ref is never set\ncontroller.abort();return;}refCallbackResolve?.(node);},configurable:true});// no need to create a promise if current already exists\nif(current)return current;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",reject);}).catch(()=>{});return refCallbackPromise;}// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots=[],startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover,playOffscreen}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const amountChildren=Children.count(filteredSlots);const hasChildren=amountChildren>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"⭐️\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[{current:null},{current:null}];// when the slots change, generate new array\n},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */let dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(!parentRef.current)return;const firstChild=childrenRef[0].current;const lastChild=childrenRef[1].current;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});},[]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const[firstChild,lastChild]=childrenRef;if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),amountChildren>1?awaitRefCallback(lastChild,controller):true]);}catch{controller.abort();}frame.read(measure,false,true);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{scheduleMeasure();},[itemAmount]);/**\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     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();startTransition(()=>setIsResizing(true));}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>startTransition(()=>setIsResizing(false)),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots?.length;const childrenSize=isCanvas?0:size?.children;const itemWithGap=size?.item+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);if(isCanvas){if(currentItem!==startFrom){setCurrentItem(startFrom);}}/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*(size?.itemWidth+gap):-startFrom*(size?.itemHeight+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if(size?.children===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover&&(playOffscreen||isVisible)){timeoutRef.current=setTimeout(()=>{startTransition(()=>setCurrentItem(item=>item+1));switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=(delta,transition=false)=>{if(!isInverted){if(transition)startTransition(()=>setCurrentItem(item=>item+delta));else setCurrentItem(item=>item+delta);}else{if(transition)startTransition(()=>setCurrentItem(item=>item-delta));else setCurrentItem(item=>item-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){startTransition(()=>setCurrentItem(item=>item+goto));}else{startTransition(()=>setCurrentItem(item=>item-gotoInverted));}};/**\n     * Drag\n     */const handleDragStart=()=>{startTransition(()=>setIsDragging(true));};const handleDragEnd=(event,{offset,velocity})=>{startTransition(()=>setIsDragging(false));const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne,true);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne,true);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta,true);}if(isHalfOfPrev){setDelta(-itemDelta,true);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing||amountChildren<=1)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren=dupedChildren.concat(Children.map(filteredSlots,(child,childIndex)=>{let ref;if(index===0){if(childIndex===0){ref=childrenRef[0];}else if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}}return /*#__PURE__*/_jsx(Slide,{ref:ref,slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots?.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<filteredSlots?.length;i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:size?.item!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();startTransition(()=>setIsMouseDown(true));},onMouseUp:()=>startTransition(()=>setIsMouseDown(false)),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1,true),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1,true),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true,playOffscreen:false},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover},playOffscreen:{type:ControlType.Boolean,title:\"Offscreen\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.playOffscreen}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/memo(/*#__PURE__*/forwardRef(function Component(props,ref){const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;const fallbackRef=useRef();/**\n         * Unique offsets + scroll range [0, 1, 1, 0]\n         */const childOffset=(size?.item+gap)*childCounter;const scrollRange=[-size?.item,0,size?.parent-size?.item+gap,size?.parent].map(val=>val-childOffset);/**\n         * Effects\n         */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.on(\"change\",newValue=>{const node=ref?.current??fallbackRef.current;node?.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);const key=slideKey+\"child\";return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",id:key,children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref??fallbackRef,key,style:{...child.props?.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined})})});}));const Dot=/*#__PURE__*/memo(function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0—1—2—3—4—5—0 */let isSelected=wrappedIndex===index;/* Go 0—5—4—3—2—1—0—5 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});});/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map","// Generated by Framer (44e0108)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;PP Valve Plain Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"PP Valve Plain Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/PP1LugFcIuROUTxJCt8foZ4aTsE.woff2\"}]}];export const css=[\".framer-jOEuX .framer-styles-preset-23rhiw:not(.rich-text-wrapper), .framer-jOEuX .framer-styles-preset-23rhiw.rich-text-wrapper h1 { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-jOEuX .framer-styles-preset-23rhiw:not(.rich-text-wrapper), .framer-jOEuX .framer-styles-preset-23rhiw.rich-text-wrapper h1 { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 59px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-jOEuX .framer-styles-preset-23rhiw:not(.rich-text-wrapper), .framer-jOEuX .framer-styles-preset-23rhiw.rich-text-wrapper h1 { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 36px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-jOEuX\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (14b65b1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;PP Valve Plain Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"PP Valve Plain Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/PP1LugFcIuROUTxJCt8foZ4aTsE.woff2\"}]}];export const css=['.framer-yUB17 .framer-styles-preset-1rq8zrb:not(.rich-text-wrapper), .framer-yUB17 .framer-styles-preset-1rq8zrb.rich-text-wrapper h5 { --framer-font-family: \"PP Valve Plain Regular\", \"PP Valve Plain Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss04\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-yUB17 .framer-styles-preset-1rq8zrb:not(.rich-text-wrapper), .framer-yUB17 .framer-styles-preset-1rq8zrb.rich-text-wrapper h5 { --framer-font-family: \"PP Valve Plain Regular\", \"PP Valve Plain Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss04\\' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-yUB17 .framer-styles-preset-1rq8zrb:not(.rich-text-wrapper), .framer-yUB17 .framer-styles-preset-1rq8zrb.rich-text-wrapper h5 { --framer-font-family: \"PP Valve Plain Regular\", \"PP Valve Plain Regular Placeholder\", sans-serif; --framer-font-open-type-features: \\'ss04\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-yUB17\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (44e0108)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;PP Valve Plain Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"PP Valve Plain Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/PP1LugFcIuROUTxJCt8foZ4aTsE.woff2\"}]}];export const css=[\".framer-NUe9j .framer-styles-preset-2wsrmg:not(.rich-text-wrapper), .framer-NUe9j .framer-styles-preset-2wsrmg.rich-text-wrapper p { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 120px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }\",\"@media (max-width: 1599px) and (min-width: 1200px) { .framer-NUe9j .framer-styles-preset-2wsrmg:not(.rich-text-wrapper), .framer-NUe9j .framer-styles-preset-2wsrmg.rich-text-wrapper p { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 90px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 1199px) and (min-width: 810px) { .framer-NUe9j .framer-styles-preset-2wsrmg:not(.rich-text-wrapper), .framer-NUe9j .framer-styles-preset-2wsrmg.rich-text-wrapper p { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\",\"@media (max-width: 809px) and (min-width: 0px) { .framer-NUe9j .framer-styles-preset-2wsrmg:not(.rich-text-wrapper), .framer-NUe9j .framer-styles-preset-2wsrmg.rich-text-wrapper p { --framer-font-family: \\\"PP Valve Plain Regular\\\", sans-serif; --framer-font-open-type-features: 'ss04' on; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }\"];export const className=\"framer-NUe9j\";\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 (e20fe17)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js\";import LogoAqxle from\"#framer/local/canvasComponent/BO6JMqSeW/BO6JMqSeW.js\";import Button from\"#framer/local/canvasComponent/er2i36cbe/er2i36cbe.js\";import Top_nav from\"#framer/local/canvasComponent/M3ImOLPgK/M3ImOLPgK.js\";import CTA01 from\"#framer/local/canvasComponent/MCyUvbLw9/MCyUvbLw9.js\";import*as sharedStyle3 from\"#framer/local/css/APvIUjA9W/APvIUjA9W.js\";import*as sharedStyle8 from\"#framer/local/css/CRlR5zSpe/CRlR5zSpe.js\";import*as sharedStyle7 from\"#framer/local/css/dIPCLE24S/dIPCLE24S.js\";import*as sharedStyle1 from\"#framer/local/css/eEPSE7cvN/eEPSE7cvN.js\";import*as sharedStyle2 from\"#framer/local/css/FahPS0Opt/FahPS0Opt.js\";import*as sharedStyle6 from\"#framer/local/css/SlII4VH5l/SlII4VH5l.js\";import*as sharedStyle9 from\"#framer/local/css/tg83mcXlY/tg83mcXlY.js\";import*as sharedStyle from\"#framer/local/css/wRRAgKw5V/wRRAgKw5V.js\";import*as sharedStyle5 from\"#framer/local/css/YkMN6cySk/YkMN6cySk.js\";import*as sharedStyle4 from\"#framer/local/css/ZxagPeeup/ZxagPeeup.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const Top_navFonts=getFonts(Top_nav);const Top_navWithVariantAppearEffect=withVariantAppearEffect(Top_nav);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const SlideshowFonts=getFonts(Slideshow);const ImageWithFX=withFX(Image);const LogoAqxleFonts=getFonts(LogoAqxle);const CTA01Fonts=getFonts(CTA01);const ButtonFonts=getFonts(Button);const breakpoints={IMPE613mP:\"(min-width: 1600px)\",pLeZNp1La:\"(min-width: 810px) and (max-width: 1199.98px)\",WQLkyLRf1:\"(min-width: 1200px) and (max-width: 1599.98px)\",ybyv0aONX:\"(max-width: 809.98px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-vSILt\";const variantClassNames={IMPE613mP:\"framer-v-dn4946\",pLeZNp1La:\"framer-v-1h39kbv\",WQLkyLRf1:\"framer-v-72rtr7\",ybyv0aONX:\"framer-v-ft67uj\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.25,delay:.025,duration:.35,type:\"spring\"};const textEffect={effect:animation,repeat:false,startDelay:0,tokenization:\"character\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition2={bounce:.2,delay:0,duration:1,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:20};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:40,y:0};const transition3={bounce:.2,delay:0,duration:1.1,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:40,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:80,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:80,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={bounce:.2,delay:0,duration:1.2,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const getTextEffect=ref=>({effect:animation,repeat:false,startDelay:0,target:{ref},threshold:0,tokenization:\"character\",transition:transition1,trigger:\"onScrollTarget\",type:\"appear\"});const transition5={bounce:.2,delay:0,duration:1.5,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:20};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};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:\"ybyv0aONX\",Tablet:\"pLeZNp1La\",XXL:\"IMPE613mP\"};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);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const elementId=useRouteElementId(\"HgPtRi47E\");const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"ybyv0aONX\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"ybyv0aONX\")return true;return false;};const elementId1=useRouteElementId(\"PBXJFORIp\");const elementId2=useRouteElementId(\"cU3OQSiAV\");const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"pLeZNp1La\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"pLeZNp1La\",\"ybyv0aONX\"].includes(baseVariant))return false;return true;};const elementId3=useRouteElementId(\"VszUVTtoc\");const router=useRouter();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(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:102,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-44govo-container\",layoutScroll:true,nodeId:\"rxqwFaRkZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{__framer__targets:[{ref:ref1,target:\"sI4xiwGAy\"},{ref:ref2,target:\"xFS1GTlO1\"},{ref:ref3,target:\"xFS1GTlO1\"},{ref:ref4,target:\"xFS1GTlO1\"}],variant:\"sI4xiwGAy\"},ybyv0aONX:{__framer__targets:[{ref:ref1,target:\"GClap69Rd\"},{ref:ref5,target:\"Xb4GfcuqR\"},{ref:ref2,target:\"Xb4GfcuqR\"},{ref:ref3,target:\"Xb4GfcuqR\"},{ref:ref4,target:\"Xb4GfcuqR\"}],variant:\"GClap69Rd\"}},children:/*#__PURE__*/_jsx(Top_navWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"rcMN5vJPl\"},{ref:ref2,target:\"mIEuSOaG0\"},{ref:ref3,target:\"mIEuSOaG0\"},{ref:ref4,target:\"mIEuSOaG0\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"rxqwFaRkZ\",layoutId:\"rxqwFaRkZ\",style:{width:\"100%\"},variant:\"rcMN5vJPl\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uxslet\",\"data-framer-name\":\"hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sewhbm\",\"data-framer-name\":\"hero-headline\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k18bxq\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vu6g05\",\"data-framer-name\":\"col-left\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-23rhiw\",\"data-styles-preset\":\"eEPSE7cvN\",style:{\"--framer-text-alignment\":\"left\"},children:\"Powering the Marketing Flywheel\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2wsrmg\",\"data-styles-preset\":\"wRRAgKw5V\",children:\"Powering the Marketing Flywheel\"})}),className:\"framer-1n3csgu hidden-ft67uj\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2wsrmg\",\"data-styles-preset\":\"wRRAgKw5V\",children:\"Powering the Marketing Flywheel\"})}),className:\"framer-193tjrj hidden-72rtr7 hidden-1h39kbv hidden-dn4946\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05ldWUgSGFhcyBVbmljYSBXMUcgTGlnaHQ=\",\"--framer-font-family\":'\"Neue Haas Unica W1G Light\", sans-serif',\"--framer-font-open-type-features\":\"'ss04' on\",\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255))\"},children:\"Our AI-first platform simplifies & automates legacy agency workflows for in-house media teams.\"})}),className:\"framer-3f1ni5\",fonts:[\"CUSTOM;Neue Haas Unica W1G Light\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12bmntv\"}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sajab4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:594.5,intrinsicWidth:594.5,pixelHeight:1189,pixelWidth:1189,sizes:\"60px\",src:\"https://framerusercontent.com/images/qiJaPq4Qr96rlfqG0G0Izu1Ik.png?scale-down-to=1024&width=1189&height=1189\",srcSet:\"https://framerusercontent.com/images/qiJaPq4Qr96rlfqG0G0Izu1Ik.png?scale-down-to=512&width=1189&height=1189 512w,https://framerusercontent.com/images/qiJaPq4Qr96rlfqG0G0Izu1Ik.png?scale-down-to=1024&width=1189&height=1189 1024w,https://framerusercontent.com/images/qiJaPq4Qr96rlfqG0G0Izu1Ik.png?width=1189&height=1189 1189w\"},className:\"framer-tf2pj4\",\"data-framer-name\":\"High Resolution_PNG_Logo_for_Entrepreneurs_Roundtable_Accelerator_That_ERA_Website_Publishes_In_Media_Kit\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255))\"},children:[\"Entrepreneurs \",/*#__PURE__*/_jsx(\"br\",{}),\"Roundtable \",/*#__PURE__*/_jsx(\"br\",{}),\"Accelerator\"]})})},ybyv0aONX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255))\"},children:[\"Entrepreneurs \",/*#__PURE__*/_jsx(\"br\",{}),\"Roundtable \",/*#__PURE__*/_jsx(\"br\",{}),\"Accelerator\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255))\"},children:\"Entrepreneurs Roundtable Accelerator\"})}),className:\"framer-1yzv9mc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-b64wmc hidden-ft67uj\",\"data-framer-name\":\"col-right\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ptzdrh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CoCTFg1Qw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",id:\"CoCTFg1Qw\",intervalControl:5,itemAmount:1,layoutId:\"CoCTFg1Qw\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z5yrdy\",\"data-border\":true,\"data-framer-name\":\"client-unilever\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tf4b65\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-wf3ii7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140.303 30.017\" overflow=\"visible\"><path d=\"M 18.068 11.264 C 17.839 10.533 17.168 8.888 16.986 7.674 C 16.583 4.984 17.989 3.213 19.28 2.807 C 20.729 2.403 21.295 3.131 21.856 4.822 C 22.581 7.398 22.662 10.774 22.418 15.607 C 22.101 22.208 18.799 30.18 10.589 30.014 C 3.503 29.859 0.367 25.269 0.041 18.266 C -0.113 14.965 0.123 11.665 1.49 6.998 C 2.215 4.499 2.862 3.609 5.112 3.131 C 6.881 2.807 6.722 4.657 6.321 6.837 C 5.44 11.665 5.03 13.996 5.356 19.473 C 5.672 25.269 8.334 27.524 11.232 27.524 C 15.58 27.608 17.51 23.986 18.319 18.747 C 18.957 14.563 18.475 12.551 18.068 11.264 Z M 110.761 16.981 C 112.454 16.981 112.939 18.984 112.535 20.197 C 112.13 21.402 110.684 22.777 108.431 23.177 C 107.946 21.967 107.703 16.981 110.761 16.981 Z M 79.292 19.71 C 79.292 18.347 78.563 17.219 77.685 17.219 C 76.952 17.219 75.268 18.021 75.268 20.598 C 75.268 22.617 75.985 23.575 76.314 23.986 C 78.642 23.258 79.292 21.321 79.292 19.71 Z M 54.251 3.291 C 54.138 2 53.125 1.121 51.756 1.121 C 50.228 1.121 48.79 2.724 48.942 4.737 C 49.04 6.065 49.823 7.157 51.361 7.157 C 53.125 7.158 54.413 5.146 54.251 3.291 Z M 67.343 8.019 C 67.203 5.768 66.658 4.752 65.449 4.835 C 63.846 4.932 63.105 9.976 63.432 15.278 C 63.641 18.737 64.156 19.271 64.636 19.237 C 65.523 19.183 67.651 13.003 67.343 8.019 Z M 120.744 16.494 C 119.746 20.632 116.721 26.721 112.208 26.721 C 111.164 26.721 109.311 26.315 109.311 25.269 C 109.311 24.141 116.401 23.986 116.401 18.588 C 116.401 16.578 114.55 13.757 111.811 13.757 C 108.188 13.757 104.655 17.705 104.655 23.178 C 104.655 28.085 107.703 29.696 110.762 29.696 C 116.077 29.696 119.298 25.346 120.987 21.727 C 121.795 24.142 122.27 29.696 124.291 29.696 C 125.093 29.696 125.66 29.293 126.627 27.123 C 129.036 21.725 131.373 15.527 134.595 15.527 C 135.799 15.527 135.078 17.705 137.975 17.705 C 139.34 17.705 140.303 16.578 140.303 15.284 C 140.303 13.431 138.615 11.987 136.041 11.987 C 128.472 11.987 126.868 23.339 125.659 23.339 C 123.645 23.339 124.289 14.241 122.838 14.241 C 121.549 14.24 120.916 15.775 120.744 16.494 Z M 56.346 26.152 C 57.552 26.152 59.628 25.761 61.261 23.146 C 60.327 21.072 59.66 16.881 59.568 15.355 C 59.088 7.551 62.094 0.21 65.385 0.007 C 67.798 -0.139 69.728 2.144 69.95 5.845 C 70.544 15.569 67.305 19.628 65.684 23.13 C 65.958 24.488 68.261 26.799 70.434 26.799 C 71.236 26.799 72.207 26.396 72.451 26.07 C 72.227 25.313 72.117 24.526 72.125 23.737 C 72.125 18.102 75.748 13.35 78.889 13.35 C 81.384 13.35 82.833 16.65 82.833 18.828 C 82.833 21.401 80.658 23.498 77.44 25.511 C 78.006 26.07 79.047 26.477 79.936 26.477 C 84.529 26.477 86.931 20.921 88.711 15.847 C 89.031 14.879 89.599 13.513 90.723 13.513 C 92.655 13.513 93.464 26.233 96.675 26.233 C 98.048 26.233 99.173 23.413 99.173 21.245 C 99.173 19.633 98.609 19.471 98.609 17.137 C 98.609 14.563 99.979 12.391 101.835 12.391 C 102.961 12.391 103.368 13.513 103.368 14.879 C 103.368 20.032 99.659 29.614 94.193 29.614 C 90.08 29.614 90.401 22.529 88.953 22.529 C 87.336 22.529 85.082 29.694 77.12 29.694 C 75.826 29.694 74.461 29.051 73.336 27.759 C 71.407 29.051 69.792 29.614 67.94 29.614 C 64.965 29.614 63.674 26.554 62.47 26.554 C 61.018 26.554 59.412 29.694 54.577 29.694 C 50.714 29.694 50.069 24.547 48.704 24.547 C 47.493 24.547 45.642 29.694 43.631 29.694 C 40.245 29.694 39.528 20.76 36.543 20.76 C 34.21 20.76 26.834 29.833 24.831 29.626 C 24.027 29.542 23.688 28.941 23.772 28.135 C 23.886 27.021 24.845 24.039 25.233 22.629 C 25.884 20.181 26.481 17.498 26.815 16.642 C 27.147 15.779 28.04 15.163 28.758 15.23 C 29.119 15.264 29.227 15.938 29.339 16.495 C 29.746 18.485 30.314 20.515 30.954 20.515 C 32.085 20.515 35.819 13.349 37.992 13.349 C 40.653 13.349 40.971 24.622 44.592 24.622 C 45.803 24.622 46.691 23.176 47.493 21.399 C 47.575 18.416 48.38 14.159 50.795 14.159 C 52.486 14.159 53.292 17.939 52.081 21.244 C 52.078 25.186 54.651 26.152 56.346 26.152\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1jox0qk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 22.542 27.319\" overflow=\"visible\"><path d=\"M 18.068 8.567 C 17.839 7.835 17.168 6.19 16.986 4.976 C 16.583 2.286 17.989 0.515 19.28 0.109 C 20.729 -0.295 21.295 0.433 21.856 2.125 C 22.581 4.701 22.662 8.076 22.418 12.909 C 22.101 19.51 18.799 27.482 10.589 27.317 C 3.503 27.161 0.367 22.571 0.041 15.568 C -0.113 12.267 0.123 8.967 1.49 4.3 C 2.215 1.801 2.862 0.911 5.112 0.433 C 6.881 0.109 6.722 1.959 6.321 4.14 C 5.44 8.967 5.03 11.298 5.356 16.775 C 5.672 22.571 8.334 24.827 11.232 24.827 C 15.58 24.91 17.51 21.288 18.319 16.05 C 18.957 11.865 18.475 9.853 18.068 8.567 Z\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-43ij4n\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.529 6.196\" overflow=\"visible\"><path d=\"M 2.621 0 C 4.314 0 4.799 2.002 4.395 3.215 C 3.99 4.42 2.544 5.795 0.291 6.196 C -0.194 4.985 -0.437 0 2.621 0 Z\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mdl1su\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.024 6.767\" overflow=\"visible\"><path d=\"M 4.024 2.491 C 4.024 1.128 3.295 0 2.417 0 C 1.684 0 0 0.802 0 3.38 C 0 5.399 0.717 6.356 1.046 6.767 C 3.374 6.039 4.024 4.102 4.024 2.491 Z\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mbiyfj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.334 6.037\" overflow=\"visible\"><path d=\"M 5.32 2.17 C 5.206 0.879 4.194 0 2.825 0 C 1.297 0 -0.141 1.603 0.011 3.617 C 0.109 4.945 0.892 6.037 2.429 6.037 C 4.194 6.038 5.482 4.025 5.32 2.17 Z\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12actr9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.017 14.408\" overflow=\"visible\"><path d=\"M 3.986 3.189 C 3.847 0.937 3.302 -0.079 2.093 0.005 C 0.489 0.101 -0.251 5.145 0.076 10.447 C 0.285 13.906 0.8 14.44 1.28 14.406 C 2.167 14.353 4.294 8.173 3.986 3.189 Z\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2qc626\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35.648 17.709\" overflow=\"visible\"><path d=\"M 16.089 4.507 C 15.091 8.645 12.067 14.734 7.553 14.734 C 6.509 14.734 4.657 14.328 4.657 13.282 C 4.657 12.154 11.746 11.999 11.746 6.601 C 11.746 4.591 9.895 1.77 7.156 1.77 C 3.533 1.77 0 5.718 0 11.191 C 0 16.098 3.048 17.709 6.107 17.709 C 11.422 17.709 14.643 13.359 16.332 9.74 C 17.14 12.155 17.615 17.709 19.636 17.709 C 20.438 17.709 21.005 17.306 21.972 15.136 C 24.381 9.738 26.718 3.54 29.94 3.54 C 31.144 3.54 30.423 5.718 33.32 5.718 C 34.685 5.718 35.648 4.591 35.648 3.297 C 35.648 1.444 33.96 0 31.387 0 C 23.817 0 22.213 11.352 21.004 11.352 C 18.99 11.352 19.634 2.254 18.183 2.254 C 16.894 2.253 16.261 3.788 16.089 4.507 Z\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15ebjyn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 79.608 29.694\" overflow=\"visible\"><path d=\"M 32.586 26.152 C 33.793 26.152 35.868 25.761 37.501 23.146 C 36.567 21.072 35.901 16.881 35.808 15.355 C 35.328 7.551 38.334 0.21 41.625 0.007 C 44.038 -0.139 45.969 2.144 46.191 5.845 C 46.784 15.569 43.545 19.628 41.924 23.13 C 42.198 24.488 44.501 26.799 46.674 26.799 C 47.477 26.799 48.447 26.396 48.691 26.07 C 48.467 25.313 48.358 24.526 48.365 23.737 C 48.365 18.102 51.988 13.35 55.129 13.35 C 57.624 13.35 59.074 16.65 59.074 18.828 C 59.074 21.401 56.898 23.498 53.68 25.511 C 54.246 26.07 55.287 26.477 56.177 26.477 C 60.769 26.477 63.172 20.921 64.951 15.847 C 65.272 14.879 65.839 13.513 66.964 13.513 C 68.895 13.513 69.704 26.233 72.915 26.233 C 74.289 26.233 75.413 23.413 75.413 21.245 C 75.413 19.633 74.85 19.471 74.85 17.137 C 74.85 14.563 76.219 12.391 78.075 12.391 C 79.201 12.391 79.608 13.513 79.608 14.879 C 79.608 20.032 75.9 29.614 70.433 29.614 C 66.321 29.614 66.641 22.529 65.194 22.529 C 63.576 22.529 61.322 29.694 53.361 29.694 C 52.067 29.694 50.701 29.051 49.577 27.759 C 47.647 29.051 46.033 29.614 44.181 29.614 C 41.205 29.614 39.914 26.554 38.71 26.554 C 37.258 26.554 35.653 29.694 30.817 29.694 C 26.954 29.694 26.31 24.547 24.944 24.547 C 23.734 24.547 21.883 29.694 19.871 29.694 C 16.485 29.694 15.768 20.76 12.784 20.76 C 10.45 20.76 3.074 29.833 1.072 29.626 C 0.267 29.542 -0.072 28.941 0.013 28.135 C 0.126 27.021 1.085 24.039 1.474 22.629 C 2.124 20.181 2.722 17.498 3.056 16.642 C 3.387 15.779 4.281 15.163 4.998 15.23 C 5.359 15.264 5.467 15.938 5.58 16.495 C 5.987 18.485 6.554 20.515 7.194 20.515 C 8.325 20.515 12.06 13.349 14.233 13.349 C 16.894 13.349 17.212 24.622 20.833 24.622 C 22.043 24.622 22.931 23.176 23.734 21.399 C 23.816 18.416 24.621 14.159 27.035 14.159 C 28.727 14.159 29.533 17.939 28.321 21.244 C 28.318 25.186 30.892 26.152 32.586 26.152\" fill=\"rgb(23, 103, 166)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIFZhbHZlIFBsYWluIFJlZ3VsYXI=\",\"--framer-font-family\":'\"PP Valve Plain Regular\", sans-serif',\"--framer-font-open-type-features\":\"'ss04' on\",\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:'\"We cut a month from new product development process\"'})}),className:\"framer-1dlxetd\",fonts:[\"CUSTOM;PP Valve Plain Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10tnzm1\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"48.6%\",positionY:\"24.4%\",sizes:\"80px\",src:\"https://framerusercontent.com/images/t0wvBAwPHR6tUIZ0hpOezHlGMPY.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/t0wvBAwPHR6tUIZ0hpOezHlGMPY.jpg?width=668&height=827 668w\"},className:\"framer-xvbpeq\"}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Soundar K\"})}),className:\"framer-pjvomd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"Global Head of CMI, Fabric Care\"})}),className:\"framer-18dq8bt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17b385d\",\"data-border\":true,\"data-framer-name\":\"client-lenovo\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pb89wt\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1j61otf\",\"data-framer-name\":\"lenovo-logo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 90 30\" overflow=\"visible\"><g><path d=\"M 0 0 L 0 30 L 89.997 30 L 89.997 0 Z\" fill=\"rgb(229, 32, 34)\"></path><g><path d=\"M 0 0 L 0 30 L 90 30 L 90 0 Z\" fill=\"transparent\"></path><path d=\"M 39.209 10.111 C 37.88 10.111 36.368 10.727 35.444 11.96 L 35.445 11.958 L 35.444 11.959 L 35.445 10.304 L 32.274 10.304 L 32.274 21.851 L 35.444 21.851 L 35.444 15.281 C 35.444 14.098 36.361 12.841 38.058 12.841 C 39.37 12.841 40.727 13.754 40.727 15.281 L 40.727 21.851 L 43.898 21.851 L 43.898 14.693 C 43.898 12.038 41.998 10.111 39.209 10.111\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 66.432 10.305 L 63.566 18.17 L 60.699 10.305 L 57.078 10.305 L 61.829 21.847 L 65.302 21.847 L 70.054 10.305 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 22.808 13.783 C 23.348 13.058 24.208 12.633 25.247 12.633 C 26.39 12.633 27.257 13.285 27.704 14.248 L 22.166 16.546 C 22.014 15.367 22.316 14.445 22.808 13.783 M 28.9 18.301 C 27.565 19.288 26.803 19.524 25.586 19.524 C 24.491 19.524 23.634 19.184 23.029 18.588 L 31.135 15.225 C 30.958 13.972 30.482 12.853 29.75 12.002 C 28.685 10.764 27.109 10.11 25.19 10.11 C 21.703 10.11 19.075 12.682 19.075 16.079 C 19.075 19.564 21.71 22.047 25.539 22.047 C 27.685 22.047 29.879 21.03 30.904 19.842 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 18.773 18.94 L 11.566 18.94 L 11.566 6.851 L 8.353 6.851 L 8.353 21.851 L 18.773 21.851 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 75.747 12.827 C 73.976 12.827 72.691 14.169 72.691 16.078 C 72.691 17.9 74.052 19.329 75.789 19.329 C 77.56 19.329 78.845 17.95 78.845 16.078 C 78.845 14.255 77.484 12.827 75.747 12.827 M 75.747 22.045 C 72.279 22.045 69.562 19.462 69.562 16.078 C 69.562 12.732 72.298 10.11 75.79 10.11 C 79.257 10.11 81.973 12.693 81.973 16.078 C 81.973 19.424 79.238 22.045 75.747 22.045\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 51.336 12.827 C 49.566 12.827 48.28 14.169 48.28 16.078 C 48.28 17.9 49.642 19.329 51.379 19.329 C 53.15 19.329 54.436 17.95 54.436 16.078 C 54.436 14.255 53.074 12.827 51.336 12.827 M 51.336 22.045 C 47.869 22.045 45.152 19.462 45.152 16.078 C 45.152 12.732 47.888 10.11 51.379 10.11 C 54.846 10.11 57.563 12.693 57.563 16.078 C 57.563 19.424 54.828 22.045 51.336 22.045\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1chp9c6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 89.997 30\" overflow=\"visible\"><path d=\"M 0 0 L 0 30 L 89.997 30 L 89.997 0 Z\" fill=\"rgb(229, 32, 34)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-96sxtc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 90 30\" overflow=\"visible\"><g><path d=\"M 0 0 L 0 30 L 90 30 L 90 0 Z\" fill=\"transparent\"></path><path d=\"M 39.209 10.111 C 37.88 10.111 36.368 10.727 35.444 11.96 L 35.445 11.958 L 35.444 11.959 L 35.445 10.304 L 32.274 10.304 L 32.274 21.851 L 35.444 21.851 L 35.444 15.281 C 35.444 14.098 36.361 12.841 38.058 12.841 C 39.37 12.841 40.727 13.754 40.727 15.281 L 40.727 21.851 L 43.898 21.851 L 43.898 14.693 C 43.898 12.038 41.998 10.111 39.209 10.111\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 66.432 10.305 L 63.566 18.17 L 60.699 10.305 L 57.078 10.305 L 61.829 21.847 L 65.302 21.847 L 70.054 10.305 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 22.808 13.783 C 23.348 13.058 24.208 12.633 25.247 12.633 C 26.39 12.633 27.257 13.285 27.704 14.248 L 22.166 16.546 C 22.014 15.367 22.316 14.445 22.808 13.783 M 28.9 18.301 C 27.565 19.288 26.803 19.524 25.586 19.524 C 24.491 19.524 23.634 19.184 23.029 18.588 L 31.135 15.225 C 30.958 13.972 30.482 12.853 29.75 12.002 C 28.685 10.764 27.109 10.11 25.19 10.11 C 21.703 10.11 19.075 12.682 19.075 16.079 C 19.075 19.564 21.71 22.047 25.539 22.047 C 27.685 22.047 29.879 21.03 30.904 19.842 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 18.773 18.94 L 11.566 18.94 L 11.566 6.851 L 8.353 6.851 L 8.353 21.851 L 18.773 21.851 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 75.747 12.827 C 73.976 12.827 72.691 14.169 72.691 16.078 C 72.691 17.9 74.052 19.329 75.789 19.329 C 77.56 19.329 78.845 17.95 78.845 16.078 C 78.845 14.255 77.484 12.827 75.747 12.827 M 75.747 22.045 C 72.279 22.045 69.562 19.462 69.562 16.078 C 69.562 12.732 72.298 10.11 75.79 10.11 C 79.257 10.11 81.973 12.693 81.973 16.078 C 81.973 19.424 79.238 22.045 75.747 22.045\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 51.336 12.827 C 49.566 12.827 48.28 14.169 48.28 16.078 C 48.28 17.9 49.642 19.329 51.379 19.329 C 53.15 19.329 54.436 17.95 54.436 16.078 C 54.436 14.255 53.074 12.827 51.336 12.827 M 51.336 22.045 C 47.869 22.045 45.152 19.462 45.152 16.078 C 45.152 12.732 47.888 10.11 51.379 10.11 C 54.846 10.11 57.563 12.693 57.563 16.078 C 57.563 19.424 54.828 22.045 51.336 22.045\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-3ysl8n\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 90 30\" overflow=\"visible\"><path d=\"M 0 0 L 0 30 L 90 30 L 90 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yaiawz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.624 11.74\" overflow=\"visible\"><path d=\"M 6.935 0 C 5.606 0 4.094 0.616 3.17 1.85 L 3.171 1.848 L 3.17 1.848 L 3.171 0.194 L 0 0.194 L 0 11.74 L 3.17 11.74 L 3.17 5.17 C 3.17 3.988 4.087 2.731 5.784 2.731 C 7.096 2.731 8.453 3.643 8.453 5.17 L 8.453 11.74 L 11.624 11.74 L 11.624 4.582 C 11.624 1.927 9.724 0 6.935 0\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-61poi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.976 11.542\" overflow=\"visible\"><path d=\"M 9.354 0 L 6.488 7.865 L 3.621 0 L 0 0 L 4.751 11.542 L 8.225 11.542 L 12.976 0 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-837nkz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.06 11.937\" overflow=\"visible\"><path d=\"M 3.734 3.673 C 4.274 2.948 5.134 2.523 6.172 2.523 C 7.315 2.523 8.182 3.175 8.63 4.138 L 3.091 6.436 C 2.939 5.257 3.241 4.334 3.734 3.673 M 9.825 8.191 C 8.491 9.178 7.728 9.414 6.511 9.414 C 5.416 9.414 4.559 9.074 3.954 8.478 L 12.06 5.115 C 11.883 3.862 11.408 2.743 10.676 1.891 C 9.61 0.654 8.034 0 6.115 0 C 2.629 0 0 2.572 0 5.969 C 0 9.454 2.635 11.937 6.464 11.937 C 8.61 11.937 10.804 10.92 11.83 9.732 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-lz9ua8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.578 3.913\" overflow=\"visible\"><path d=\"M 0.682 1.15 C 1.222 0.425 2.082 0 3.121 0 C 4.264 0 5.131 0.653 5.578 1.615 L 0.039 3.913 C -0.112 2.734 0.19 1.812 0.682 1.15\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9pnu61\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.06 11.937\" overflow=\"visible\"><path d=\"M 9.825 8.191 C 8.491 9.178 7.728 9.414 6.511 9.414 C 5.416 9.414 4.559 9.074 3.954 8.478 L 12.06 5.115 C 11.883 3.862 11.408 2.743 10.676 1.891 C 9.61 0.654 8.034 0 6.115 0 C 2.629 0 0 2.572 0 5.969 C 0 9.454 2.635 11.937 6.464 11.937 C 8.61 11.937 10.804 10.92 11.83 9.732 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1chploe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.42 14.999\" overflow=\"visible\"><path d=\"M 10.42 12.088 L 3.214 12.088 L 3.214 0 L 0 0 L 0 14.999 L 10.42 14.999 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-18rckwa\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.411 11.935\" overflow=\"visible\"><path d=\"M 6.184 2.717 C 4.414 2.717 3.128 4.059 3.128 5.968 C 3.128 7.79 4.49 9.219 6.227 9.219 C 7.998 9.219 9.283 7.84 9.283 5.968 C 9.283 4.145 7.922 2.717 6.184 2.717 M 6.184 11.935 C 2.717 11.935 0 9.352 0 5.968 C 0 2.622 2.736 0 6.227 0 C 9.694 0 12.411 2.583 12.411 5.968 C 12.411 9.314 9.676 11.935 6.184 11.935\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-x095b6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.155 6.502\" overflow=\"visible\"><path d=\"M 3.056 0 C 1.285 0 0 1.342 0 3.251 C 0 5.073 1.362 6.502 3.099 6.502 C 4.87 6.502 6.155 5.123 6.155 3.251 C 6.155 1.428 4.794 0 3.056 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1m50pny\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.411 11.935\" overflow=\"visible\"><path d=\"M 6.184 11.935 C 2.717 11.935 0 9.352 0 5.968 C 0 2.622 2.736 0 6.227 0 C 9.694 0 12.411 2.583 12.411 5.968 C 12.411 9.314 9.676 11.935 6.184 11.935\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1ebsw44\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.411 11.935\" overflow=\"visible\"><path d=\"M 6.184 2.717 C 4.413 2.717 3.128 4.059 3.128 5.968 C 3.128 7.79 4.49 9.219 6.227 9.219 C 7.997 9.219 9.283 7.84 9.283 5.968 C 9.283 4.145 7.921 2.717 6.184 2.717 M 6.184 11.935 C 2.716 11.935 0 9.352 0 5.968 C 0 2.622 2.735 0 6.227 0 C 9.694 0 12.411 2.583 12.411 5.968 C 12.411 9.314 9.675 11.935 6.184 11.935\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-127i4b2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.155 6.502\" overflow=\"visible\"><path d=\"M 3.056 0 C 1.285 0 0 1.342 0 3.251 C 0 5.073 1.362 6.502 3.099 6.502 C 4.87 6.502 6.155 5.123 6.155 3.251 C 6.155 1.428 4.794 0 3.056 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12m0zjz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.411 11.935\" overflow=\"visible\"><path d=\"M 6.184 11.935 C 2.716 11.935 0 9.352 0 5.968 C 0 2.622 2.735 0 6.227 0 C 9.694 0 12.411 2.583 12.411 5.968 C 12.411 9.314 9.675 11.935 6.184 11.935\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"Q1VTVE9NO1BQIFZhbHZlIFBsYWluIFJlZ3VsYXI=\",\"--framer-font-family\":'\"PP Valve Plain Regular\", sans-serif',\"--framer-font-open-type-features\":\"'ss04' on\",\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:'\"Aqxle\\'s integral to our change management initiatives\"'})}),className:\"framer-1tz5uob\",fonts:[\"CUSTOM;PP Valve Plain Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-129fyj\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"52.8%\",positionY:\"26.1%\",sizes:\"80px\",src:\"https://framerusercontent.com/images/B3QUG83qHccRePuff4mhriBZKQ.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/B3QUG83qHccRePuff4mhriBZKQ.jpg?width=668&height=827 668w\"},className:\"framer-1rid48f\"}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Ajit S\"})}),className:\"framer-1mr1pqy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"President & Global Head of DTC\"})}),className:\"framer-1y2aci5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f9nr08\",\"data-framer-name\":\"hero-bg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{background:{alt:\"\",fit:\"fill\",pixelHeight:1500,pixelWidth:1500,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/I9dqHZgyeJV0TIswcKCXJay1GvQ.jpg?width=1500&height=1500\",srcSet:\"https://framerusercontent.com/images/I9dqHZgyeJV0TIswcKCXJay1GvQ.jpg?scale-down-to=512&width=1500&height=1500 512w,https://framerusercontent.com/images/I9dqHZgyeJV0TIswcKCXJay1GvQ.jpg?scale-down-to=1024&width=1500&height=1500 1024w,https://framerusercontent.com/images/I9dqHZgyeJV0TIswcKCXJay1GvQ.jpg?width=1500&height=1500 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3e3,pixelWidth:3e3,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/ZpNe0YNU3g4JrEzy32AHlvKvlY.jpg?width=3000&height=3000\",srcSet:\"https://framerusercontent.com/images/ZpNe0YNU3g4JrEzy32AHlvKvlY.jpg?scale-down-to=512&width=3000&height=3000 512w,https://framerusercontent.com/images/ZpNe0YNU3g4JrEzy32AHlvKvlY.jpg?scale-down-to=1024&width=3000&height=3000 1024w,https://framerusercontent.com/images/ZpNe0YNU3g4JrEzy32AHlvKvlY.jpg?scale-down-to=2048&width=3000&height=3000 2048w,https://framerusercontent.com/images/ZpNe0YNU3g4JrEzy32AHlvKvlY.jpg?width=3000&height=3000 3000w\"},className:\"framer-f4txbr\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1izbn3p hidden-72rtr7 hidden-1h39kbv hidden-dn4946\",\"data-framer-name\":\"clients\",id:elementId1,ref:ref5,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",children:\"CLIENT TESTIMONIALS\"})}),className:\"framer-1m99sro\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7yfrmi\",\"data-styles-preset\":\"YkMN6cySk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"What our partners say about us…\"})}),className:\"framer-19h2jnt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bhgw3t\",\"data-framer-name\":\"team-pics\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i9zqjl\",\"data-framer-name\":\"client-01\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r5sgea\",\"data-border\":true,\"data-framer-name\":\"details\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-6nif2q\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1guj052\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 117.058 25.044\" overflow=\"visible\"><path d=\"M 15.075 9.398 C 14.883 8.788 14.324 7.415 14.172 6.402 C 13.835 4.158 15.009 2.68 16.086 2.342 C 17.295 2.005 17.767 2.612 18.235 4.023 C 18.84 6.173 18.908 8.989 18.704 13.021 C 18.44 18.529 15.684 25.18 8.835 25.042 C 2.922 24.912 0.306 21.083 0.034 15.24 C -0.094 12.486 0.103 9.732 1.243 5.839 C 1.848 3.753 2.388 3.011 4.265 2.612 C 5.741 2.342 5.608 3.885 5.274 5.705 C 4.539 9.732 4.197 11.677 4.469 16.247 C 4.732 21.083 6.953 22.964 9.371 22.964 C 12.999 23.034 14.609 20.012 15.284 15.642 C 15.816 12.15 15.414 10.471 15.075 9.398 Z M 92.41 14.168 C 93.823 14.168 94.228 15.838 93.89 16.851 C 93.553 17.856 92.346 19.003 90.467 19.337 C 90.062 18.327 89.86 14.168 92.41 14.168 Z M 66.155 16.445 C 66.155 15.307 65.547 14.366 64.815 14.366 C 64.203 14.366 62.798 15.035 62.798 17.186 C 62.798 18.87 63.397 19.669 63.671 20.012 C 65.613 19.405 66.155 17.789 66.155 16.445 Z M 45.263 2.746 C 45.168 1.668 44.324 0.935 43.181 0.935 C 41.907 0.935 40.707 2.272 40.834 3.953 C 40.915 5.06 41.568 5.971 42.851 5.971 C 44.324 5.972 45.398 4.293 45.263 2.746 Z M 56.186 6.691 C 56.069 4.812 55.614 3.965 54.606 4.034 C 53.268 4.115 52.65 8.323 52.923 12.747 C 53.097 15.633 53.527 16.078 53.928 16.05 C 54.668 16.005 56.443 10.849 56.186 6.691 Z M 100.74 13.761 C 99.907 17.214 97.384 22.294 93.618 22.294 C 92.747 22.294 91.201 21.956 91.201 21.083 C 91.201 20.141 97.116 20.012 97.116 15.509 C 97.116 13.832 95.572 11.478 93.286 11.478 C 90.264 11.478 87.316 14.772 87.316 19.338 C 87.316 23.432 89.86 24.776 92.411 24.776 C 96.846 24.776 99.533 21.147 100.942 18.127 C 101.617 20.143 102.013 24.776 103.699 24.776 C 104.368 24.776 104.841 24.44 105.648 22.629 C 107.658 18.126 109.608 12.955 112.296 12.955 C 113.3 12.955 112.699 14.772 115.116 14.772 C 116.255 14.772 117.058 13.832 117.058 12.752 C 117.058 11.206 115.65 10.001 113.503 10.001 C 107.188 10.001 105.849 19.472 104.84 19.472 C 103.16 19.472 103.698 11.882 102.487 11.882 C 101.411 11.881 100.884 13.161 100.74 13.761 Z M 47.011 21.82 C 48.017 21.82 49.749 21.493 51.111 19.311 C 50.332 17.581 49.776 14.084 49.699 12.811 C 49.298 6.3 51.807 0.175 54.552 0.006 C 56.566 -0.116 58.176 1.789 58.361 4.877 C 58.856 12.989 56.154 16.376 54.802 19.298 C 55.03 20.431 56.952 22.359 58.765 22.359 C 59.434 22.359 60.244 22.023 60.447 21.751 C 60.261 21.119 60.169 20.463 60.175 19.804 C 60.175 15.103 63.198 11.138 65.819 11.138 C 67.901 11.138 69.11 13.892 69.11 15.709 C 69.11 17.855 67.295 19.605 64.61 21.284 C 65.082 21.751 65.951 22.09 66.693 22.09 C 70.525 22.09 72.529 17.455 74.014 13.221 C 74.281 12.414 74.755 11.274 75.693 11.274 C 77.304 11.274 77.979 21.887 80.658 21.887 C 81.804 21.887 82.742 19.534 82.742 17.726 C 82.742 16.38 82.272 16.245 82.272 14.298 C 82.272 12.15 83.415 10.338 84.963 10.338 C 85.903 10.338 86.242 11.274 86.242 12.414 C 86.242 16.713 83.148 24.708 78.587 24.708 C 75.156 24.708 75.424 18.796 74.216 18.796 C 72.866 18.796 70.986 24.774 64.343 24.774 C 63.264 24.774 62.124 24.238 61.186 23.16 C 59.577 24.238 58.23 24.708 56.684 24.708 C 54.202 24.708 53.125 22.155 52.12 22.155 C 50.909 22.155 49.569 24.774 45.535 24.774 C 42.312 24.774 41.774 20.48 40.635 20.48 C 39.625 20.48 38.081 24.774 36.402 24.774 C 33.577 24.774 32.979 17.321 30.489 17.321 C 28.542 17.321 22.388 24.891 20.718 24.718 C 20.046 24.648 19.763 24.146 19.834 23.474 C 19.929 22.544 20.728 20.057 21.053 18.88 C 21.596 16.837 22.094 14.599 22.373 13.885 C 22.649 13.165 23.395 12.651 23.993 12.706 C 24.295 12.735 24.385 13.297 24.479 13.762 C 24.818 15.423 25.291 17.116 25.826 17.116 C 26.769 17.116 29.885 11.137 31.698 11.137 C 33.918 11.137 34.184 20.543 37.205 20.543 C 38.214 20.543 38.956 19.336 39.625 17.854 C 39.693 15.365 40.365 11.813 42.379 11.813 C 43.791 11.813 44.463 14.967 43.452 17.724 C 43.45 21.013 45.597 21.82 47.011 21.82\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-nemjib\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.808 22.793\" overflow=\"visible\"><path d=\"M 15.075 7.147 C 14.883 6.537 14.324 5.165 14.172 4.151 C 13.835 1.907 15.009 0.43 16.086 0.091 C 17.295 -0.246 17.767 0.361 18.235 1.773 C 18.84 3.922 18.908 6.738 18.704 10.77 C 18.44 16.278 15.684 22.929 8.835 22.791 C 2.922 22.661 0.306 18.832 0.034 12.989 C -0.094 10.235 0.103 7.481 1.243 3.588 C 1.848 1.503 2.388 0.76 4.265 0.361 C 5.741 0.091 5.608 1.634 5.274 3.454 C 4.539 7.481 4.197 9.426 4.469 13.996 C 4.732 18.832 6.953 20.714 9.371 20.714 C 12.999 20.783 14.609 17.761 15.284 13.391 C 15.816 9.9 15.414 8.22 15.075 7.147 Z\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1lmxmgx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.779 5.169\" overflow=\"visible\"><path d=\"M 2.187 0 C 3.599 0 4.004 1.67 3.667 2.683 C 3.329 3.688 2.122 4.835 0.243 5.169 C -0.162 4.159 -0.364 0 2.187 0 Z\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12z81kv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.357 5.646\" overflow=\"visible\"><path d=\"M 3.357 2.079 C 3.357 0.941 2.749 0 2.017 0 C 1.405 0 0 0.669 0 2.82 C 0 4.504 0.599 5.303 0.873 5.646 C 2.815 5.039 3.357 3.423 3.357 2.079 Z\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p808zk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.45 5.036\" overflow=\"visible\"><path d=\"M 4.438 1.811 C 4.344 0.733 3.499 0 2.357 0 C 1.082 0 -0.118 1.337 0.009 3.018 C 0.091 4.126 0.744 5.036 2.027 5.036 C 3.499 5.038 4.573 3.358 4.438 1.811 Z\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4mtcuw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.351 12.021\" overflow=\"visible\"><path d=\"M 3.326 2.66 C 3.21 0.782 2.755 -0.066 1.746 0.004 C 0.408 0.084 -0.21 4.293 0.063 8.716 C 0.238 11.603 0.667 12.048 1.068 12.019 C 1.808 11.975 3.583 6.819 3.326 2.66 Z\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1g6mwp0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29.742 14.775\" overflow=\"visible\"><path d=\"M 13.424 3.76 C 12.591 7.213 10.067 12.293 6.302 12.293 C 5.43 12.293 3.885 11.954 3.885 11.082 C 3.885 10.14 9.8 10.011 9.8 5.508 C 9.8 3.831 8.255 1.477 5.97 1.477 C 2.948 1.477 0 4.771 0 9.337 C 0 13.431 2.543 14.775 5.095 14.775 C 9.53 14.775 12.217 11.146 13.626 8.126 C 14.301 10.141 14.697 14.775 16.383 14.775 C 17.052 14.775 17.525 14.439 18.332 12.628 C 20.342 8.125 22.292 2.954 24.98 2.954 C 25.984 2.954 25.382 4.771 27.799 4.771 C 28.939 4.771 29.742 3.831 29.742 2.751 C 29.742 1.205 28.334 0 26.187 0 C 19.871 0 18.533 9.471 17.524 9.471 C 15.844 9.471 16.381 1.88 15.17 1.88 C 14.095 1.879 13.567 3.16 13.424 3.76 Z\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1tyh43b\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 66.419 24.774\" overflow=\"visible\"><path d=\"M 27.187 21.82 C 28.194 21.82 29.925 21.493 31.288 19.311 C 30.509 17.581 29.953 14.084 29.875 12.811 C 29.475 6.3 31.983 0.175 34.729 0.006 C 36.742 -0.116 38.353 1.789 38.538 4.877 C 39.033 12.989 36.331 16.376 34.978 19.298 C 35.207 20.431 37.129 22.359 38.942 22.359 C 39.611 22.359 40.421 22.023 40.624 21.751 C 40.438 21.119 40.346 20.463 40.352 19.804 C 40.352 15.103 43.375 11.138 45.996 11.138 C 48.078 11.138 49.287 13.892 49.287 15.709 C 49.287 17.855 47.471 19.605 44.787 21.284 C 45.259 21.751 46.127 22.09 46.87 22.09 C 50.701 22.09 52.706 17.455 54.19 13.221 C 54.458 12.414 54.931 11.274 55.869 11.274 C 57.481 11.274 58.156 21.887 60.835 21.887 C 61.981 21.887 62.919 19.534 62.919 17.726 C 62.919 16.38 62.449 16.245 62.449 14.298 C 62.449 12.15 63.592 10.338 65.14 10.338 C 66.079 10.338 66.419 11.274 66.419 12.414 C 66.419 16.713 63.325 24.708 58.764 24.708 C 55.333 24.708 55.601 18.796 54.393 18.796 C 53.043 18.796 51.163 24.774 44.52 24.774 C 43.44 24.774 42.301 24.238 41.363 23.16 C 39.753 24.238 38.406 24.708 36.861 24.708 C 34.379 24.708 33.301 22.155 32.297 22.155 C 31.086 22.155 29.746 24.774 25.712 24.774 C 22.488 24.774 21.951 20.48 20.811 20.48 C 19.801 20.48 18.257 24.774 16.579 24.774 C 13.754 24.774 13.156 17.321 10.666 17.321 C 8.719 17.321 2.565 24.891 0.894 24.718 C 0.223 24.648 -0.06 24.146 0.011 23.474 C 0.105 22.544 0.905 20.057 1.229 18.88 C 1.772 16.837 2.271 14.599 2.549 13.885 C 2.826 13.165 3.571 12.651 4.17 12.706 C 4.471 12.735 4.562 13.297 4.655 13.762 C 4.995 15.423 5.468 17.116 6.002 17.116 C 6.946 17.116 10.062 11.137 11.875 11.137 C 14.095 11.137 14.36 20.543 17.381 20.543 C 18.391 20.543 19.132 19.336 19.801 17.854 C 19.87 15.365 20.542 11.813 22.556 11.813 C 23.967 11.813 24.64 14.967 23.629 17.724 C 23.627 21.013 25.774 21.82 27.187 21.82\" fill=\"rgb(23, 104, 166)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7yfrmi\",\"data-styles-preset\":\"YkMN6cySk\",style:{\"--framer-text-alignment\":\"left\"},children:'\"We cut a month from new product development process\"'})}),className:\"framer-1db2h68\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qdxhd6\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"48.6%\",positionY:\"24.4%\",sizes:\"80px\",src:\"https://framerusercontent.com/images/t0wvBAwPHR6tUIZ0hpOezHlGMPY.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/t0wvBAwPHR6tUIZ0hpOezHlGMPY.jpg?width=668&height=827 668w\"},className:\"framer-1ufarf2\"}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Soundar K\"})}),className:\"framer-1ev12z2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"Global Head of CMI, Fabric Care\"})}),className:\"framer-ghi1qg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t39le2\",\"data-framer-name\":\"client-02\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16jiqjr\",\"data-border\":true,\"data-framer-name\":\"details\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ddycf6\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-7813v5\",\"data-framer-name\":\"lenovo-logo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75.089 25.03\" overflow=\"visible\"><g><path d=\"M 0 0 L 0 25.03 L 75.087 25.03 L 75.087 0 Z\" fill=\"rgb(230, 32, 34)\"></path><g><path d=\"M 0 0 L 0 25.03 L 75.089 25.03 L 75.089 0 Z\" fill=\"transparent\"></path><path d=\"M 32.713 8.436 C 31.604 8.436 30.343 8.95 29.572 9.979 L 29.572 9.977 L 29.572 9.978 L 29.572 8.597 L 26.927 8.597 L 26.927 18.23 L 29.572 18.23 L 29.572 12.749 C 29.572 11.763 30.337 10.714 31.753 10.714 C 32.848 10.714 33.98 11.475 33.98 12.749 L 33.98 18.23 L 36.625 18.23 L 36.625 12.259 C 36.625 10.043 35.04 8.436 32.713 8.436\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 55.426 8.597 L 53.035 15.16 L 50.643 8.597 L 47.622 8.597 L 51.585 18.227 L 54.484 18.227 L 58.448 8.597 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 19.03 11.5 C 19.48 10.895 20.198 10.54 21.064 10.54 C 22.018 10.54 22.741 11.084 23.114 11.888 L 18.493 13.805 C 18.367 12.821 18.619 12.052 19.03 11.5 M 24.112 15.269 C 22.998 16.093 22.362 16.289 21.347 16.289 C 20.433 16.289 19.718 16.006 19.214 15.508 L 25.976 12.703 C 25.829 11.657 25.432 10.723 24.821 10.013 C 23.933 8.981 22.618 8.435 21.017 8.435 C 18.108 8.435 15.915 10.581 15.915 13.415 C 15.915 16.323 18.113 18.395 21.308 18.395 C 23.098 18.395 24.928 17.546 25.784 16.555 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 15.662 15.802 L 9.65 15.802 L 9.65 5.716 L 6.969 5.716 L 6.969 18.23 L 15.662 18.23 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 63.197 10.702 C 61.72 10.702 60.648 11.822 60.648 13.414 C 60.648 14.935 61.784 16.126 63.233 16.126 C 64.71 16.126 65.783 14.976 65.783 13.414 C 65.783 11.893 64.647 10.702 63.197 10.702 M 63.197 18.393 C 60.304 18.393 58.038 16.238 58.038 13.414 C 58.038 10.622 60.32 8.435 63.233 8.435 C 66.126 8.435 68.392 10.59 68.392 13.414 C 68.392 16.206 66.11 18.393 63.197 18.393\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 42.831 10.702 C 41.354 10.702 40.282 11.822 40.282 13.414 C 40.282 14.935 41.418 16.126 42.867 16.126 C 44.344 16.126 45.417 14.976 45.417 13.414 C 45.417 11.893 44.281 10.702 42.831 10.702 M 42.831 18.393 C 39.938 18.393 37.672 16.238 37.672 13.414 C 37.672 10.622 39.954 8.435 42.867 8.435 C 45.76 8.435 48.026 10.59 48.026 13.414 C 48.026 16.206 45.744 18.393 42.831 18.393\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1utahah\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75.087 25.03\" overflow=\"visible\"><path d=\"M 0 0 L 0 25.03 L 75.087 25.03 L 75.087 0 Z\" fill=\"rgb(230, 32, 34)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1i6l0ag\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75.089 25.03\" overflow=\"visible\"><g><path d=\"M 0 0 L 0 25.03 L 75.089 25.03 L 75.089 0 Z\" fill=\"transparent\"></path><path d=\"M 32.713 8.436 C 31.604 8.436 30.343 8.95 29.572 9.979 L 29.572 9.977 L 29.572 9.978 L 29.572 8.597 L 26.927 8.597 L 26.927 18.23 L 29.572 18.23 L 29.572 12.749 C 29.572 11.763 30.337 10.714 31.753 10.714 C 32.848 10.714 33.98 11.475 33.98 12.749 L 33.98 18.23 L 36.625 18.23 L 36.625 12.259 C 36.625 10.043 35.04 8.436 32.713 8.436\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 55.426 8.597 L 53.035 15.16 L 50.643 8.597 L 47.622 8.597 L 51.585 18.227 L 54.484 18.227 L 58.448 8.597 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 19.03 11.5 C 19.48 10.895 20.198 10.54 21.064 10.54 C 22.018 10.54 22.741 11.084 23.114 11.888 L 18.493 13.805 C 18.367 12.821 18.619 12.052 19.03 11.5 M 24.112 15.269 C 22.998 16.093 22.362 16.289 21.347 16.289 C 20.433 16.289 19.718 16.006 19.214 15.508 L 25.976 12.703 C 25.829 11.657 25.432 10.723 24.821 10.013 C 23.933 8.981 22.618 8.435 21.017 8.435 C 18.108 8.435 15.915 10.581 15.915 13.415 C 15.915 16.323 18.113 18.395 21.308 18.395 C 23.098 18.395 24.928 17.546 25.784 16.555 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 15.662 15.802 L 9.65 15.802 L 9.65 5.716 L 6.969 5.716 L 6.969 18.23 L 15.662 18.23 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 63.197 10.702 C 61.72 10.702 60.648 11.822 60.648 13.414 C 60.648 14.935 61.784 16.126 63.233 16.126 C 64.71 16.126 65.783 14.976 65.783 13.414 C 65.783 11.893 64.647 10.702 63.197 10.702 M 63.197 18.393 C 60.304 18.393 58.038 16.238 58.038 13.414 C 58.038 10.622 60.32 8.435 63.233 8.435 C 66.126 8.435 68.392 10.59 68.392 13.414 C 68.392 16.206 66.11 18.393 63.197 18.393\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 42.831 10.702 C 41.354 10.702 40.282 11.822 40.282 13.414 C 40.282 14.935 41.418 16.126 42.867 16.126 C 44.344 16.126 45.417 14.976 45.417 13.414 C 45.417 11.893 44.281 10.702 42.831 10.702 M 42.831 18.393 C 39.938 18.393 37.672 16.238 37.672 13.414 C 37.672 10.622 39.954 8.435 42.867 8.435 C 45.76 8.435 48.026 10.59 48.026 13.414 C 48.026 16.206 45.744 18.393 42.831 18.393\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ayp2mk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75.089 25.03\" overflow=\"visible\"><path d=\"M 0 0 L 0 25.03 L 75.089 25.03 L 75.089 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nrkga0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.698 9.795\" overflow=\"visible\"><path d=\"M 5.786 0 C 4.677 0 3.416 0.514 2.645 1.543 L 2.645 1.542 L 2.645 1.542 L 2.645 0.161 L 0 0.161 L 0 9.795 L 2.645 9.795 L 2.645 4.314 C 2.645 3.327 3.41 2.278 4.826 2.278 C 5.921 2.278 7.053 3.04 7.053 4.314 L 7.053 9.795 L 9.698 9.795 L 9.698 3.823 C 9.698 1.608 8.113 0 5.786 0\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-rswiaq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.826 9.63\" overflow=\"visible\"><path d=\"M 7.804 0 L 5.413 6.562 L 3.021 0 L 0 0 L 3.964 9.63 L 6.862 9.63 L 10.826 0 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1mcjmf7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.062 9.959\" overflow=\"visible\"><path d=\"M 3.115 3.065 C 3.566 2.46 4.283 2.105 5.15 2.105 C 6.103 2.105 6.827 2.649 7.2 3.452 L 2.579 5.37 C 2.452 4.386 2.704 3.616 3.115 3.065 M 8.197 6.834 C 7.084 7.657 6.448 7.854 5.433 7.854 C 4.519 7.854 3.804 7.571 3.299 7.073 L 10.062 4.267 C 9.914 3.222 9.518 2.288 8.907 1.578 C 8.018 0.546 6.703 0 5.102 0 C 2.193 0 0 2.146 0 4.98 C 0 7.887 2.198 9.959 5.393 9.959 C 7.183 9.959 9.014 9.111 9.87 8.12 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1j1va66\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.654 3.265\" overflow=\"visible\"><path d=\"M 0.569 0.96 C 1.02 0.355 1.737 0 2.604 0 C 3.557 0 4.281 0.544 4.654 1.348 L 0.033 3.265 C -0.094 2.281 0.158 1.512 0.569 0.96\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sdmwcx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.062 9.959\" overflow=\"visible\"><path d=\"M 8.197 6.834 C 7.084 7.657 6.448 7.854 5.433 7.854 C 4.519 7.854 3.804 7.571 3.299 7.073 L 10.062 4.267 C 9.914 3.222 9.518 2.288 8.907 1.578 C 8.018 0.546 6.703 0 5.102 0 C 2.193 0 0 2.146 0 4.98 C 0 7.887 2.198 9.959 5.393 9.959 C 7.183 9.959 9.014 9.111 9.87 8.12 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6t9hpn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.694 12.514\" overflow=\"visible\"><path d=\"M 8.694 10.085 L 2.681 10.085 L 2.681 0 L 0 0 L 0 12.514 L 8.694 12.514 Z\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-4x1lmw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.354 9.958\" overflow=\"visible\"><path d=\"M 5.16 2.267 C 3.682 2.267 2.61 3.386 2.61 4.979 C 2.61 6.5 3.746 7.691 5.195 7.691 C 6.673 7.691 7.745 6.541 7.745 4.979 C 7.745 3.458 6.609 2.267 5.16 2.267 M 5.16 9.958 C 2.267 9.958 0 7.803 0 4.979 C 0 2.187 2.282 0 5.195 0 C 8.088 0 10.354 2.155 10.354 4.979 C 10.354 7.771 8.073 9.958 5.16 9.958\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ymywqu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.135 5.424\" overflow=\"visible\"><path d=\"M 2.55 0 C 1.072 0 0 1.119 0 2.712 C 0 4.233 1.136 5.424 2.585 5.424 C 4.063 5.424 5.135 4.274 5.135 2.712 C 5.135 1.191 3.999 0 2.55 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s6c3v6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.354 9.958\" overflow=\"visible\"><path d=\"M 5.16 9.958 C 2.267 9.958 0 7.803 0 4.979 C 0 2.187 2.282 0 5.195 0 C 8.088 0 10.354 2.155 10.354 4.979 C 10.354 7.771 8.073 9.958 5.16 9.958\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-weaxvo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.354 9.958\" overflow=\"visible\"><path d=\"M 5.159 2.267 C 3.682 2.267 2.61 3.386 2.61 4.979 C 2.61 6.5 3.746 7.691 5.195 7.691 C 6.673 7.691 7.745 6.541 7.745 4.979 C 7.745 3.458 6.609 2.267 5.159 2.267 M 5.159 9.958 C 2.266 9.958 0 7.803 0 4.979 C 0 2.187 2.282 0 5.195 0 C 8.088 0 10.354 2.155 10.354 4.979 C 10.354 7.771 8.072 9.958 5.159 9.958\" fill=\"var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14azfi5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.135 5.424\" overflow=\"visible\"><path d=\"M 2.55 0 C 1.072 0 0 1.119 0 2.712 C 0 4.233 1.136 5.424 2.585 5.424 C 4.063 5.424 5.135 4.274 5.135 2.712 C 5.135 1.191 3.999 0 2.55 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-zicghx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.354 9.958\" overflow=\"visible\"><path d=\"M 5.159 9.958 C 2.266 9.958 0 7.803 0 4.979 C 0 2.187 2.282 0 5.195 0 C 8.088 0 10.354 2.155 10.354 4.979 C 10.354 7.771 8.072 9.958 5.159 9.958\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7yfrmi\",\"data-styles-preset\":\"YkMN6cySk\",style:{\"--framer-text-alignment\":\"left\"},children:'\"Aqxle\\'s integral to our change management initiatives\"'})}),className:\"framer-1jxb23l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-142opc9\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"52.8%\",positionY:\"26.1%\",sizes:\"80px\",src:\"https://framerusercontent.com/images/B3QUG83qHccRePuff4mhriBZKQ.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/B3QUG83qHccRePuff4mhriBZKQ.jpg?width=668&height=827 668w\"},className:\"framer-winvnc\"}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Ajit S\"})}),className:\"framer-g5pgfu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"President & Global Head of DTC\"})}),className:\"framer-fw3vo8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pv57w8\",\"data-border\":true,\"data-framer-name\":\"team\",id:elementId2,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ste0kf\",\"data-framer-name\":\"founders\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",children:\"Our Founders\"})}),className:\"framer-1guksxd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{effect:undefined}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-7yfrmi\",\"data-styles-preset\":\"YkMN6cySk\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"A founding team with an unfair advantage: strong industry experience and incredible AI pedigree\"})}),className:\"framer-1v2370r\",effect:getTextEffect(ref2),fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c6y9hl\",\"data-framer-name\":\"team-pics\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4wobr3\",\"data-framer-name\":\"founder-01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,sizes:`max(((min(${componentViewport?.width||\"100vw\"}, 1600px) - 120px) * 0.8 - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/s1C4qXFGZ7XqPIgKL47Q2Nn2hc.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/s1C4qXFGZ7XqPIgKL47Q2Nn2hc.jpg?width=668&height=827 668w\"}},ybyv0aONX:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1600px) - 80px) * 0.8)`,src:\"https://framerusercontent.com/images/s1C4qXFGZ7XqPIgKL47Q2Nn2hc.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/s1C4qXFGZ7XqPIgKL47Q2Nn2hc.jpg?width=668&height=827 668w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,sizes:`max(((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) * 0.7 - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/s1C4qXFGZ7XqPIgKL47Q2Nn2hc.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/s1C4qXFGZ7XqPIgKL47Q2Nn2hc.jpg?width=668&height=827 668w\"},className:\"framer-14dmafj\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ff38jw\",\"data-framer-name\":\"founder-details\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rq8zrb\",\"data-styles-preset\":\"SlII4VH5l\",children:\"Bharad Ramesh\"})}),className:\"framer-dupxs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-70m7vl\",\"data-border\":true,\"data-framer-name\":\"role\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1vpz3vb\",\"data-styles-preset\":\"dIPCLE24S\",children:\"Media Agency Veteran\"})}),className:\"framer-pcfi6d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rle58y\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Co-founder & CEO\"})}),className:\"framer-gys5vq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"Ex-Head of Research & Investment Analytics\"})}),className:\"framer-yzoje8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-plk11l\",\"data-framer-name\":\"location\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1mcrwj5\",\"data-framer-name\":\"icon-location\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.334 20.988\" overflow=\"visible\"><g><path d=\"M 12.25 8.163 C 12.25 5.911 10.418 4.079 8.167 4.079 C 5.915 4.079 4.083 5.911 4.083 8.163 C 4.083 10.414 5.915 12.246 8.167 12.246 C 10.418 12.246 12.25 10.414 12.25 8.163 M 5.25 8.163 C 5.25 6.552 6.556 5.246 8.167 5.246 C 9.778 5.246 11.083 6.552 11.083 8.163 C 11.083 9.774 9.778 11.079 8.167 11.079 C 6.556 11.079 5.25 9.774 5.25 8.163\" fill=\"rgb(0,0,0)\"></path><path d=\"M 7.828 20.883 C 7.933 20.953 8.05 20.988 8.167 20.988 C 8.283 20.988 8.412 20.953 8.505 20.883 C 8.82 20.65 16.357 15.12 16.333 8.295 C 16.333 3.722 12.67 0 8.167 0 C 3.663 0 0 3.722 0 8.295 C -0.035 15.132 7.502 20.662 7.828 20.895 Z M 8.167 1.155 C 12.028 1.155 15.167 4.352 15.167 8.283 C 15.19 13.732 9.613 18.515 8.167 19.67 C 6.72 18.515 1.143 13.732 1.167 8.283 C 1.167 4.352 4.305 1.155 8.167 1.155\" fill=\"rgb(0,0,0)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-uxfle9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.167 8.167\" overflow=\"visible\"><path d=\"M 8.167 4.083 C 8.167 1.832 6.335 0 4.083 0 C 1.832 0 0 1.832 0 4.083 C 0 6.335 1.832 8.167 4.083 8.167 C 6.335 8.167 8.167 6.335 8.167 4.083 M 1.167 4.083 C 1.167 2.473 2.473 1.167 4.083 1.167 C 5.694 1.167 7 2.473 7 4.083 C 7 5.694 5.694 7 4.083 7 C 2.473 7 1.167 5.694 1.167 4.083\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tq9za5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.167 8.167\" overflow=\"visible\"><path d=\"M 8.167 4.083 C 8.167 1.832 6.335 0 4.083 0 C 1.832 0 0 1.832 0 4.083 C 0 6.335 1.832 8.167 4.083 8.167 C 6.335 8.167 8.167 6.335 8.167 4.083\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fg2oex\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.833 5.833\" overflow=\"visible\"><path d=\"M 0 2.917 C 0 1.306 1.306 0 2.917 0 C 4.527 0 5.833 1.306 5.833 2.917 C 5.833 4.527 4.527 5.833 2.917 5.833 C 1.306 5.833 0 4.527 0 2.917\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-1g8b0f2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.334 20.988\" overflow=\"visible\"><path d=\"M 7.828 20.883 C 7.933 20.953 8.05 20.988 8.167 20.988 C 8.283 20.988 8.412 20.953 8.505 20.883 C 8.82 20.65 16.357 15.12 16.333 8.295 C 16.333 3.722 12.67 0 8.167 0 C 3.663 0 0 3.722 0 8.295 C -0.035 15.132 7.502 20.662 7.828 20.895 Z M 8.167 1.155 C 12.028 1.155 15.167 4.352 15.167 8.283 C 15.19 13.732 9.613 18.515 8.167 19.67 C 6.72 18.515 1.143 13.732 1.167 8.283 C 1.167 4.352 4.305 1.155 8.167 1.155\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1fjhvjo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.334 20.988\" overflow=\"visible\"><path d=\"M 7.828 20.883 C 7.933 20.953 8.05 20.988 8.167 20.988 C 8.283 20.988 8.412 20.953 8.505 20.883 C 8.82 20.65 16.357 15.12 16.333 8.295 C 16.333 3.722 12.67 0 8.167 0 C 3.663 0 0 3.722 0 8.295 C -0.035 15.132 7.502 20.662 7.828 20.895 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2a9ub5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 18.515\" overflow=\"visible\"><path d=\"M 7 0 C 10.862 0 14 3.197 14 7.128 C 14.023 12.577 8.447 17.36 7 18.515 C 5.553 17.36 -0.023 12.577 0 7.128 C 0 3.197 3.138 0 7 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"New York, US\"})}),className:\"framer-14gsgfb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1blznun\",\"data-framer-name\":\"linkedin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ua7jtp\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-q9m1wc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.027 16\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0 M 5.671 5.312 L 5.671 15.999 L 8.99 15.999 L 8.99 10.714 C 8.99 9.32 9.252 7.969 10.981 7.969 C 12.686 7.969 12.707 9.564 12.707 10.802 L 12.707 16 L 16.027 16 L 16.027 10.139 C 16.027 7.26 15.408 5.048 12.043 5.048 C 10.427 5.048 9.344 5.935 8.902 6.774 L 8.857 6.774 L 8.857 5.312 Z M 0.264 5.312 L 3.588 5.312 L 3.588 15.999 L 0.264 15.999 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7tf9o1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.853 3.853\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wliit0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.356 10.952\" overflow=\"visible\"><path d=\"M 0 0.264 L 0 10.951 L 3.318 10.951 L 3.318 5.666 C 3.318 4.272 3.58 2.921 5.31 2.921 C 7.015 2.921 7.036 4.515 7.036 5.754 L 7.036 10.952 L 10.356 10.952 L 10.356 5.091 C 10.356 2.212 9.736 0 6.371 0 C 4.756 0 3.673 0.887 3.23 1.726 L 3.185 1.726 L 3.185 0.264 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sjj2xt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.323 10.687\" overflow=\"visible\"><path d=\"M 0 0 L 3.323 0 L 3.323 10.687 L 0 10.687 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/bharadr/\",motionChild:true,nodeId:\"WPGHqMteI\",openInNewTab:true,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-2owa1c\",\"data-styles-preset\":\"CRlR5zSpe\",children:\"Visit LinkedIn profile\"})})})}),className:\"framer-1oizvrw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v950dx\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:10.5,intrinsicWidth:66,pixelHeight:21,pixelWidth:132,src:\"https://framerusercontent.com/images/v7jsu1ii9UNudHHd1RQy30h7EA.svg?width=132&height=21\"},className:\"framer-1a562gv\",\"data-framer-name\":\"Logo-wpp-media\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-77s2jv\",\"data-framer-name\":\"founder-02\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,sizes:`max(((min(${componentViewport?.width||\"100vw\"}, 1600px) - 120px) * 0.8 - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/mnEk8t5mnPRdnZsUVb9WEHcYwII.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/mnEk8t5mnPRdnZsUVb9WEHcYwII.jpg?width=668&height=827 668w\"}},ybyv0aONX:{__framer__animate:{transition:transition2},__framer__exit:animation2,background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1600px) - 80px) * 0.8)`,src:\"https://framerusercontent.com/images/mnEk8t5mnPRdnZsUVb9WEHcYwII.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/mnEk8t5mnPRdnZsUVb9WEHcYwII.jpg?width=668&height=827 668w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,sizes:`max(((min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px) * 0.7 - 40px) / 2, 1px)`,src:\"https://framerusercontent.com/images/mnEk8t5mnPRdnZsUVb9WEHcYwII.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/mnEk8t5mnPRdnZsUVb9WEHcYwII.jpg?width=668&height=827 668w\"},className:\"framer-khvz00\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qckodv\",\"data-framer-name\":\"founder-details\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rq8zrb\",\"data-styles-preset\":\"SlII4VH5l\",style:{\"--framer-text-alignment\":\"left\"},children:\"Anandhavelu Natarajan\"})}),className:\"framer-o9dzyf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-92368s\",\"data-border\":true,\"data-framer-name\":\"role\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1vpz3vb\",\"data-styles-preset\":\"dIPCLE24S\",children:\"30 patents\"})}),className:\"framer-1fzhpes\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tqhpdv\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Co-founder & Chief AI Scientist\"})}),className:\"framer-nfwava\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"Founding Member of Adobe Research, India\"})}),className:\"framer-1gsylpp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lklzvg\",\"data-framer-name\":\"location\",children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-shflyr\",\"data-framer-name\":\"icon-location\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.334 20.988\" overflow=\"visible\"><g><path d=\"M 12.25 8.163 C 12.25 5.911 10.418 4.079 8.167 4.079 C 5.915 4.079 4.083 5.911 4.083 8.163 C 4.083 10.414 5.915 12.246 8.167 12.246 C 10.418 12.246 12.25 10.414 12.25 8.163 M 5.25 8.163 C 5.25 6.552 6.556 5.246 8.167 5.246 C 9.778 5.246 11.083 6.552 11.083 8.163 C 11.083 9.774 9.778 11.079 8.167 11.079 C 6.556 11.079 5.25 9.774 5.25 8.163\" fill=\"rgb(0,0,0)\"></path><path d=\"M 7.828 20.883 C 7.933 20.953 8.05 20.988 8.167 20.988 C 8.283 20.988 8.412 20.953 8.505 20.883 C 8.82 20.65 16.357 15.12 16.333 8.295 C 16.333 3.722 12.67 0 8.167 0 C 3.663 0 0 3.722 0 8.295 C -0.035 15.132 7.502 20.662 7.828 20.895 Z M 8.167 1.155 C 12.028 1.155 15.167 4.352 15.167 8.283 C 15.19 13.732 9.613 18.515 8.167 19.67 C 6.72 18.515 1.143 13.732 1.167 8.283 C 1.167 4.352 4.305 1.155 8.167 1.155\" fill=\"rgb(0,0,0)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-pdcvjm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.167 8.167\" overflow=\"visible\"><path d=\"M 8.167 4.083 C 8.167 1.832 6.335 0 4.083 0 C 1.832 0 0 1.832 0 4.083 C 0 6.335 1.832 8.167 4.083 8.167 C 6.335 8.167 8.167 6.335 8.167 4.083 M 1.167 4.083 C 1.167 2.473 2.473 1.167 4.083 1.167 C 5.694 1.167 7 2.473 7 4.083 C 7 5.694 5.694 7 4.083 7 C 2.473 7 1.167 5.694 1.167 4.083\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-164oawc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.167 8.167\" overflow=\"visible\"><path d=\"M 8.167 4.083 C 8.167 1.832 6.335 0 4.083 0 C 1.832 0 0 1.832 0 4.083 C 0 6.335 1.832 8.167 4.083 8.167 C 6.335 8.167 8.167 6.335 8.167 4.083\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13sah3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.833 5.833\" overflow=\"visible\"><path d=\"M 0 2.917 C 0 1.306 1.306 0 2.917 0 C 4.527 0 5.833 1.306 5.833 2.917 C 5.833 4.527 4.527 5.833 2.917 5.833 C 1.306 5.833 0 4.527 0 2.917\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-j97wbl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.334 20.988\" overflow=\"visible\"><path d=\"M 7.828 20.883 C 7.933 20.953 8.05 20.988 8.167 20.988 C 8.283 20.988 8.412 20.953 8.505 20.883 C 8.82 20.65 16.357 15.12 16.333 8.295 C 16.333 3.722 12.67 0 8.167 0 C 3.663 0 0 3.722 0 8.295 C -0.035 15.132 7.502 20.662 7.828 20.895 Z M 8.167 1.155 C 12.028 1.155 15.167 4.352 15.167 8.283 C 15.19 13.732 9.613 18.515 8.167 19.67 C 6.72 18.515 1.143 13.732 1.167 8.283 C 1.167 4.352 4.305 1.155 8.167 1.155\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-v3s5wp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.334 20.988\" overflow=\"visible\"><path d=\"M 7.828 20.883 C 7.933 20.953 8.05 20.988 8.167 20.988 C 8.283 20.988 8.412 20.953 8.505 20.883 C 8.82 20.65 16.357 15.12 16.333 8.295 C 16.333 3.722 12.67 0 8.167 0 C 3.663 0 0 3.722 0 8.295 C -0.035 15.132 7.502 20.662 7.828 20.895 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-26tl8d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14 18.515\" overflow=\"visible\"><path d=\"M 7 0 C 10.862 0 14 3.197 14 7.128 C 14.023 12.577 8.447 17.36 7 18.515 C 5.553 17.36 -0.023 12.577 0 7.128 C 0 3.197 3.138 0 7 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"Bengaluru, India\"})}),className:\"framer-7lkkua\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xwbw2p\",\"data-framer-name\":\"linkedin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-r02ae1\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-idbinj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.027 16\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0 M 5.671 5.312 L 5.671 15.999 L 8.99 15.999 L 8.99 10.714 C 8.99 9.32 9.252 7.969 10.981 7.969 C 12.686 7.969 12.707 9.564 12.707 10.802 L 12.707 16 L 16.027 16 L 16.027 10.139 C 16.027 7.26 15.408 5.048 12.043 5.048 C 10.427 5.048 9.344 5.935 8.902 6.774 L 8.857 6.774 L 8.857 5.312 Z M 0.264 5.312 L 3.588 5.312 L 3.588 15.999 L 0.264 15.999 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-morm0b\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.853 3.853\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-98oc54\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.356 10.952\" overflow=\"visible\"><path d=\"M 0 0.264 L 0 10.951 L 3.318 10.951 L 3.318 5.666 C 3.318 4.272 3.58 2.921 5.31 2.921 C 7.015 2.921 7.036 4.515 7.036 5.754 L 7.036 10.952 L 10.356 10.952 L 10.356 5.091 C 10.356 2.212 9.736 0 6.371 0 C 4.756 0 3.673 0.887 3.23 1.726 L 3.185 1.726 L 3.185 0.264 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wzv55g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.323 10.687\" overflow=\"visible\"><path d=\"M 0 0 L 3.323 0 L 3.323 10.687 L 0 10.687 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/anandhavelu/\",motionChild:true,nodeId:\"vV0PORieO\",openInNewTab:true,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-2owa1c\",\"data-styles-preset\":\"CRlR5zSpe\",children:\"Visit LinkedIn profile\"})})})}),className:\"framer-pg3ezi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12sm7gd\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94.286 25\" overflow=\"visible\"><g><path d=\"M 0 0 L 94.286 0 L 94.286 25 L 0 25 Z\" fill=\"transparent\"></path><path d=\"M 10.388 0 L 0 0 L 0 25 Z M 17.696 0 L 28.07 0 L 28.07 25 Z M 14.042 9.214 L 20.654 25 L 16.316 25 L 14.34 19.974 L 9.501 19.974 Z M 45.017 15.899 L 46.242 19.433 C 46.283 19.521 46.344 19.562 46.452 19.562 L 48.807 19.562 C 48.936 19.562 48.956 19.501 48.936 19.371 L 44.07 5.771 C 44.049 5.663 44.029 5.643 43.921 5.643 L 40.998 5.643 C 40.916 5.643 40.869 5.704 40.869 5.792 C 40.829 6.507 40.768 6.725 40.679 6.936 L 36.341 19.351 C 36.321 19.501 36.369 19.562 36.491 19.562 L 38.595 19.562 C 38.724 19.562 38.785 19.521 38.832 19.392 L 39.989 15.899 L 45.018 15.899 Z M 40.659 13.59 C 41.295 11.656 42.134 9.177 42.473 7.76 L 42.493 7.76 C 42.913 9.245 43.901 12.187 44.347 13.59 Z M 55.191 19.774 C 56.456 19.774 57.803 19.541 59.169 18.949 C 59.278 18.909 59.298 18.861 59.298 18.759 C 59.247 18.309 59.218 17.856 59.211 17.404 L 59.211 4.6 C 59.211 4.518 59.211 4.477 59.109 4.477 L 56.814 4.477 C 56.726 4.477 56.686 4.518 56.686 4.627 L 56.686 8.965 C 56.385 8.926 56.082 8.906 55.779 8.904 C 52.077 8.904 49.804 11.362 49.804 14.434 C 49.804 17.995 52.138 19.773 55.19 19.773 Z M 56.686 17.404 C 56.308 17.526 55.888 17.574 55.461 17.574 C 53.783 17.574 52.409 16.62 52.409 14.305 C 52.409 12.255 53.824 11.043 55.699 11.043 C 56.077 11.043 56.409 11.084 56.686 11.193 Z M 66.617 8.904 C 63.457 8.904 61.501 11.342 61.501 14.352 C 61.501 17.043 63.058 19.774 66.57 19.774 C 69.541 19.774 71.625 17.574 71.625 14.284 C 71.625 11.384 69.859 8.904 66.617 8.904 Z M 66.489 11.043 C 68.275 11.043 69.033 12.589 69.033 14.352 C 69.033 16.531 67.916 17.614 66.617 17.614 C 65.014 17.614 64.066 16.259 64.066 14.305 C 64.066 12.296 65.074 11.043 66.489 11.043 Z M 73.996 4.478 C 73.909 4.478 73.848 4.519 73.848 4.628 L 73.848 19.119 C 73.848 19.181 73.909 19.29 73.996 19.31 C 75.018 19.623 76.081 19.779 77.15 19.774 C 80.27 19.774 83.301 17.826 83.301 13.903 C 83.301 11.064 81.366 8.904 78.334 8.904 C 77.684 8.901 77.037 9.002 76.419 9.204 L 76.392 4.648 C 76.392 4.498 76.351 4.478 76.203 4.478 Z M 80.709 14.161 C 80.709 16.511 79.113 17.614 77.387 17.614 C 77.029 17.614 76.71 17.594 76.419 17.506 L 76.419 11.321 C 76.751 11.192 77.15 11.083 77.888 11.083 C 79.552 11.083 80.709 12.145 80.709 14.161 Z M 91.864 14.924 C 92.892 14.924 93.738 14.904 94.029 14.836 C 94.137 14.816 94.178 14.775 94.198 14.686 C 94.259 14.455 94.286 13.971 94.286 13.379 C 94.286 11.363 93.081 8.904 89.969 8.904 C 86.788 8.904 85.021 11.513 85.021 14.454 C 85.021 17.063 86.389 19.774 90.219 19.774 C 91.654 19.774 92.581 19.541 93.379 19.161 C 93.461 19.119 93.501 19.051 93.501 18.929 L 93.501 17.165 C 93.501 17.063 93.44 17.043 93.379 17.084 C 92.581 17.424 91.714 17.594 90.767 17.594 C 88.622 17.594 87.647 16.402 87.586 14.924 Z M 87.586 13.099 C 87.756 12.064 88.405 10.941 89.86 10.941 C 91.464 10.941 91.884 12.296 91.884 12.909 L 91.884 13.079 C 91.796 13.099 91.525 13.099 90.726 13.099 Z\" fill=\"rgb(250, 11, 1)\"></path></g></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94.398 25.03\" overflow=\"visible\"><g><path d=\"M 0 0 L 94.398 0 L 94.398 25.03 L 0 25.03 Z\" fill=\"transparent\"></path><path d=\"M 10.4 0 L 0 0 L 0 25.03 Z M 17.717 0 L 28.103 0 L 28.103 25.03 Z M 14.059 9.225 L 20.678 25.03 L 16.335 25.03 L 14.357 19.998 L 9.513 19.998 Z M 45.071 15.917 L 46.297 19.456 C 46.338 19.545 46.399 19.585 46.507 19.585 L 48.865 19.585 C 48.994 19.585 49.014 19.524 48.994 19.394 L 44.122 5.778 C 44.102 5.67 44.082 5.65 43.973 5.65 L 41.047 5.65 C 40.965 5.65 40.918 5.71 40.918 5.799 C 40.877 6.515 40.816 6.733 40.728 6.945 L 36.385 19.374 C 36.365 19.524 36.412 19.585 36.534 19.585 L 38.641 19.585 C 38.77 19.585 38.831 19.545 38.878 19.415 L 40.037 15.917 L 45.071 15.917 Z M 40.708 13.606 C 41.344 11.67 42.184 9.188 42.523 7.769 L 42.543 7.769 C 42.964 9.256 43.953 12.202 44.4 13.606 Z M 55.256 19.797 C 56.524 19.797 57.872 19.565 59.24 18.972 C 59.348 18.931 59.368 18.883 59.368 18.781 C 59.318 18.33 59.289 17.878 59.281 17.424 L 59.281 4.605 C 59.281 4.523 59.281 4.482 59.18 4.482 L 56.882 4.482 C 56.794 4.482 56.753 4.523 56.753 4.633 L 56.753 8.976 C 56.452 8.937 56.149 8.916 55.845 8.914 C 52.139 8.914 49.863 11.376 49.863 14.451 C 49.863 18.016 52.2 19.796 55.256 19.796 Z M 56.754 17.424 C 56.375 17.547 55.954 17.594 55.527 17.594 C 53.847 17.594 52.472 16.64 52.472 14.322 C 52.472 12.27 53.888 11.056 55.765 11.056 C 56.144 11.056 56.476 11.097 56.754 11.206 Z M 66.696 8.915 C 63.533 8.915 61.575 11.356 61.575 14.369 C 61.575 17.063 63.133 19.797 66.649 19.797 C 69.624 19.797 71.71 17.594 71.71 14.301 C 71.71 11.397 69.942 8.915 66.696 8.915 Z M 66.568 11.056 C 68.356 11.056 69.115 12.604 69.115 14.369 C 69.115 16.551 67.997 17.635 66.696 17.635 C 65.091 17.635 64.142 16.279 64.142 14.322 C 64.142 12.31 65.152 11.056 66.568 11.056 Z M 74.085 4.483 C 73.997 4.483 73.936 4.524 73.936 4.633 L 73.936 19.142 C 73.936 19.204 73.997 19.313 74.085 19.333 C 75.107 19.646 76.172 19.803 77.242 19.797 C 80.366 19.797 83.401 17.847 83.401 13.919 C 83.401 11.077 81.463 8.915 78.428 8.915 C 77.776 8.911 77.129 9.013 76.51 9.215 L 76.483 4.653 C 76.483 4.503 76.442 4.483 76.294 4.483 Z M 80.805 14.178 C 80.805 16.531 79.207 17.635 77.479 17.635 C 77.12 17.635 76.801 17.615 76.51 17.527 L 76.51 11.335 C 76.842 11.205 77.242 11.096 77.981 11.096 C 79.647 11.096 80.805 12.159 80.805 14.178 Z M 91.973 14.942 C 93.003 14.942 93.849 14.922 94.141 14.853 C 94.249 14.833 94.29 14.793 94.31 14.703 C 94.371 14.472 94.398 13.988 94.398 13.394 C 94.398 11.376 93.192 8.915 90.076 8.915 C 86.891 8.915 85.123 11.527 85.123 14.471 C 85.123 17.083 86.491 19.797 90.326 19.797 C 91.763 19.797 92.691 19.565 93.49 19.184 C 93.572 19.142 93.612 19.074 93.612 18.951 L 93.612 17.185 C 93.612 17.083 93.551 17.063 93.49 17.104 C 92.691 17.444 91.823 17.615 90.875 17.615 C 88.728 17.615 87.751 16.422 87.691 14.942 Z M 87.691 13.115 C 87.86 12.079 88.51 10.954 89.967 10.954 C 91.573 10.954 91.993 12.31 91.993 12.924 L 91.993 13.095 C 91.905 13.115 91.634 13.115 90.834 13.115 Z\" fill=\"rgb(250, 11, 1)\"></path></g></svg>'}},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-5ukusl\",\"data-framer-name\":\"logo-adobe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 113.143 30\" overflow=\"visible\"><g><path d=\"M 0 0 L 113.143 0 L 113.143 30 L 0 30 Z\" fill=\"transparent\"></path><path d=\"M 12.465 0 L 0 0 L 0 30 Z M 21.235 0 L 33.684 0 L 33.684 30 Z M 16.851 11.057 L 24.784 30 L 19.579 30 L 17.208 23.969 L 11.402 23.969 Z M 54.021 19.078 L 55.491 23.319 C 55.539 23.426 55.612 23.475 55.743 23.475 L 58.569 23.475 C 58.723 23.475 58.747 23.401 58.723 23.246 L 52.884 6.926 C 52.859 6.795 52.835 6.771 52.705 6.771 L 49.197 6.771 C 49.1 6.771 49.043 6.844 49.043 6.951 C 48.994 7.809 48.921 8.07 48.815 8.324 L 43.61 23.221 C 43.586 23.401 43.642 23.475 43.789 23.475 L 46.314 23.475 C 46.468 23.475 46.542 23.426 46.599 23.271 L 47.987 19.078 L 54.021 19.078 Z M 48.791 16.308 C 49.554 13.987 50.561 11.013 50.967 9.312 L 50.991 9.312 C 51.495 11.094 52.681 14.625 53.217 16.308 Z M 66.229 23.728 C 67.748 23.728 69.363 23.45 71.003 22.739 C 71.133 22.69 71.157 22.633 71.157 22.51 C 71.097 21.97 71.062 21.428 71.053 20.884 L 71.053 5.52 C 71.053 5.421 71.053 5.373 70.931 5.373 L 68.177 5.373 C 68.072 5.373 68.023 5.421 68.023 5.553 L 68.023 10.758 C 67.662 10.711 67.298 10.687 66.934 10.684 C 62.493 10.684 59.764 13.635 59.764 17.32 C 59.764 21.594 62.565 23.727 66.228 23.727 Z M 68.024 20.884 C 67.569 21.031 67.065 21.088 66.554 21.088 C 64.539 21.088 62.891 19.944 62.891 17.166 C 62.891 14.706 64.588 13.251 66.838 13.251 C 67.293 13.251 67.69 13.3 68.024 13.431 Z M 79.941 10.685 C 76.149 10.685 73.802 13.611 73.802 17.223 C 73.802 20.451 75.669 23.728 79.884 23.728 C 83.449 23.728 85.95 21.088 85.95 17.141 C 85.95 13.66 83.83 10.685 79.941 10.685 Z M 79.786 13.251 C 81.93 13.251 82.839 15.106 82.839 17.223 C 82.839 19.838 81.5 21.137 79.941 21.137 C 78.016 21.137 76.879 19.511 76.879 17.166 C 76.879 14.755 78.089 13.251 79.786 13.251 Z M 88.796 5.373 C 88.69 5.373 88.617 5.422 88.617 5.553 L 88.617 22.943 C 88.617 23.017 88.69 23.148 88.796 23.172 C 90.022 23.547 91.298 23.735 92.58 23.728 C 96.324 23.728 99.962 21.391 99.962 16.683 C 99.962 13.276 97.639 10.685 94.001 10.685 C 93.221 10.681 92.445 10.802 91.703 11.045 L 91.671 5.577 C 91.671 5.397 91.622 5.373 91.443 5.373 Z M 96.851 16.994 C 96.851 19.814 94.935 21.137 92.865 21.137 C 92.434 21.137 92.052 21.113 91.703 21.007 L 91.703 13.586 C 92.101 13.431 92.58 13.299 93.465 13.299 C 95.463 13.299 96.851 14.574 96.851 16.994 Z M 110.236 17.909 C 111.471 17.909 112.485 17.885 112.834 17.803 C 112.965 17.779 113.013 17.73 113.037 17.623 C 113.11 17.346 113.143 16.766 113.143 16.054 C 113.143 13.635 111.698 10.685 107.962 10.685 C 104.145 10.685 102.026 13.815 102.026 17.345 C 102.026 20.475 103.666 23.728 108.262 23.728 C 109.984 23.728 111.097 23.45 112.055 22.993 C 112.153 22.943 112.201 22.862 112.201 22.714 L 112.201 20.598 C 112.201 20.475 112.128 20.451 112.055 20.5 C 111.097 20.908 110.057 21.113 108.921 21.113 C 106.347 21.113 105.177 19.683 105.104 17.909 Z M 105.104 15.719 C 105.307 14.477 106.086 13.129 107.832 13.129 C 109.757 13.129 110.26 14.755 110.26 15.49 L 110.26 15.695 C 110.155 15.719 109.83 15.719 108.872 15.719 Z\" fill=\"rgb(250, 11, 1)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94.286 25\" overflow=\"visible\"><path d=\"M 0 0 L 94.286 0 L 94.286 25 L 0 25 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94.398 25.03\" overflow=\"visible\"><path d=\"M 0 0 L 94.398 0 L 94.398 25.03 L 0 25.03 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tdxkgg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 113.143 30\" overflow=\"visible\"><path d=\"M 0 0 L 113.143 0 L 113.143 30 L 0 30 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94.286 25\" overflow=\"visible\"><path d=\"M 10.388 0 L 0 0 L 0 25 Z M 17.696 0 L 28.07 0 L 28.07 25 Z M 14.042 9.214 L 20.654 25 L 16.316 25 L 14.34 19.974 L 9.501 19.974 Z M 45.017 15.899 L 46.242 19.433 C 46.283 19.521 46.344 19.562 46.452 19.562 L 48.807 19.562 C 48.936 19.562 48.956 19.501 48.936 19.371 L 44.07 5.771 C 44.049 5.663 44.029 5.643 43.921 5.643 L 40.998 5.643 C 40.916 5.643 40.869 5.704 40.869 5.792 C 40.829 6.507 40.768 6.725 40.679 6.936 L 36.341 19.351 C 36.321 19.501 36.369 19.562 36.491 19.562 L 38.595 19.562 C 38.724 19.562 38.785 19.521 38.832 19.392 L 39.989 15.899 L 45.018 15.899 Z M 40.659 13.59 C 41.295 11.656 42.134 9.177 42.473 7.76 L 42.493 7.76 C 42.913 9.245 43.901 12.187 44.347 13.59 Z M 55.191 19.774 C 56.456 19.774 57.803 19.541 59.169 18.949 C 59.278 18.909 59.298 18.861 59.298 18.759 C 59.247 18.309 59.218 17.856 59.211 17.404 L 59.211 4.6 C 59.211 4.518 59.211 4.477 59.109 4.477 L 56.814 4.477 C 56.726 4.477 56.686 4.518 56.686 4.627 L 56.686 8.965 C 56.385 8.926 56.082 8.906 55.779 8.904 C 52.077 8.904 49.804 11.362 49.804 14.434 C 49.804 17.995 52.138 19.773 55.19 19.773 Z M 56.686 17.404 C 56.308 17.526 55.888 17.574 55.461 17.574 C 53.783 17.574 52.409 16.62 52.409 14.305 C 52.409 12.255 53.824 11.043 55.699 11.043 C 56.077 11.043 56.409 11.084 56.686 11.193 Z M 66.617 8.904 C 63.457 8.904 61.501 11.342 61.501 14.352 C 61.501 17.043 63.058 19.774 66.57 19.774 C 69.541 19.774 71.625 17.574 71.625 14.284 C 71.625 11.384 69.859 8.904 66.617 8.904 Z M 66.489 11.043 C 68.275 11.043 69.033 12.589 69.033 14.352 C 69.033 16.531 67.916 17.614 66.617 17.614 C 65.014 17.614 64.066 16.259 64.066 14.305 C 64.066 12.296 65.074 11.043 66.489 11.043 Z M 73.996 4.478 C 73.909 4.478 73.848 4.519 73.848 4.628 L 73.848 19.119 C 73.848 19.181 73.909 19.29 73.996 19.31 C 75.018 19.623 76.081 19.779 77.15 19.774 C 80.27 19.774 83.301 17.826 83.301 13.903 C 83.301 11.064 81.366 8.904 78.334 8.904 C 77.684 8.901 77.037 9.002 76.419 9.204 L 76.392 4.648 C 76.392 4.498 76.351 4.478 76.203 4.478 Z M 80.709 14.161 C 80.709 16.511 79.113 17.614 77.387 17.614 C 77.029 17.614 76.71 17.594 76.419 17.506 L 76.419 11.321 C 76.751 11.192 77.15 11.083 77.888 11.083 C 79.552 11.083 80.709 12.145 80.709 14.161 Z M 91.864 14.924 C 92.892 14.924 93.738 14.904 94.029 14.836 C 94.137 14.816 94.178 14.775 94.198 14.686 C 94.259 14.455 94.286 13.971 94.286 13.379 C 94.286 11.363 93.081 8.904 89.969 8.904 C 86.788 8.904 85.021 11.513 85.021 14.454 C 85.021 17.063 86.389 19.774 90.219 19.774 C 91.654 19.774 92.581 19.541 93.379 19.161 C 93.461 19.119 93.501 19.051 93.501 18.929 L 93.501 17.165 C 93.501 17.063 93.44 17.043 93.379 17.084 C 92.581 17.424 91.714 17.594 90.767 17.594 C 88.622 17.594 87.647 16.402 87.586 14.924 Z M 87.586 13.099 C 87.756 12.064 88.405 10.941 89.86 10.941 C 91.464 10.941 91.884 12.296 91.884 12.909 L 91.884 13.079 C 91.796 13.099 91.525 13.099 90.726 13.099 Z\" fill=\"rgb(250, 11, 1)\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 94.398 25.03\" overflow=\"visible\"><path d=\"M 10.4 0 L 0 0 L 0 25.03 Z M 17.717 0 L 28.103 0 L 28.103 25.03 Z M 14.059 9.225 L 20.678 25.03 L 16.335 25.03 L 14.357 19.998 L 9.513 19.998 Z M 45.071 15.917 L 46.297 19.456 C 46.338 19.545 46.399 19.585 46.507 19.585 L 48.865 19.585 C 48.994 19.585 49.014 19.524 48.994 19.394 L 44.122 5.778 C 44.102 5.67 44.082 5.65 43.973 5.65 L 41.047 5.65 C 40.965 5.65 40.918 5.71 40.918 5.799 C 40.877 6.515 40.816 6.733 40.728 6.945 L 36.385 19.374 C 36.365 19.524 36.412 19.585 36.534 19.585 L 38.641 19.585 C 38.77 19.585 38.831 19.545 38.878 19.415 L 40.037 15.917 L 45.071 15.917 Z M 40.708 13.606 C 41.344 11.67 42.184 9.188 42.523 7.769 L 42.543 7.769 C 42.964 9.256 43.953 12.202 44.4 13.606 Z M 55.256 19.797 C 56.524 19.797 57.872 19.565 59.24 18.972 C 59.348 18.931 59.368 18.883 59.368 18.781 C 59.318 18.33 59.289 17.878 59.281 17.424 L 59.281 4.605 C 59.281 4.523 59.281 4.482 59.18 4.482 L 56.882 4.482 C 56.794 4.482 56.753 4.523 56.753 4.633 L 56.753 8.976 C 56.452 8.937 56.149 8.916 55.845 8.914 C 52.139 8.914 49.863 11.376 49.863 14.451 C 49.863 18.016 52.2 19.796 55.256 19.796 Z M 56.754 17.424 C 56.375 17.547 55.954 17.594 55.527 17.594 C 53.847 17.594 52.472 16.64 52.472 14.322 C 52.472 12.27 53.888 11.056 55.765 11.056 C 56.144 11.056 56.476 11.097 56.754 11.206 Z M 66.696 8.915 C 63.533 8.915 61.575 11.356 61.575 14.369 C 61.575 17.063 63.133 19.797 66.649 19.797 C 69.624 19.797 71.71 17.594 71.71 14.301 C 71.71 11.397 69.942 8.915 66.696 8.915 Z M 66.568 11.056 C 68.356 11.056 69.115 12.604 69.115 14.369 C 69.115 16.551 67.997 17.635 66.696 17.635 C 65.091 17.635 64.142 16.279 64.142 14.322 C 64.142 12.31 65.152 11.056 66.568 11.056 Z M 74.085 4.483 C 73.997 4.483 73.936 4.524 73.936 4.633 L 73.936 19.142 C 73.936 19.204 73.997 19.313 74.085 19.333 C 75.107 19.646 76.172 19.803 77.242 19.797 C 80.366 19.797 83.401 17.847 83.401 13.919 C 83.401 11.077 81.463 8.915 78.428 8.915 C 77.776 8.911 77.129 9.013 76.51 9.215 L 76.483 4.653 C 76.483 4.503 76.442 4.483 76.294 4.483 Z M 80.805 14.178 C 80.805 16.531 79.207 17.635 77.479 17.635 C 77.12 17.635 76.801 17.615 76.51 17.527 L 76.51 11.335 C 76.842 11.205 77.242 11.096 77.981 11.096 C 79.647 11.096 80.805 12.159 80.805 14.178 Z M 91.973 14.942 C 93.003 14.942 93.849 14.922 94.141 14.853 C 94.249 14.833 94.29 14.793 94.31 14.703 C 94.371 14.472 94.398 13.988 94.398 13.394 C 94.398 11.376 93.192 8.915 90.076 8.915 C 86.891 8.915 85.123 11.527 85.123 14.471 C 85.123 17.083 86.491 19.797 90.326 19.797 C 91.763 19.797 92.691 19.565 93.49 19.184 C 93.572 19.142 93.612 19.074 93.612 18.951 L 93.612 17.185 C 93.612 17.083 93.551 17.063 93.49 17.104 C 92.691 17.444 91.823 17.615 90.875 17.615 C 88.728 17.615 87.751 16.422 87.691 14.942 Z M 87.691 13.115 C 87.86 12.079 88.51 10.954 89.967 10.954 C 91.573 10.954 91.993 12.31 91.993 12.924 L 91.993 13.095 C 91.905 13.115 91.634 13.115 90.834 13.115 Z\" fill=\"rgb(250, 11, 1)\"></path></svg>'}},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-3qi9ok\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 113.143 30\" overflow=\"visible\"><path d=\"M 12.465 0 L 0 0 L 0 30 Z M 21.235 0 L 33.684 0 L 33.684 30 Z M 16.851 11.057 L 24.784 30 L 19.579 30 L 17.208 23.969 L 11.402 23.969 Z M 54.021 19.078 L 55.491 23.319 C 55.539 23.426 55.612 23.475 55.743 23.475 L 58.569 23.475 C 58.723 23.475 58.747 23.401 58.723 23.246 L 52.884 6.926 C 52.859 6.795 52.835 6.771 52.705 6.771 L 49.197 6.771 C 49.1 6.771 49.043 6.844 49.043 6.951 C 48.994 7.809 48.921 8.07 48.815 8.324 L 43.61 23.221 C 43.586 23.401 43.642 23.475 43.789 23.475 L 46.314 23.475 C 46.468 23.475 46.542 23.426 46.599 23.271 L 47.987 19.078 L 54.021 19.078 Z M 48.791 16.308 C 49.554 13.987 50.561 11.013 50.967 9.312 L 50.991 9.312 C 51.495 11.094 52.681 14.625 53.217 16.308 Z M 66.229 23.728 C 67.748 23.728 69.363 23.45 71.003 22.739 C 71.133 22.69 71.157 22.633 71.157 22.51 C 71.097 21.97 71.062 21.428 71.053 20.884 L 71.053 5.52 C 71.053 5.421 71.053 5.373 70.931 5.373 L 68.177 5.373 C 68.072 5.373 68.023 5.421 68.023 5.553 L 68.023 10.758 C 67.662 10.711 67.298 10.687 66.934 10.684 C 62.493 10.684 59.764 13.635 59.764 17.32 C 59.764 21.594 62.565 23.727 66.228 23.727 Z M 68.024 20.884 C 67.569 21.031 67.065 21.088 66.554 21.088 C 64.539 21.088 62.891 19.944 62.891 17.166 C 62.891 14.706 64.588 13.251 66.838 13.251 C 67.293 13.251 67.69 13.3 68.024 13.431 Z M 79.941 10.685 C 76.149 10.685 73.802 13.611 73.802 17.223 C 73.802 20.451 75.669 23.728 79.884 23.728 C 83.449 23.728 85.95 21.088 85.95 17.141 C 85.95 13.66 83.83 10.685 79.941 10.685 Z M 79.786 13.251 C 81.93 13.251 82.839 15.106 82.839 17.223 C 82.839 19.838 81.5 21.137 79.941 21.137 C 78.016 21.137 76.879 19.511 76.879 17.166 C 76.879 14.755 78.089 13.251 79.786 13.251 Z M 88.796 5.373 C 88.69 5.373 88.617 5.422 88.617 5.553 L 88.617 22.943 C 88.617 23.017 88.69 23.148 88.796 23.172 C 90.022 23.547 91.298 23.735 92.58 23.728 C 96.324 23.728 99.962 21.391 99.962 16.683 C 99.962 13.276 97.639 10.685 94.001 10.685 C 93.221 10.681 92.445 10.802 91.703 11.045 L 91.671 5.577 C 91.671 5.397 91.622 5.373 91.443 5.373 Z M 96.851 16.994 C 96.851 19.814 94.935 21.137 92.865 21.137 C 92.434 21.137 92.052 21.113 91.703 21.007 L 91.703 13.586 C 92.101 13.431 92.58 13.299 93.465 13.299 C 95.463 13.299 96.851 14.574 96.851 16.994 Z M 110.236 17.909 C 111.471 17.909 112.485 17.885 112.834 17.803 C 112.965 17.779 113.013 17.73 113.037 17.623 C 113.11 17.346 113.143 16.766 113.143 16.054 C 113.143 13.635 111.698 10.685 107.962 10.685 C 104.145 10.685 102.026 13.815 102.026 17.345 C 102.026 20.475 103.666 23.728 108.262 23.728 C 109.984 23.728 111.097 23.45 112.055 22.993 C 112.153 22.943 112.201 22.862 112.201 22.714 L 112.201 20.598 C 112.201 20.475 112.128 20.451 112.055 20.5 C 111.097 20.908 110.057 21.113 108.921 21.113 C 106.347 21.113 105.177 19.683 105.104 17.909 Z M 105.104 15.719 C 105.307 14.477 106.086 13.129 107.832 13.129 C 109.757 13.129 110.26 14.755 110.26 15.49 L 110.26 15.695 C 110.155 15.719 109.83 15.719 108.872 15.719 Z\" fill=\"rgb(250, 11, 1)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.388 25\" overflow=\"visible\"><path d=\"M 10.388 0 L 0 0 L 0 25 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.4 25.03\" overflow=\"visible\"><path d=\"M 10.4 0 L 0 0 L 0 25.03 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zu6txv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.465 30\" overflow=\"visible\"><path d=\"M 12.465 0 L 0 0 L 0 30 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.374 25\" overflow=\"visible\"><path d=\"M 0 0 L 10.374 0 L 10.374 25 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.387 25.03\" overflow=\"visible\"><path d=\"M 0 0 L 10.387 0 L 10.387 25.03 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3wp8hw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.449 30\" overflow=\"visible\"><path d=\"M 0 0 L 12.449 0 L 12.449 30 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.152 15.786\" overflow=\"visible\"><path d=\"M 4.541 0 L 11.152 15.786 L 6.814 15.786 L 4.839 10.76 L 0 10.76 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.165 15.805\" overflow=\"visible\"><path d=\"M 4.546 0 L 11.165 15.805 L 6.822 15.805 L 4.844 10.773 L 0 10.773 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3g5nsi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.383 18.943\" overflow=\"visible\"><path d=\"M 5.449 0 L 13.383 18.943 L 8.177 18.943 L 5.806 12.912 L 0 12.912 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.605 13.919\" overflow=\"visible\"><path d=\"M 8.68 10.256 L 9.905 13.79 C 9.946 13.879 10.007 13.919 10.115 13.919 L 12.47 13.919 C 12.599 13.919 12.619 13.858 12.599 13.729 L 7.733 0.129 C 7.712 0.02 7.692 0 7.584 0 L 4.661 0 C 4.579 0 4.532 0.061 4.532 0.149 C 4.492 0.864 4.431 1.082 4.342 1.294 L 0.004 13.708 C -0.016 13.858 0.032 13.919 0.154 13.919 L 2.258 13.919 C 2.387 13.919 2.448 13.879 2.495 13.749 L 3.652 10.256 L 8.681 10.256 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.62 13.936\" overflow=\"visible\"><path d=\"M 8.69 10.268 L 9.917 13.806 C 9.958 13.895 10.018 13.936 10.127 13.936 L 12.485 13.936 C 12.614 13.936 12.634 13.874 12.614 13.745 L 7.742 0.129 C 7.721 0.02 7.701 0 7.593 0 L 4.666 0 C 4.585 0 4.538 0.061 4.538 0.149 C 4.497 0.865 4.436 1.083 4.347 1.295 L 0.004 13.724 C -0.016 13.874 0.032 13.936 0.154 13.936 L 2.261 13.936 C 2.389 13.936 2.451 13.895 2.498 13.766 L 3.657 10.268 L 8.691 10.268 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1a68pfu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.126 16.703\" overflow=\"visible\"><path d=\"M 10.416 12.307 L 11.886 16.548 C 11.935 16.654 12.008 16.703 12.138 16.703 L 14.964 16.703 C 15.118 16.703 15.142 16.629 15.118 16.474 L 9.28 0.154 C 9.255 0.024 9.231 0 9.1 0 L 5.593 0 C 5.495 0 5.439 0.073 5.439 0.179 C 5.39 1.037 5.317 1.299 5.211 1.552 L 0.005 16.449 C -0.019 16.629 0.038 16.703 0.184 16.703 L 2.71 16.703 C 2.864 16.703 2.938 16.654 2.994 16.499 L 4.383 12.307 L 10.417 12.307 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.688 5.83\" overflow=\"visible\"><path d=\"M 0 5.83 C 0.636 3.896 1.475 1.417 1.814 0 L 1.834 0 C 2.254 1.485 3.241 4.427 3.688 5.83 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.692 5.837\" overflow=\"visible\"><path d=\"M 0 5.837 C 0.636 3.9 1.477 1.419 1.816 0 L 1.836 0 C 2.256 1.487 3.245 4.432 3.692 5.837 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15mgbqr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.425 6.996\" overflow=\"visible\"><path d=\"M 0 6.996 C 0.763 4.675 1.77 1.701 2.176 0 L 2.2 0 C 2.704 1.782 3.89 5.313 4.425 6.996 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.494 15.296\" overflow=\"visible\"><path d=\"M 5.387 15.296 C 6.653 15.296 7.999 15.064 9.366 14.472 C 9.474 14.431 9.494 14.384 9.494 14.281 C 9.444 13.831 9.415 13.379 9.407 12.926 L 9.407 0.123 C 9.407 0.041 9.407 0 9.306 0 L 7.011 0 C 6.923 0 6.882 0.041 6.882 0.15 L 6.882 4.488 C 6.581 4.449 6.278 4.429 5.975 4.426 C 2.274 4.426 0 6.885 0 9.956 C 0 13.518 2.334 15.296 5.386 15.296 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.506 15.315\" overflow=\"visible\"><path d=\"M 5.394 15.315 C 6.661 15.315 8.009 15.082 9.377 14.489 C 9.486 14.449 9.506 14.401 9.506 14.298 C 9.455 13.848 9.426 13.395 9.418 12.942 L 9.418 0.123 C 9.418 0.041 9.418 0 9.317 0 L 7.019 0 C 6.931 0 6.89 0.041 6.89 0.15 L 6.89 4.493 C 6.589 4.454 6.286 4.434 5.982 4.432 C 2.276 4.432 0 6.893 0 9.968 C 0 13.534 2.337 15.314 5.393 15.314 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-73kca5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.393 18.356\" overflow=\"visible\"><path d=\"M 6.465 18.356 C 7.983 18.356 9.599 18.077 11.239 17.367 C 11.369 17.318 11.393 17.26 11.393 17.138 C 11.332 16.598 11.298 16.055 11.289 15.512 L 11.289 0.147 C 11.289 0.049 11.289 0 11.167 0 L 8.413 0 C 8.307 0 8.259 0.049 8.259 0.18 L 8.259 5.385 C 7.898 5.339 7.534 5.314 7.17 5.312 C 2.728 5.312 0 8.262 0 11.948 C 0 16.221 2.801 18.355 6.464 18.355 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.277 6.531\" overflow=\"visible\"><path d=\"M 4.277 6.361 C 3.899 6.483 3.479 6.531 3.052 6.531 C 1.374 6.531 0 5.577 0 3.262 C 0 1.212 1.414 0 3.289 0 C 3.668 0 3.999 0.041 4.277 0.15 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.282 6.538\" overflow=\"visible\"><path d=\"M 4.282 6.368 C 3.903 6.491 3.483 6.538 3.056 6.538 C 1.375 6.538 0 5.584 0 3.266 C 0 1.214 1.416 0 3.293 0 C 3.672 0 4.004 0.041 4.282 0.15 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4l227i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.133 7.837\" overflow=\"visible\"><path d=\"M 5.133 7.633 C 4.678 7.779 4.174 7.837 3.663 7.837 C 1.648 7.837 0 6.693 0 3.915 C 0 1.455 1.697 0 3.947 0 C 4.401 0 4.799 0.049 5.133 0.18 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.124 10.869\" overflow=\"visible\"><path d=\"M 5.116 0 C 1.956 0 0 2.438 0 5.448 C 0 8.139 1.556 10.869 5.069 10.869 C 8.039 10.869 10.124 8.669 10.124 5.38 C 10.124 2.479 8.357 0 5.116 0 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.136 10.882\" overflow=\"visible\"><path d=\"M 5.122 0 C 1.958 0 0 2.441 0 5.454 C 0 8.148 1.558 10.882 5.075 10.882 C 8.049 10.882 10.136 8.68 10.136 5.386 C 10.136 2.482 8.367 0 5.122 0 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-sqlyo4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.148 13.043\" overflow=\"visible\"><path d=\"M 6.139 0 C 2.347 0 0 2.925 0 6.537 C 0 9.766 1.868 13.043 6.082 13.043 C 9.647 13.043 12.148 10.403 12.148 6.456 C 12.148 2.975 10.029 0 6.139 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.967 6.571\" overflow=\"visible\"><path d=\"M 2.423 0 C 4.209 0 4.967 1.546 4.967 3.309 C 4.967 5.489 3.851 6.571 2.551 6.571 C 0.948 6.571 0 5.216 0 3.262 C 0 1.253 1.009 0 2.423 0 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.973 6.579\" overflow=\"visible\"><path d=\"M 2.426 0 C 4.214 0 4.973 1.548 4.973 3.313 C 4.973 5.495 3.855 6.579 2.554 6.579 C 0.949 6.579 0 5.223 0 3.266 C 0 1.254 1.01 0 2.426 0 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5g54b0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.961 7.886\" overflow=\"visible\"><path d=\"M 2.907 0 C 5.051 0 5.961 1.855 5.961 3.971 C 5.961 6.586 4.621 7.886 3.062 7.886 C 1.137 7.886 0 6.26 0 3.915 C 0 1.503 1.21 0 2.907 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.454 15.296\" overflow=\"visible\"><path d=\"M 0.149 0 C 0.061 0 0 0.041 0 0.15 L 0 14.641 C 0 14.703 0.061 14.812 0.149 14.832 C 1.17 15.145 2.234 15.301 3.302 15.296 C 6.422 15.296 9.454 13.348 9.454 9.425 C 9.454 6.586 7.518 4.426 4.486 4.426 C 3.836 4.423 3.189 4.524 2.571 4.726 L 2.544 0.17 C 2.544 0.02 2.504 0 2.355 0 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.465 15.314\" overflow=\"visible\"><path d=\"M 0.149 0 C 0.061 0 0 0.041 0 0.15 L 0 14.659 C 0 14.72 0.061 14.83 0.149 14.85 C 1.172 15.163 2.236 15.32 3.306 15.314 C 6.43 15.314 9.465 13.364 9.465 9.436 C 9.465 6.594 7.527 4.432 4.492 4.432 C 3.841 4.428 3.193 4.529 2.574 4.732 L 2.547 0.17 C 2.547 0.02 2.507 0 2.358 0 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uk12ph\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.344 18.355\" overflow=\"visible\"><path d=\"M 0.178 0 C 0.073 0 0 0.049 0 0.18 L 0 17.57 C 0 17.643 0.073 17.775 0.178 17.799 C 1.404 18.174 2.68 18.362 3.963 18.355 C 7.707 18.355 11.344 16.017 11.344 11.31 C 11.344 7.903 9.021 5.312 5.384 5.312 C 4.603 5.307 3.827 5.429 3.086 5.672 L 3.053 0.204 C 3.053 0.024 3.004 0 2.826 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.29 6.531\" overflow=\"visible\"><path d=\"M 4.29 3.079 C 4.29 5.429 2.694 6.531 0.968 6.531 C 0.609 6.531 0.291 6.511 0 6.423 L 0 0.239 C 0.331 0.109 0.731 0 1.469 0 C 3.133 0 4.29 1.062 4.29 3.079 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.295 6.539\" overflow=\"visible\"><path d=\"M 4.295 3.082 C 4.295 5.435 2.697 6.539 0.969 6.539 C 0.61 6.539 0.291 6.519 0 6.431 L 0 0.239 C 0.332 0.109 0.732 0 1.47 0 C 3.137 0 4.295 1.063 4.295 3.082 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-djjlih\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.148 7.838\" overflow=\"visible\"><path d=\"M 5.148 3.694 C 5.148 6.514 3.232 7.838 1.161 7.838 C 0.731 7.838 0.349 7.814 0 7.707 L 0 0.286 C 0.398 0.131 0.877 0 1.762 0 C 3.759 0 5.148 1.275 5.148 3.694 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.264 10.869\" overflow=\"visible\"><path d=\"M 6.842 6.02 C 7.871 6.02 8.716 6 9.007 5.931 C 9.116 5.911 9.156 5.871 9.176 5.781 C 9.237 5.551 9.264 5.067 9.264 4.474 C 9.264 2.459 8.06 0 4.947 0 C 1.766 0 0 2.609 0 5.55 C 0 8.159 1.367 10.869 5.197 10.869 C 6.632 10.869 7.559 10.637 8.358 10.256 C 8.439 10.215 8.479 10.147 8.479 10.024 L 8.479 8.261 C 8.479 8.159 8.419 8.139 8.358 8.179 C 7.559 8.519 6.693 8.69 5.746 8.69 C 3.601 8.69 2.626 7.498 2.565 6.02 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.275 10.882\" overflow=\"visible\"><path d=\"M 6.85 6.027 C 7.88 6.027 8.727 6.007 9.018 5.938 C 9.127 5.918 9.167 5.878 9.187 5.788 C 9.248 5.557 9.275 5.073 9.275 4.48 C 9.275 2.461 8.07 0 4.953 0 C 1.769 0 0 2.612 0 5.557 C 0 8.168 1.369 10.882 5.203 10.882 C 6.64 10.882 7.568 10.65 8.368 10.269 C 8.449 10.227 8.489 10.159 8.489 10.036 L 8.489 8.271 C 8.489 8.168 8.429 8.148 8.368 8.189 C 7.568 8.529 6.701 8.7 5.753 8.7 C 3.605 8.7 2.629 7.507 2.568 6.027 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2qfk3k\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.117 13.043\" overflow=\"visible\"><path d=\"M 8.211 7.224 C 9.445 7.224 10.46 7.2 10.809 7.118 C 10.939 7.094 10.988 7.045 11.012 6.938 C 11.085 6.661 11.117 6.081 11.117 5.369 C 11.117 2.95 9.672 0 5.937 0 C 2.12 0 0 3.13 0 6.66 C 0 9.79 1.641 13.043 6.237 13.043 C 7.959 13.043 9.071 12.765 10.029 12.308 C 10.127 12.258 10.175 12.177 10.175 12.029 L 10.175 9.913 C 10.175 9.79 10.102 9.766 10.029 9.815 C 9.071 10.223 8.031 10.428 6.895 10.428 C 4.321 10.428 3.151 8.997 3.078 7.224 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.297 2.159\" overflow=\"visible\"><path d=\"M 0 2.159 C 0.169 1.124 0.819 0 2.274 0 C 3.878 0 4.297 1.355 4.297 1.968 L 4.297 2.139 C 4.209 2.159 3.939 2.159 3.14 2.159 Z\" fill=\"transparent\"></path></svg>'},ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.302 2.161\" overflow=\"visible\"><path d=\"M 0 2.161 C 0.169 1.125 0.82 0 2.276 0 C 3.882 0 4.302 1.357 4.302 1.97 L 4.302 2.141 C 4.214 2.161 3.943 2.161 3.144 2.161 Z\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bft6hf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.157 2.59\" overflow=\"visible\"><path d=\"M 0 2.59 C 0.203 1.348 0.982 0 2.728 0 C 4.653 0 5.157 1.626 5.157 2.361 L 5.157 2.566 C 5.051 2.59 4.726 2.59 3.768 2.59 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})})]})})]})})})]})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d2n1m8\",\"data-framer-name\":\"advisors-container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ohaify\",\"data-framer-name\":\"advisors\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",children:\"Our Advisors\"})}),className:\"framer-jmsnh2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fc7rrc\",\"data-framer-name\":\"team-pics\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1v5bc25\",\"data-framer-name\":\"advisor-01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"center\",positionY:\"top\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 190px) / 3.5, 1px)`,src:\"https://framerusercontent.com/images/gO6dlyrGtT5Di9Vh1j8o5pkGx2A.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/gO6dlyrGtT5Di9Vh1j8o5pkGx2A.jpg?width=668&height=827 668w\"}},ybyv0aONX:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"center\",positionY:\"top\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1600px) - 80px) * 0.8)`,src:\"https://framerusercontent.com/images/gO6dlyrGtT5Di9Vh1j8o5pkGx2A.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/gO6dlyrGtT5Di9Vh1j8o5pkGx2A.jpg?width=668&height=827 668w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"center\",positionY:\"top\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 230px) / 3.5, 1px)`,src:\"https://framerusercontent.com/images/gO6dlyrGtT5Di9Vh1j8o5pkGx2A.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/gO6dlyrGtT5Di9Vh1j8o5pkGx2A.jpg?width=668&height=827 668w\"},className:\"framer-1ijev6x\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n4h5bz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3ozn6s\",\"data-framer-name\":\"founder-details\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rq8zrb\",\"data-styles-preset\":\"SlII4VH5l\",children:\"Bessie Lee\"})}),className:\"framer-g1epzc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11u2bvm\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Investor / Advisor\"})})},ybyv0aONX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Investor / Advisor\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Ex-CEO, WPP China\"})}),className:\"framer-127omb5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",children:\"Ex-CEO, WPP China\"})}),className:\"framer-vwbq1t hidden-72rtr7 hidden-ft67uj hidden-dn4946\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",children:\"Ex-CEO, WPP China\"})}),className:\"framer-1wi1c0e hidden-72rtr7 hidden-1h39kbv hidden-dn4946\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"Martech investor, WithinLink\"})}),className:\"framer-mm5tv3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rlwxw6\",\"data-framer-name\":\"linkedin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-18xdu7e\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-zk82tr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.027 16\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0 M 5.671 5.312 L 5.671 15.999 L 8.99 15.999 L 8.99 10.714 C 8.99 9.32 9.252 7.969 10.981 7.969 C 12.686 7.969 12.707 9.564 12.707 10.802 L 12.707 16 L 16.027 16 L 16.027 10.139 C 16.027 7.26 15.408 5.048 12.043 5.048 C 10.427 5.048 9.344 5.935 8.902 6.774 L 8.857 6.774 L 8.857 5.312 Z M 0.264 5.312 L 3.588 5.312 L 3.588 15.999 L 0.264 15.999 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-w0nqd1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.853 3.853\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f2ff0m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.356 10.952\" overflow=\"visible\"><path d=\"M 0 0.264 L 0 10.951 L 3.318 10.951 L 3.318 5.666 C 3.318 4.272 3.58 2.921 5.31 2.921 C 7.015 2.921 7.036 4.515 7.036 5.754 L 7.036 10.952 L 10.356 10.952 L 10.356 5.091 C 10.356 2.212 9.736 0 6.371 0 C 4.756 0 3.673 0.887 3.23 1.726 L 3.185 1.726 L 3.185 0.264 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-krfxb1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.323 10.687\" overflow=\"visible\"><path d=\"M 0 0 L 3.323 0 L 3.323 10.687 L 0 10.687 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/bessielee/\",motionChild:true,nodeId:\"ggQN0Lh_E\",openInNewTab:true,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-2owa1c\",\"data-styles-preset\":\"CRlR5zSpe\",children:\"Visit LinkedIn profile\"})})})}),className:\"framer-1vd8gnv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z6hwgx\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 83.375 24.998\" overflow=\"visible\"><path d=\"M 54.995 11.813 C 54.554 11.813 54.211 12.156 54.211 12.597 C 54.211 13.038 54.554 13.381 54.995 13.381 C 55.436 13.381 55.779 13.038 55.779 12.597 C 55.779 12.205 55.436 11.813 54.995 11.813 M 54.995 7.107 C 54.554 7.107 54.211 7.45 54.211 7.891 C 54.211 8.333 54.554 8.676 54.995 8.676 C 55.436 8.676 55.779 8.333 55.779 7.891 C 55.779 7.45 55.436 7.107 54.995 7.107 M 54.995 9.46 C 54.554 9.46 54.211 9.803 54.211 10.244 C 54.211 10.685 54.554 11.028 54.995 11.028 C 55.436 11.028 55.779 10.685 55.779 10.244 C 55.779 9.803 55.436 9.46 54.995 9.46 M 57.054 3.529 C 56.613 3.529 56.27 3.872 56.27 4.313 C 56.27 4.754 56.613 5.098 57.054 5.098 C 57.495 5.098 57.838 4.754 57.838 4.313 C 57.838 3.872 57.495 3.529 57.054 3.529 M 57.054 1.47 C 56.76 1.47 56.564 1.716 56.564 1.961 C 56.564 2.255 56.809 2.451 57.054 2.451 C 57.348 2.451 57.544 2.206 57.544 1.961 C 57.544 1.716 57.299 1.47 57.054 1.47 M 54.995 15.783 C 55.436 15.783 55.779 15.44 55.779 14.999 C 55.779 14.558 55.436 14.214 54.995 14.214 C 54.554 14.214 54.211 14.558 54.211 14.999 C 54.211 15.44 54.554 15.783 54.995 15.783 M 54.995 4.705 C 54.554 4.705 54.211 5.049 54.211 5.49 C 54.211 5.931 54.554 6.274 54.995 6.274 C 55.436 6.274 55.779 5.931 55.779 5.49 C 55.779 5.049 55.436 4.705 54.995 4.705 M 52.937 13.038 C 52.495 13.038 52.152 13.381 52.152 13.822 C 52.152 14.263 52.495 14.607 52.937 14.607 C 53.378 14.607 53.721 14.263 53.721 13.822 C 53.721 13.381 53.378 13.038 52.937 13.038 M 52.937 11.96 C 53.231 11.96 53.427 11.715 53.427 11.47 C 53.427 11.176 53.182 10.979 52.937 10.979 C 52.642 10.979 52.446 11.225 52.446 11.47 C 52.446 11.715 52.642 11.96 52.937 11.96 M 48.819 11.96 C 49.113 11.96 49.309 11.715 49.309 11.47 C 49.309 11.176 49.064 10.979 48.819 10.979 C 48.525 10.979 48.329 11.225 48.329 11.47 C 48.329 11.715 48.574 11.96 48.819 11.96 M 50.878 17.891 C 51.172 17.891 51.368 17.646 51.368 17.4 C 51.368 17.155 51.123 16.91 50.878 16.91 C 50.584 16.91 50.388 17.155 50.388 17.4 C 50.388 17.646 50.633 17.891 50.878 17.891 M 52.937 6.225 C 52.642 6.225 52.446 6.47 52.446 6.715 C 52.446 7.009 52.692 7.205 52.937 7.205 C 53.231 7.205 53.427 6.96 53.427 6.715 C 53.427 6.421 53.231 6.225 52.937 6.225 M 48.819 6.225 C 48.525 6.225 48.329 6.47 48.329 6.715 C 48.329 7.009 48.574 7.205 48.819 7.205 C 49.113 7.205 49.309 6.96 49.309 6.715 C 49.309 6.421 49.113 6.225 48.819 6.225 M 54.995 2.353 C 54.554 2.353 54.211 2.696 54.211 3.137 C 54.211 3.578 54.554 3.921 54.995 3.921 C 55.436 3.921 55.779 3.578 55.779 3.137 C 55.779 2.696 55.436 2.353 54.995 2.353 M 54.995 0.294 C 54.701 0.294 54.505 0.539 54.505 0.784 C 54.505 1.078 54.75 1.274 54.995 1.274 C 55.289 1.274 55.485 1.029 55.485 0.784 C 55.485 0.49 55.24 0.294 54.995 0.294 M 52.937 17.008 C 53.378 17.008 53.721 16.665 53.721 16.224 C 53.721 15.783 53.378 15.44 52.937 15.44 C 52.495 15.44 52.152 15.783 52.152 16.224 C 52.152 16.665 52.495 17.008 52.937 17.008 M 57.054 8.284 C 56.613 8.284 56.27 8.627 56.27 9.068 C 56.27 9.509 56.613 9.852 57.054 9.852 C 57.495 9.852 57.838 9.509 57.838 9.068 C 57.838 8.627 57.495 8.284 57.054 8.284 M 66.171 5.931 C 65.73 5.931 65.386 6.274 65.386 6.715 C 65.386 7.156 65.73 7.499 66.171 7.499 C 66.612 7.499 66.955 7.156 66.955 6.715 C 66.955 6.274 66.612 5.931 66.171 5.931 M 66.171 3.529 C 65.73 3.529 65.386 3.872 65.386 4.313 C 65.386 4.754 65.73 5.098 66.171 5.098 C 66.612 5.098 66.955 4.754 66.955 4.313 C 66.955 3.872 66.612 3.529 66.171 3.529 M 59.113 9.46 C 58.671 9.46 58.328 9.803 58.328 10.244 C 58.328 10.685 58.671 11.028 59.113 11.028 C 59.554 11.028 59.897 10.685 59.897 10.244 C 59.897 9.803 59.554 9.46 59.113 9.46 M 66.171 1.176 C 65.73 1.176 65.386 1.519 65.386 1.961 C 65.386 2.402 65.73 2.745 66.171 2.745 C 66.612 2.745 66.955 2.402 66.955 1.961 C 66.955 1.519 66.612 1.176 66.171 1.176 M 66.171 13.038 C 65.73 13.038 65.386 13.381 65.386 13.822 C 65.386 14.263 65.73 14.607 66.171 14.607 C 66.612 14.607 66.955 14.263 66.955 13.822 C 66.955 13.381 66.612 13.038 66.171 13.038 M 66.171 10.636 C 65.73 10.636 65.386 10.979 65.386 11.421 C 65.386 11.862 65.73 12.205 66.171 12.205 C 66.612 12.205 66.955 11.862 66.955 11.421 C 66.955 11.028 66.612 10.636 66.171 10.636 M 66.171 8.284 C 65.73 8.284 65.386 8.627 65.386 9.068 C 65.386 9.509 65.73 9.852 66.171 9.852 C 66.612 9.852 66.955 9.509 66.955 9.068 C 66.955 8.627 66.612 8.284 66.171 8.284 M 44.702 10.636 C 44.261 10.636 43.918 10.979 43.918 11.421 C 43.918 11.862 44.261 12.205 44.702 12.205 C 45.143 12.205 45.486 11.862 45.486 11.421 C 45.535 11.028 45.143 10.636 44.702 10.636 M 57.054 14.607 C 57.495 14.607 57.838 14.263 57.838 13.822 C 57.838 13.381 57.495 13.038 57.054 13.038 C 56.613 13.038 56.27 13.381 56.27 13.822 C 56.221 14.263 56.613 14.607 57.054 14.607 M 59.113 7.107 C 58.671 7.107 58.328 7.45 58.328 7.891 C 58.328 8.333 58.671 8.676 59.113 8.676 C 59.554 8.676 59.897 8.333 59.897 7.891 C 59.897 7.45 59.554 7.107 59.113 7.107 M 52.937 3.529 C 52.495 3.529 52.152 3.872 52.152 4.313 C 52.152 4.754 52.495 5.098 52.937 5.098 C 53.378 5.098 53.721 4.754 53.721 4.313 C 53.721 3.872 53.378 3.529 52.937 3.529 M 57.054 10.636 C 56.613 10.636 56.27 10.979 56.27 11.421 C 56.27 11.862 56.613 12.205 57.054 12.205 C 57.495 12.205 57.838 11.862 57.838 11.421 C 57.838 11.028 57.495 10.636 57.054 10.636 M 59.113 13.136 C 59.407 13.136 59.603 12.891 59.603 12.646 C 59.603 12.352 59.358 12.156 59.113 12.156 C 58.867 12.156 58.622 12.401 58.622 12.646 C 58.622 12.891 58.818 13.136 59.113 13.136 M 59.113 4.705 C 58.671 4.705 58.328 5.049 58.328 5.49 C 58.328 5.931 58.671 6.274 59.113 6.274 C 59.554 6.274 59.897 5.931 59.897 5.49 C 59.897 5.049 59.554 4.705 59.113 4.705 M 46.761 16.567 C 46.32 16.567 45.976 16.91 45.976 17.351 C 45.976 17.793 46.32 18.136 46.761 18.136 C 47.202 18.136 47.545 17.793 47.545 17.351 C 47.594 16.91 47.202 16.567 46.761 16.567 M 46.761 7.107 C 46.32 7.107 45.976 7.45 45.976 7.891 C 45.976 8.333 46.32 8.676 46.761 8.676 C 47.202 8.676 47.545 8.333 47.545 7.891 C 47.594 7.45 47.202 7.107 46.761 7.107 M 52.937 1.176 C 52.495 1.176 52.152 1.519 52.152 1.961 C 52.152 2.402 52.495 2.745 52.937 2.745 C 53.378 2.745 53.721 2.402 53.721 1.961 C 53.721 1.519 53.378 1.176 52.937 1.176 M 46.761 2.353 C 46.32 2.353 45.976 2.696 45.976 3.137 C 45.976 3.578 46.32 3.921 46.761 3.921 C 47.202 3.921 47.545 3.578 47.545 3.137 C 47.594 2.696 47.202 2.353 46.761 2.353 M 46.761 0 C 46.32 0 45.976 0.343 45.976 0.784 C 45.976 1.225 46.32 1.568 46.761 1.568 C 47.202 1.568 47.545 1.225 47.545 0.784 C 47.545 0.343 47.202 0 46.761 0 M 46.761 14.214 C 46.32 14.214 45.976 14.558 45.976 14.999 C 45.976 15.44 46.32 15.783 46.761 15.783 C 47.202 15.783 47.545 15.44 47.545 14.999 C 47.594 14.558 47.202 14.214 46.761 14.214 M 46.761 11.813 C 46.32 11.813 45.976 12.156 45.976 12.597 C 45.976 13.038 46.32 13.381 46.761 13.381 C 47.202 13.381 47.545 13.038 47.545 12.597 C 47.594 12.205 47.202 11.813 46.761 11.813 M 46.761 9.46 C 46.32 9.46 45.976 9.803 45.976 10.244 C 45.976 10.685 46.32 11.028 46.761 11.028 C 47.202 11.028 47.545 10.685 47.545 10.244 C 47.594 9.803 47.202 9.46 46.761 9.46 M 44.702 15.391 C 44.261 15.391 43.918 15.734 43.918 16.175 C 43.918 16.616 44.261 16.959 44.702 16.959 C 45.143 16.959 45.486 16.616 45.486 16.175 C 45.486 15.734 45.143 15.391 44.702 15.391 M 44.702 17.744 C 44.261 17.744 43.918 18.087 43.918 18.528 C 43.918 18.969 44.261 19.312 44.702 19.312 C 45.143 19.312 45.486 18.969 45.486 18.528 C 45.535 18.136 45.143 17.744 44.702 17.744 M 46.761 24.998 C 47.055 24.998 47.251 24.753 47.251 24.508 C 47.251 24.214 47.006 24.018 46.761 24.018 C 46.467 24.018 46.271 24.263 46.271 24.508 C 46.271 24.753 46.516 24.998 46.761 24.998 M 44.702 13.038 C 44.261 13.038 43.918 13.381 43.918 13.822 C 43.918 14.263 44.261 14.607 44.702 14.607 C 45.143 14.607 45.486 14.263 45.486 13.822 C 45.535 13.381 45.143 13.038 44.702 13.038 M 66.171 15.391 C 65.73 15.391 65.386 15.734 65.386 16.175 C 65.386 16.616 65.73 16.959 66.171 16.959 C 66.612 16.959 66.955 16.616 66.955 16.175 C 66.955 15.734 66.612 15.391 66.171 15.391 M 44.702 20.145 C 44.261 20.145 43.918 20.488 43.918 20.93 C 43.918 21.371 44.261 21.714 44.702 21.714 C 45.143 21.714 45.486 21.371 45.486 20.93 C 45.535 20.488 45.143 20.145 44.702 20.145 M 44.702 24.116 C 45.143 24.116 45.486 23.772 45.486 23.331 C 45.486 22.89 45.143 22.547 44.702 22.547 C 44.261 22.547 43.918 22.89 43.918 23.331 C 43.918 23.723 44.261 24.116 44.702 24.116 M 46.761 4.705 C 46.32 4.705 45.976 5.049 45.976 5.49 C 45.976 5.931 46.32 6.274 46.761 6.274 C 47.202 6.274 47.545 5.931 47.545 5.49 C 47.545 5.049 47.202 4.705 46.761 4.705 M 50.878 2.353 C 50.437 2.353 50.094 2.696 50.094 3.137 C 50.094 3.578 50.437 3.921 50.878 3.921 C 51.319 3.921 51.662 3.578 51.662 3.137 C 51.662 2.696 51.319 2.353 50.878 2.353 M 50.878 4.705 C 50.437 4.705 50.094 5.049 50.094 5.49 C 50.094 5.931 50.437 6.274 50.878 6.274 C 51.319 6.274 51.662 5.931 51.662 5.49 C 51.662 5.049 51.319 4.705 50.878 4.705 M 50.878 0 C 50.437 0 50.094 0.343 50.094 0.784 C 50.094 1.225 50.437 1.568 50.878 1.568 C 51.319 1.568 51.662 1.225 51.662 0.784 C 51.662 0.343 51.319 0 50.878 0 M 48.819 17.008 C 49.26 17.008 49.604 16.665 49.604 16.224 C 49.604 15.783 49.26 15.44 48.819 15.44 C 48.378 15.44 48.035 15.783 48.035 16.224 C 48.035 16.665 48.378 17.008 48.819 17.008 M 46.761 18.969 C 46.32 18.969 45.976 19.312 45.976 19.753 C 45.976 20.194 46.32 20.537 46.761 20.537 C 47.202 20.537 47.545 20.194 47.545 19.753 C 47.594 19.312 47.202 18.969 46.761 18.969 M 50.878 11.813 C 50.437 11.813 50.094 12.156 50.094 12.597 C 50.094 13.038 50.437 13.381 50.878 13.381 C 51.319 13.381 51.662 13.038 51.662 12.597 C 51.662 12.205 51.319 11.813 50.878 11.813 M 50.878 15.783 C 51.319 15.783 51.662 15.44 51.662 14.999 C 51.662 14.558 51.319 14.214 50.878 14.214 C 50.437 14.214 50.094 14.558 50.094 14.999 C 50.094 15.44 50.437 15.783 50.878 15.783 M 48.819 3.529 C 48.378 3.529 48.035 3.872 48.035 4.313 C 48.035 4.754 48.378 5.098 48.819 5.098 C 49.26 5.098 49.604 4.754 49.604 4.313 C 49.604 3.872 49.26 3.529 48.819 3.529 M 48.819 1.176 C 48.378 1.176 48.035 1.519 48.035 1.961 C 48.035 2.402 48.378 2.745 48.819 2.745 C 49.26 2.745 49.604 2.402 49.604 1.961 C 49.653 1.519 49.26 1.176 48.819 1.176 M 46.761 21.322 C 46.32 21.322 45.976 21.665 45.976 22.106 C 45.976 22.547 46.32 22.89 46.761 22.89 C 47.202 22.89 47.545 22.547 47.545 22.106 C 47.594 21.665 47.202 21.322 46.761 21.322 M 48.819 13.038 C 48.378 13.038 48.035 13.381 48.035 13.822 C 48.035 14.263 48.378 14.607 48.819 14.607 C 49.26 14.607 49.604 14.263 49.604 13.822 C 49.653 13.381 49.26 13.038 48.819 13.038 M 57.054 5.931 C 56.613 5.931 56.27 6.274 56.27 6.715 C 56.27 7.156 56.613 7.499 57.054 7.499 C 57.495 7.499 57.838 7.156 57.838 6.715 C 57.838 6.274 57.495 5.931 57.054 5.931 M 76.415 2.353 C 75.974 2.353 75.631 2.696 75.631 3.137 C 75.631 3.578 75.974 3.921 76.415 3.921 C 76.856 3.921 77.199 3.578 77.199 3.137 C 77.199 2.696 76.856 2.353 76.415 2.353 M 76.415 4.705 C 75.974 4.705 75.631 5.049 75.631 5.49 C 75.631 5.931 75.974 6.274 76.415 6.274 C 76.856 6.274 77.199 5.931 77.199 5.49 C 77.199 5.049 76.856 4.705 76.415 4.705 M 76.415 14.214 C 75.974 14.214 75.631 14.558 75.631 14.999 C 75.631 15.44 75.974 15.783 76.415 15.783 C 76.856 15.783 77.199 15.44 77.199 14.999 C 77.199 14.558 76.856 14.214 76.415 14.214 M 76.415 11.813 C 75.974 11.813 75.631 12.156 75.631 12.597 C 75.631 13.038 75.974 13.381 76.415 13.381 C 76.856 13.381 77.199 13.038 77.199 12.597 C 77.199 12.205 76.856 11.813 76.415 11.813 M 78.474 1.176 C 78.032 1.176 77.689 1.519 77.689 1.961 C 77.689 2.402 78.032 2.745 78.474 2.745 C 78.915 2.745 79.258 2.402 79.258 1.961 C 79.258 1.519 78.915 1.176 78.474 1.176 M 78.474 5.931 C 78.032 5.931 77.689 6.274 77.689 6.715 C 77.689 7.156 78.032 7.499 78.474 7.499 C 78.915 7.499 79.258 7.156 79.258 6.715 C 79.258 6.274 78.915 5.931 78.474 5.931 M 78.474 8.284 C 78.032 8.284 77.689 8.627 77.689 9.068 C 77.689 9.509 78.032 9.852 78.474 9.852 C 78.915 9.852 79.258 9.509 79.258 9.068 C 79.258 8.627 78.915 8.284 78.474 8.284 M 78.474 3.529 C 78.032 3.529 77.689 3.872 77.689 4.313 C 77.689 4.754 78.032 5.098 78.474 5.098 C 78.915 5.098 79.258 4.754 79.258 4.313 C 79.258 3.872 78.915 3.529 78.474 3.529 M 74.356 3.529 C 73.915 3.529 73.572 3.872 73.572 4.313 C 73.572 4.754 73.915 5.098 74.356 5.098 C 74.797 5.098 75.141 4.754 75.141 4.313 C 75.141 3.872 74.797 3.529 74.356 3.529 M 76.415 0.294 C 76.121 0.294 75.925 0.539 75.925 0.784 C 75.925 1.078 76.17 1.274 76.415 1.274 C 76.709 1.274 76.905 1.029 76.905 0.784 C 76.905 0.49 76.709 0.294 76.415 0.294 M 74.356 6.225 C 74.062 6.225 73.866 6.47 73.866 6.715 C 73.866 7.009 74.111 7.205 74.356 7.205 C 74.65 7.205 74.846 6.96 74.846 6.715 C 74.846 6.421 74.65 6.225 74.356 6.225 M 74.356 10.93 C 74.062 10.93 73.866 11.176 73.866 11.421 C 73.866 11.715 74.111 11.911 74.356 11.911 C 74.65 11.911 74.846 11.666 74.846 11.421 C 74.846 11.176 74.65 10.93 74.356 10.93 M 76.415 16.861 C 76.121 16.861 75.925 17.106 75.925 17.351 C 75.925 17.646 76.17 17.842 76.415 17.842 C 76.709 17.842 76.905 17.597 76.905 17.351 C 76.905 17.106 76.709 16.861 76.415 16.861 M 74.356 1.176 C 73.915 1.176 73.572 1.519 73.572 1.961 C 73.572 2.402 73.915 2.745 74.356 2.745 C 74.797 2.745 75.141 2.402 75.141 1.961 C 75.141 1.519 74.797 1.176 74.356 1.176 M 74.356 13.038 C 73.915 13.038 73.572 13.381 73.572 13.822 C 73.572 14.263 73.915 14.607 74.356 14.607 C 74.797 14.607 75.141 14.263 75.141 13.822 C 75.141 13.381 74.797 13.038 74.356 13.038 M 74.356 17.008 C 74.797 17.008 75.141 16.665 75.141 16.224 C 75.141 15.783 74.797 15.44 74.356 15.44 C 73.915 15.44 73.572 15.783 73.572 16.224 C 73.572 16.665 73.915 17.008 74.356 17.008 M 72.298 17.891 C 72.592 17.891 72.788 17.646 72.788 17.4 C 72.788 17.155 72.543 16.91 72.298 16.91 C 72.004 16.91 71.808 17.155 71.808 17.4 C 71.808 17.646 72.053 17.891 72.298 17.891 M 82.591 3.823 C 82.297 3.823 82.101 4.068 82.101 4.313 C 82.101 4.607 82.346 4.804 82.591 4.804 C 82.885 4.804 83.081 4.558 83.081 4.313 C 83.081 4.068 82.836 3.823 82.591 3.823 M 80.532 15.489 C 80.826 15.489 81.022 15.244 81.022 14.999 C 81.022 14.705 80.777 14.509 80.532 14.509 C 80.238 14.509 80.042 14.754 80.042 14.999 C 80.042 15.293 80.238 15.489 80.532 15.489 M 78.474 16.665 C 78.768 16.665 78.964 16.42 78.964 16.175 C 78.964 15.881 78.719 15.685 78.474 15.685 C 78.18 15.685 77.983 15.93 77.983 16.175 C 77.983 16.469 78.18 16.665 78.474 16.665 M 82.591 7.499 C 83.032 7.499 83.375 7.156 83.375 6.715 C 83.375 6.274 83.032 5.931 82.591 5.931 C 82.15 5.931 81.807 6.274 81.807 6.715 C 81.758 7.156 82.15 7.499 82.591 7.499 M 82.591 10.636 C 82.15 10.636 81.807 10.979 81.807 11.421 C 81.807 11.862 82.15 12.205 82.591 12.205 C 83.032 12.205 83.375 11.862 83.375 11.421 C 83.375 11.028 83.032 10.636 82.591 10.636 M 82.591 8.284 C 82.15 8.284 81.807 8.627 81.807 9.068 C 81.807 9.509 82.15 9.852 82.591 9.852 C 83.032 9.852 83.375 9.509 83.375 9.068 C 83.375 8.627 83.032 8.284 82.591 8.284 M 80.532 11.813 C 80.091 11.813 79.748 12.156 79.748 12.597 C 79.748 13.038 80.091 13.381 80.532 13.381 C 80.973 13.381 81.316 13.038 81.316 12.597 C 81.316 12.205 80.973 11.813 80.532 11.813 M 80.532 9.46 C 80.091 9.46 79.748 9.803 79.748 10.244 C 79.748 10.685 80.091 11.028 80.532 11.028 C 80.973 11.028 81.316 10.685 81.316 10.244 C 81.316 9.803 80.973 9.46 80.532 9.46 M 78.474 13.038 C 78.032 13.038 77.689 13.381 77.689 13.822 C 77.689 14.263 78.032 14.607 78.474 14.607 C 78.915 14.607 79.258 14.263 79.258 13.822 C 79.258 13.381 78.915 13.038 78.474 13.038 M 80.532 2.353 C 80.091 2.353 79.748 2.696 79.748 3.137 C 79.748 3.578 80.091 3.921 80.532 3.921 C 80.973 3.921 81.316 3.578 81.316 3.137 C 81.316 2.696 80.973 2.353 80.532 2.353 M 80.532 7.107 C 80.091 7.107 79.748 7.45 79.748 7.891 C 79.748 8.333 80.091 8.676 80.532 8.676 C 80.973 8.676 81.316 8.333 81.316 7.891 C 81.316 7.45 80.973 7.107 80.532 7.107 M 78.474 10.636 C 78.032 10.636 77.689 10.979 77.689 11.421 C 77.689 11.862 78.032 12.205 78.474 12.205 C 78.915 12.205 79.258 11.862 79.258 11.421 C 79.258 11.028 78.915 10.636 78.474 10.636 M 80.532 4.705 C 80.091 4.705 79.748 5.049 79.748 5.49 C 79.748 5.931 80.091 6.274 80.532 6.274 C 80.973 6.274 81.316 5.931 81.316 5.49 C 81.316 5.049 80.973 4.705 80.532 4.705 M 68.229 11.813 C 67.788 11.813 67.445 12.156 67.445 12.597 C 67.445 13.038 67.788 13.381 68.229 13.381 C 68.671 13.381 69.014 13.038 69.014 12.597 C 69.014 12.205 68.671 11.813 68.229 11.813 M 66.171 17.744 C 65.73 17.744 65.386 18.087 65.386 18.528 C 65.386 18.969 65.73 19.312 66.171 19.312 C 66.612 19.312 66.955 18.969 66.955 18.528 C 66.955 18.136 66.612 17.744 66.171 17.744 M 68.229 14.214 C 67.788 14.214 67.445 14.558 67.445 14.999 C 67.445 15.44 67.788 15.783 68.229 15.783 C 68.671 15.783 69.014 15.44 69.014 14.999 C 69.014 14.558 68.671 14.214 68.229 14.214 M 72.298 14.214 C 71.857 14.214 71.513 14.558 71.513 14.999 C 71.513 15.44 71.857 15.783 72.298 15.783 C 72.739 15.783 73.082 15.44 73.082 14.999 C 73.131 14.558 72.739 14.214 72.298 14.214 M 68.229 21.322 C 67.788 21.322 67.445 21.665 67.445 22.106 C 67.445 22.547 67.788 22.89 68.229 22.89 C 68.671 22.89 69.014 22.547 69.014 22.106 C 69.014 21.665 68.671 21.322 68.229 21.322 M 68.229 16.567 C 67.788 16.567 67.445 16.91 67.445 17.351 C 67.445 17.793 67.788 18.136 68.229 18.136 C 68.671 18.136 69.014 17.793 69.014 17.351 C 69.014 16.91 68.671 16.567 68.229 16.567 M 68.229 7.107 C 67.788 7.107 67.445 7.45 67.445 7.891 C 67.445 8.333 67.788 8.676 68.229 8.676 C 68.671 8.676 69.014 8.333 69.014 7.891 C 69.014 7.45 68.671 7.107 68.229 7.107 M 68.229 18.969 C 67.788 18.969 67.445 19.312 67.445 19.753 C 67.445 20.194 67.788 20.537 68.229 20.537 C 68.671 20.537 69.014 20.194 69.014 19.753 C 69.014 19.312 68.671 18.969 68.229 18.969 M 68.229 2.353 C 67.788 2.353 67.445 2.696 67.445 3.137 C 67.445 3.578 67.788 3.921 68.229 3.921 C 68.671 3.921 69.014 3.578 69.014 3.137 C 69.014 2.696 68.671 2.353 68.229 2.353 M 68.229 24.998 C 68.523 24.998 68.72 24.753 68.72 24.508 C 68.72 24.214 68.474 24.018 68.229 24.018 C 67.935 24.018 67.739 24.263 67.739 24.508 C 67.69 24.753 67.935 24.998 68.229 24.998 M 66.171 24.116 C 66.612 24.116 66.955 23.772 66.955 23.331 C 66.955 22.89 66.612 22.547 66.171 22.547 C 65.73 22.547 65.387 22.89 65.387 23.331 C 65.337 23.723 65.73 24.116 66.171 24.116 M 66.171 20.145 C 65.73 20.145 65.386 20.488 65.386 20.93 C 65.386 21.371 65.73 21.714 66.171 21.714 C 66.612 21.714 66.955 21.371 66.955 20.93 C 66.955 20.488 66.612 20.145 66.171 20.145 M 68.229 4.705 C 67.788 4.705 67.445 5.049 67.445 5.49 C 67.445 5.931 67.788 6.274 68.229 6.274 C 68.671 6.274 69.014 5.931 69.014 5.49 C 69.014 5.049 68.671 4.705 68.229 4.705 M 68.229 0 C 67.788 0 67.445 0.343 67.445 0.784 C 67.445 1.225 67.788 1.568 68.229 1.568 C 68.671 1.568 69.014 1.225 69.014 0.784 C 69.014 0.343 68.671 0 68.229 0 M 70.239 1.176 C 69.798 1.176 69.455 1.519 69.455 1.961 C 69.455 2.402 69.798 2.745 70.239 2.745 C 70.68 2.745 71.023 2.402 71.023 1.961 C 71.072 1.519 70.68 1.176 70.239 1.176 M 68.229 9.46 C 67.788 9.46 67.445 9.803 67.445 10.244 C 67.445 10.685 67.788 11.028 68.229 11.028 C 68.671 11.028 69.014 10.685 69.014 10.244 C 69.014 9.803 68.671 9.46 68.229 9.46 M 72.298 0 C 71.857 0 71.513 0.343 71.513 0.784 C 71.513 1.225 71.857 1.568 72.298 1.568 C 72.739 1.568 73.082 1.225 73.082 0.784 C 73.082 0.343 72.739 0 72.298 0 M 72.298 2.353 C 71.857 2.353 71.513 2.696 71.513 3.137 C 71.513 3.578 71.857 3.921 72.298 3.921 C 72.739 3.921 73.082 3.578 73.082 3.137 C 73.131 2.696 72.739 2.353 72.298 2.353 M 70.239 24.116 C 70.68 24.116 71.023 23.772 71.023 23.331 C 71.023 22.89 70.68 22.547 70.239 22.547 C 69.798 22.547 69.455 22.89 69.455 23.331 C 69.455 23.723 69.798 24.116 70.239 24.116 M 72.298 11.813 C 71.857 11.813 71.513 12.156 71.513 12.597 C 71.513 13.038 71.857 13.381 72.298 13.381 C 72.739 13.381 73.082 13.038 73.082 12.597 C 73.131 12.205 72.739 11.813 72.298 11.813 M 70.239 20.145 C 69.798 20.145 69.455 20.488 69.455 20.93 C 69.455 21.371 69.798 21.714 70.239 21.714 C 70.68 21.714 71.023 21.371 71.023 20.93 C 71.072 20.488 70.68 20.145 70.239 20.145 M 72.298 4.705 C 71.857 4.705 71.513 5.049 71.513 5.49 C 71.513 5.931 71.857 6.274 72.298 6.274 C 72.739 6.274 73.082 5.931 73.082 5.49 C 73.082 5.049 72.739 4.705 72.298 4.705 M 70.239 13.038 C 69.798 13.038 69.455 13.381 69.455 13.822 C 69.455 14.263 69.798 14.607 70.239 14.607 C 70.68 14.607 71.023 14.263 71.023 13.822 C 71.072 13.381 70.68 13.038 70.239 13.038 M 70.239 10.636 C 69.798 10.636 69.455 10.979 69.455 11.421 C 69.455 11.862 69.798 12.205 70.239 12.205 C 70.68 12.205 71.023 11.862 71.023 11.421 C 71.072 11.028 70.68 10.636 70.239 10.636 M 70.239 8.284 C 69.798 8.284 69.455 8.627 69.455 9.068 C 69.455 9.509 69.798 9.852 70.239 9.852 C 70.68 9.852 71.023 9.509 71.023 9.068 C 71.072 8.627 70.68 8.284 70.239 8.284 M 70.239 5.931 C 69.798 5.931 69.455 6.274 69.455 6.715 C 69.455 7.156 69.798 7.499 70.239 7.499 C 70.68 7.499 71.023 7.156 71.023 6.715 C 71.072 6.274 70.68 5.931 70.239 5.931 M 70.239 3.529 C 69.798 3.529 69.455 3.872 69.455 4.313 C 69.455 4.754 69.798 5.098 70.239 5.098 C 70.68 5.098 71.023 4.754 71.023 4.313 C 71.023 3.872 70.68 3.529 70.239 3.529 M 70.239 15.391 C 69.798 15.391 69.455 15.734 69.455 16.175 C 69.455 16.616 69.798 16.959 70.239 16.959 C 70.68 16.959 71.023 16.616 71.023 16.175 C 71.023 15.734 70.68 15.391 70.239 15.391 M 70.239 17.744 C 69.798 17.744 69.455 18.087 69.455 18.528 C 69.455 18.969 69.798 19.312 70.239 19.312 C 70.68 19.312 71.023 18.969 71.023 18.528 C 71.072 18.136 70.68 17.744 70.239 17.744 M 37.399 1.47 C 37.105 1.47 36.909 1.716 36.909 1.961 C 36.909 2.255 37.154 2.451 37.399 2.451 C 37.693 2.451 37.889 2.206 37.889 1.961 C 37.889 1.716 37.693 1.47 37.399 1.47 M 14.852 14.214 C 14.411 14.214 14.067 14.558 14.067 14.999 C 14.067 15.44 14.411 15.783 14.852 15.783 C 15.293 15.783 15.636 15.44 15.636 14.999 C 15.636 14.558 15.293 14.214 14.852 14.214 M 14.852 11.813 C 14.411 11.813 14.067 12.156 14.067 12.597 C 14.067 13.038 14.411 13.381 14.852 13.381 C 15.293 13.381 15.636 13.038 15.636 12.597 C 15.636 12.156 15.293 11.813 14.852 11.813 M 14.852 7.401 C 14.558 7.401 14.362 7.646 14.362 7.891 C 14.362 8.186 14.607 8.382 14.852 8.382 C 15.146 8.382 15.342 8.137 15.342 7.891 C 15.342 7.597 15.097 7.401 14.852 7.401 M 14.852 9.46 C 14.411 9.46 14.067 9.803 14.067 10.244 C 14.067 10.685 14.411 11.028 14.852 11.028 C 15.293 11.028 15.636 10.685 15.636 10.244 C 15.636 9.803 15.293 9.46 14.852 9.46 M 16.91 16.665 C 17.204 16.665 17.4 16.42 17.4 16.175 C 17.4 15.881 17.155 15.685 16.91 15.685 C 16.616 15.685 16.42 15.93 16.42 16.175 C 16.371 16.469 16.616 16.665 16.91 16.665 M 14.852 16.567 C 14.411 16.567 14.067 16.91 14.067 17.351 C 14.067 17.793 14.411 18.136 14.852 18.136 C 15.293 18.136 15.636 17.793 15.636 17.351 C 15.636 16.91 15.293 16.567 14.852 16.567 M 14.852 20.537 C 15.293 20.537 15.636 20.194 15.636 19.753 C 15.636 19.312 15.293 18.969 14.852 18.969 C 14.411 18.969 14.067 19.312 14.067 19.753 C 14.018 20.194 14.411 20.537 14.852 20.537 M 12.793 24.116 C 13.234 24.116 13.577 23.772 13.577 23.331 C 13.577 22.89 13.234 22.547 12.793 22.547 C 12.352 22.547 12.009 22.89 12.009 23.331 C 11.96 23.723 12.352 24.116 12.793 24.116 M 12.793 15.391 C 12.352 15.391 12.009 15.734 12.009 16.175 C 12.009 16.616 12.352 16.959 12.793 16.959 C 13.234 16.959 13.577 16.616 13.577 16.175 C 13.577 15.734 13.234 15.391 12.793 15.391 M 10.734 18.969 C 10.293 18.969 9.95 19.312 9.95 19.753 C 9.95 20.194 10.293 20.537 10.734 20.537 C 11.176 20.537 11.519 20.194 11.519 19.753 C 11.519 19.312 11.176 18.969 10.734 18.969 M 10.734 21.322 C 10.293 21.322 9.95 21.665 9.95 22.106 C 9.95 22.547 10.293 22.89 10.734 22.89 C 11.176 22.89 11.519 22.547 11.519 22.106 C 11.519 21.665 11.176 21.322 10.734 21.322 M 12.793 13.038 C 12.352 13.038 12.009 13.381 12.009 13.822 C 12.009 14.263 12.352 14.607 12.793 14.607 C 13.234 14.607 13.577 14.263 13.577 13.822 C 13.577 13.381 13.234 13.038 12.793 13.038 M 12.793 20.145 C 12.352 20.145 12.009 20.488 12.009 20.93 C 12.009 21.371 12.352 21.714 12.793 21.714 C 13.234 21.714 13.577 21.371 13.577 20.93 C 13.577 20.488 13.234 20.145 12.793 20.145 M 12.793 17.744 C 12.352 17.744 12.009 18.087 12.009 18.528 C 12.009 18.969 12.352 19.312 12.793 19.312 C 13.234 19.312 13.577 18.969 13.577 18.528 C 13.577 18.136 13.234 17.744 12.793 17.744 M 18.92 13.43 C 19.361 13.43 19.704 13.087 19.704 12.646 C 19.704 12.205 19.361 11.862 18.92 11.862 C 18.479 11.862 18.136 12.205 18.136 12.646 C 18.136 13.087 18.479 13.43 18.92 13.43 M 18.92 9.46 C 18.479 9.46 18.136 9.803 18.136 10.244 C 18.136 10.685 18.479 11.028 18.92 11.028 C 19.361 11.028 19.704 10.685 19.704 10.244 C 19.753 9.803 19.361 9.46 18.92 9.46 M 18.92 7.107 C 18.479 7.107 18.136 7.45 18.136 7.891 C 18.136 8.333 18.479 8.676 18.92 8.676 C 19.361 8.676 19.704 8.333 19.704 7.891 C 19.753 7.45 19.361 7.107 18.92 7.107 M 18.92 4.705 C 18.479 4.705 18.136 5.049 18.136 5.49 C 18.136 5.931 18.479 6.274 18.92 6.274 C 19.361 6.274 19.704 5.931 19.704 5.49 C 19.704 5.049 19.361 4.705 18.92 4.705 M 20.979 16.665 C 21.273 16.665 21.469 16.42 21.469 16.175 C 21.469 15.881 21.224 15.685 20.979 15.685 C 20.684 15.685 20.488 15.93 20.488 16.175 C 20.488 16.469 20.733 16.665 20.979 16.665 M 20.979 3.529 C 20.537 3.529 20.194 3.872 20.194 4.313 C 20.194 4.754 20.537 5.098 20.979 5.098 C 21.42 5.098 21.763 4.754 21.763 4.313 C 21.763 3.872 21.42 3.529 20.979 3.529 M 16.91 3.529 C 16.469 3.529 16.126 3.872 16.126 4.313 C 16.126 4.754 16.469 5.098 16.91 5.098 C 17.351 5.098 17.695 4.754 17.695 4.313 C 17.695 3.872 17.351 3.529 16.91 3.529 M 18.92 2.353 C 18.479 2.353 18.136 2.696 18.136 3.137 C 18.136 3.578 18.479 3.921 18.92 3.921 C 19.361 3.921 19.704 3.578 19.704 3.137 C 19.753 2.696 19.361 2.353 18.92 2.353 M 16.91 5.931 C 16.469 5.931 16.126 6.274 16.126 6.715 C 16.126 7.156 16.469 7.499 16.91 7.499 C 17.351 7.499 17.695 7.156 17.695 6.715 C 17.695 6.274 17.351 5.931 16.91 5.931 M 16.91 10.636 C 16.469 10.636 16.126 10.979 16.126 11.421 C 16.126 11.862 16.469 12.205 16.91 12.205 C 17.351 12.205 17.695 11.862 17.695 11.421 C 17.695 11.028 17.351 10.636 16.91 10.636 M 16.91 8.284 C 16.469 8.284 16.126 8.627 16.126 9.068 C 16.126 9.509 16.469 9.852 16.91 9.852 C 17.351 9.852 17.695 9.509 17.695 9.068 C 17.695 8.627 17.351 8.284 16.91 8.284 M 16.91 13.038 C 16.469 13.038 16.126 13.381 16.126 13.822 C 16.126 14.263 16.469 14.607 16.91 14.607 C 17.351 14.607 17.695 14.263 17.695 13.822 C 17.695 13.381 17.351 13.038 16.91 13.038 M 18.92 0.294 C 18.626 0.294 18.43 0.539 18.43 0.784 C 18.43 1.078 18.675 1.274 18.92 1.274 C 19.214 1.274 19.41 1.029 19.41 0.784 C 19.459 0.49 19.214 0.294 18.92 0.294 M 16.91 1.47 C 16.616 1.47 16.42 1.716 16.42 1.961 C 16.42 2.255 16.665 2.451 16.91 2.451 C 17.204 2.451 17.4 2.206 17.4 1.961 C 17.4 1.716 17.155 1.47 16.91 1.47 M 20.979 1.47 C 20.684 1.47 20.488 1.716 20.488 1.961 C 20.488 2.255 20.733 2.451 20.979 2.451 C 21.273 2.451 21.469 2.206 21.469 1.961 C 21.469 1.716 21.273 1.47 20.979 1.47 M 4.607 5.147 C 5.049 5.147 5.392 4.804 5.392 4.362 C 5.392 3.921 5.049 3.578 4.607 3.578 C 4.166 3.578 3.823 3.921 3.823 4.362 C 3.823 4.754 4.166 5.147 4.607 5.147 M 6.617 2.353 C 6.176 2.353 5.833 2.696 5.833 3.137 C 5.833 3.578 6.176 3.921 6.617 3.921 C 7.058 3.921 7.401 3.578 7.401 3.137 C 7.401 2.696 7.058 2.353 6.617 2.353 M 6.617 4.705 C 6.176 4.705 5.833 5.049 5.833 5.49 C 5.833 5.931 6.176 6.274 6.617 6.274 C 7.058 6.274 7.401 5.931 7.401 5.49 C 7.401 5.049 7.058 4.705 6.617 4.705 M 6.617 9.46 C 6.176 9.46 5.833 9.803 5.833 10.244 C 5.833 10.685 6.176 11.028 6.617 11.028 C 7.058 11.028 7.401 10.685 7.401 10.244 C 7.401 9.803 7.058 9.46 6.617 9.46 M 6.617 7.107 C 6.176 7.107 5.833 7.45 5.833 7.891 C 5.833 8.333 6.176 8.676 6.617 8.676 C 7.058 8.676 7.401 8.333 7.401 7.891 C 7.401 7.45 7.058 7.107 6.617 7.107 M 4.607 9.901 C 5.049 9.901 5.392 9.558 5.392 9.117 C 5.392 8.676 5.049 8.333 4.607 8.333 C 4.166 8.333 3.823 8.676 3.823 9.117 C 3.823 9.509 4.166 9.901 4.607 9.901 M 20.979 5.931 C 20.537 5.931 20.194 6.274 20.194 6.715 C 20.194 7.156 20.537 7.499 20.979 7.499 C 21.42 7.499 21.763 7.156 21.763 6.715 C 21.812 6.274 21.42 5.931 20.979 5.931 M 4.607 7.499 C 5.049 7.499 5.392 7.156 5.392 6.715 C 5.392 6.274 5.049 5.931 4.607 5.931 C 4.166 5.931 3.823 6.274 3.823 6.715 C 3.823 7.156 4.166 7.499 4.607 7.499 M 6.617 0 C 6.176 0 5.833 0.343 5.833 0.784 C 5.833 1.225 6.176 1.568 6.617 1.568 C 7.058 1.568 7.401 1.225 7.401 0.784 C 7.401 0.343 7.058 0 6.617 0 M 2.549 2.353 C 2.108 2.353 1.765 2.696 1.765 3.137 C 1.765 3.578 2.108 3.921 2.549 3.921 C 2.99 3.921 3.333 3.578 3.333 3.137 C 3.382 2.696 2.99 2.353 2.549 2.353 M 2.549 0 C 2.108 0 1.765 0.343 1.765 0.784 C 1.765 1.225 2.108 1.568 2.549 1.568 C 2.99 1.568 3.333 1.225 3.333 0.784 C 3.333 0.343 2.99 0 2.549 0 M 0.49 1.47 C 0.196 1.47 0 1.716 0 1.961 C 0 2.255 0.245 2.451 0.49 2.451 C 0.784 2.451 0.98 2.206 0.98 1.961 C 1.029 1.716 0.784 1.47 0.49 1.47 M 2.549 4.705 C 2.108 4.705 1.765 5.049 1.765 5.49 C 1.765 5.931 2.108 6.274 2.549 6.274 C 2.99 6.274 3.333 5.931 3.333 5.49 C 3.333 5.049 2.99 4.705 2.549 4.705 M 4.607 1.176 C 4.166 1.176 3.823 1.519 3.823 1.961 C 3.823 2.402 4.166 2.745 4.607 2.745 C 5.049 2.745 5.392 2.402 5.392 1.961 C 5.392 1.519 5.049 1.176 4.607 1.176 M 6.617 15.489 C 6.911 15.489 7.107 15.244 7.107 14.999 C 7.107 14.705 6.862 14.509 6.617 14.509 C 6.323 14.509 6.127 14.754 6.127 14.999 C 6.127 15.293 6.372 15.489 6.617 15.489 M 8.676 3.823 C 8.382 3.823 8.186 4.068 8.186 4.313 C 8.186 4.607 8.431 4.804 8.676 4.804 C 8.97 4.804 9.166 4.558 9.166 4.313 C 9.166 4.068 8.97 3.823 8.676 3.823 M 10.734 24.998 C 11.028 24.998 11.225 24.753 11.225 24.508 C 11.225 24.214 10.979 24.018 10.734 24.018 C 10.44 24.018 10.244 24.263 10.244 24.508 C 10.244 24.753 10.44 24.998 10.734 24.998 M 10.734 9.754 C 10.44 9.754 10.244 9.999 10.244 10.244 C 10.244 10.538 10.489 10.734 10.734 10.734 C 11.028 10.734 11.225 10.489 11.225 10.244 C 11.225 9.999 10.979 9.754 10.734 9.754 M 10.734 7.401 C 10.44 7.401 10.244 7.646 10.244 7.891 C 10.244 8.186 10.489 8.382 10.734 8.382 C 11.028 8.382 11.225 8.137 11.225 7.891 C 11.225 7.597 10.979 7.401 10.734 7.401 M 27.155 7.401 C 26.86 7.401 26.664 7.646 26.664 7.891 C 26.664 8.186 26.909 8.382 27.155 8.382 C 27.449 8.382 27.645 8.137 27.645 7.891 C 27.645 7.597 27.449 7.401 27.155 7.401 M 12.793 10.93 C 12.499 10.93 12.303 11.176 12.303 11.421 C 12.303 11.715 12.548 11.911 12.793 11.911 C 13.087 11.911 13.283 11.666 13.283 11.421 C 13.283 11.176 13.038 10.93 12.793 10.93 M 25.096 10.93 C 24.802 10.93 24.606 11.176 24.606 11.421 C 24.606 11.715 24.851 11.911 25.096 11.911 C 25.39 11.911 25.586 11.666 25.586 11.421 C 25.586 11.176 25.39 10.93 25.096 10.93 M 8.676 15.391 C 8.235 15.391 7.891 15.734 7.891 16.175 C 7.891 16.616 8.235 16.959 8.676 16.959 C 9.117 16.959 9.46 16.616 9.46 16.175 C 9.46 15.734 9.117 15.391 8.676 15.391 M 8.676 17.744 C 8.235 17.744 7.891 18.087 7.891 18.528 C 7.891 18.969 8.235 19.312 8.676 19.312 C 9.117 19.312 9.46 18.969 9.46 18.528 C 9.46 18.136 9.117 17.744 8.676 17.744 M 6.617 11.813 C 6.176 11.813 5.833 12.156 5.833 12.597 C 5.833 13.038 6.176 13.381 6.617 13.381 C 7.058 13.381 7.401 13.038 7.401 12.597 C 7.401 12.156 7.058 11.813 6.617 11.813 M 10.734 11.813 C 10.293 11.813 9.95 12.156 9.95 12.597 C 9.95 13.038 10.293 13.381 10.734 13.381 C 11.176 13.381 11.519 13.038 11.519 12.597 C 11.519 12.156 11.176 11.813 10.734 11.813 M 10.734 14.214 C 10.293 14.214 9.95 14.558 9.95 14.999 C 9.95 15.44 10.293 15.783 10.734 15.783 C 11.176 15.783 11.519 15.44 11.519 14.999 C 11.519 14.558 11.176 14.214 10.734 14.214 M 10.734 16.567 C 10.293 16.567 9.95 16.91 9.95 17.351 C 9.95 17.793 10.293 18.136 10.734 18.136 C 11.176 18.136 11.519 17.793 11.519 17.351 C 11.519 16.91 11.176 16.567 10.734 16.567 M 8.676 5.931 C 8.235 5.931 7.891 6.274 7.891 6.715 C 7.891 7.156 8.235 7.499 8.676 7.499 C 9.117 7.499 9.46 7.156 9.46 6.715 C 9.46 6.274 9.117 5.931 8.676 5.931 M 8.676 13.038 C 8.235 13.038 7.891 13.381 7.891 13.822 C 7.891 14.263 8.235 14.607 8.676 14.607 C 9.117 14.607 9.46 14.263 9.46 13.822 C 9.46 13.381 9.117 13.038 8.676 13.038 M 8.676 21.42 C 8.97 21.42 9.166 21.175 9.166 20.93 C 9.166 20.635 8.921 20.439 8.676 20.439 C 8.382 20.439 8.186 20.684 8.186 20.93 C 8.186 21.224 8.382 21.42 8.676 21.42 M 8.676 10.636 C 8.235 10.636 7.891 10.979 7.891 11.421 C 7.891 11.862 8.235 12.205 8.676 12.205 C 9.117 12.205 9.46 11.862 9.46 11.421 C 9.46 11.028 9.117 10.636 8.676 10.636 M 8.676 8.284 C 8.235 8.284 7.891 8.627 7.891 9.068 C 7.891 9.509 8.235 9.852 8.676 9.852 C 9.117 9.852 9.46 9.509 9.46 9.068 C 9.46 8.627 9.117 8.284 8.676 8.284 M 29.213 21.42 C 29.507 21.42 29.703 21.175 29.703 20.93 C 29.703 20.635 29.458 20.439 29.213 20.439 C 28.968 20.439 28.723 20.684 28.723 20.93 C 28.723 21.224 28.919 21.42 29.213 21.42 M 33.33 5.931 C 32.889 5.931 32.546 6.274 32.546 6.715 C 32.546 7.156 32.889 7.499 33.33 7.499 C 33.772 7.499 34.115 7.156 34.115 6.715 C 34.115 6.274 33.772 5.931 33.33 5.931 M 33.33 3.529 C 32.889 3.529 32.546 3.872 32.546 4.313 C 32.546 4.754 32.889 5.098 33.33 5.098 C 33.772 5.098 34.115 4.754 34.115 4.313 C 34.115 3.872 33.772 3.529 33.33 3.529 M 33.33 9.901 C 33.772 9.901 34.115 9.558 34.115 9.117 C 34.115 8.676 33.772 8.333 33.33 8.333 C 32.889 8.333 32.546 8.676 32.546 9.117 C 32.497 9.509 32.889 9.901 33.33 9.901 M 35.389 6.323 C 35.83 6.323 36.173 5.98 36.173 5.539 C 36.173 5.098 35.83 4.754 35.389 4.754 C 34.948 4.754 34.605 5.098 34.605 5.539 C 34.605 5.98 34.948 6.323 35.389 6.323 M 33.33 1.176 C 32.889 1.176 32.546 1.519 32.546 1.961 C 32.546 2.402 32.889 2.745 33.33 2.745 C 33.772 2.745 34.115 2.402 34.115 1.961 C 34.115 1.519 33.772 1.176 33.33 1.176 M 35.389 2.353 C 34.948 2.353 34.605 2.696 34.605 3.137 C 34.605 3.578 34.948 3.921 35.389 3.921 C 35.83 3.921 36.173 3.578 36.173 3.137 C 36.173 2.696 35.83 2.353 35.389 2.353 M 35.389 0 C 34.948 0 34.605 0.343 34.605 0.784 C 34.605 1.225 34.948 1.568 35.389 1.568 C 35.83 1.568 36.173 1.225 36.173 0.784 C 36.173 0.343 35.83 0 35.389 0 M 31.272 9.46 C 30.831 9.46 30.488 9.803 30.488 10.244 C 30.488 10.685 30.831 11.028 31.272 11.028 C 31.713 11.028 32.056 10.685 32.056 10.244 C 32.056 9.803 31.713 9.46 31.272 9.46 M 31.272 4.705 C 30.831 4.705 30.488 5.049 30.488 5.49 C 30.488 5.931 30.831 6.274 31.272 6.274 C 31.713 6.274 32.056 5.931 32.056 5.49 C 32.056 5.049 31.713 4.705 31.272 4.705 M 31.272 2.353 C 30.831 2.353 30.488 2.696 30.488 3.137 C 30.488 3.578 30.831 3.921 31.272 3.921 C 31.713 3.921 32.056 3.578 32.056 3.137 C 32.056 2.696 31.713 2.353 31.272 2.353 M 31.272 0 C 30.831 0 30.488 0.343 30.488 0.784 C 30.488 1.225 30.831 1.568 31.272 1.568 C 31.713 1.568 32.056 1.225 32.056 0.784 C 32.056 0.343 31.713 0 31.272 0 M 42.692 24.998 C 42.986 24.998 43.183 24.753 43.183 24.508 C 43.183 24.214 42.937 24.018 42.692 24.018 C 42.398 24.018 42.202 24.263 42.202 24.508 C 42.153 24.753 42.398 24.998 42.692 24.998 M 31.272 15.489 C 31.566 15.489 31.762 15.244 31.762 14.999 C 31.762 14.705 31.517 14.509 31.272 14.509 C 30.978 14.509 30.782 14.754 30.782 14.999 C 30.782 15.293 30.978 15.489 31.272 15.489 M 31.272 11.813 C 30.831 11.813 30.488 12.156 30.488 12.597 C 30.488 13.038 30.831 13.381 31.272 13.381 C 31.713 13.381 32.056 13.038 32.056 12.597 C 32.056 12.156 31.713 11.813 31.272 11.813 M 31.272 7.107 C 30.831 7.107 30.488 7.45 30.488 7.891 C 30.488 8.333 30.831 8.676 31.272 8.676 C 31.713 8.676 32.056 8.333 32.056 7.891 C 32.056 7.45 31.713 7.107 31.272 7.107 M 42.692 16.567 C 42.251 16.567 41.908 16.91 41.908 17.351 C 41.908 17.793 42.251 18.136 42.692 18.136 C 43.134 18.136 43.477 17.793 43.477 17.351 C 43.477 16.91 43.134 16.567 42.692 16.567 M 42.692 21.322 C 42.251 21.322 41.908 21.665 41.908 22.106 C 41.908 22.547 42.251 22.89 42.692 22.89 C 43.134 22.89 43.477 22.547 43.477 22.106 C 43.477 21.665 43.134 21.322 42.692 21.322 M 42.692 18.969 C 42.251 18.969 41.908 19.312 41.908 19.753 C 41.908 20.194 42.251 20.537 42.692 20.537 C 43.134 20.537 43.477 20.194 43.477 19.753 C 43.477 19.312 43.134 18.969 42.692 18.969 M 44.702 1.176 C 44.261 1.176 43.918 1.519 43.918 1.961 C 43.918 2.402 44.261 2.745 44.702 2.745 C 45.143 2.745 45.486 2.402 45.486 1.961 C 45.535 1.519 45.143 1.176 44.702 1.176 M 44.702 3.529 C 44.261 3.529 43.918 3.872 43.918 4.313 C 43.918 4.754 44.261 5.098 44.702 5.098 C 45.143 5.098 45.486 4.754 45.486 4.313 C 45.486 3.872 45.143 3.529 44.702 3.529 M 44.702 5.931 C 44.261 5.931 43.918 6.274 43.918 6.715 C 43.918 7.156 44.261 7.499 44.702 7.499 C 45.143 7.499 45.486 7.156 45.486 6.715 C 45.535 6.274 45.143 5.931 44.702 5.931 M 42.692 9.46 C 42.251 9.46 41.908 9.803 41.908 10.244 C 41.908 10.685 42.251 11.028 42.692 11.028 C 43.134 11.028 43.477 10.685 43.477 10.244 C 43.477 9.803 43.134 9.46 42.692 9.46 M 42.692 14.214 C 42.251 14.214 41.908 14.558 41.908 14.999 C 41.908 15.44 42.251 15.783 42.692 15.783 C 43.134 15.783 43.477 15.44 43.477 14.999 C 43.477 14.558 43.134 14.214 42.692 14.214 M 42.692 7.107 C 42.251 7.107 41.908 7.45 41.908 7.891 C 41.908 8.333 42.251 8.676 42.692 8.676 C 43.134 8.676 43.477 8.333 43.477 7.891 C 43.477 7.45 43.134 7.107 42.692 7.107 M 42.692 2.353 C 42.251 2.353 41.908 2.696 41.908 3.137 C 41.908 3.578 42.251 3.921 42.692 3.921 C 43.134 3.921 43.477 3.578 43.477 3.137 C 43.477 2.696 43.134 2.353 42.692 2.353 M 42.692 4.705 C 42.251 4.705 41.908 5.049 41.908 5.49 C 41.908 5.931 42.251 6.274 42.692 6.274 C 43.134 6.274 43.477 5.931 43.477 5.49 C 43.477 5.049 43.134 4.705 42.692 4.705 M 42.692 0 C 42.251 0 41.908 0.343 41.908 0.784 C 41.908 1.225 42.251 1.568 42.692 1.568 C 43.134 1.568 43.477 1.225 43.477 0.784 C 43.477 0.343 43.134 0 42.692 0 M 42.692 11.813 C 42.251 11.813 41.908 12.156 41.908 12.597 C 41.908 13.038 42.251 13.381 42.692 13.381 C 43.134 13.381 43.477 13.038 43.477 12.597 C 43.477 12.205 43.134 11.813 42.692 11.813 M 20.979 8.284 C 20.537 8.284 20.194 8.627 20.194 9.068 C 20.194 9.509 20.537 9.852 20.979 9.852 C 21.42 9.852 21.763 9.509 21.763 9.068 C 21.812 8.627 21.42 8.284 20.979 8.284 M 25.096 13.038 C 24.655 13.038 24.312 13.381 24.312 13.822 C 24.312 14.263 24.655 14.607 25.096 14.607 C 25.537 14.607 25.88 14.263 25.88 13.822 C 25.88 13.381 25.537 13.038 25.096 13.038 M 23.037 16.567 C 22.596 16.567 22.253 16.91 22.253 17.351 C 22.253 17.793 22.596 18.136 23.037 18.136 C 23.478 18.136 23.821 17.793 23.821 17.351 C 23.87 16.91 23.478 16.567 23.037 16.567 M 27.155 24.998 C 27.449 24.998 27.645 24.753 27.645 24.508 C 27.645 24.214 27.4 24.018 27.155 24.018 C 26.86 24.018 26.664 24.263 26.664 24.508 C 26.664 24.753 26.86 24.998 27.155 24.998 M 25.096 15.391 C 24.655 15.391 24.312 15.734 24.312 16.175 C 24.312 16.616 24.655 16.959 25.096 16.959 C 25.537 16.959 25.88 16.616 25.88 16.175 C 25.88 15.734 25.537 15.391 25.096 15.391 M 25.096 24.116 C 25.537 24.116 25.88 23.772 25.88 23.331 C 25.88 22.89 25.537 22.547 25.096 22.547 C 24.655 22.547 24.312 22.89 24.312 23.331 C 24.312 23.723 24.655 24.116 25.096 24.116 M 25.096 17.744 C 24.655 17.744 24.312 18.087 24.312 18.528 C 24.312 18.969 24.655 19.312 25.096 19.312 C 25.537 19.312 25.88 18.969 25.88 18.528 C 25.88 18.136 25.537 17.744 25.096 17.744 M 25.096 20.145 C 24.655 20.145 24.312 20.488 24.312 20.93 C 24.312 21.371 24.655 21.714 25.096 21.714 C 25.537 21.714 25.88 21.371 25.88 20.93 C 25.88 20.488 25.537 20.145 25.096 20.145 M 23.037 20.537 C 23.478 20.537 23.821 20.194 23.821 19.753 C 23.821 19.312 23.478 18.969 23.037 18.969 C 22.596 18.969 22.253 19.312 22.253 19.753 C 22.253 20.194 22.596 20.537 23.037 20.537 M 23.037 7.401 C 22.743 7.401 22.547 7.646 22.547 7.891 C 22.547 8.186 22.792 8.382 23.037 8.382 C 23.331 8.382 23.527 8.137 23.527 7.891 C 23.527 7.597 23.331 7.401 23.037 7.401 M 20.979 13.038 C 20.537 13.038 20.194 13.381 20.194 13.822 C 20.194 14.263 20.537 14.607 20.979 14.607 C 21.42 14.607 21.763 14.263 21.763 13.822 C 21.812 13.381 21.42 13.038 20.979 13.038 M 20.979 10.636 C 20.537 10.636 20.194 10.979 20.194 11.421 C 20.194 11.862 20.537 12.205 20.979 12.205 C 21.42 12.205 21.763 11.862 21.763 11.421 C 21.812 11.028 21.42 10.636 20.979 10.636 M 23.037 14.214 C 22.596 14.214 22.253 14.558 22.253 14.999 C 22.253 15.44 22.596 15.783 23.037 15.783 C 23.478 15.783 23.821 15.44 23.821 14.999 C 23.87 14.558 23.478 14.214 23.037 14.214 M 23.037 9.46 C 22.596 9.46 22.253 9.803 22.253 10.244 C 22.253 10.685 22.596 11.028 23.037 11.028 C 23.478 11.028 23.821 10.685 23.821 10.244 C 23.87 9.803 23.478 9.46 23.037 9.46 M 23.037 11.813 C 22.596 11.813 22.253 12.156 22.253 12.597 C 22.253 13.038 22.596 13.381 23.037 13.381 C 23.478 13.381 23.821 13.038 23.821 12.597 C 23.821 12.156 23.478 11.813 23.037 11.813 M 29.213 10.636 C 28.772 10.636 28.429 10.979 28.429 11.421 C 28.429 11.862 28.772 12.205 29.213 12.205 C 29.654 12.205 29.997 11.862 29.997 11.421 C 29.997 11.028 29.654 10.636 29.213 10.636 M 29.213 8.284 C 28.772 8.284 28.429 8.627 28.429 9.068 C 28.429 9.509 28.772 9.852 29.213 9.852 C 29.654 9.852 29.997 9.509 29.997 9.068 C 29.997 8.627 29.654 8.284 29.213 8.284 M 29.213 17.744 C 28.772 17.744 28.429 18.087 28.429 18.528 C 28.429 18.969 28.772 19.312 29.213 19.312 C 29.654 19.312 29.997 18.969 29.997 18.528 C 29.997 18.136 29.654 17.744 29.213 17.744 M 27.155 9.754 C 26.86 9.754 26.664 9.999 26.664 10.244 C 26.664 10.538 26.909 10.734 27.155 10.734 C 27.449 10.734 27.645 10.489 27.645 10.244 C 27.645 9.999 27.449 9.754 27.155 9.754 M 29.213 15.391 C 28.772 15.391 28.429 15.734 28.429 16.175 C 28.429 16.616 28.772 16.959 29.213 16.959 C 29.654 16.959 29.997 16.616 29.997 16.175 C 29.997 15.734 29.654 15.391 29.213 15.391 M 29.213 13.038 C 28.772 13.038 28.429 13.381 28.429 13.822 C 28.429 14.263 28.772 14.607 29.213 14.607 C 29.654 14.607 29.997 14.263 29.997 13.822 C 29.997 13.381 29.654 13.038 29.213 13.038 M 29.213 3.823 C 28.919 3.823 28.723 4.068 28.723 4.313 C 28.723 4.607 28.968 4.804 29.213 4.804 C 29.458 4.804 29.703 4.558 29.703 4.313 C 29.703 4.068 29.458 3.823 29.213 3.823 M 29.213 5.931 C 28.772 5.931 28.429 6.274 28.429 6.715 C 28.429 7.156 28.772 7.499 29.213 7.499 C 29.654 7.499 29.997 7.156 29.997 6.715 C 29.997 6.274 29.654 5.931 29.213 5.931 M 27.155 14.214 C 26.713 14.214 26.37 14.558 26.37 14.999 C 26.37 15.44 26.713 15.783 27.155 15.783 C 27.596 15.783 27.939 15.44 27.939 14.999 C 27.939 14.558 27.596 14.214 27.155 14.214 M 27.155 11.813 C 26.713 11.813 26.37 12.156 26.37 12.597 C 26.37 13.038 26.713 13.381 27.155 13.381 C 27.596 13.381 27.939 13.038 27.939 12.597 C 27.939 12.156 27.596 11.813 27.155 11.813 M 27.155 16.567 C 26.713 16.567 26.37 16.91 26.37 17.351 C 26.37 17.793 26.713 18.136 27.155 18.136 C 27.596 18.136 27.939 17.793 27.939 17.351 C 27.939 16.91 27.596 16.567 27.155 16.567 M 44.702 8.284 C 44.261 8.284 43.918 8.627 43.918 9.068 C 43.918 9.509 44.261 9.852 44.702 9.852 C 45.143 9.852 45.486 9.509 45.486 9.068 C 45.535 8.627 45.143 8.284 44.702 8.284 M 27.155 18.969 C 26.713 18.969 26.37 19.312 26.37 19.753 C 26.37 20.194 26.713 20.537 27.155 20.537 C 27.596 20.537 27.939 20.194 27.939 19.753 C 27.939 19.312 27.596 18.969 27.155 18.969 M 27.155 21.322 C 26.713 21.322 26.37 21.665 26.37 22.106 C 26.37 22.547 26.713 22.89 27.155 22.89 C 27.596 22.89 27.939 22.547 27.939 22.106 C 27.939 21.665 27.596 21.322 27.155 21.322\" fill=\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59)) /* {&quot;name&quot;:&quot;Aqxle Navy&quot;} */\"></path></svg>'}},children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-patcsg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100.059 30\" overflow=\"visible\"><path d=\"M 66 14.176 C 65.471 14.176 65.059 14.588 65.059 15.118 C 65.059 15.647 65.471 16.059 66 16.059 C 66.529 16.059 66.941 15.647 66.941 15.118 C 66.941 14.647 66.529 14.176 66 14.176 M 66 8.529 C 65.471 8.529 65.059 8.941 65.059 9.471 C 65.059 10 65.471 10.412 66 10.412 C 66.529 10.412 66.941 10 66.941 9.471 C 66.941 8.941 66.529 8.529 66 8.529 M 66 11.353 C 65.471 11.353 65.059 11.765 65.059 12.294 C 65.059 12.824 65.471 13.235 66 13.235 C 66.529 13.235 66.941 12.824 66.941 12.294 C 66.941 11.765 66.529 11.353 66 11.353 M 68.471 4.235 C 67.941 4.235 67.529 4.647 67.529 5.176 C 67.529 5.706 67.941 6.118 68.471 6.118 C 69 6.118 69.412 5.706 69.412 5.176 C 69.412 4.647 69 4.235 68.471 4.235 M 68.471 1.765 C 68.118 1.765 67.882 2.059 67.882 2.353 C 67.882 2.706 68.176 2.941 68.471 2.941 C 68.824 2.941 69.059 2.647 69.059 2.353 C 69.059 2.059 68.765 1.765 68.471 1.765 M 66 18.941 C 66.529 18.941 66.941 18.529 66.941 18 C 66.941 17.471 66.529 17.059 66 17.059 C 65.471 17.059 65.059 17.471 65.059 18 C 65.059 18.529 65.471 18.941 66 18.941 M 66 5.647 C 65.471 5.647 65.059 6.059 65.059 6.588 C 65.059 7.118 65.471 7.529 66 7.529 C 66.529 7.529 66.941 7.118 66.941 6.588 C 66.941 6.059 66.529 5.647 66 5.647 M 63.529 15.647 C 63 15.647 62.588 16.059 62.588 16.588 C 62.588 17.118 63 17.529 63.529 17.529 C 64.059 17.529 64.471 17.118 64.471 16.588 C 64.471 16.059 64.059 15.647 63.529 15.647 M 63.529 14.353 C 63.882 14.353 64.118 14.059 64.118 13.765 C 64.118 13.412 63.824 13.176 63.529 13.176 C 63.176 13.176 62.941 13.471 62.941 13.765 C 62.941 14.059 63.176 14.353 63.529 14.353 M 58.588 14.353 C 58.941 14.353 59.176 14.059 59.176 13.765 C 59.176 13.412 58.882 13.176 58.588 13.176 C 58.235 13.176 58 13.471 58 13.765 C 58 14.059 58.294 14.353 58.588 14.353 M 61.059 21.471 C 61.412 21.471 61.647 21.176 61.647 20.882 C 61.647 20.588 61.353 20.294 61.059 20.294 C 60.706 20.294 60.471 20.588 60.471 20.882 C 60.471 21.176 60.765 21.471 61.059 21.471 M 63.529 7.471 C 63.176 7.471 62.941 7.765 62.941 8.059 C 62.941 8.412 63.235 8.647 63.529 8.647 C 63.882 8.647 64.118 8.353 64.118 8.059 C 64.118 7.706 63.882 7.471 63.529 7.471 M 58.588 7.471 C 58.235 7.471 58 7.765 58 8.059 C 58 8.412 58.294 8.647 58.588 8.647 C 58.941 8.647 59.176 8.353 59.176 8.059 C 59.176 7.706 58.941 7.471 58.588 7.471 M 66 2.824 C 65.471 2.824 65.059 3.235 65.059 3.765 C 65.059 4.294 65.471 4.706 66 4.706 C 66.529 4.706 66.941 4.294 66.941 3.765 C 66.941 3.235 66.529 2.824 66 2.824 M 66 0.353 C 65.647 0.353 65.412 0.647 65.412 0.941 C 65.412 1.294 65.706 1.529 66 1.529 C 66.353 1.529 66.588 1.235 66.588 0.941 C 66.588 0.588 66.294 0.353 66 0.353 M 63.529 20.412 C 64.059 20.412 64.471 20 64.471 19.471 C 64.471 18.941 64.059 18.529 63.529 18.529 C 63 18.529 62.588 18.941 62.588 19.471 C 62.588 20 63 20.412 63.529 20.412 M 68.471 9.941 C 67.941 9.941 67.529 10.353 67.529 10.882 C 67.529 11.412 67.941 11.824 68.471 11.824 C 69 11.824 69.412 11.412 69.412 10.882 C 69.412 10.353 69 9.941 68.471 9.941 M 79.412 7.118 C 78.882 7.118 78.471 7.529 78.471 8.059 C 78.471 8.588 78.882 9 79.412 9 C 79.941 9 80.353 8.588 80.353 8.059 C 80.353 7.529 79.941 7.118 79.412 7.118 M 79.412 4.235 C 78.882 4.235 78.471 4.647 78.471 5.176 C 78.471 5.706 78.882 6.118 79.412 6.118 C 79.941 6.118 80.353 5.706 80.353 5.176 C 80.353 4.647 79.941 4.235 79.412 4.235 M 70.941 11.353 C 70.412 11.353 70 11.765 70 12.294 C 70 12.824 70.412 13.235 70.941 13.235 C 71.471 13.235 71.882 12.824 71.882 12.294 C 71.882 11.765 71.471 11.353 70.941 11.353 M 79.412 1.412 C 78.882 1.412 78.471 1.824 78.471 2.353 C 78.471 2.882 78.882 3.294 79.412 3.294 C 79.941 3.294 80.353 2.882 80.353 2.353 C 80.353 1.824 79.941 1.412 79.412 1.412 M 79.412 15.647 C 78.882 15.647 78.471 16.059 78.471 16.588 C 78.471 17.118 78.882 17.529 79.412 17.529 C 79.941 17.529 80.353 17.118 80.353 16.588 C 80.353 16.059 79.941 15.647 79.412 15.647 M 79.412 12.765 C 78.882 12.765 78.471 13.176 78.471 13.706 C 78.471 14.235 78.882 14.647 79.412 14.647 C 79.941 14.647 80.353 14.235 80.353 13.706 C 80.353 13.235 79.941 12.765 79.412 12.765 M 79.412 9.941 C 78.882 9.941 78.471 10.353 78.471 10.882 C 78.471 11.412 78.882 11.824 79.412 11.824 C 79.941 11.824 80.353 11.412 80.353 10.882 C 80.353 10.353 79.941 9.941 79.412 9.941 M 53.647 12.765 C 53.118 12.765 52.706 13.176 52.706 13.706 C 52.706 14.235 53.118 14.647 53.647 14.647 C 54.176 14.647 54.588 14.235 54.588 13.706 C 54.647 13.235 54.176 12.765 53.647 12.765 M 68.471 17.529 C 69 17.529 69.412 17.118 69.412 16.588 C 69.412 16.059 69 15.647 68.471 15.647 C 67.941 15.647 67.529 16.059 67.529 16.588 C 67.471 17.118 67.941 17.529 68.471 17.529 M 70.941 8.529 C 70.412 8.529 70 8.941 70 9.471 C 70 10 70.412 10.412 70.941 10.412 C 71.471 10.412 71.882 10 71.882 9.471 C 71.882 8.941 71.471 8.529 70.941 8.529 M 63.529 4.235 C 63 4.235 62.588 4.647 62.588 5.176 C 62.588 5.706 63 6.118 63.529 6.118 C 64.059 6.118 64.471 5.706 64.471 5.176 C 64.471 4.647 64.059 4.235 63.529 4.235 M 68.471 12.765 C 67.941 12.765 67.529 13.176 67.529 13.706 C 67.529 14.235 67.941 14.647 68.471 14.647 C 69 14.647 69.412 14.235 69.412 13.706 C 69.412 13.235 69 12.765 68.471 12.765 M 70.941 15.765 C 71.294 15.765 71.529 15.471 71.529 15.176 C 71.529 14.824 71.235 14.588 70.941 14.588 C 70.647 14.588 70.353 14.882 70.353 15.176 C 70.353 15.471 70.588 15.765 70.941 15.765 M 70.941 5.647 C 70.412 5.647 70 6.059 70 6.588 C 70 7.118 70.412 7.529 70.941 7.529 C 71.471 7.529 71.882 7.118 71.882 6.588 C 71.882 6.059 71.471 5.647 70.941 5.647 M 56.118 19.882 C 55.588 19.882 55.176 20.294 55.176 20.824 C 55.176 21.353 55.588 21.765 56.118 21.765 C 56.647 21.765 57.059 21.353 57.059 20.824 C 57.118 20.294 56.647 19.882 56.118 19.882 M 56.118 8.529 C 55.588 8.529 55.176 8.941 55.176 9.471 C 55.176 10 55.588 10.412 56.118 10.412 C 56.647 10.412 57.059 10 57.059 9.471 C 57.118 8.941 56.647 8.529 56.118 8.529 M 63.529 1.412 C 63 1.412 62.588 1.824 62.588 2.353 C 62.588 2.882 63 3.294 63.529 3.294 C 64.059 3.294 64.471 2.882 64.471 2.353 C 64.471 1.824 64.059 1.412 63.529 1.412 M 56.118 2.824 C 55.588 2.824 55.176 3.235 55.176 3.765 C 55.176 4.294 55.588 4.706 56.118 4.706 C 56.647 4.706 57.059 4.294 57.059 3.765 C 57.118 3.235 56.647 2.824 56.118 2.824 M 56.118 0 C 55.588 0 55.176 0.412 55.176 0.941 C 55.176 1.471 55.588 1.882 56.118 1.882 C 56.647 1.882 57.059 1.471 57.059 0.941 C 57.059 0.412 56.647 0 56.118 0 M 56.118 17.059 C 55.588 17.059 55.176 17.471 55.176 18 C 55.176 18.529 55.588 18.941 56.118 18.941 C 56.647 18.941 57.059 18.529 57.059 18 C 57.118 17.471 56.647 17.059 56.118 17.059 M 56.118 14.176 C 55.588 14.176 55.176 14.588 55.176 15.118 C 55.176 15.647 55.588 16.059 56.118 16.059 C 56.647 16.059 57.059 15.647 57.059 15.118 C 57.118 14.647 56.647 14.176 56.118 14.176 M 56.118 11.353 C 55.588 11.353 55.176 11.765 55.176 12.294 C 55.176 12.824 55.588 13.235 56.118 13.235 C 56.647 13.235 57.059 12.824 57.059 12.294 C 57.118 11.765 56.647 11.353 56.118 11.353 M 53.647 18.471 C 53.118 18.471 52.706 18.882 52.706 19.412 C 52.706 19.941 53.118 20.353 53.647 20.353 C 54.176 20.353 54.588 19.941 54.588 19.412 C 54.588 18.882 54.176 18.471 53.647 18.471 M 53.647 21.294 C 53.118 21.294 52.706 21.706 52.706 22.235 C 52.706 22.765 53.118 23.176 53.647 23.176 C 54.176 23.176 54.588 22.765 54.588 22.235 C 54.647 21.765 54.176 21.294 53.647 21.294 M 56.118 30 C 56.471 30 56.706 29.706 56.706 29.412 C 56.706 29.059 56.412 28.824 56.118 28.824 C 55.765 28.824 55.529 29.118 55.529 29.412 C 55.529 29.706 55.824 30 56.118 30 M 53.647 15.647 C 53.118 15.647 52.706 16.059 52.706 16.588 C 52.706 17.118 53.118 17.529 53.647 17.529 C 54.176 17.529 54.588 17.118 54.588 16.588 C 54.647 16.059 54.176 15.647 53.647 15.647 M 79.412 18.471 C 78.882 18.471 78.471 18.882 78.471 19.412 C 78.471 19.941 78.882 20.353 79.412 20.353 C 79.941 20.353 80.353 19.941 80.353 19.412 C 80.353 18.882 79.941 18.471 79.412 18.471 M 53.647 24.176 C 53.118 24.176 52.706 24.588 52.706 25.118 C 52.706 25.647 53.118 26.059 53.647 26.059 C 54.176 26.059 54.588 25.647 54.588 25.118 C 54.647 24.588 54.176 24.176 53.647 24.176 M 53.647 28.941 C 54.176 28.941 54.588 28.529 54.588 28 C 54.588 27.471 54.176 27.059 53.647 27.059 C 53.118 27.059 52.706 27.471 52.706 28 C 52.706 28.471 53.118 28.941 53.647 28.941 M 56.118 5.647 C 55.588 5.647 55.176 6.059 55.176 6.588 C 55.176 7.118 55.588 7.529 56.118 7.529 C 56.647 7.529 57.059 7.118 57.059 6.588 C 57.059 6.059 56.647 5.647 56.118 5.647 M 61.059 2.824 C 60.529 2.824 60.118 3.235 60.118 3.765 C 60.118 4.294 60.529 4.706 61.059 4.706 C 61.588 4.706 62 4.294 62 3.765 C 62 3.235 61.588 2.824 61.059 2.824 M 61.059 5.647 C 60.529 5.647 60.118 6.059 60.118 6.588 C 60.118 7.118 60.529 7.529 61.059 7.529 C 61.588 7.529 62 7.118 62 6.588 C 62 6.059 61.588 5.647 61.059 5.647 M 61.059 0 C 60.529 0 60.118 0.412 60.118 0.941 C 60.118 1.471 60.529 1.882 61.059 1.882 C 61.588 1.882 62 1.471 62 0.941 C 62 0.412 61.588 0 61.059 0 M 58.588 20.412 C 59.118 20.412 59.529 20 59.529 19.471 C 59.529 18.941 59.118 18.529 58.588 18.529 C 58.059 18.529 57.647 18.941 57.647 19.471 C 57.647 20 58.059 20.412 58.588 20.412 M 56.118 22.765 C 55.588 22.765 55.176 23.176 55.176 23.706 C 55.176 24.235 55.588 24.647 56.118 24.647 C 56.647 24.647 57.059 24.235 57.059 23.706 C 57.118 23.176 56.647 22.765 56.118 22.765 M 61.059 14.176 C 60.529 14.176 60.118 14.588 60.118 15.118 C 60.118 15.647 60.529 16.059 61.059 16.059 C 61.588 16.059 62 15.647 62 15.118 C 62 14.647 61.588 14.176 61.059 14.176 M 61.059 18.941 C 61.588 18.941 62 18.529 62 18 C 62 17.471 61.588 17.059 61.059 17.059 C 60.529 17.059 60.118 17.471 60.118 18 C 60.118 18.529 60.529 18.941 61.059 18.941 M 58.588 4.235 C 58.059 4.235 57.647 4.647 57.647 5.176 C 57.647 5.706 58.059 6.118 58.588 6.118 C 59.118 6.118 59.529 5.706 59.529 5.176 C 59.529 4.647 59.118 4.235 58.588 4.235 M 58.588 1.412 C 58.059 1.412 57.647 1.824 57.647 2.353 C 57.647 2.882 58.059 3.294 58.588 3.294 C 59.118 3.294 59.529 2.882 59.529 2.353 C 59.588 1.824 59.118 1.412 58.588 1.412 M 56.118 25.588 C 55.588 25.588 55.176 26 55.176 26.529 C 55.176 27.059 55.588 27.471 56.118 27.471 C 56.647 27.471 57.059 27.059 57.059 26.529 C 57.118 26 56.647 25.588 56.118 25.588 M 58.588 15.647 C 58.059 15.647 57.647 16.059 57.647 16.588 C 57.647 17.118 58.059 17.529 58.588 17.529 C 59.118 17.529 59.529 17.118 59.529 16.588 C 59.588 16.059 59.118 15.647 58.588 15.647 M 68.471 7.118 C 67.941 7.118 67.529 7.529 67.529 8.059 C 67.529 8.588 67.941 9 68.471 9 C 69 9 69.412 8.588 69.412 8.059 C 69.412 7.529 69 7.118 68.471 7.118 M 91.706 2.824 C 91.176 2.824 90.765 3.235 90.765 3.765 C 90.765 4.294 91.176 4.706 91.706 4.706 C 92.235 4.706 92.647 4.294 92.647 3.765 C 92.647 3.235 92.235 2.824 91.706 2.824 M 91.706 5.647 C 91.176 5.647 90.765 6.059 90.765 6.588 C 90.765 7.118 91.176 7.529 91.706 7.529 C 92.235 7.529 92.647 7.118 92.647 6.588 C 92.647 6.059 92.235 5.647 91.706 5.647 M 91.706 17.059 C 91.176 17.059 90.765 17.471 90.765 18 C 90.765 18.529 91.176 18.941 91.706 18.941 C 92.235 18.941 92.647 18.529 92.647 18 C 92.647 17.471 92.235 17.059 91.706 17.059 M 91.706 14.176 C 91.176 14.176 90.765 14.588 90.765 15.118 C 90.765 15.647 91.176 16.059 91.706 16.059 C 92.235 16.059 92.647 15.647 92.647 15.118 C 92.647 14.647 92.235 14.176 91.706 14.176 M 94.176 1.412 C 93.647 1.412 93.235 1.824 93.235 2.353 C 93.235 2.882 93.647 3.294 94.176 3.294 C 94.706 3.294 95.118 2.882 95.118 2.353 C 95.118 1.824 94.706 1.412 94.176 1.412 M 94.176 7.118 C 93.647 7.118 93.235 7.529 93.235 8.059 C 93.235 8.588 93.647 9 94.176 9 C 94.706 9 95.118 8.588 95.118 8.059 C 95.118 7.529 94.706 7.118 94.176 7.118 M 94.176 9.941 C 93.647 9.941 93.235 10.353 93.235 10.882 C 93.235 11.412 93.647 11.824 94.176 11.824 C 94.706 11.824 95.118 11.412 95.118 10.882 C 95.118 10.353 94.706 9.941 94.176 9.941 M 94.176 4.235 C 93.647 4.235 93.235 4.647 93.235 5.176 C 93.235 5.706 93.647 6.118 94.176 6.118 C 94.706 6.118 95.118 5.706 95.118 5.176 C 95.118 4.647 94.706 4.235 94.176 4.235 M 89.235 4.235 C 88.706 4.235 88.294 4.647 88.294 5.176 C 88.294 5.706 88.706 6.118 89.235 6.118 C 89.765 6.118 90.176 5.706 90.176 5.176 C 90.176 4.647 89.765 4.235 89.235 4.235 M 91.706 0.353 C 91.353 0.353 91.118 0.647 91.118 0.941 C 91.118 1.294 91.412 1.529 91.706 1.529 C 92.059 1.529 92.294 1.235 92.294 0.941 C 92.294 0.588 92.059 0.353 91.706 0.353 M 89.235 7.471 C 88.882 7.471 88.647 7.765 88.647 8.059 C 88.647 8.412 88.941 8.647 89.235 8.647 C 89.588 8.647 89.824 8.353 89.824 8.059 C 89.824 7.706 89.588 7.471 89.235 7.471 M 89.235 13.118 C 88.882 13.118 88.647 13.412 88.647 13.706 C 88.647 14.059 88.941 14.294 89.235 14.294 C 89.588 14.294 89.824 14 89.824 13.706 C 89.824 13.412 89.588 13.118 89.235 13.118 M 91.706 20.235 C 91.353 20.235 91.118 20.529 91.118 20.824 C 91.118 21.176 91.412 21.412 91.706 21.412 C 92.059 21.412 92.294 21.118 92.294 20.824 C 92.294 20.529 92.059 20.235 91.706 20.235 M 89.235 1.412 C 88.706 1.412 88.294 1.824 88.294 2.353 C 88.294 2.882 88.706 3.294 89.235 3.294 C 89.765 3.294 90.176 2.882 90.176 2.353 C 90.176 1.824 89.765 1.412 89.235 1.412 M 89.235 15.647 C 88.706 15.647 88.294 16.059 88.294 16.588 C 88.294 17.118 88.706 17.529 89.235 17.529 C 89.765 17.529 90.176 17.118 90.176 16.588 C 90.176 16.059 89.765 15.647 89.235 15.647 M 89.235 20.412 C 89.765 20.412 90.176 20 90.176 19.471 C 90.176 18.941 89.765 18.529 89.235 18.529 C 88.706 18.529 88.294 18.941 88.294 19.471 C 88.294 20 88.706 20.412 89.235 20.412 M 86.765 21.471 C 87.118 21.471 87.353 21.176 87.353 20.882 C 87.353 20.588 87.059 20.294 86.765 20.294 C 86.412 20.294 86.176 20.588 86.176 20.882 C 86.176 21.176 86.471 21.471 86.765 21.471 M 99.118 4.588 C 98.765 4.588 98.529 4.882 98.529 5.176 C 98.529 5.529 98.824 5.765 99.118 5.765 C 99.471 5.765 99.706 5.471 99.706 5.176 C 99.706 4.882 99.412 4.588 99.118 4.588 M 96.647 18.588 C 97 18.588 97.235 18.294 97.235 18 C 97.235 17.647 96.941 17.412 96.647 17.412 C 96.294 17.412 96.059 17.706 96.059 18 C 96.059 18.353 96.294 18.588 96.647 18.588 M 94.176 20 C 94.529 20 94.765 19.706 94.765 19.412 C 94.765 19.059 94.471 18.824 94.176 18.824 C 93.824 18.824 93.588 19.118 93.588 19.412 C 93.588 19.765 93.824 20 94.176 20 M 99.118 9 C 99.647 9 100.059 8.588 100.059 8.059 C 100.059 7.529 99.647 7.118 99.118 7.118 C 98.588 7.118 98.176 7.529 98.176 8.059 C 98.118 8.588 98.588 9 99.118 9 M 99.118 12.765 C 98.588 12.765 98.176 13.176 98.176 13.706 C 98.176 14.235 98.588 14.647 99.118 14.647 C 99.647 14.647 100.059 14.235 100.059 13.706 C 100.059 13.235 99.647 12.765 99.118 12.765 M 99.118 9.941 C 98.588 9.941 98.176 10.353 98.176 10.882 C 98.176 11.412 98.588 11.824 99.118 11.824 C 99.647 11.824 100.059 11.412 100.059 10.882 C 100.059 10.353 99.647 9.941 99.118 9.941 M 96.647 14.176 C 96.118 14.176 95.706 14.588 95.706 15.118 C 95.706 15.647 96.118 16.059 96.647 16.059 C 97.176 16.059 97.588 15.647 97.588 15.118 C 97.588 14.647 97.176 14.176 96.647 14.176 M 96.647 11.353 C 96.118 11.353 95.706 11.765 95.706 12.294 C 95.706 12.824 96.118 13.235 96.647 13.235 C 97.176 13.235 97.588 12.824 97.588 12.294 C 97.588 11.765 97.176 11.353 96.647 11.353 M 94.176 15.647 C 93.647 15.647 93.235 16.059 93.235 16.588 C 93.235 17.118 93.647 17.529 94.176 17.529 C 94.706 17.529 95.118 17.118 95.118 16.588 C 95.118 16.059 94.706 15.647 94.176 15.647 M 96.647 2.824 C 96.118 2.824 95.706 3.235 95.706 3.765 C 95.706 4.294 96.118 4.706 96.647 4.706 C 97.176 4.706 97.588 4.294 97.588 3.765 C 97.588 3.235 97.176 2.824 96.647 2.824 M 96.647 8.529 C 96.118 8.529 95.706 8.941 95.706 9.471 C 95.706 10 96.118 10.412 96.647 10.412 C 97.176 10.412 97.588 10 97.588 9.471 C 97.588 8.941 97.176 8.529 96.647 8.529 M 94.176 12.765 C 93.647 12.765 93.235 13.176 93.235 13.706 C 93.235 14.235 93.647 14.647 94.176 14.647 C 94.706 14.647 95.118 14.235 95.118 13.706 C 95.118 13.235 94.706 12.765 94.176 12.765 M 96.647 5.647 C 96.118 5.647 95.706 6.059 95.706 6.588 C 95.706 7.118 96.118 7.529 96.647 7.529 C 97.176 7.529 97.588 7.118 97.588 6.588 C 97.588 6.059 97.176 5.647 96.647 5.647 M 81.882 14.176 C 81.353 14.176 80.941 14.588 80.941 15.118 C 80.941 15.647 81.353 16.059 81.882 16.059 C 82.412 16.059 82.824 15.647 82.824 15.118 C 82.824 14.647 82.412 14.176 81.882 14.176 M 79.412 21.294 C 78.882 21.294 78.471 21.706 78.471 22.235 C 78.471 22.765 78.882 23.176 79.412 23.176 C 79.941 23.176 80.353 22.765 80.353 22.235 C 80.353 21.765 79.941 21.294 79.412 21.294 M 81.882 17.059 C 81.353 17.059 80.941 17.471 80.941 18 C 80.941 18.529 81.353 18.941 81.882 18.941 C 82.412 18.941 82.824 18.529 82.824 18 C 82.824 17.471 82.412 17.059 81.882 17.059 M 86.765 17.059 C 86.235 17.059 85.824 17.471 85.824 18 C 85.824 18.529 86.235 18.941 86.765 18.941 C 87.294 18.941 87.706 18.529 87.706 18 C 87.765 17.471 87.294 17.059 86.765 17.059 M 81.882 25.588 C 81.353 25.588 80.941 26 80.941 26.529 C 80.941 27.059 81.353 27.471 81.882 27.471 C 82.412 27.471 82.824 27.059 82.824 26.529 C 82.824 26 82.412 25.588 81.882 25.588 M 81.882 19.882 C 81.353 19.882 80.941 20.294 80.941 20.824 C 80.941 21.353 81.353 21.765 81.882 21.765 C 82.412 21.765 82.824 21.353 82.824 20.824 C 82.824 20.294 82.412 19.882 81.882 19.882 M 81.882 8.529 C 81.353 8.529 80.941 8.941 80.941 9.471 C 80.941 10 81.353 10.412 81.882 10.412 C 82.412 10.412 82.824 10 82.824 9.471 C 82.824 8.941 82.412 8.529 81.882 8.529 M 81.882 22.765 C 81.353 22.765 80.941 23.176 80.941 23.706 C 80.941 24.235 81.353 24.647 81.882 24.647 C 82.412 24.647 82.824 24.235 82.824 23.706 C 82.824 23.176 82.412 22.765 81.882 22.765 M 81.882 2.824 C 81.353 2.824 80.941 3.235 80.941 3.765 C 80.941 4.294 81.353 4.706 81.882 4.706 C 82.412 4.706 82.824 4.294 82.824 3.765 C 82.824 3.235 82.412 2.824 81.882 2.824 M 81.882 30 C 82.235 30 82.471 29.706 82.471 29.412 C 82.471 29.059 82.176 28.824 81.882 28.824 C 81.529 28.824 81.294 29.118 81.294 29.412 C 81.235 29.706 81.529 30 81.882 30 M 79.412 28.941 C 79.941 28.941 80.353 28.529 80.353 28 C 80.353 27.471 79.941 27.059 79.412 27.059 C 78.882 27.059 78.471 27.471 78.471 28 C 78.412 28.471 78.882 28.941 79.412 28.941 M 79.412 24.176 C 78.882 24.176 78.471 24.588 78.471 25.118 C 78.471 25.647 78.882 26.059 79.412 26.059 C 79.941 26.059 80.353 25.647 80.353 25.118 C 80.353 24.588 79.941 24.176 79.412 24.176 M 81.882 5.647 C 81.353 5.647 80.941 6.059 80.941 6.588 C 80.941 7.118 81.353 7.529 81.882 7.529 C 82.412 7.529 82.824 7.118 82.824 6.588 C 82.824 6.059 82.412 5.647 81.882 5.647 M 81.882 0 C 81.353 0 80.941 0.412 80.941 0.941 C 80.941 1.471 81.353 1.882 81.882 1.882 C 82.412 1.882 82.824 1.471 82.824 0.941 C 82.824 0.412 82.412 0 81.882 0 M 84.294 1.412 C 83.765 1.412 83.353 1.824 83.353 2.353 C 83.353 2.882 83.765 3.294 84.294 3.294 C 84.824 3.294 85.235 2.882 85.235 2.353 C 85.294 1.824 84.824 1.412 84.294 1.412 M 81.882 11.353 C 81.353 11.353 80.941 11.765 80.941 12.294 C 80.941 12.824 81.353 13.235 81.882 13.235 C 82.412 13.235 82.824 12.824 82.824 12.294 C 82.824 11.765 82.412 11.353 81.882 11.353 M 86.765 0 C 86.235 0 85.824 0.412 85.824 0.941 C 85.824 1.471 86.235 1.882 86.765 1.882 C 87.294 1.882 87.706 1.471 87.706 0.941 C 87.706 0.412 87.294 0 86.765 0 M 86.765 2.824 C 86.235 2.824 85.824 3.235 85.824 3.765 C 85.824 4.294 86.235 4.706 86.765 4.706 C 87.294 4.706 87.706 4.294 87.706 3.765 C 87.765 3.235 87.294 2.824 86.765 2.824 M 84.294 28.941 C 84.824 28.941 85.235 28.529 85.235 28 C 85.235 27.471 84.824 27.059 84.294 27.059 C 83.765 27.059 83.353 27.471 83.353 28 C 83.353 28.471 83.765 28.941 84.294 28.941 M 86.765 14.176 C 86.235 14.176 85.824 14.588 85.824 15.118 C 85.824 15.647 86.235 16.059 86.765 16.059 C 87.294 16.059 87.706 15.647 87.706 15.118 C 87.765 14.647 87.294 14.176 86.765 14.176 M 84.294 24.176 C 83.765 24.176 83.353 24.588 83.353 25.118 C 83.353 25.647 83.765 26.059 84.294 26.059 C 84.824 26.059 85.235 25.647 85.235 25.118 C 85.294 24.588 84.824 24.176 84.294 24.176 M 86.765 5.647 C 86.235 5.647 85.824 6.059 85.824 6.588 C 85.824 7.118 86.235 7.529 86.765 7.529 C 87.294 7.529 87.706 7.118 87.706 6.588 C 87.706 6.059 87.294 5.647 86.765 5.647 M 84.294 15.647 C 83.765 15.647 83.353 16.059 83.353 16.588 C 83.353 17.118 83.765 17.529 84.294 17.529 C 84.824 17.529 85.235 17.118 85.235 16.588 C 85.294 16.059 84.824 15.647 84.294 15.647 M 84.294 12.765 C 83.765 12.765 83.353 13.176 83.353 13.706 C 83.353 14.235 83.765 14.647 84.294 14.647 C 84.824 14.647 85.235 14.235 85.235 13.706 C 85.294 13.235 84.824 12.765 84.294 12.765 M 84.294 9.941 C 83.765 9.941 83.353 10.353 83.353 10.882 C 83.353 11.412 83.765 11.824 84.294 11.824 C 84.824 11.824 85.235 11.412 85.235 10.882 C 85.294 10.353 84.824 9.941 84.294 9.941 M 84.294 7.118 C 83.765 7.118 83.353 7.529 83.353 8.059 C 83.353 8.588 83.765 9 84.294 9 C 84.824 9 85.235 8.588 85.235 8.059 C 85.294 7.529 84.824 7.118 84.294 7.118 M 84.294 4.235 C 83.765 4.235 83.353 4.647 83.353 5.176 C 83.353 5.706 83.765 6.118 84.294 6.118 C 84.824 6.118 85.235 5.706 85.235 5.176 C 85.235 4.647 84.824 4.235 84.294 4.235 M 84.294 18.471 C 83.765 18.471 83.353 18.882 83.353 19.412 C 83.353 19.941 83.765 20.353 84.294 20.353 C 84.824 20.353 85.235 19.941 85.235 19.412 C 85.235 18.882 84.824 18.471 84.294 18.471 M 84.294 21.294 C 83.765 21.294 83.353 21.706 83.353 22.235 C 83.353 22.765 83.765 23.176 84.294 23.176 C 84.824 23.176 85.235 22.765 85.235 22.235 C 85.294 21.765 84.824 21.294 84.294 21.294 M 44.882 1.765 C 44.529 1.765 44.294 2.059 44.294 2.353 C 44.294 2.706 44.588 2.941 44.882 2.941 C 45.235 2.941 45.471 2.647 45.471 2.353 C 45.471 2.059 45.235 1.765 44.882 1.765 M 17.824 17.059 C 17.294 17.059 16.882 17.471 16.882 18 C 16.882 18.529 17.294 18.941 17.824 18.941 C 18.353 18.941 18.765 18.529 18.765 18 C 18.765 17.471 18.353 17.059 17.824 17.059 M 17.824 14.176 C 17.294 14.176 16.882 14.588 16.882 15.118 C 16.882 15.647 17.294 16.059 17.824 16.059 C 18.353 16.059 18.765 15.647 18.765 15.118 C 18.765 14.588 18.353 14.176 17.824 14.176 M 17.824 8.882 C 17.471 8.882 17.235 9.176 17.235 9.471 C 17.235 9.824 17.529 10.059 17.824 10.059 C 18.176 10.059 18.412 9.765 18.412 9.471 C 18.412 9.118 18.118 8.882 17.824 8.882 M 17.824 11.353 C 17.294 11.353 16.882 11.765 16.882 12.294 C 16.882 12.824 17.294 13.235 17.824 13.235 C 18.353 13.235 18.765 12.824 18.765 12.294 C 18.765 11.765 18.353 11.353 17.824 11.353 M 20.294 20 C 20.647 20 20.882 19.706 20.882 19.412 C 20.882 19.059 20.588 18.824 20.294 18.824 C 19.941 18.824 19.706 19.118 19.706 19.412 C 19.647 19.765 19.941 20 20.294 20 M 17.824 19.882 C 17.294 19.882 16.882 20.294 16.882 20.824 C 16.882 21.353 17.294 21.765 17.824 21.765 C 18.353 21.765 18.765 21.353 18.765 20.824 C 18.765 20.294 18.353 19.882 17.824 19.882 M 17.824 24.647 C 18.353 24.647 18.765 24.235 18.765 23.706 C 18.765 23.176 18.353 22.765 17.824 22.765 C 17.294 22.765 16.882 23.176 16.882 23.706 C 16.824 24.235 17.294 24.647 17.824 24.647 M 15.353 28.941 C 15.882 28.941 16.294 28.529 16.294 28 C 16.294 27.471 15.882 27.059 15.353 27.059 C 14.824 27.059 14.412 27.471 14.412 28 C 14.353 28.471 14.824 28.941 15.353 28.941 M 15.353 18.471 C 14.824 18.471 14.412 18.882 14.412 19.412 C 14.412 19.941 14.824 20.353 15.353 20.353 C 15.882 20.353 16.294 19.941 16.294 19.412 C 16.294 18.882 15.882 18.471 15.353 18.471 M 12.882 22.765 C 12.353 22.765 11.941 23.176 11.941 23.706 C 11.941 24.235 12.353 24.647 12.882 24.647 C 13.412 24.647 13.824 24.235 13.824 23.706 C 13.824 23.176 13.412 22.765 12.882 22.765 M 12.882 25.588 C 12.353 25.588 11.941 26 11.941 26.529 C 11.941 27.059 12.353 27.471 12.882 27.471 C 13.412 27.471 13.824 27.059 13.824 26.529 C 13.824 26 13.412 25.588 12.882 25.588 M 15.353 15.647 C 14.824 15.647 14.412 16.059 14.412 16.588 C 14.412 17.118 14.824 17.529 15.353 17.529 C 15.882 17.529 16.294 17.118 16.294 16.588 C 16.294 16.059 15.882 15.647 15.353 15.647 M 15.353 24.176 C 14.824 24.176 14.412 24.588 14.412 25.118 C 14.412 25.647 14.824 26.059 15.353 26.059 C 15.882 26.059 16.294 25.647 16.294 25.118 C 16.294 24.588 15.882 24.176 15.353 24.176 M 15.353 21.294 C 14.824 21.294 14.412 21.706 14.412 22.235 C 14.412 22.765 14.824 23.176 15.353 23.176 C 15.882 23.176 16.294 22.765 16.294 22.235 C 16.294 21.765 15.882 21.294 15.353 21.294 M 22.706 16.118 C 23.235 16.118 23.647 15.706 23.647 15.176 C 23.647 14.647 23.235 14.235 22.706 14.235 C 22.176 14.235 21.765 14.647 21.765 15.176 C 21.765 15.706 22.176 16.118 22.706 16.118 M 22.706 11.353 C 22.176 11.353 21.765 11.765 21.765 12.294 C 21.765 12.824 22.176 13.235 22.706 13.235 C 23.235 13.235 23.647 12.824 23.647 12.294 C 23.706 11.765 23.235 11.353 22.706 11.353 M 22.706 8.529 C 22.176 8.529 21.765 8.941 21.765 9.471 C 21.765 10 22.176 10.412 22.706 10.412 C 23.235 10.412 23.647 10 23.647 9.471 C 23.706 8.941 23.235 8.529 22.706 8.529 M 22.706 5.647 C 22.176 5.647 21.765 6.059 21.765 6.588 C 21.765 7.118 22.176 7.529 22.706 7.529 C 23.235 7.529 23.647 7.118 23.647 6.588 C 23.647 6.059 23.235 5.647 22.706 5.647 M 25.176 20 C 25.529 20 25.765 19.706 25.765 19.412 C 25.765 19.059 25.471 18.824 25.176 18.824 C 24.824 18.824 24.588 19.118 24.588 19.412 C 24.588 19.765 24.882 20 25.176 20 M 25.176 4.235 C 24.647 4.235 24.235 4.647 24.235 5.176 C 24.235 5.706 24.647 6.118 25.176 6.118 C 25.706 6.118 26.118 5.706 26.118 5.176 C 26.118 4.647 25.706 4.235 25.176 4.235 M 20.294 4.235 C 19.765 4.235 19.353 4.647 19.353 5.176 C 19.353 5.706 19.765 6.118 20.294 6.118 C 20.824 6.118 21.235 5.706 21.235 5.176 C 21.235 4.647 20.824 4.235 20.294 4.235 M 22.706 2.824 C 22.176 2.824 21.765 3.235 21.765 3.765 C 21.765 4.294 22.176 4.706 22.706 4.706 C 23.235 4.706 23.647 4.294 23.647 3.765 C 23.706 3.235 23.235 2.824 22.706 2.824 M 20.294 7.118 C 19.765 7.118 19.353 7.529 19.353 8.059 C 19.353 8.588 19.765 9 20.294 9 C 20.824 9 21.235 8.588 21.235 8.059 C 21.235 7.529 20.824 7.118 20.294 7.118 M 20.294 12.765 C 19.765 12.765 19.353 13.176 19.353 13.706 C 19.353 14.235 19.765 14.647 20.294 14.647 C 20.824 14.647 21.235 14.235 21.235 13.706 C 21.235 13.235 20.824 12.765 20.294 12.765 M 20.294 9.941 C 19.765 9.941 19.353 10.353 19.353 10.882 C 19.353 11.412 19.765 11.824 20.294 11.824 C 20.824 11.824 21.235 11.412 21.235 10.882 C 21.235 10.353 20.824 9.941 20.294 9.941 M 20.294 15.647 C 19.765 15.647 19.353 16.059 19.353 16.588 C 19.353 17.118 19.765 17.529 20.294 17.529 C 20.824 17.529 21.235 17.118 21.235 16.588 C 21.235 16.059 20.824 15.647 20.294 15.647 M 22.706 0.353 C 22.353 0.353 22.118 0.647 22.118 0.941 C 22.118 1.294 22.412 1.529 22.706 1.529 C 23.059 1.529 23.294 1.235 23.294 0.941 C 23.353 0.588 23.059 0.353 22.706 0.353 M 20.294 1.765 C 19.941 1.765 19.706 2.059 19.706 2.353 C 19.706 2.706 20 2.941 20.294 2.941 C 20.647 2.941 20.882 2.647 20.882 2.353 C 20.882 2.059 20.588 1.765 20.294 1.765 M 25.176 1.765 C 24.824 1.765 24.588 2.059 24.588 2.353 C 24.588 2.706 24.882 2.941 25.176 2.941 C 25.529 2.941 25.765 2.647 25.765 2.353 C 25.765 2.059 25.529 1.765 25.176 1.765 M 5.529 6.176 C 6.059 6.176 6.471 5.765 6.471 5.235 C 6.471 4.706 6.059 4.294 5.529 4.294 C 5 4.294 4.588 4.706 4.588 5.235 C 4.588 5.706 5 6.176 5.529 6.176 M 7.941 2.824 C 7.412 2.824 7 3.235 7 3.765 C 7 4.294 7.412 4.706 7.941 4.706 C 8.471 4.706 8.882 4.294 8.882 3.765 C 8.882 3.235 8.471 2.824 7.941 2.824 M 7.941 5.647 C 7.412 5.647 7 6.059 7 6.588 C 7 7.118 7.412 7.529 7.941 7.529 C 8.471 7.529 8.882 7.118 8.882 6.588 C 8.882 6.059 8.471 5.647 7.941 5.647 M 7.941 11.353 C 7.412 11.353 7 11.765 7 12.294 C 7 12.824 7.412 13.235 7.941 13.235 C 8.471 13.235 8.882 12.824 8.882 12.294 C 8.882 11.765 8.471 11.353 7.941 11.353 M 7.941 8.529 C 7.412 8.529 7 8.941 7 9.471 C 7 10 7.412 10.412 7.941 10.412 C 8.471 10.412 8.882 10 8.882 9.471 C 8.882 8.941 8.471 8.529 7.941 8.529 M 5.529 11.882 C 6.059 11.882 6.471 11.471 6.471 10.941 C 6.471 10.412 6.059 10 5.529 10 C 5 10 4.588 10.412 4.588 10.941 C 4.588 11.412 5 11.882 5.529 11.882 M 25.176 7.118 C 24.647 7.118 24.235 7.529 24.235 8.059 C 24.235 8.588 24.647 9 25.176 9 C 25.706 9 26.118 8.588 26.118 8.059 C 26.176 7.529 25.706 7.118 25.176 7.118 M 5.529 9 C 6.059 9 6.471 8.588 6.471 8.059 C 6.471 7.529 6.059 7.118 5.529 7.118 C 5 7.118 4.588 7.529 4.588 8.059 C 4.588 8.588 5 9 5.529 9 M 7.941 0 C 7.412 0 7 0.412 7 0.941 C 7 1.471 7.412 1.882 7.941 1.882 C 8.471 1.882 8.882 1.471 8.882 0.941 C 8.882 0.412 8.471 0 7.941 0 M 3.059 2.824 C 2.529 2.824 2.118 3.235 2.118 3.765 C 2.118 4.294 2.529 4.706 3.059 4.706 C 3.588 4.706 4 4.294 4 3.765 C 4.059 3.235 3.588 2.824 3.059 2.824 M 3.059 0 C 2.529 0 2.118 0.412 2.118 0.941 C 2.118 1.471 2.529 1.882 3.059 1.882 C 3.588 1.882 4 1.471 4 0.941 C 4 0.412 3.588 0 3.059 0 M 0.588 1.765 C 0.235 1.765 0 2.059 0 2.353 C 0 2.706 0.294 2.941 0.588 2.941 C 0.941 2.941 1.176 2.647 1.176 2.353 C 1.235 2.059 0.941 1.765 0.588 1.765 M 3.059 5.647 C 2.529 5.647 2.118 6.059 2.118 6.588 C 2.118 7.118 2.529 7.529 3.059 7.529 C 3.588 7.529 4 7.118 4 6.588 C 4 6.059 3.588 5.647 3.059 5.647 M 5.529 1.412 C 5 1.412 4.588 1.824 4.588 2.353 C 4.588 2.882 5 3.294 5.529 3.294 C 6.059 3.294 6.471 2.882 6.471 2.353 C 6.471 1.824 6.059 1.412 5.529 1.412 M 7.941 18.588 C 8.294 18.588 8.529 18.294 8.529 18 C 8.529 17.647 8.235 17.412 7.941 17.412 C 7.588 17.412 7.353 17.706 7.353 18 C 7.353 18.353 7.647 18.588 7.941 18.588 M 10.412 4.588 C 10.059 4.588 9.824 4.882 9.824 5.176 C 9.824 5.529 10.118 5.765 10.412 5.765 C 10.765 5.765 11 5.471 11 5.176 C 11 4.882 10.765 4.588 10.412 4.588 M 12.882 30 C 13.235 30 13.471 29.706 13.471 29.412 C 13.471 29.059 13.176 28.824 12.882 28.824 C 12.529 28.824 12.294 29.118 12.294 29.412 C 12.294 29.706 12.529 30 12.882 30 M 12.882 11.706 C 12.529 11.706 12.294 12 12.294 12.294 C 12.294 12.647 12.588 12.882 12.882 12.882 C 13.235 12.882 13.471 12.588 13.471 12.294 C 13.471 12 13.176 11.706 12.882 11.706 M 12.882 8.882 C 12.529 8.882 12.294 9.176 12.294 9.471 C 12.294 9.824 12.588 10.059 12.882 10.059 C 13.235 10.059 13.471 9.765 13.471 9.471 C 13.471 9.118 13.176 8.882 12.882 8.882 M 32.588 8.882 C 32.235 8.882 32 9.176 32 9.471 C 32 9.824 32.294 10.059 32.588 10.059 C 32.941 10.059 33.176 9.765 33.176 9.471 C 33.176 9.118 32.941 8.882 32.588 8.882 M 15.353 13.118 C 15 13.118 14.765 13.412 14.765 13.706 C 14.765 14.059 15.059 14.294 15.353 14.294 C 15.706 14.294 15.941 14 15.941 13.706 C 15.941 13.412 15.647 13.118 15.353 13.118 M 30.118 13.118 C 29.765 13.118 29.529 13.412 29.529 13.706 C 29.529 14.059 29.824 14.294 30.118 14.294 C 30.471 14.294 30.706 14 30.706 13.706 C 30.706 13.412 30.471 13.118 30.118 13.118 M 10.412 18.471 C 9.882 18.471 9.471 18.882 9.471 19.412 C 9.471 19.941 9.882 20.353 10.412 20.353 C 10.941 20.353 11.353 19.941 11.353 19.412 C 11.353 18.882 10.941 18.471 10.412 18.471 M 10.412 21.294 C 9.882 21.294 9.471 21.706 9.471 22.235 C 9.471 22.765 9.882 23.176 10.412 23.176 C 10.941 23.176 11.353 22.765 11.353 22.235 C 11.353 21.765 10.941 21.294 10.412 21.294 M 7.941 14.176 C 7.412 14.176 7 14.588 7 15.118 C 7 15.647 7.412 16.059 7.941 16.059 C 8.471 16.059 8.882 15.647 8.882 15.118 C 8.882 14.588 8.471 14.176 7.941 14.176 M 12.882 14.176 C 12.353 14.176 11.941 14.588 11.941 15.118 C 11.941 15.647 12.353 16.059 12.882 16.059 C 13.412 16.059 13.824 15.647 13.824 15.118 C 13.824 14.588 13.412 14.176 12.882 14.176 M 12.882 17.059 C 12.353 17.059 11.941 17.471 11.941 18 C 11.941 18.529 12.353 18.941 12.882 18.941 C 13.412 18.941 13.824 18.529 13.824 18 C 13.824 17.471 13.412 17.059 12.882 17.059 M 12.882 19.882 C 12.353 19.882 11.941 20.294 11.941 20.824 C 11.941 21.353 12.353 21.765 12.882 21.765 C 13.412 21.765 13.824 21.353 13.824 20.824 C 13.824 20.294 13.412 19.882 12.882 19.882 M 10.412 7.118 C 9.882 7.118 9.471 7.529 9.471 8.059 C 9.471 8.588 9.882 9 10.412 9 C 10.941 9 11.353 8.588 11.353 8.059 C 11.353 7.529 10.941 7.118 10.412 7.118 M 10.412 15.647 C 9.882 15.647 9.471 16.059 9.471 16.588 C 9.471 17.118 9.882 17.529 10.412 17.529 C 10.941 17.529 11.353 17.118 11.353 16.588 C 11.353 16.059 10.941 15.647 10.412 15.647 M 10.412 25.706 C 10.765 25.706 11 25.412 11 25.118 C 11 24.765 10.706 24.529 10.412 24.529 C 10.059 24.529 9.824 24.824 9.824 25.118 C 9.824 25.471 10.059 25.706 10.412 25.706 M 10.412 12.765 C 9.882 12.765 9.471 13.176 9.471 13.706 C 9.471 14.235 9.882 14.647 10.412 14.647 C 10.941 14.647 11.353 14.235 11.353 13.706 C 11.353 13.235 10.941 12.765 10.412 12.765 M 10.412 9.941 C 9.882 9.941 9.471 10.353 9.471 10.882 C 9.471 11.412 9.882 11.824 10.412 11.824 C 10.941 11.824 11.353 11.412 11.353 10.882 C 11.353 10.353 10.941 9.941 10.412 9.941 M 35.059 25.706 C 35.412 25.706 35.647 25.412 35.647 25.118 C 35.647 24.765 35.353 24.529 35.059 24.529 C 34.765 24.529 34.471 24.824 34.471 25.118 C 34.471 25.471 34.706 25.706 35.059 25.706 M 40 7.118 C 39.471 7.118 39.059 7.529 39.059 8.059 C 39.059 8.588 39.471 9 40 9 C 40.529 9 40.941 8.588 40.941 8.059 C 40.941 7.529 40.529 7.118 40 7.118 M 40 4.235 C 39.471 4.235 39.059 4.647 39.059 5.176 C 39.059 5.706 39.471 6.118 40 6.118 C 40.529 6.118 40.941 5.706 40.941 5.176 C 40.941 4.647 40.529 4.235 40 4.235 M 40 11.882 C 40.529 11.882 40.941 11.471 40.941 10.941 C 40.941 10.412 40.529 10 40 10 C 39.471 10 39.059 10.412 39.059 10.941 C 39 11.412 39.471 11.882 40 11.882 M 42.471 7.588 C 43 7.588 43.412 7.176 43.412 6.647 C 43.412 6.118 43 5.706 42.471 5.706 C 41.941 5.706 41.529 6.118 41.529 6.647 C 41.529 7.176 41.941 7.588 42.471 7.588 M 40 1.412 C 39.471 1.412 39.059 1.824 39.059 2.353 C 39.059 2.882 39.471 3.294 40 3.294 C 40.529 3.294 40.941 2.882 40.941 2.353 C 40.941 1.824 40.529 1.412 40 1.412 M 42.471 2.824 C 41.941 2.824 41.529 3.235 41.529 3.765 C 41.529 4.294 41.941 4.706 42.471 4.706 C 43 4.706 43.412 4.294 43.412 3.765 C 43.412 3.235 43 2.824 42.471 2.824 M 42.471 0 C 41.941 0 41.529 0.412 41.529 0.941 C 41.529 1.471 41.941 1.882 42.471 1.882 C 43 1.882 43.412 1.471 43.412 0.941 C 43.412 0.412 43 0 42.471 0 M 37.529 11.353 C 37 11.353 36.588 11.765 36.588 12.294 C 36.588 12.824 37 13.235 37.529 13.235 C 38.059 13.235 38.471 12.824 38.471 12.294 C 38.471 11.765 38.059 11.353 37.529 11.353 M 37.529 5.647 C 37 5.647 36.588 6.059 36.588 6.588 C 36.588 7.118 37 7.529 37.529 7.529 C 38.059 7.529 38.471 7.118 38.471 6.588 C 38.471 6.059 38.059 5.647 37.529 5.647 M 37.529 2.824 C 37 2.824 36.588 3.235 36.588 3.765 C 36.588 4.294 37 4.706 37.529 4.706 C 38.059 4.706 38.471 4.294 38.471 3.765 C 38.471 3.235 38.059 2.824 37.529 2.824 M 37.529 0 C 37 0 36.588 0.412 36.588 0.941 C 36.588 1.471 37 1.882 37.529 1.882 C 38.059 1.882 38.471 1.471 38.471 0.941 C 38.471 0.412 38.059 0 37.529 0 M 51.235 30 C 51.588 30 51.824 29.706 51.824 29.412 C 51.824 29.059 51.529 28.824 51.235 28.824 C 50.882 28.824 50.647 29.118 50.647 29.412 C 50.588 29.706 50.882 30 51.235 30 M 37.529 18.588 C 37.882 18.588 38.118 18.294 38.118 18 C 38.118 17.647 37.824 17.412 37.529 17.412 C 37.176 17.412 36.941 17.706 36.941 18 C 36.941 18.353 37.176 18.588 37.529 18.588 M 37.529 14.176 C 37 14.176 36.588 14.588 36.588 15.118 C 36.588 15.647 37 16.059 37.529 16.059 C 38.059 16.059 38.471 15.647 38.471 15.118 C 38.471 14.588 38.059 14.176 37.529 14.176 M 37.529 8.529 C 37 8.529 36.588 8.941 36.588 9.471 C 36.588 10 37 10.412 37.529 10.412 C 38.059 10.412 38.471 10 38.471 9.471 C 38.471 8.941 38.059 8.529 37.529 8.529 M 51.235 19.882 C 50.706 19.882 50.294 20.294 50.294 20.824 C 50.294 21.353 50.706 21.765 51.235 21.765 C 51.765 21.765 52.176 21.353 52.176 20.824 C 52.176 20.294 51.765 19.882 51.235 19.882 M 51.235 25.588 C 50.706 25.588 50.294 26 50.294 26.529 C 50.294 27.059 50.706 27.471 51.235 27.471 C 51.765 27.471 52.176 27.059 52.176 26.529 C 52.176 26 51.765 25.588 51.235 25.588 M 51.235 22.765 C 50.706 22.765 50.294 23.176 50.294 23.706 C 50.294 24.235 50.706 24.647 51.235 24.647 C 51.765 24.647 52.176 24.235 52.176 23.706 C 52.176 23.176 51.765 22.765 51.235 22.765 M 53.647 1.412 C 53.118 1.412 52.706 1.824 52.706 2.353 C 52.706 2.882 53.118 3.294 53.647 3.294 C 54.176 3.294 54.588 2.882 54.588 2.353 C 54.647 1.824 54.176 1.412 53.647 1.412 M 53.647 4.235 C 53.118 4.235 52.706 4.647 52.706 5.176 C 52.706 5.706 53.118 6.118 53.647 6.118 C 54.176 6.118 54.588 5.706 54.588 5.176 C 54.588 4.647 54.176 4.235 53.647 4.235 M 53.647 7.118 C 53.118 7.118 52.706 7.529 52.706 8.059 C 52.706 8.588 53.118 9 53.647 9 C 54.176 9 54.588 8.588 54.588 8.059 C 54.647 7.529 54.176 7.118 53.647 7.118 M 51.235 11.353 C 50.706 11.353 50.294 11.765 50.294 12.294 C 50.294 12.824 50.706 13.235 51.235 13.235 C 51.765 13.235 52.176 12.824 52.176 12.294 C 52.176 11.765 51.765 11.353 51.235 11.353 M 51.235 17.059 C 50.706 17.059 50.294 17.471 50.294 18 C 50.294 18.529 50.706 18.941 51.235 18.941 C 51.765 18.941 52.176 18.529 52.176 18 C 52.176 17.471 51.765 17.059 51.235 17.059 M 51.235 8.529 C 50.706 8.529 50.294 8.941 50.294 9.471 C 50.294 10 50.706 10.412 51.235 10.412 C 51.765 10.412 52.176 10 52.176 9.471 C 52.176 8.941 51.765 8.529 51.235 8.529 M 51.235 2.824 C 50.706 2.824 50.294 3.235 50.294 3.765 C 50.294 4.294 50.706 4.706 51.235 4.706 C 51.765 4.706 52.176 4.294 52.176 3.765 C 52.176 3.235 51.765 2.824 51.235 2.824 M 51.235 5.647 C 50.706 5.647 50.294 6.059 50.294 6.588 C 50.294 7.118 50.706 7.529 51.235 7.529 C 51.765 7.529 52.176 7.118 52.176 6.588 C 52.176 6.059 51.765 5.647 51.235 5.647 M 51.235 0 C 50.706 0 50.294 0.412 50.294 0.941 C 50.294 1.471 50.706 1.882 51.235 1.882 C 51.765 1.882 52.176 1.471 52.176 0.941 C 52.176 0.412 51.765 0 51.235 0 M 51.235 14.176 C 50.706 14.176 50.294 14.588 50.294 15.118 C 50.294 15.647 50.706 16.059 51.235 16.059 C 51.765 16.059 52.176 15.647 52.176 15.118 C 52.176 14.647 51.765 14.176 51.235 14.176 M 25.176 9.941 C 24.647 9.941 24.235 10.353 24.235 10.882 C 24.235 11.412 24.647 11.824 25.176 11.824 C 25.706 11.824 26.118 11.412 26.118 10.882 C 26.176 10.353 25.706 9.941 25.176 9.941 M 30.118 15.647 C 29.588 15.647 29.176 16.059 29.176 16.588 C 29.176 17.118 29.588 17.529 30.118 17.529 C 30.647 17.529 31.059 17.118 31.059 16.588 C 31.059 16.059 30.647 15.647 30.118 15.647 M 27.647 19.882 C 27.118 19.882 26.706 20.294 26.706 20.824 C 26.706 21.353 27.118 21.765 27.647 21.765 C 28.176 21.765 28.588 21.353 28.588 20.824 C 28.647 20.294 28.176 19.882 27.647 19.882 M 32.588 30 C 32.941 30 33.176 29.706 33.176 29.412 C 33.176 29.059 32.882 28.824 32.588 28.824 C 32.235 28.824 32 29.118 32 29.412 C 32 29.706 32.235 30 32.588 30 M 30.118 18.471 C 29.588 18.471 29.176 18.882 29.176 19.412 C 29.176 19.941 29.588 20.353 30.118 20.353 C 30.647 20.353 31.059 19.941 31.059 19.412 C 31.059 18.882 30.647 18.471 30.118 18.471 M 30.118 28.941 C 30.647 28.941 31.059 28.529 31.059 28 C 31.059 27.471 30.647 27.059 30.118 27.059 C 29.588 27.059 29.176 27.471 29.176 28 C 29.176 28.471 29.588 28.941 30.118 28.941 M 30.118 21.294 C 29.588 21.294 29.176 21.706 29.176 22.235 C 29.176 22.765 29.588 23.176 30.118 23.176 C 30.647 23.176 31.059 22.765 31.059 22.235 C 31.059 21.765 30.647 21.294 30.118 21.294 M 30.118 24.176 C 29.588 24.176 29.176 24.588 29.176 25.118 C 29.176 25.647 29.588 26.059 30.118 26.059 C 30.647 26.059 31.059 25.647 31.059 25.118 C 31.059 24.588 30.647 24.176 30.118 24.176 M 27.647 24.647 C 28.176 24.647 28.588 24.235 28.588 23.706 C 28.588 23.176 28.176 22.765 27.647 22.765 C 27.118 22.765 26.706 23.176 26.706 23.706 C 26.706 24.235 27.118 24.647 27.647 24.647 M 27.647 8.882 C 27.294 8.882 27.059 9.176 27.059 9.471 C 27.059 9.824 27.353 10.059 27.647 10.059 C 28 10.059 28.235 9.765 28.235 9.471 C 28.235 9.118 28 8.882 27.647 8.882 M 25.176 15.647 C 24.647 15.647 24.235 16.059 24.235 16.588 C 24.235 17.118 24.647 17.529 25.176 17.529 C 25.706 17.529 26.118 17.118 26.118 16.588 C 26.176 16.059 25.706 15.647 25.176 15.647 M 25.176 12.765 C 24.647 12.765 24.235 13.176 24.235 13.706 C 24.235 14.235 24.647 14.647 25.176 14.647 C 25.706 14.647 26.118 14.235 26.118 13.706 C 26.176 13.235 25.706 12.765 25.176 12.765 M 27.647 17.059 C 27.118 17.059 26.706 17.471 26.706 18 C 26.706 18.529 27.118 18.941 27.647 18.941 C 28.176 18.941 28.588 18.529 28.588 18 C 28.647 17.471 28.176 17.059 27.647 17.059 M 27.647 11.353 C 27.118 11.353 26.706 11.765 26.706 12.294 C 26.706 12.824 27.118 13.235 27.647 13.235 C 28.176 13.235 28.588 12.824 28.588 12.294 C 28.647 11.765 28.176 11.353 27.647 11.353 M 27.647 14.176 C 27.118 14.176 26.706 14.588 26.706 15.118 C 26.706 15.647 27.118 16.059 27.647 16.059 C 28.176 16.059 28.588 15.647 28.588 15.118 C 28.588 14.588 28.176 14.176 27.647 14.176 M 35.059 12.765 C 34.529 12.765 34.118 13.176 34.118 13.706 C 34.118 14.235 34.529 14.647 35.059 14.647 C 35.588 14.647 36 14.235 36 13.706 C 36 13.235 35.588 12.765 35.059 12.765 M 35.059 9.941 C 34.529 9.941 34.118 10.353 34.118 10.882 C 34.118 11.412 34.529 11.824 35.059 11.824 C 35.588 11.824 36 11.412 36 10.882 C 36 10.353 35.588 9.941 35.059 9.941 M 35.059 21.294 C 34.529 21.294 34.118 21.706 34.118 22.235 C 34.118 22.765 34.529 23.176 35.059 23.176 C 35.588 23.176 36 22.765 36 22.235 C 36 21.765 35.588 21.294 35.059 21.294 M 32.588 11.706 C 32.235 11.706 32 12 32 12.294 C 32 12.647 32.294 12.882 32.588 12.882 C 32.941 12.882 33.176 12.588 33.176 12.294 C 33.176 12 32.941 11.706 32.588 11.706 M 35.059 18.471 C 34.529 18.471 34.118 18.882 34.118 19.412 C 34.118 19.941 34.529 20.353 35.059 20.353 C 35.588 20.353 36 19.941 36 19.412 C 36 18.882 35.588 18.471 35.059 18.471 M 35.059 15.647 C 34.529 15.647 34.118 16.059 34.118 16.588 C 34.118 17.118 34.529 17.529 35.059 17.529 C 35.588 17.529 36 17.118 36 16.588 C 36 16.059 35.588 15.647 35.059 15.647 M 35.059 4.588 C 34.706 4.588 34.471 4.882 34.471 5.176 C 34.471 5.529 34.765 5.765 35.059 5.765 C 35.353 5.765 35.647 5.471 35.647 5.176 C 35.647 4.882 35.353 4.588 35.059 4.588 M 35.059 7.118 C 34.529 7.118 34.118 7.529 34.118 8.059 C 34.118 8.588 34.529 9 35.059 9 C 35.588 9 36 8.588 36 8.059 C 36 7.529 35.588 7.118 35.059 7.118 M 32.588 17.059 C 32.059 17.059 31.647 17.471 31.647 18 C 31.647 18.529 32.059 18.941 32.588 18.941 C 33.118 18.941 33.529 18.529 33.529 18 C 33.529 17.471 33.118 17.059 32.588 17.059 M 32.588 14.176 C 32.059 14.176 31.647 14.588 31.647 15.118 C 31.647 15.647 32.059 16.059 32.588 16.059 C 33.118 16.059 33.529 15.647 33.529 15.118 C 33.529 14.588 33.118 14.176 32.588 14.176 M 32.588 19.882 C 32.059 19.882 31.647 20.294 31.647 20.824 C 31.647 21.353 32.059 21.765 32.588 21.765 C 33.118 21.765 33.529 21.353 33.529 20.824 C 33.529 20.294 33.118 19.882 32.588 19.882 M 53.647 9.941 C 53.118 9.941 52.706 10.353 52.706 10.882 C 52.706 11.412 53.118 11.824 53.647 11.824 C 54.176 11.824 54.588 11.412 54.588 10.882 C 54.647 10.353 54.176 9.941 53.647 9.941 M 32.588 22.765 C 32.059 22.765 31.647 23.176 31.647 23.706 C 31.647 24.235 32.059 24.647 32.588 24.647 C 33.118 24.647 33.529 24.235 33.529 23.706 C 33.529 23.176 33.118 22.765 32.588 22.765 M 32.588 25.588 C 32.059 25.588 31.647 26 31.647 26.529 C 31.647 27.059 32.059 27.471 32.588 27.471 C 33.118 27.471 33.529 27.059 33.529 26.529 C 33.529 26 33.118 25.588 32.588 25.588\" fill=\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59)) /* {&quot;name&quot;:&quot;Aqxle Navy&quot;} */\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ifwtg0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1solnhf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-j14etn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1himry5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-shyn4s\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16e5je8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-157ypk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1of5s0b\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19wyen8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.245 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9akict\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.294 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.245 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1camlsz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.294 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ju7p1t\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h90swa\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9q38r1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-i41adq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qwdv1e\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1n99gw2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cdzaw4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1h0392o\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lwghcx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m84v7h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fzbb0e\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18re33i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ssknzq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qs2f2y\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.788 1.568 C 1.23 1.568 1.573 1.225 1.573 0.784 C 1.573 0.343 1.23 0 0.788 0 C 0.347 0 0.004 0.343 0.004 0.784 C -0.045 1.225 0.347 1.568 0.788 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18s3zrq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.946 1.882 C 1.476 1.882 1.887 1.471 1.887 0.941 C 1.887 0.412 1.476 0 0.946 0 C 0.417 0 0.005 0.412 0.005 0.941 C -0.054 1.471 0.417 1.882 0.946 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-i78y8g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5s35sr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i75itq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.245 0 0 0.245 0 0.49 C 0 0.735 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1exwpdr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.294 0 0 0.294 0 0.588 C 0 0.882 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2cqark\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-u6xais\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1flva6d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1f1tmfp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-7sbjv4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q1qrop\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-un7wzh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-103war9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lu3bk4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1n2mn1u\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-4t8ba4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.245 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1t4kmmx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.294 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-66bryw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kmx87g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-z4h4hk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.176 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9swewn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.412 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jzwzfs\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-a723bw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uwa3hl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-p395e1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8mlodl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l5hnvz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nf2m2r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vs21sj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xstzvv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rxl5bd\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-awlldw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-orykab\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cej69f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xv7msh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-thj9fk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gk01hi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-41oskk\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gmwtbi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-okuxnp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wsnvfp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1otrjdz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15b5t42\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1l2ydlo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cqtctc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hm02cr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hhg089\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1lyvcvu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gibaj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tk8fl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.245 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b4cr60\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.294 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dij47g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-in3b51\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yv2smx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.788 1.568 C 1.23 1.568 1.573 1.225 1.573 0.784 C 1.573 0.343 1.23 0 0.788 0 C 0.347 0 0.004 0.343 0.004 0.784 C -0.045 1.225 0.347 1.568 0.788 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-s40ewu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.946 1.882 C 1.476 1.882 1.887 1.471 1.887 0.941 C 1.887 0.412 1.476 0 0.946 0 C 0.417 0 0.005 0.412 0.005 0.941 C -0.054 1.471 0.417 1.882 0.946 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-onc8tx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tlujzf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xj8bmb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5ep0i0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-awb9ch\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18vssnz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1evqqrq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ohzsyq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ug0p76\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-eseib7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qjkxjh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jrjuxi\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cb61cx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fe4foc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-co9hha\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kyx6lo\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ge2zmt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kfujpb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.496 0.98 C 0.791 0.98 0.987 0.735 0.987 0.49 C 0.987 0.196 0.742 0 0.496 0 C 0.202 0 0.006 0.245 0.006 0.49 C -0.043 0.735 0.202 0.98 0.496 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-vv0et3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.184 1.176\" overflow=\"visible\"><path d=\"M 0.596 1.176 C 0.949 1.176 1.184 0.882 1.184 0.588 C 1.184 0.235 0.89 0 0.596 0 C 0.243 0 0.008 0.294 0.008 0.588 C -0.051 0.882 0.243 1.176 0.596 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.788 1.568 C 1.23 1.568 1.573 1.225 1.573 0.784 C 1.573 0.343 1.23 0 0.788 0 C 0.347 0 0.004 0.343 0.004 0.784 C -0.045 1.176 0.347 1.568 0.788 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1m29gfq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.946 1.882 C 1.476 1.882 1.887 1.471 1.887 0.941 C 1.887 0.412 1.476 0 0.946 0 C 0.417 0 0.005 0.412 0.005 0.941 C -0.054 1.412 0.417 1.882 0.946 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tew1v2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1s6r7e7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yn8ja8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-a6g1m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1vypob1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tgxxkw\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6r2ind\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.176 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1r2tu0h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.412 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1u9yki5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1l2mnwc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-71pbnu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cy1fbt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-siy4ar\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-9allvf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h6ln4k\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pizp3x\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k9un8r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1klhrlr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6lpvvx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lj3va9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ic2wln\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fvajp9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dzpx9v\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.496 0.98 C 0.791 0.98 0.987 0.735 0.987 0.49 C 0.987 0.196 0.742 0 0.496 0 C 0.202 0 0.006 0.245 0.006 0.49 C -0.043 0.784 0.202 0.98 0.496 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hfugln\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.184 1.176\" overflow=\"visible\"><path d=\"M 0.596 1.176 C 0.949 1.176 1.184 0.882 1.184 0.588 C 1.184 0.235 0.89 0 0.596 0 C 0.243 0 0.008 0.294 0.008 0.588 C -0.051 0.941 0.243 1.176 0.596 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16victn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.788 1.568 C 1.23 1.568 1.573 1.225 1.573 0.784 C 1.573 0.343 1.23 0 0.788 0 C 0.347 0 0.004 0.343 0.004 0.784 C -0.045 1.225 0.347 1.568 0.788 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kjgfgj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.946 1.882 C 1.476 1.882 1.887 1.471 1.887 0.941 C 1.887 0.412 1.476 0 0.946 0 C 0.417 0 0.005 0.412 0.005 0.941 C -0.054 1.471 0.417 1.882 0.946 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.788 1.568 C 1.23 1.568 1.573 1.225 1.573 0.784 C 1.573 0.343 1.23 0 0.788 0 C 0.347 0 0.004 0.343 0.004 0.784 C -0.045 1.176 0.347 1.568 0.788 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wd06yx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.946 1.882 C 1.476 1.882 1.887 1.471 1.887 0.941 C 1.887 0.412 1.476 0 0.946 0 C 0.417 0 0.005 0.412 0.005 0.941 C -0.054 1.412 0.417 1.882 0.946 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-yvjv2z\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jssht3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yzb4pf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1iu0caq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zr6t6h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-jmym3n\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1j8cnqu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-182ucee\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18485r7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1i2vd67\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-h1pu1d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qfyqga\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zhko1g\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-e4uyba\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-p6j74i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1s3axkt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-j9ww0n\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-o176t7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 1.029 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kkyv2h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.184 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.235 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-iverhv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1job12d\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.176 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b8uzg0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.412 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12p1fq7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rkh69f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c0ue8f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bijb7a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.176 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12lrnar\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.412 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11oj4no\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-u70a45\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1o4ou3i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w4pxte\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ud06tc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 1.029 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1aq55db\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.184 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.235 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ptu4i7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-18s4njr\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1a3z2sf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12yvrdz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13ec6b7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pmow78\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-kmnceq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6gq7qb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1w874yj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1flz346\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-l4sdft\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nk1kd9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q4wbrs\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8zb6tf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1u6gv2c\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8tavs1\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ze01zv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gdnlhd\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1yf5irz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c65xp9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-temzea\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.245 0 0 0.245 0 0.49 C 0 0.784 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zvs6t9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.294 0 0 0.294 0 0.588 C 0 0.941 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w1f2ii\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-we4f5a\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.788 1.568 C 1.23 1.568 1.573 1.225 1.573 0.784 C 1.573 0.343 1.23 0 0.788 0 C 0.347 0 0.004 0.343 0.004 0.784 C -0.045 1.176 0.347 1.568 0.788 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-i6spkl\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.946 1.882 C 1.476 1.882 1.887 1.471 1.887 0.941 C 1.887 0.412 1.476 0 0.946 0 C 0.417 0 0.005 0.412 0.005 0.941 C -0.054 1.412 0.417 1.882 0.946 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2v9nh7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13qkceh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-p63xoq\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-6s2nxu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tz2kum\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1plyuur\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14em5h4\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1luazk9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.496 0.98 C 0.791 0.98 0.987 0.735 0.987 0.49 C 0.987 0.196 0.742 0 0.496 0 C 0.202 0 0.006 0.245 0.006 0.49 C -0.043 0.735 0.202 0.98 0.496 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hh7824\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.184 1.176\" overflow=\"visible\"><path d=\"M 0.596 1.176 C 0.949 1.176 1.184 0.882 1.184 0.588 C 1.184 0.235 0.89 0 0.596 0 C 0.243 0 0.008 0.294 0.008 0.588 C -0.051 0.882 0.243 1.176 0.596 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-2sxkdj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t8xmok\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1d0vadx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tgwnsg\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wboote\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-k8bzpu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b9wll3\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-eace1j\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14hz5op\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q87dxf\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-nsv0bx\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1a0ium0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17nl8j7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ppbym5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1dlll77\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dyv2yn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-xwx98v\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-adcauu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1rk83f7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.735 0 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.735 0.196 0.98 0.49 0.98\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19obt72\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.882 0 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.882 0.235 1.176 0.588 1.176\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-11pinmh\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.176 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mj5ens\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.412 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qdhj7y\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ga0t2k\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-hq9u8s\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.196 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qiykqj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.235 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1b5om8f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-haxg3m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hk9h45\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cecuxz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1creeqn\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-seye43\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8mwi0k\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.392 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hd1d2h\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.471 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.784 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.784 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1212tqa\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.941 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.941 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1trampb\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mlqxt5\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1 1\" overflow=\"visible\"><path d=\"M 0.49 0 C 0.196 0 0 0.245 0 0.49 C 0 0.784 0.245 0.98 0.49 0.98 C 0.735 0.98 0.98 0.735 0.98 0.49 C 0.98 0.245 0.735 0 0.49 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-et5osm\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.176 1.176\" overflow=\"visible\"><path d=\"M 0.588 0 C 0.235 0 0 0.294 0 0.588 C 0 0.941 0.294 1.176 0.588 1.176 C 0.882 1.176 1.176 0.882 1.176 0.588 C 1.176 0.294 0.882 0 0.588 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-a9lv05\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1x6ifgt\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-95p05q\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-a085i2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.573 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.618 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tr2uy0\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.887 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.941 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nrus\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.568 1.568\" overflow=\"visible\"><path d=\"M 0.784 0 C 0.343 0 0 0.343 0 0.784 C 0 1.225 0.343 1.568 0.784 1.568 C 1.225 1.568 1.568 1.225 1.568 0.784 C 1.568 0.343 1.225 0 0.784 0\" fill=\"transparent\"></path></svg>'}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f15iwe\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1.882 1.882\" overflow=\"visible\"><path d=\"M 0.941 0 C 0.412 0 0 0.412 0 0.941 C 0 1.471 0.412 1.882 0.941 1.882 C 1.471 1.882 1.882 1.471 1.882 0.941 C 1.882 0.412 1.471 0 0.941 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true})})]})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m4cfn1 hidden-1h39kbv hidden-ft67uj\",\"data-border\":true,\"data-framer-name\":\"founder-details-2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fboec7\",\"data-framer-name\":\"founder-data\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5agwm1\",\"data-border\":true,\"data-framer-name\":\"role\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1vpz3vb\",\"data-styles-preset\":\"dIPCLE24S\",children:\"Investor / Advisor\"})}),className:\"framer-nxej08\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hfrv46\",\"data-framer-name\":\"advisor-01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"45.7%\",positionY:\"21.9%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 190px) / 3.5, 1px)`,src:\"https://framerusercontent.com/images/4nrcQ6NOXH6sb46qEA5m9GcP4E.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/4nrcQ6NOXH6sb46qEA5m9GcP4E.jpg?width=668&height=827 668w\"}},ybyv0aONX:{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"45.7%\",positionY:\"21.9%\",sizes:`calc((min(${componentViewport?.width||\"100vw\"}, 1600px) - 80px) * 0.8)`,src:\"https://framerusercontent.com/images/4nrcQ6NOXH6sb46qEA5m9GcP4E.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/4nrcQ6NOXH6sb46qEA5m9GcP4E.jpg?width=668&height=827 668w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:827,pixelWidth:668,positionX:\"45.7%\",positionY:\"21.9%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 230px) / 3.5, 1px)`,src:\"https://framerusercontent.com/images/4nrcQ6NOXH6sb46qEA5m9GcP4E.jpg?width=668&height=827\",srcSet:\"https://framerusercontent.com/images/4nrcQ6NOXH6sb46qEA5m9GcP4E.jpg?width=668&height=827 668w\"},className:\"framer-1fyzamf\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hujido\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1st6kae\",\"data-framer-name\":\"founder-details\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rq8zrb\",\"data-styles-preset\":\"SlII4VH5l\",children:\"Dr. P. Anandan\"})}),className:\"framer-u8jyl0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10y9igu\",\"data-framer-name\":\"founder-data\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"AI Advisor\"})})},ybyv0aONX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"AI Advisor\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Distinguished Scientist &  Emeritus Researcher\"})}),className:\"framer-fjx207\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-112tqwc\",\"data-framer-name\":\"linkedin\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-27zk6d\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-m2hnwv\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.027 16\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0 M 5.671 5.312 L 5.671 15.999 L 8.99 15.999 L 8.99 10.714 C 8.99 9.32 9.252 7.969 10.981 7.969 C 12.686 7.969 12.707 9.564 12.707 10.802 L 12.707 16 L 16.027 16 L 16.027 10.139 C 16.027 7.26 15.408 5.048 12.043 5.048 C 10.427 5.048 9.344 5.935 8.902 6.774 L 8.857 6.774 L 8.857 5.312 Z M 0.264 5.312 L 3.588 5.312 L 3.588 15.999 L 0.264 15.999 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1xgxw0n\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.853 3.853\" overflow=\"visible\"><path d=\"M 1.926 0 C 0.862 0 0 0.862 0 1.926 C 0 2.99 0.862 3.853 1.926 3.853 C 2.99 3.853 3.853 2.99 3.853 1.926 C 3.853 0.862 2.99 0 1.926 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1m7ft5j\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.356 10.952\" overflow=\"visible\"><path d=\"M 0 0.264 L 0 10.951 L 3.318 10.951 L 3.318 5.666 C 3.318 4.272 3.58 2.921 5.31 2.921 C 7.015 2.921 7.036 4.515 7.036 5.754 L 7.036 10.952 L 10.356 10.952 L 10.356 5.091 C 10.356 2.212 9.736 0 6.371 0 C 4.756 0 3.673 0.887 3.23 1.726 L 3.185 1.726 L 3.185 0.264 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-699d7p\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.323 10.687\" overflow=\"visible\"><path d=\"M 0 0 L 3.323 0 L 3.323 10.687 L 0 10.687 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/panandan/\",motionChild:true,nodeId:\"duOk6dLKd\",openInNewTab:true,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-2owa1c\",\"data-styles-preset\":\"CRlR5zSpe\",children:\"Visit LinkedIn profile\"})})})}),className:\"framer-tbgs8g\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",children:\"Distinguished Scientist &  Emeritus Researcher\"})}),className:\"framer-khba0u hidden-72rtr7 hidden-ft67uj hidden-dn4946\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",children:\"Distinguished Scientist &  Emeritus Researcher\"})}),className:\"framer-632mwo hidden-72rtr7 hidden-1h39kbv hidden-dn4946\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jde5wa\",\"data-framer-name\":\"logo\",children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1jelf2r\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 140.898 30.038\" overflow=\"visible\"><g><path d=\"M 140.898 13.57 L 140.898 11.092 L 137.821 11.092 L 137.821 7.241 L 137.718 7.273 L 134.828 8.157 L 134.771 8.174 L 134.771 11.093 L 130.211 11.093 L 130.211 9.467 C 130.211 8.71 130.38 8.131 130.713 7.744 C 131.045 7.363 131.518 7.169 132.123 7.169 C 132.557 7.169 133.007 7.271 133.46 7.473 L 133.573 7.524 L 133.573 4.915 L 133.52 4.895 C 133.097 4.743 132.523 4.667 131.811 4.667 C 130.914 4.667 130.098 4.862 129.387 5.249 C 128.676 5.636 128.116 6.19 127.724 6.893 C 127.334 7.596 127.135 8.407 127.135 9.305 L 127.135 11.092 L 124.993 11.092 L 124.993 13.57 L 127.135 13.57 L 127.135 24.006 L 130.211 24.006 L 130.211 13.57 L 134.771 13.57 L 134.771 20.202 C 134.771 22.933 136.06 24.318 138.601 24.318 C 139.018 24.318 139.457 24.269 139.906 24.173 C 140.363 24.074 140.674 23.976 140.857 23.871 L 140.898 23.847 L 140.898 21.347 L 140.773 21.43 C 140.606 21.541 140.398 21.632 140.154 21.699 C 139.909 21.768 139.705 21.803 139.547 21.803 C 138.952 21.803 138.511 21.642 138.238 21.326 C 137.962 21.006 137.821 20.448 137.821 19.667 L 137.821 13.57 Z M 118.126 21.803 C 117.01 21.803 116.13 21.433 115.51 20.704 C 114.886 19.971 114.57 18.927 114.57 17.6 C 114.57 16.23 114.886 15.158 115.51 14.413 C 116.131 13.672 117.002 13.296 118.101 13.296 C 119.167 13.296 120.016 13.655 120.624 14.364 C 121.235 15.076 121.545 16.139 121.545 17.525 C 121.545 18.927 121.254 20.004 120.679 20.725 C 120.107 21.44 119.249 21.803 118.126 21.803 M 118.263 10.781 C 116.133 10.781 114.442 11.405 113.236 12.636 C 112.031 13.867 111.42 15.57 111.42 17.699 C 111.42 19.721 112.016 21.347 113.193 22.532 C 114.369 23.717 115.97 24.317 117.951 24.317 C 120.016 24.317 121.673 23.685 122.879 22.437 C 124.084 21.191 124.694 19.504 124.694 17.425 C 124.694 15.371 124.121 13.733 122.991 12.556 C 121.86 11.378 120.269 10.781 118.263 10.781 M 106.462 10.781 C 105.013 10.781 103.815 11.152 102.9 11.882 C 101.979 12.617 101.512 13.581 101.512 14.747 C 101.512 15.354 101.613 15.892 101.811 16.349 C 102.011 16.807 102.32 17.211 102.73 17.549 C 103.137 17.885 103.766 18.237 104.599 18.595 C 105.3 18.883 105.822 19.127 106.154 19.319 C 106.478 19.507 106.708 19.697 106.838 19.881 C 106.965 20.061 107.029 20.308 107.029 20.613 C 107.029 21.481 106.379 21.903 105.042 21.903 C 104.546 21.903 103.98 21.799 103.361 21.595 C 102.746 21.394 102.165 21.1 101.639 20.722 L 101.512 20.631 L 101.512 23.591 L 101.558 23.613 C 101.994 23.814 102.542 23.983 103.189 24.117 C 103.834 24.25 104.42 24.318 104.93 24.318 C 106.502 24.318 107.767 23.946 108.691 23.211 C 109.62 22.471 110.092 21.484 110.092 20.278 C 110.092 19.407 109.838 18.661 109.338 18.059 C 108.842 17.462 107.98 16.913 106.778 16.429 C 105.821 16.044 105.208 15.725 104.955 15.481 C 104.711 15.244 104.587 14.91 104.587 14.486 C 104.587 14.11 104.74 13.809 105.054 13.566 C 105.37 13.321 105.81 13.196 106.362 13.196 C 106.875 13.196 107.399 13.277 107.92 13.436 C 108.441 13.595 108.899 13.807 109.281 14.067 L 109.406 14.153 L 109.406 11.344 L 109.358 11.324 C 109.006 11.172 108.541 11.043 107.977 10.938 C 107.415 10.834 106.905 10.781 106.462 10.781 M 93.495 21.803 C 92.379 21.803 91.499 21.433 90.879 20.704 C 90.255 19.971 89.939 18.927 89.939 17.6 C 89.939 16.23 90.255 15.158 90.88 14.413 C 91.5 13.672 92.371 13.296 93.471 13.296 C 94.536 13.296 95.385 13.655 95.993 14.364 C 96.605 15.076 96.915 16.139 96.915 17.525 C 96.915 18.927 96.623 20.004 96.048 20.725 C 95.477 21.44 94.618 21.803 93.495 21.803 M 93.632 10.781 C 91.502 10.781 89.811 11.405 88.606 12.636 C 87.4 13.867 86.789 15.57 86.789 17.699 C 86.789 19.721 87.386 21.347 88.562 22.532 C 89.739 23.717 91.34 24.317 93.321 24.317 C 95.385 24.317 97.043 23.685 98.248 22.437 C 99.453 21.191 100.064 19.504 100.064 17.425 C 100.064 15.371 99.491 13.733 98.36 12.556 C 97.229 11.378 95.638 10.781 93.632 10.781 M 82.121 13.329 L 82.121 11.092 L 79.083 11.092 L 79.083 24.006 L 82.121 24.006 L 82.121 17.4 C 82.121 16.277 82.376 15.354 82.878 14.657 C 83.374 13.968 84.036 13.619 84.843 13.619 C 85.117 13.619 85.424 13.665 85.756 13.754 C 86.085 13.843 86.324 13.939 86.465 14.04 L 86.592 14.133 L 86.592 11.07 L 86.543 11.049 C 86.26 10.929 85.86 10.868 85.354 10.868 C 84.59 10.868 83.907 11.114 83.322 11.597 C 82.808 12.021 82.437 12.603 82.153 13.329 Z M 73.644 10.781 C 72.25 10.781 71.007 11.08 69.95 11.669 C 68.89 12.26 68.071 13.103 67.513 14.174 C 66.958 15.244 66.677 16.493 66.677 17.886 C 66.677 19.106 66.95 20.226 67.49 21.212 C 68.03 22.201 68.795 22.974 69.763 23.51 C 70.73 24.046 71.847 24.318 73.084 24.318 C 74.527 24.318 75.76 24.029 76.748 23.46 L 76.788 23.437 L 76.788 20.654 L 76.66 20.747 C 76.213 21.073 75.713 21.334 75.174 21.521 C 74.637 21.708 74.148 21.803 73.719 21.803 C 72.527 21.803 71.57 21.43 70.875 20.695 C 70.179 19.959 69.826 18.925 69.826 17.624 C 69.826 16.315 70.194 15.254 70.92 14.472 C 71.643 13.692 72.602 13.296 73.769 13.296 C 74.767 13.296 75.74 13.634 76.661 14.302 L 76.788 14.394 L 76.788 11.462 L 76.747 11.439 C 76.401 11.245 75.928 11.085 75.342 10.964 C 74.758 10.842 74.186 10.781 73.644 10.781 M 64.585 11.093 L 61.547 11.093 L 61.547 24.006 L 64.585 24.006 Z M 63.097 5.591 C 62.597 5.591 62.161 5.762 61.803 6.099 C 61.443 6.437 61.26 6.863 61.26 7.365 C 61.26 7.86 61.441 8.278 61.797 8.607 C 62.151 8.936 62.588 9.102 63.097 9.102 C 63.605 9.102 64.044 8.936 64.403 8.608 C 64.763 8.278 64.946 7.86 64.946 7.365 C 64.946 6.88 64.768 6.459 64.417 6.112 C 64.067 5.767 63.623 5.591 63.097 5.591 M 55.518 10.14 L 55.518 24.006 L 58.618 24.006 L 58.618 5.987 L 54.327 5.987 L 48.873 19.371 L 43.581 5.987 L 39.116 5.987 L 39.116 24.006 L 42.029 24.006 L 42.029 10.138 L 42.129 10.138 L 47.718 24.006 L 49.916 24.006 L 55.418 10.14 Z\" fill=\"rgb(112,109,110)\"></path><path d=\"M 14.29 14.29 L 0 14.29 L 0 0 L 14.29 0 Z\" fill=\"rgb(241,81,27)\"></path><path d=\"M 30.037 14.29 L 15.748 14.29 L 15.748 0 L 30.037 0 Z\" fill=\"rgb(128,204,40)\"></path><path d=\"M 14.29 30.038 L 0 30.038 L 0 15.748 L 14.29 15.748 Z\" fill=\"rgb(0,173,239)\"></path><path d=\"M 30.037 30.038 L 15.748 30.038 L 15.748 15.748 L 30.037 15.748 Z\" fill=\"rgb(251,188,9)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-pxg2x8\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 101.782 19.651\" overflow=\"visible\"><path d=\"M 101.782 8.903 L 101.782 6.426 L 98.705 6.426 L 98.705 2.574 L 98.602 2.606 L 95.712 3.49 L 95.655 3.508 L 95.655 6.426 L 91.095 6.426 L 91.095 4.8 C 91.095 4.043 91.264 3.464 91.598 3.078 C 91.929 2.696 92.403 2.502 93.007 2.502 C 93.441 2.502 93.891 2.604 94.344 2.806 L 94.457 2.857 L 94.457 0.248 L 94.404 0.228 C 93.982 0.076 93.407 0 92.695 0 C 91.798 0 90.983 0.195 90.272 0.582 C 89.56 0.97 89.001 1.523 88.609 2.226 C 88.218 2.929 88.02 3.74 88.02 4.638 L 88.02 6.426 L 85.878 6.426 L 85.878 8.903 L 88.02 8.903 L 88.02 19.34 L 91.095 19.34 L 91.095 8.903 L 95.655 8.903 L 95.655 15.535 C 95.655 18.267 96.944 19.651 99.485 19.651 C 99.902 19.651 100.342 19.602 100.79 19.506 C 101.247 19.408 101.558 19.31 101.741 19.205 L 101.782 19.181 L 101.782 16.68 L 101.657 16.763 C 101.49 16.874 101.282 16.965 101.038 17.033 C 100.794 17.102 100.589 17.136 100.431 17.136 C 99.836 17.136 99.395 16.976 99.122 16.659 C 98.846 16.34 98.706 15.781 98.706 15 L 98.706 8.903 Z M 79.01 17.137 C 77.894 17.137 77.014 16.766 76.394 16.037 C 75.77 15.305 75.454 14.26 75.454 12.933 C 75.454 11.564 75.77 10.492 76.394 9.746 C 77.015 9.005 77.886 8.629 78.985 8.629 C 80.051 8.629 80.9 8.988 81.508 9.697 C 82.119 10.41 82.429 11.473 82.429 12.858 C 82.429 14.26 82.138 15.338 81.563 16.058 C 80.992 16.773 80.133 17.137 79.01 17.137 M 79.147 6.115 C 77.018 6.115 75.326 6.739 74.12 7.969 C 72.915 9.2 72.304 10.903 72.304 13.032 C 72.304 15.054 72.901 16.68 74.077 17.865 C 75.254 19.05 76.855 19.651 78.836 19.651 C 80.9 19.651 82.557 19.018 83.763 17.77 C 84.968 16.524 85.579 14.837 85.579 12.758 C 85.579 10.704 85.006 9.066 83.875 7.889 C 82.744 6.711 81.153 6.115 79.147 6.115 M 67.346 6.115 C 65.898 6.115 64.699 6.485 63.784 7.216 C 62.863 7.951 62.396 8.914 62.396 10.081 C 62.396 10.687 62.497 11.225 62.695 11.682 C 62.895 12.14 63.204 12.544 63.614 12.883 C 64.022 13.218 64.65 13.57 65.483 13.928 C 66.184 14.216 66.706 14.46 67.038 14.652 C 67.362 14.841 67.592 15.03 67.722 15.214 C 67.849 15.395 67.913 15.642 67.913 15.946 C 67.913 16.814 67.263 17.236 65.926 17.236 C 65.43 17.236 64.865 17.133 64.245 16.928 C 63.63 16.727 63.049 16.433 62.523 16.056 L 62.396 15.964 L 62.396 18.925 L 62.443 18.946 C 62.878 19.147 63.426 19.317 64.073 19.45 C 64.718 19.583 65.305 19.651 65.814 19.651 C 67.386 19.651 68.652 19.279 69.575 18.544 C 70.505 17.804 70.976 16.818 70.976 15.611 C 70.976 14.74 70.722 13.994 70.222 13.392 C 69.726 12.795 68.864 12.247 67.663 11.762 C 66.705 11.378 66.092 11.059 65.839 10.814 C 65.595 10.577 65.471 10.243 65.471 9.819 C 65.471 9.444 65.624 9.143 65.938 8.899 C 66.254 8.654 66.694 8.53 67.246 8.53 C 67.759 8.53 68.283 8.611 68.804 8.769 C 69.325 8.928 69.783 9.14 70.165 9.4 L 70.29 9.486 L 70.29 6.678 L 70.242 6.657 C 69.89 6.506 69.425 6.376 68.861 6.271 C 68.299 6.167 67.789 6.115 67.346 6.115 M 54.379 17.137 C 53.264 17.137 52.383 16.766 51.763 16.037 C 51.139 15.305 50.824 14.26 50.824 12.933 C 50.824 11.564 51.14 10.492 51.764 9.746 C 52.384 9.005 53.255 8.629 54.355 8.629 C 55.421 8.629 56.269 8.988 56.878 9.697 C 57.489 10.41 57.799 11.473 57.799 12.858 C 57.799 14.26 57.507 15.338 56.932 16.058 C 56.361 16.773 55.503 17.137 54.379 17.137 M 54.517 6.115 C 52.387 6.115 50.695 6.739 49.49 7.969 C 48.285 9.2 47.673 10.903 47.673 13.032 C 47.673 15.055 48.27 16.68 49.447 17.865 C 50.623 19.05 52.224 19.651 54.205 19.651 C 56.269 19.651 57.927 19.018 59.132 17.77 C 60.337 16.524 60.948 14.837 60.948 12.758 C 60.948 10.704 60.375 9.066 59.244 7.889 C 58.113 6.711 56.522 6.115 54.517 6.115 M 43.005 8.662 L 43.005 6.426 L 39.968 6.426 L 39.968 19.339 L 43.005 19.339 L 43.005 12.733 C 43.005 11.61 43.26 10.687 43.763 9.99 C 44.259 9.302 44.92 8.953 45.727 8.953 C 46.001 8.953 46.308 8.998 46.64 9.087 C 46.97 9.176 47.208 9.272 47.349 9.374 L 47.476 9.466 L 47.476 6.404 L 47.427 6.383 C 47.144 6.262 46.744 6.202 46.238 6.202 C 45.474 6.202 44.791 6.447 44.206 6.93 C 43.693 7.354 43.321 7.936 43.038 8.662 Z M 34.528 6.115 C 33.134 6.115 31.891 6.413 30.834 7.003 C 29.774 7.593 28.955 8.436 28.398 9.508 C 27.843 10.577 27.561 11.826 27.561 13.219 C 27.561 14.439 27.834 15.559 28.374 16.546 C 28.914 17.534 29.679 18.307 30.647 18.844 C 31.614 19.379 32.731 19.651 33.968 19.651 C 35.412 19.651 36.644 19.362 37.632 18.793 L 37.672 18.77 L 37.672 15.987 L 37.545 16.081 C 37.097 16.407 36.597 16.667 36.059 16.854 C 35.522 17.042 35.032 17.137 34.603 17.137 C 33.411 17.137 32.454 16.764 31.76 16.028 C 31.064 15.292 30.711 14.258 30.711 12.957 C 30.711 11.648 31.079 10.588 31.804 9.805 C 32.527 9.025 33.486 8.629 34.653 8.629 C 35.651 8.629 36.624 8.968 37.545 9.635 L 37.672 9.728 L 37.672 6.795 L 37.631 6.772 C 37.285 6.578 36.812 6.418 36.226 6.297 C 35.642 6.176 35.071 6.115 34.528 6.115 M 25.469 6.426 L 22.431 6.426 L 22.431 19.339 L 25.469 19.339 Z M 23.981 0.925 C 23.481 0.925 23.045 1.095 22.687 1.432 C 22.327 1.77 22.145 2.196 22.145 2.699 C 22.145 3.193 22.325 3.611 22.681 3.941 C 23.035 4.269 23.473 4.435 23.981 4.435 C 24.49 4.435 24.929 4.269 25.287 3.941 C 25.647 3.611 25.83 3.194 25.83 2.699 C 25.83 2.214 25.652 1.792 25.302 1.446 C 24.951 1.1 24.507 0.925 23.981 0.925 M 16.402 5.473 L 16.402 19.339 L 19.502 19.339 L 19.502 1.32 L 15.211 1.32 L 9.758 14.704 L 4.465 1.32 L 0 1.32 L 0 19.339 L 2.913 19.339 L 2.913 5.472 L 3.013 5.472 L 8.602 19.339 L 10.8 19.339 L 16.302 5.473 Z\" fill=\"rgb(112,109,110)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-9oyq3f\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 15.904 19.651\" overflow=\"visible\"><path d=\"M 15.904 8.903 L 15.904 6.426 L 12.828 6.426 L 12.828 2.574 L 12.724 2.606 L 9.835 3.49 L 9.778 3.508 L 9.778 6.426 L 5.217 6.426 L 5.217 4.8 C 5.217 4.043 5.386 3.464 5.72 3.078 C 6.051 2.696 6.525 2.502 7.129 2.502 C 7.564 2.502 8.014 2.604 8.466 2.806 L 8.58 2.857 L 8.58 0.248 L 8.526 0.228 C 8.104 0.076 7.53 0 6.818 0 C 5.92 0 5.105 0.195 4.394 0.582 C 3.683 0.97 3.123 1.523 2.731 2.226 C 2.34 2.929 2.142 3.74 2.142 4.638 L 2.142 6.426 L 0 6.426 L 0 8.903 L 2.142 8.903 L 2.142 19.34 L 5.217 19.34 L 5.217 8.903 L 9.778 8.903 L 9.778 15.535 C 9.778 18.267 11.066 19.651 13.607 19.651 C 14.025 19.651 14.464 19.602 14.913 19.506 C 15.37 19.408 15.681 19.31 15.864 19.205 L 15.904 19.181 L 15.904 16.68 L 15.779 16.763 C 15.612 16.874 15.405 16.965 15.161 17.033 C 14.916 17.102 14.712 17.136 14.553 17.136 C 13.958 17.136 13.518 16.976 13.245 16.659 C 12.968 16.34 12.828 15.781 12.828 15 L 12.828 8.903 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nihr9\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.976 8.507\" overflow=\"visible\"><path d=\"M 3.556 8.507 C 2.44 8.507 1.56 8.137 0.94 7.408 C 0.316 6.675 0 5.631 0 4.303 C 0 2.934 0.316 1.862 0.94 1.117 C 1.561 0.376 2.432 0 3.531 0 C 4.598 0 5.446 0.359 6.054 1.068 C 6.665 1.78 6.976 2.843 6.976 4.229 C 6.976 5.631 6.684 6.708 6.109 7.429 C 5.538 8.144 4.679 8.507 3.556 8.507\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ewzgbj\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.275 13.536\" overflow=\"visible\"><path d=\"M 6.843 0 C 4.713 0 3.022 0.624 1.816 1.855 C 0.611 3.085 0 4.789 0 6.917 C 0 8.939 0.596 10.565 1.773 11.75 C 2.949 12.936 4.551 13.536 6.531 13.536 C 8.596 13.536 10.253 12.903 11.459 11.656 C 12.664 10.409 13.275 8.722 13.275 6.643 C 13.275 4.59 12.702 2.951 11.571 1.774 C 10.44 0.597 8.849 0 6.843 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-180uucp\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.58 13.536\" overflow=\"visible\"><path d=\"M 4.95 0 C 3.502 0 2.304 0.371 1.388 1.101 C 0.467 1.836 0 2.8 0 3.966 C 0 4.572 0.101 5.111 0.3 5.568 C 0.499 6.026 0.808 6.429 1.218 6.768 C 1.626 7.104 2.255 7.456 3.088 7.814 C 3.788 8.102 4.31 8.346 4.642 8.538 C 4.966 8.726 5.197 8.915 5.327 9.1 C 5.453 9.28 5.517 9.527 5.517 9.832 C 5.517 10.699 4.867 11.121 3.53 11.121 C 3.035 11.121 2.469 11.018 1.849 10.814 C 1.234 10.613 0.653 10.318 0.128 9.941 L 0 9.849 L 0 12.81 L 0.047 12.832 C 0.482 13.033 1.031 13.202 1.677 13.335 C 2.323 13.469 2.909 13.536 3.418 13.536 C 4.99 13.536 6.256 13.164 7.179 12.429 C 8.109 11.689 8.58 10.703 8.58 9.496 C 8.58 8.626 8.326 7.879 7.827 7.277 C 7.33 6.68 6.469 6.132 5.267 5.647 C 4.309 5.263 3.696 4.944 3.443 4.699 C 3.199 4.463 3.075 4.128 3.075 3.705 C 3.075 3.329 3.228 3.028 3.542 2.784 C 3.858 2.54 4.299 2.415 4.851 2.415 C 5.363 2.415 5.887 2.496 6.409 2.655 C 6.93 2.813 7.387 3.026 7.769 3.286 L 7.895 3.371 L 7.895 0.563 L 7.846 0.542 C 7.494 0.391 7.029 0.262 6.465 0.157 C 5.903 0.053 5.394 0 4.95 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vy5om7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.975 8.507\" overflow=\"visible\"><path d=\"M 3.556 8.507 C 2.44 8.507 1.56 8.137 0.94 7.408 C 0.316 6.675 0 5.631 0 4.303 C 0 2.934 0.316 1.862 0.94 1.117 C 1.56 0.376 2.432 0 3.531 0 C 4.597 0 5.446 0.359 6.054 1.068 C 6.665 1.78 6.975 2.843 6.975 4.229 C 6.975 5.631 6.683 6.708 6.108 7.429 C 5.537 8.144 4.679 8.507 3.556 8.507\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-djjmph\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.275 13.536\" overflow=\"visible\"><path d=\"M 6.843 0 C 4.713 0 3.022 0.624 1.817 1.855 C 0.611 3.085 0 4.789 0 6.917 C 0 8.94 0.597 10.565 1.773 11.75 C 2.95 12.936 4.551 13.536 6.532 13.536 C 8.596 13.536 10.254 12.903 11.459 11.656 C 12.664 10.409 13.275 8.722 13.275 6.643 C 13.275 4.59 12.702 2.951 11.571 1.774 C 10.44 0.597 8.849 0 6.843 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-o5imnz\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.509 13.138\" overflow=\"visible\"><path d=\"M 3.038 2.46 L 3.038 0.224 L 0 0.224 L 0 13.138 L 3.038 13.138 L 3.038 6.532 C 3.038 5.409 3.292 4.486 3.795 3.789 C 4.291 3.1 4.952 2.751 5.759 2.751 C 6.033 2.751 6.34 2.796 6.673 2.885 C 7.002 2.974 7.24 3.07 7.381 3.172 L 7.509 3.264 L 7.509 0.202 L 7.46 0.181 C 7.177 0.061 6.776 0 6.27 0 C 5.507 0 4.824 0.245 4.239 0.728 C 3.725 1.153 3.354 1.735 3.07 2.46 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-jcv13m\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.111 13.536\" overflow=\"visible\"><path d=\"M 6.967 0 C 5.573 0 4.33 0.299 3.273 0.888 C 2.214 1.478 1.394 2.321 0.837 3.393 C 0.282 4.462 0 5.711 0 7.104 C 0 8.324 0.273 9.444 0.813 10.431 C 1.354 11.419 2.118 12.193 3.086 12.729 C 4.053 13.265 5.17 13.536 6.407 13.536 C 7.851 13.536 9.083 13.248 10.072 12.679 L 10.111 12.656 L 10.111 9.873 L 9.984 9.966 C 9.536 10.292 9.036 10.552 8.498 10.74 C 7.961 10.927 7.471 11.022 7.042 11.022 C 5.85 11.022 4.893 10.649 4.199 9.914 C 3.503 9.177 3.15 8.144 3.15 6.843 C 3.15 5.533 3.518 4.473 4.243 3.691 C 4.966 2.91 5.925 2.515 7.092 2.515 C 8.091 2.515 9.064 2.853 9.984 3.521 L 10.111 3.613 L 10.111 0.681 L 10.07 0.658 C 9.724 0.464 9.251 0.304 8.665 0.182 C 8.081 0.061 7.51 0 6.967 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4jka9i\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.038 12.913\" overflow=\"visible\"><path d=\"M 3.038 0 L 0 0 L 0 12.913 L 3.038 12.913 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ov1ogc\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.686 3.511\" overflow=\"visible\"><path d=\"M 1.836 0 C 1.336 0 0.9 0.17 0.542 0.507 C 0.182 0.846 0 1.271 0 1.774 C 0 2.269 0.18 2.687 0.537 3.016 C 0.891 3.344 1.328 3.511 1.837 3.511 C 2.345 3.511 2.784 3.344 3.142 3.017 C 3.503 2.687 3.686 2.269 3.686 1.774 C 3.686 1.289 3.508 0.868 3.157 0.521 C 2.807 0.175 2.362 0 1.836 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1yehzbu\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.502 18.019\" overflow=\"visible\"><path d=\"M 16.402 4.153 L 16.402 18.019 L 19.502 18.019 L 19.502 0 L 15.211 0 L 9.758 13.384 L 4.465 0 L 0 0 L 0 18.019 L 2.913 18.019 L 2.913 4.152 L 3.013 4.152 L 8.602 18.019 L 10.8 18.019 L 16.302 4.153 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5ayuc2\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.29 14.29\" overflow=\"visible\"><path d=\"M 14.29 14.29 L 0 14.29 L 0 0 L 14.29 0 Z\" fill=\"rgb(241,81,27)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-10ohvh7\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.29 14.29\" overflow=\"visible\"><path d=\"M 14.29 14.29 L 0 14.29 L 0 0 L 14.29 0 Z\" fill=\"rgb(128,204,40)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hhe98s\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.29 14.29\" overflow=\"visible\"><path d=\"M 14.29 14.29 L 0 14.29 L 0 0 L 14.29 0 Z\" fill=\"rgb(0,173,239)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14wc6l6\",opacity:1,requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.29 14.29\" overflow=\"visible\"><path d=\"M 14.29 14.29 L 0 14.29 L 0 0 L 14.29 0 Z\" fill=\"rgb(251,188,9)\"></path></svg>',withExternalLayout:true})]})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p6232u hidden-1h39kbv hidden-ft67uj\",\"data-border\":true,\"data-framer-name\":\"founder-details-2\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e63777\",\"data-framer-name\":\"founder-data\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19x2xas\",\"data-border\":true,\"data-framer-name\":\"role\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1vpz3vb\",\"data-styles-preset\":\"dIPCLE24S\",children:\"AI Advisor\"})}),className:\"framer-znlq9n\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-62t8ab\",\"data-border\":true,\"data-framer-name\":\"footer\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-h0z1zc\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14pj1qi\",\"data-framer-name\":\"legal\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:30,width:\"97px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jptowz-container hidden-ft67uj\",nodeId:\"PYCaH4EN_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoAqxle,{height:\"100%\",id:\"PYCaH4EN_\",layoutId:\"PYCaH4EN_\",style:{height:\"100%\",width:\"100%\"},variant:\"y6nVx90Ul\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k9yz38\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2hz4i2 hidden-1h39kbv hidden-ft67uj\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-39pua6\",\"data-styles-preset\":\"ZxagPeeup\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"\\xa9 2025 Aqxle Corp. All rights reserved.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-jsl6bn\",\"data-styles-preset\":\"tg83mcXlY\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"\\xa9 2025 Aqxle Corp.\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, rgb(0, 24, 59))\"},children:\"All rights reserved.\"})]})}),className:\"framer-e1l5rr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c78tjb\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zgGJuV6gf\"},implicitPathVariables:undefined},{href:{webPageId:\"zgGJuV6gf\"},implicitPathVariables:undefined},{href:{webPageId:\"zgGJuV6gf\"},implicitPathVariables:undefined},{href:{webPageId:\"zgGJuV6gf\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b1sm3o-container\",nodeId:\"bqlijsqp8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{IMPE613mP:{mxC1pM6QP:resolvedLinks[3]},pLeZNp1La:{mxC1pM6QP:resolvedLinks[1]},ybyv0aONX:{mxC1pM6QP:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CTA01,{height:\"100%\",id:\"bqlijsqp8\",layoutId:\"bqlijsqp8\",mxC1pM6QP:resolvedLinks[0],PFhJBw7B7:\"Privacy Policy\",variant:\"ROrDPD4jw\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ngrktb\",\"data-framer-name\":\"legal\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oc632g hidden-72rtr7 hidden-1h39kbv hidden-dn4946\",\"data-framer-name\":\"logo-aqxle\",children:isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ybyv0aONX:{height:30,width:\"97px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n7um1x-container hidden-72rtr7\",nodeId:\"f6gSVQfc0\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoAqxle,{height:\"100%\",id:\"f6gSVQfc0\",layoutId:\"f6gSVQfc0\",style:{height:\"100%\",width:\"100%\"},variant:\"y6nVx90Ul\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1anqq7c\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p68qkf\",\"data-styles-preset\":\"FahPS0Opt\",children:\"Get in touch\"})}),className:\"framer-yq9173\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/526063f9-0d39-44b5-8c8d-9ec3dc891664/submit\",className:\"framer-1elszxe\",nodeId:\"IQFH6zF3n\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1wuoo53\",\"data-framer-name\":\"Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Name\"})}),className:\"framer-1g0q614\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1n1o9uk\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-10mp6z1\",\"data-framer-name\":\"Email\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Email\"})}),className:\"framer-1191h73\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-sd0yaz\",inputName:\"Email\",placeholder:\"jane@aqxle.ai\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-19t6e8c\",\"data-framer-name\":\"Message\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-u065ji\",\"data-styles-preset\":\"APvIUjA9W\",children:\"Message\"})}),className:\"framer-lnxp1s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-4j7559\",inputName:\"Message\",placeholder:\"Type your message here...\",required:true,type:\"textarea\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g2edfw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{pLeZNp1La:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 160px)`},ybyv0aONX:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,width:`calc((max((min(${componentViewport?.width||\"100vw\"}, 1600px) - 180px) / 2, 1px) - 80px) * 0.9)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-626ilw-container\",nodeId:\"L83pTmCvF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"L83pTmCvF\",layoutId:\"L83pTmCvF\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"ZDXehugpB\",success:\"RQBPBQ4HP\"},\"L0WiJ9iOO\"),width:\"100%\"})})})})})]})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vSILt.framer-lux5qc, .framer-vSILt .framer-lux5qc { display: block; }\",\".framer-vSILt.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 1200px; }\",\".framer-vSILt .framer-44govo-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-vSILt .framer-uxslet { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-sewhbm { align-content: flex-start; align-items: flex-start; background-color: rgba(0, 24, 59, 0.75); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; left: 0px; overflow: var(--overflow-clip-fallback, clip); padding: 160px 30px 80px 80px; position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 2; }\",\".framer-vSILt .framer-1k18bxq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: 100%; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1vu6g05 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-1n3csgu, .framer-vSILt .framer-1dlxetd, .framer-vSILt .framer-pjvomd, .framer-vSILt .framer-18dq8bt, .framer-vSILt .framer-1tz5uob, .framer-vSILt .framer-1mr1pqy, .framer-vSILt .framer-1y2aci5, .framer-vSILt .framer-19h2jnt, .framer-vSILt .framer-1db2h68, .framer-vSILt .framer-1ev12z2, .framer-vSILt .framer-ghi1qg, .framer-vSILt .framer-1jxb23l, .framer-vSILt .framer-g5pgfu, .framer-vSILt .framer-fw3vo8, .framer-vSILt .framer-1v2370r, .framer-vSILt .framer-dupxs, .framer-vSILt .framer-gys5vq, .framer-vSILt .framer-yzoje8, .framer-vSILt .framer-o9dzyf, .framer-vSILt .framer-nfwava, .framer-vSILt .framer-1gsylpp, .framer-vSILt .framer-g1epzc, .framer-vSILt .framer-127omb5, .framer-vSILt .framer-vwbq1t, .framer-vSILt .framer-1wi1c0e, .framer-vSILt .framer-mm5tv3, .framer-vSILt .framer-u8jyl0, .framer-vSILt .framer-fjx207, .framer-vSILt .framer-khba0u, .framer-vSILt .framer-632mwo, .framer-vSILt .framer-e1l5rr { --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-vSILt .framer-193tjrj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-vSILt .framer-3f1ni5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-vSILt .framer-12bmntv { flex: 0.8 0 0px; height: 1px; overflow: var(--overflow-clip-fallback, clip); position: relative; width: 1px; }\",\".framer-vSILt .framer-1sajab4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-tf2pj4 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: visible; position: relative; width: 60px; }\",\".framer-vSILt .framer-1yzv9mc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-vSILt .framer-b64wmc { align-content: flex-end; align-items: flex-end; display: flex; flex: 0.3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-1ptzdrh-container { flex: none; height: 448px; position: relative; width: 303px; }\",\".framer-vSILt .framer-z5yrdy, .framer-vSILt .framer-17b385d { --border-bottom-width: 1px; --border-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 303px; }\",\".framer-vSILt .framer-1tf4b65, .framer-vSILt .framer-1pb89wt { 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; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-wf3ii7, .framer-vSILt .framer-1jelf2r { height: 30px; position: relative; width: 141px; }\",\".framer-vSILt .framer-1jox0qk { height: 28px; left: 0px; position: absolute; top: 3px; width: 23px; }\",\".framer-vSILt .framer-43ij4n { height: 6px; left: 108px; position: absolute; top: 17px; width: 5px; }\",\".framer-vSILt .framer-1mdl1su { height: 7px; left: 76px; position: absolute; top: 17px; width: 4px; }\",\".framer-vSILt .framer-mbiyfj { height: 6px; left: 49px; position: absolute; top: 1px; width: 6px; }\",\".framer-vSILt .framer-12actr9 { height: 15px; left: 64px; position: absolute; top: 5px; width: 4px; }\",\".framer-vSILt .framer-2qc626 { height: 18px; left: 105px; position: absolute; top: 12px; width: 36px; }\",\".framer-vSILt .framer-15ebjyn { height: 30px; left: 24px; position: absolute; top: 0px; width: 80px; }\",\".framer-vSILt .framer-10tnzm1, .framer-vSILt .framer-129fyj, .framer-vSILt .framer-1qdxhd6, .framer-vSILt .framer-142opc9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-xvbpeq, .framer-vSILt .framer-1rid48f, .framer-vSILt .framer-1ufarf2, .framer-vSILt .framer-winvnc { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 80px; overflow: var(--overflow-clip-fallback, clip); position: relative; width: 80px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vSILt .framer-1j61otf { height: 30px; position: relative; width: 90px; }\",\".framer-vSILt .framer-1chp9c6, .framer-vSILt .framer-96sxtc, .framer-vSILt .framer-3ysl8n { height: 30px; left: 0px; position: absolute; top: 0px; width: 90px; }\",\".framer-vSILt .framer-1yaiawz { height: 12px; left: 33px; position: absolute; top: 10px; width: 12px; }\",\".framer-vSILt .framer-61poi { height: 12px; left: 57px; position: absolute; top: 11px; width: 13px; }\",\".framer-vSILt .framer-837nkz { height: 12px; left: 19px; position: absolute; top: 10px; width: 12px; }\",\".framer-vSILt .framer-lz9ua8 { height: 4px; left: 3px; position: absolute; top: 3px; width: 6px; }\",\".framer-vSILt .framer-9pnu61 { height: 12px; left: 0px; position: absolute; top: 0px; width: 12px; }\",\".framer-vSILt .framer-1chploe { height: 15px; left: 9px; position: absolute; top: 7px; width: 11px; }\",\".framer-vSILt .framer-18rckwa { height: 12px; left: 70px; position: absolute; top: 10px; width: 13px; }\",\".framer-vSILt .framer-x095b6, .framer-vSILt .framer-127i4b2 { height: 7px; left: 3px; position: absolute; top: 3px; width: 6px; }\",\".framer-vSILt .framer-1m50pny, .framer-vSILt .framer-12m0zjz { height: 12px; left: 0px; position: absolute; top: 0px; width: 13px; }\",\".framer-vSILt .framer-1ebsw44 { height: 12px; left: 45px; position: absolute; top: 10px; width: 13px; }\",\".framer-vSILt .framer-f9nr08 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: 0px; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-vSILt .framer-f4txbr { flex: 1 0 0px; height: 100%; overflow: var(--overflow-clip-fallback, clip); position: relative; width: 1px; }\",\".framer-vSILt .framer-1izbn3p { align-content: flex-start; align-items: flex-start; background-color: var(--token-7c1bc023-61dd-4c71-a131-8295bb15f5ed, #f7f7f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 80px 40px 80px 40px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1m99sro, .framer-vSILt .framer-1guksxd, .framer-vSILt .framer-pcfi6d, .framer-vSILt .framer-1fzhpes, .framer-vSILt .framer-jmsnh2, .framer-vSILt .framer-nxej08, .framer-vSILt .framer-znlq9n, .framer-vSILt .framer-yq9173 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vSILt .framer-1bhgw3t { 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: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1i9zqjl { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; 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: 100%; }\",\".framer-vSILt .framer-1r5sgea, .framer-vSILt .framer-16jiqjr { --border-bottom-width: 1px; --border-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-vSILt .framer-6nif2q, .framer-vSILt .framer-ddycf6 { 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: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1guj052 { height: 25px; position: relative; width: 117px; }\",\".framer-vSILt .framer-nemjib { height: 23px; left: 0px; position: absolute; top: 3px; width: 19px; }\",\".framer-vSILt .framer-1lmxmgx { height: 5px; left: 90px; position: absolute; top: 14px; width: 4px; }\",\".framer-vSILt .framer-12z81kv { height: 6px; left: 63px; position: absolute; top: 15px; width: 4px; }\",\".framer-vSILt .framer-p808zk { height: 5px; left: 41px; position: absolute; top: 1px; width: 5px; }\",\".framer-vSILt .framer-4mtcuw { height: 12px; left: 53px; position: absolute; top: 4px; width: 4px; }\",\".framer-vSILt .framer-1g6mwp0 { height: 15px; left: 88px; position: absolute; top: 10px; width: 30px; }\",\".framer-vSILt .framer-1tyh43b { height: 25px; left: 20px; position: absolute; top: 0px; width: 67px; }\",\".framer-vSILt .framer-1t39le2 { 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: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-7813v5 { height: 25px; position: relative; width: 75px; }\",\".framer-vSILt .framer-1utahah, .framer-vSILt .framer-1i6l0ag, .framer-vSILt .framer-1ayp2mk { height: 25px; left: 0px; position: absolute; top: 0px; width: 75px; }\",\".framer-vSILt .framer-1nrkga0 { height: 10px; left: 27px; position: absolute; top: 9px; width: 10px; }\",\".framer-vSILt .framer-rswiaq { height: 10px; left: 48px; position: absolute; top: 9px; width: 11px; }\",\".framer-vSILt .framer-1mcjmf7 { height: 10px; left: 16px; position: absolute; top: 9px; width: 10px; }\",\".framer-vSILt .framer-1j1va66 { height: 4px; left: 3px; position: absolute; top: 2px; width: 5px; }\",\".framer-vSILt .framer-1sdmwcx { height: 10px; left: 0px; position: absolute; top: 0px; width: 10px; }\",\".framer-vSILt .framer-6t9hpn { height: 13px; left: 7px; position: absolute; top: 6px; width: 9px; }\",\".framer-vSILt .framer-4x1lmw { height: 10px; left: 58px; position: absolute; top: 9px; width: 11px; }\",\".framer-vSILt .framer-ymywqu, .framer-vSILt .framer-14azfi5 { height: 6px; left: 3px; position: absolute; top: 3px; width: 5px; }\",\".framer-vSILt .framer-s6c3v6, .framer-vSILt .framer-zicghx { height: 10px; left: 0px; position: absolute; top: 0px; width: 11px; }\",\".framer-vSILt .framer-weaxvo { height: 10px; left: 38px; position: absolute; top: 9px; width: 11px; }\",\".framer-vSILt .framer-pv57w8 { --border-bottom-width: 0px; --border-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; 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: 100%; }\",\".framer-vSILt .framer-ste0kf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 120px 80px 120px 80px; position: relative; width: 100%; }\",\".framer-vSILt .framer-c6y9hl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 70%; }\",\".framer-vSILt .framer-4wobr3, .framer-vSILt .framer-77s2jv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-14dmafj, .framer-vSILt .framer-khvz00 { aspect-ratio: 0.8 / 1; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; flex: none; height: var(--framer-aspect-ratio-supported, 430px); overflow: visible; position: relative; width: 100%; }\",\".framer-vSILt .framer-1ff38jw, .framer-vSILt .framer-qckodv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-70m7vl, .framer-vSILt .framer-92368s, .framer-vSILt .framer-5agwm1, .framer-vSILt .framer-19x2xas { --border-bottom-width: 1px; --border-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-8c69d24c-1b20-4fe4-8db7-e82c0c4f602b, #ffffff); border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 10px 20px 10px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-vSILt .framer-rle58y, .framer-vSILt .framer-11u2bvm, .framer-vSILt .framer-10y9igu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-plk11l, .framer-vSILt .framer-1blznun, .framer-vSILt .framer-1lklzvg, .framer-vSILt .framer-1xwbw2p, .framer-vSILt .framer-rlwxw6, .framer-vSILt .framer-112tqwc { 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-vSILt .framer-1mcrwj5, .framer-vSILt .framer-shflyr { height: 21px; position: relative; width: 17px; }\",\".framer-vSILt .framer-uxfle9, .framer-vSILt .framer-pdcvjm { height: 8px; left: 4px; position: absolute; top: 4px; width: 8px; }\",\".framer-vSILt .framer-tq9za5, .framer-vSILt .framer-164oawc { height: 8px; left: 0px; position: absolute; top: 0px; width: 8px; }\",\".framer-vSILt .framer-1fg2oex, .framer-vSILt .framer-13sah3 { height: 6px; left: 1px; position: absolute; top: 1px; width: 6px; }\",\".framer-vSILt .framer-1g8b0f2, .framer-vSILt .framer-1fjhvjo, .framer-vSILt .framer-j97wbl, .framer-vSILt .framer-v3s5wp { height: 21px; left: 0px; position: absolute; top: 0px; width: 17px; }\",\".framer-vSILt .framer-2a9ub5, .framer-vSILt .framer-26tl8d { height: 19px; left: 1px; position: absolute; top: 1px; width: 14px; }\",\".framer-vSILt .framer-14gsgfb, .framer-vSILt .framer-7lkkua { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-vSILt .framer-1ua7jtp, .framer-vSILt .framer-r02ae1, .framer-vSILt .framer-18xdu7e, .framer-vSILt .framer-27zk6d { 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: var(--overflow-clip-fallback, clip); padding: 0px 0px 2px 0px; position: relative; width: min-content; }\",\".framer-vSILt .framer-q9m1wc, .framer-vSILt .framer-idbinj, .framer-vSILt .framer-zk82tr, .framer-vSILt .framer-m2hnwv { height: 16px; position: relative; width: 16px; }\",\".framer-vSILt .framer-7tf9o1, .framer-vSILt .framer-morm0b, .framer-vSILt .framer-w0nqd1, .framer-vSILt .framer-1xgxw0n { height: 4px; left: 0px; position: absolute; top: 0px; width: 4px; }\",\".framer-vSILt .framer-wliit0, .framer-vSILt .framer-98oc54, .framer-vSILt .framer-f2ff0m, .framer-vSILt .framer-1m7ft5j { height: 11px; left: 6px; position: absolute; top: 5px; width: 11px; }\",\".framer-vSILt .framer-1sjj2xt, .framer-vSILt .framer-1wzv55g, .framer-vSILt .framer-krfxb1, .framer-vSILt .framer-699d7p { height: 11px; left: 1px; position: absolute; top: 6px; width: 4px; }\",\".framer-vSILt .framer-1oizvrw, .framer-vSILt .framer-pg3ezi, .framer-vSILt .framer-1vd8gnv, .framer-vSILt .framer-tbgs8g { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-vSILt .framer-1v950dx, .framer-vSILt .framer-12sm7gd, .framer-vSILt .framer-z6hwgx, .framer-vSILt .framer-jde5wa { 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; overflow: var(--overflow-clip-fallback, clip); padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1a562gv { aspect-ratio: 6.285714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); overflow: visible; position: relative; width: 189px; }\",\".framer-vSILt .framer-tqhpdv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-5ukusl { height: 30px; position: relative; width: 113px; }\",\".framer-vSILt .framer-1tdxkgg, .framer-vSILt .framer-3qi9ok { height: 30px; left: 0px; position: absolute; top: 0px; width: 113px; }\",\".framer-vSILt .framer-zu6txv { height: 30px; left: 0px; position: absolute; top: 0px; width: 13px; }\",\".framer-vSILt .framer-3wp8hw { height: 30px; left: 21px; position: absolute; top: 0px; width: 13px; }\",\".framer-vSILt .framer-3g5nsi { height: 19px; left: 12px; position: absolute; top: 11px; width: 14px; }\",\".framer-vSILt .framer-1a68pfu { height: 17px; left: 44px; position: absolute; top: 7px; width: 15px; }\",\".framer-vSILt .framer-15mgbqr { height: 7px; left: 49px; position: absolute; top: 10px; width: 5px; }\",\".framer-vSILt .framer-73kca5 { height: 19px; left: 60px; position: absolute; top: 6px; width: 12px; }\",\".framer-vSILt .framer-4l227i { height: 8px; left: 63px; position: absolute; top: 14px; width: 5px; }\",\".framer-vSILt .framer-sqlyo4 { height: 13px; left: 74px; position: absolute; top: 11px; width: 12px; }\",\".framer-vSILt .framer-5g54b0 { height: 8px; left: 77px; position: absolute; top: 14px; width: 6px; }\",\".framer-vSILt .framer-1uk12ph { height: 19px; left: 89px; position: absolute; top: 6px; width: 12px; }\",\".framer-vSILt .framer-djjlih { height: 8px; left: 92px; position: absolute; top: 14px; width: 5px; }\",\".framer-vSILt .framer-2qfk3k { height: 13px; left: 102px; position: absolute; top: 11px; width: 11px; }\",\".framer-vSILt .framer-1bft6hf { height: 3px; left: 105px; position: absolute; top: 13px; width: 5px; }\",\".framer-vSILt .framer-1d2n1m8 { align-content: center; align-items: center; background-color: var(--token-7c1bc023-61dd-4c71-a131-8295bb15f5ed, #f7f7f7); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-ohaify { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 40px 80px 120px 80px; position: relative; width: 100%; }\",\".framer-vSILt .framer-fc7rrc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1v5bc25, .framer-vSILt .framer-hfrv46 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1ijev6x, .framer-vSILt .framer-1fyzamf { aspect-ratio: 1 / 1; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; flex: 0.4 0 0px; height: var(--framer-aspect-ratio-supported, 277px); overflow: visible; position: relative; width: 1px; }\",\".framer-vSILt .framer-n4h5bz, .framer-vSILt .framer-1hujido { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-3ozn6s, .framer-vSILt .framer-1st6kae { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-patcsg { height: 30px; position: relative; width: 100px; }\",\".framer-vSILt .framer-1ifwtg0 { height: 2px; left: 65px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1solnhf { height: 2px; left: 65px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-j14etn { height: 2px; left: 65px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1himry5 { height: 2px; left: 68px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-shyn4s { height: 1px; left: 68px; position: absolute; top: 2px; width: 1px; }\",\".framer-vSILt .framer-16e5je8 { height: 2px; left: 65px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-157ypk { height: 2px; left: 65px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-1of5s0b { height: 2px; left: 63px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-19wyen8 { height: 1px; left: 63px; position: absolute; top: 13px; width: 1px; }\",\".framer-vSILt .framer-9akict { height: 1px; left: 58px; position: absolute; top: 13px; width: 1px; }\",\".framer-vSILt .framer-1camlsz { height: 1px; left: 61px; position: absolute; top: 21px; width: 1px; }\",\".framer-vSILt .framer-1ju7p1t { height: 1px; left: 63px; position: absolute; top: 8px; width: 1px; }\",\".framer-vSILt .framer-h90swa { height: 1px; left: 58px; position: absolute; top: 8px; width: 1px; }\",\".framer-vSILt .framer-9q38r1 { height: 2px; left: 65px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-i41adq { height: 1px; left: 66px; position: absolute; top: 1px; width: 1px; }\",\".framer-vSILt .framer-qwdv1e { height: 2px; left: 63px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1n99gw2 { height: 2px; left: 68px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-cdzaw4 { height: 2px; left: 79px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1h0392o { height: 2px; left: 79px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-1lwghcx { height: 2px; left: 70px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1m84v7h { height: 2px; left: 79px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-fzbb0e { height: 2px; left: 79px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-18re33i { height: 2px; left: 79px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-ssknzq { height: 2px; left: 79px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-qs2f2y { height: 2px; left: 53px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-18s3zrq { height: 2px; left: 68px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-i78y8g { height: 2px; left: 70px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-5s35sr { height: 2px; left: 63px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-1i75itq { height: 2px; left: 68px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-1exwpdr { height: 1px; left: 71px; position: absolute; top: 15px; width: 1px; }\",\".framer-vSILt .framer-2cqark { height: 2px; left: 70px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-u6xais { height: 2px; left: 55px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-1flva6d { height: 2px; left: 55px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-1f1tmfp { height: 2px; left: 63px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-7sbjv4 { height: 2px; left: 55px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1q1qrop { height: 2px; left: 55px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-un7wzh { height: 2px; left: 55px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-103war9 { height: 2px; left: 55px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1lu3bk4 { height: 2px; left: 55px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1n2mn1u { height: 2px; left: 53px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-4t8ba4 { height: 2px; left: 53px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-1t4kmmx { height: 1px; left: 56px; position: absolute; top: 29px; width: 1px; }\",\".framer-vSILt .framer-66bryw { height: 2px; left: 53px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-kmx87g { height: 2px; left: 79px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-z4h4hk { height: 2px; left: 53px; position: absolute; top: 24px; width: 2px; }\",\".framer-vSILt .framer-9swewn { height: 2px; left: 53px; position: absolute; top: 27px; width: 2px; }\",\".framer-vSILt .framer-1jzwzfs { height: 2px; left: 55px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-a723bw { height: 2px; left: 60px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1uwa3hl { height: 2px; left: 60px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-p395e1 { height: 2px; left: 60px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-8mlodl { height: 2px; left: 58px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-l5hnvz { height: 2px; left: 55px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-1nf2m2r { height: 2px; left: 60px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-vs21sj { height: 2px; left: 60px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-xstzvv { height: 2px; left: 58px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-1rxl5bd { height: 2px; left: 58px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-awlldw { height: 2px; left: 55px; position: absolute; top: 26px; width: 2px; }\",\".framer-vSILt .framer-orykab { height: 2px; left: 58px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-1cej69f { height: 2px; left: 68px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1xv7msh { height: 2px; left: 91px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-thj9fk { height: 2px; left: 91px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-gk01hi { height: 2px; left: 91px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-41oskk { height: 2px; left: 91px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1gmwtbi { height: 2px; left: 93px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-okuxnp { height: 2px; left: 93px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1wsnvfp { height: 2px; left: 93px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-1otrjdz { height: 2px; left: 93px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-15b5t42 { height: 2px; left: 89px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-1l2ydlo { height: 1px; left: 91px; position: absolute; top: 1px; width: 1px; }\",\".framer-vSILt .framer-cqtctc { height: 1px; left: 89px; position: absolute; top: 8px; width: 1px; }\",\".framer-vSILt .framer-hm02cr { height: 1px; left: 89px; position: absolute; top: 13px; width: 1px; }\",\".framer-vSILt .framer-hhg089 { height: 1px; left: 91px; position: absolute; top: 20px; width: 1px; }\",\".framer-vSILt .framer-1lyvcvu { height: 2px; left: 89px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-gibaj { height: 2px; left: 89px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-tk8fl { height: 2px; left: 89px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1b4cr60 { height: 1px; left: 86px; position: absolute; top: 21px; width: 1px; }\",\".framer-vSILt .framer-dij47g { height: 1px; left: 99px; position: absolute; top: 5px; width: 1px; }\",\".framer-vSILt .framer-in3b51 { height: 1px; left: 96px; position: absolute; top: 18px; width: 1px; }\",\".framer-vSILt .framer-yv2smx { height: 1px; left: 94px; position: absolute; top: 19px; width: 1px; }\",\".framer-vSILt .framer-s40ewu { height: 2px; left: 98px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-onc8tx { height: 2px; left: 98px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-1tlujzf { height: 2px; left: 98px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-xj8bmb { height: 2px; left: 96px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-5ep0i0 { height: 2px; left: 96px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-awb9ch { height: 2px; left: 93px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-18vssnz { height: 2px; left: 96px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1evqqrq { height: 2px; left: 96px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-ohzsyq { height: 2px; left: 93px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-1ug0p76 { height: 2px; left: 96px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-eseib7 { height: 2px; left: 81px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1qjkxjh { height: 2px; left: 79px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-1jrjuxi { height: 2px; left: 81px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-1cb61cx { height: 2px; left: 86px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-1fe4foc { height: 2px; left: 81px; position: absolute; top: 26px; width: 2px; }\",\".framer-vSILt .framer-co9hha { height: 2px; left: 81px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-kyx6lo { height: 2px; left: 81px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-1ge2zmt { height: 2px; left: 81px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-kfujpb { height: 2px; left: 81px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-vv0et3 { height: 1px; left: 82px; position: absolute; top: 29px; width: 1px; }\",\".framer-vSILt .framer-1m29gfq { height: 2px; left: 79px; position: absolute; top: 27px; width: 2px; }\",\".framer-vSILt .framer-1tew1v2 { height: 2px; left: 79px; position: absolute; top: 24px; width: 2px; }\",\".framer-vSILt .framer-1s6r7e7 { height: 2px; left: 81px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-1yn8ja8 { height: 2px; left: 81px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-a6g1m { height: 2px; left: 84px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-1vypob1 { height: 2px; left: 81px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1tgxxkw { height: 2px; left: 86px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-6r2ind { height: 2px; left: 86px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1r2tu0h { height: 2px; left: 84px; position: absolute; top: 27px; width: 2px; }\",\".framer-vSILt .framer-1u9yki5 { height: 2px; left: 86px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1l2mnwc { height: 2px; left: 84px; position: absolute; top: 24px; width: 2px; }\",\".framer-vSILt .framer-71pbnu { height: 2px; left: 86px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-1cy1fbt { height: 2px; left: 84px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-siy4ar { height: 2px; left: 84px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-9allvf { height: 2px; left: 84px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-h6ln4k { height: 2px; left: 84px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-pizp3x { height: 2px; left: 84px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-k9un8r { height: 2px; left: 84px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1klhrlr { height: 2px; left: 84px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-6lpvvx { height: 1px; left: 45px; position: absolute; top: 2px; width: 1px; }\",\".framer-vSILt .framer-lj3va9 { height: 2px; left: 17px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-ic2wln { height: 2px; left: 17px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-fvajp9 { height: 1px; left: 17px; position: absolute; top: 9px; width: 1px; }\",\".framer-vSILt .framer-1dzpx9v { height: 2px; left: 17px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-hfugln { height: 1px; left: 20px; position: absolute; top: 19px; width: 1px; }\",\".framer-vSILt .framer-16victn { height: 2px; left: 17px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-1kjgfgj { height: 2px; left: 17px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-1wd06yx { height: 2px; left: 15px; position: absolute; top: 27px; width: 2px; }\",\".framer-vSILt .framer-yvjv2z { height: 2px; left: 15px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1jssht3 { height: 2px; left: 12px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-1yzb4pf { height: 2px; left: 12px; position: absolute; top: 26px; width: 2px; }\",\".framer-vSILt .framer-1iu0caq { height: 2px; left: 15px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-zr6t6h { height: 2px; left: 15px; position: absolute; top: 24px; width: 2px; }\",\".framer-vSILt .framer-jmym3n { height: 2px; left: 15px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-1j8cnqu { height: 2px; left: 22px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-182ucee { height: 2px; left: 22px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-18485r7 { height: 2px; left: 22px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-1i2vd67 { height: 2px; left: 22px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-h1pu1d { height: 1px; left: 25px; position: absolute; top: 19px; width: 1px; }\",\".framer-vSILt .framer-1qfyqga { height: 2px; left: 24px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-zhko1g { height: 2px; left: 20px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-e4uyba { height: 2px; left: 22px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-p6j74i { height: 2px; left: 20px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1s3axkt { height: 2px; left: 20px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-j9ww0n { height: 2px; left: 20px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-o176t7 { height: 2px; left: 20px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-kkyv2h { height: 1px; left: 22px; position: absolute; top: 1px; width: 1px; }\",\".framer-vSILt .framer-iverhv { height: 1px; left: 20px; position: absolute; top: 2px; width: 1px; }\",\".framer-vSILt .framer-1job12d { height: 1px; left: 25px; position: absolute; top: 2px; width: 1px; }\",\".framer-vSILt .framer-1b8uzg0 { height: 2px; left: 5px; position: absolute; top: 5px; width: 2px; }\",\".framer-vSILt .framer-12p1fq7 { height: 2px; left: 7px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-rkh69f { height: 2px; left: 7px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-c0ue8f { height: 2px; left: 7px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1bijb7a { height: 2px; left: 7px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-12lrnar { height: 2px; left: 5px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-11oj4no { height: 2px; left: 24px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-u70a45 { height: 2px; left: 5px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1o4ou3i { height: 2px; left: 7px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-1w4pxte { height: 2px; left: 2px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1ud06tc { height: 2px; left: 2px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-1aq55db { height: 1px; left: 0px; position: absolute; top: 2px; width: 1px; }\",\".framer-vSILt .framer-ptu4i7 { height: 2px; left: 2px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-18s4njr { height: 2px; left: 5px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-1a3z2sf { height: 1px; left: 8px; position: absolute; top: 18px; width: 1px; }\",\".framer-vSILt .framer-12yvrdz { height: 1px; left: 10px; position: absolute; top: 5px; width: 1px; }\",\".framer-vSILt .framer-13ec6b7 { height: 1px; left: 13px; position: absolute; top: 29px; width: 1px; }\",\".framer-vSILt .framer-1pmow78 { height: 1px; left: 13px; position: absolute; top: 12px; width: 1px; }\",\".framer-vSILt .framer-kmnceq { height: 1px; left: 13px; position: absolute; top: 9px; width: 1px; }\",\".framer-vSILt .framer-6gq7qb { height: 1px; left: 32px; position: absolute; top: 9px; width: 1px; }\",\".framer-vSILt .framer-1w874yj { height: 1px; left: 15px; position: absolute; top: 13px; width: 1px; }\",\".framer-vSILt .framer-1flz346 { height: 1px; left: 30px; position: absolute; top: 13px; width: 1px; }\",\".framer-vSILt .framer-l4sdft { height: 2px; left: 10px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1nk1kd9 { height: 2px; left: 10px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-1q4wbrs { height: 2px; left: 7px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-8zb6tf { height: 2px; left: 12px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1u6gv2c { height: 2px; left: 12px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-8tavs1 { height: 2px; left: 12px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-ze01zv { height: 2px; left: 10px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-gdnlhd { height: 2px; left: 10px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-1yf5irz { height: 1px; left: 10px; position: absolute; top: 25px; width: 1px; }\",\".framer-vSILt .framer-c65xp9 { height: 2px; left: 10px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-temzea { height: 2px; left: 10px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-zvs6t9 { height: 1px; left: 35px; position: absolute; top: 25px; width: 1px; }\",\".framer-vSILt .framer-w1f2ii { height: 2px; left: 39px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-we4f5a { height: 2px; left: 39px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-i6spkl { height: 2px; left: 39px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-2v9nh7 { height: 2px; left: 42px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-13qkceh { height: 2px; left: 39px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-p63xoq { height: 2px; left: 42px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-6s2nxu { height: 2px; left: 42px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-1tz2kum { height: 2px; left: 37px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1plyuur { height: 2px; left: 37px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-14em5h4 { height: 2px; left: 37px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1luazk9 { height: 2px; left: 37px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-1hh7824 { height: 1px; left: 51px; position: absolute; top: 29px; width: 1px; }\",\".framer-vSILt .framer-2sxkdj { height: 1px; left: 37px; position: absolute; top: 18px; width: 1px; }\",\".framer-vSILt .framer-t8xmok { height: 2px; left: 37px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-1d0vadx { height: 2px; left: 37px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-tgwnsg { height: 2px; left: 51px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-1wboote { height: 2px; left: 51px; position: absolute; top: 26px; width: 2px; }\",\".framer-vSILt .framer-k8bzpu { height: 2px; left: 51px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-1b9wll3 { height: 2px; left: 53px; position: absolute; top: 2px; width: 2px; }\",\".framer-vSILt .framer-eace1j { height: 2px; left: 53px; position: absolute; top: 4px; width: 2px; }\",\".framer-vSILt .framer-14hz5op { height: 2px; left: 53px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1q87dxf { height: 2px; left: 51px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-nsv0bx { height: 2px; left: 51px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-1a0ium0 { height: 2px; left: 51px; position: absolute; top: 9px; width: 2px; }\",\".framer-vSILt .framer-17nl8j7 { height: 2px; left: 51px; position: absolute; top: 3px; width: 2px; }\",\".framer-vSILt .framer-1ppbym5 { height: 2px; left: 51px; position: absolute; top: 6px; width: 2px; }\",\".framer-vSILt .framer-1dlll77 { height: 2px; left: 51px; position: absolute; top: 0px; width: 2px; }\",\".framer-vSILt .framer-dyv2yn { height: 2px; left: 51px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-xwx98v { height: 2px; left: 24px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-adcauu { height: 2px; left: 29px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-1rk83f7 { height: 2px; left: 27px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-19obt72 { height: 1px; left: 32px; position: absolute; top: 29px; width: 1px; }\",\".framer-vSILt .framer-11pinmh { height: 2px; left: 29px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1mj5ens { height: 2px; left: 29px; position: absolute; top: 27px; width: 2px; }\",\".framer-vSILt .framer-1qdhj7y { height: 2px; left: 29px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-ga0t2k { height: 2px; left: 29px; position: absolute; top: 24px; width: 2px; }\",\".framer-vSILt .framer-hq9u8s { height: 2px; left: 27px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-1qiykqj { height: 1px; left: 27px; position: absolute; top: 9px; width: 1px; }\",\".framer-vSILt .framer-1b5om8f { height: 2px; left: 24px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-haxg3m { height: 2px; left: 24px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-1hk9h45 { height: 2px; left: 27px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-cecuxz { height: 2px; left: 27px; position: absolute; top: 12px; width: 2px; }\",\".framer-vSILt .framer-1creeqn { height: 2px; left: 27px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-seye43 { height: 2px; left: 34px; position: absolute; top: 13px; width: 2px; }\",\".framer-vSILt .framer-8mwi0k { height: 2px; left: 34px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-1hd1d2h { height: 2px; left: 34px; position: absolute; top: 22px; width: 2px; }\",\".framer-vSILt .framer-1212tqa { height: 1px; left: 32px; position: absolute; top: 12px; width: 1px; }\",\".framer-vSILt .framer-1trampb { height: 2px; left: 34px; position: absolute; top: 19px; width: 2px; }\",\".framer-vSILt .framer-1mlqxt5 { height: 2px; left: 34px; position: absolute; top: 16px; width: 2px; }\",\".framer-vSILt .framer-et5osm { height: 1px; left: 35px; position: absolute; top: 5px; width: 1px; }\",\".framer-vSILt .framer-a9lv05 { height: 2px; left: 34px; position: absolute; top: 7px; width: 2px; }\",\".framer-vSILt .framer-1x6ifgt { height: 2px; left: 32px; position: absolute; top: 17px; width: 2px; }\",\".framer-vSILt .framer-95p05q { height: 2px; left: 32px; position: absolute; top: 14px; width: 2px; }\",\".framer-vSILt .framer-a085i2 { height: 2px; left: 32px; position: absolute; top: 20px; width: 2px; }\",\".framer-vSILt .framer-tr2uy0 { height: 2px; left: 53px; position: absolute; top: 10px; width: 2px; }\",\".framer-vSILt .framer-1nrus { height: 2px; left: 32px; position: absolute; top: 23px; width: 2px; }\",\".framer-vSILt .framer-f15iwe { height: 2px; left: 32px; position: absolute; top: 26px; width: 2px; }\",\".framer-vSILt .framer-1m4cfn1, .framer-vSILt .framer-1p6232u { --border-bottom-width: 0px; --border-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 0.6 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-1fboec7, .framer-vSILt .framer-1e63777 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-pxg2x8 { height: 20px; left: 39px; position: absolute; top: 5px; width: 102px; }\",\".framer-vSILt .framer-9oyq3f { height: 20px; left: 86px; position: absolute; top: 0px; width: 16px; }\",\".framer-vSILt .framer-1nihr9 { height: 9px; left: 76px; position: absolute; top: 9px; width: 7px; }\",\".framer-vSILt .framer-1ewzgbj { height: 14px; left: 73px; position: absolute; top: 6px; width: 14px; }\",\".framer-vSILt .framer-180uucp { height: 14px; left: 63px; position: absolute; top: 6px; width: 9px; }\",\".framer-vSILt .framer-1vy5om7 { height: 9px; left: 51px; position: absolute; top: 9px; width: 7px; }\",\".framer-vSILt .framer-djjmph { height: 14px; left: 48px; position: absolute; top: 6px; width: 14px; }\",\".framer-vSILt .framer-o5imnz { height: 13px; left: 40px; position: absolute; top: 6px; width: 8px; }\",\".framer-vSILt .framer-jcv13m { height: 14px; left: 28px; position: absolute; top: 6px; width: 10px; }\",\".framer-vSILt .framer-4jka9i { height: 13px; left: 23px; position: absolute; top: 7px; width: 3px; }\",\".framer-vSILt .framer-ov1ogc { height: 4px; left: 22px; position: absolute; top: 1px; width: 4px; }\",\".framer-vSILt .framer-1yehzbu { height: 18px; left: 0px; position: absolute; top: 2px; width: 20px; }\",\".framer-vSILt .framer-5ayuc2 { height: 15px; left: 0px; position: absolute; top: 0px; width: 15px; }\",\".framer-vSILt .framer-10ohvh7 { height: 15px; left: 16px; position: absolute; top: 0px; width: 15px; }\",\".framer-vSILt .framer-hhe98s { height: 15px; left: 0px; position: absolute; top: 16px; width: 15px; }\",\".framer-vSILt .framer-14wc6l6 { height: 15px; left: 16px; position: absolute; top: 16px; width: 15px; }\",\".framer-vSILt .framer-62t8ab { --border-bottom-width: 1px; --border-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-h0z1zc { 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; max-width: 1600px; overflow: var(--overflow-clip-fallback, clip); padding: 80px; position: relative; width: 100%; }\",\".framer-vSILt .framer-14pj1qi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 1px; }\",\".framer-vSILt .framer-1jptowz-container, .framer-vSILt .framer-n7um1x-container { flex: none; height: 30px; position: relative; width: 97px; }\",\".framer-vSILt .framer-k9yz38 { 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: var(--overflow-clip-fallback, clip); padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-2hz4i2 { background-color: #ffffff; flex: none; height: 195px; overflow: var(--overflow-clip-fallback, clip); position: relative; width: 1px; }\",\".framer-vSILt .framer-c78tjb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-b1sm3o-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-vSILt .framer-1ngrktb { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px 0px 0px 80px; position: relative; width: 1px; }\",\".framer-vSILt .framer-1oc632g { 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; min-height: 30px; overflow: var(--overflow-clip-fallback, clip); padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1anqq7c { 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: var(--overflow-clip-fallback, clip); padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1elszxe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-vSILt .framer-1wuoo53, .framer-vSILt .framer-10mp6z1, .framer-vSILt .framer-19t6e8c { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-1g0q614, .framer-vSILt .framer-1191h73, .framer-vSILt .framer-lnxp1s { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-vSILt .framer-1n1o9uk, .framer-vSILt .framer-sd0yaz { --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 2px; --framer-input-border-radius-bottom-right: 2px; --framer-input-border-radius-top-left: 2px; --framer-input-border-radius-top-right: 2px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-bb9ec038-547c-43af-b27d-dee5ecc216de, #00c0d9); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-input-font-family: \"Neue Haas Unica W1G Light\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-icon-color: #999999; --framer-input-padding: 15px; --framer-input-placeholder-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }','.framer-vSILt .framer-4j7559 { --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 2px; --framer-input-border-radius-bottom-right: 2px; --framer-input-border-radius-top-left: 2px; --framer-input-border-radius-top-right: 2px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: var(--token-bb9ec038-547c-43af-b27d-dee5ecc216de, #00c0d9); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-28db085d-4c78-444b-a0f0-1ce4a7580fbb, #00183b); --framer-input-font-family: \"Neue Haas Unica W1G Light\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-icon-color: #999999; --framer-input-padding: 15px; --framer-input-placeholder-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-vSILt .framer-1g2edfw { 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: var(--overflow-clip-fallback, clip); padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-vSILt .framer-626ilw-container { flex: none; height: auto; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,'.framer-vSILt[data-border=\"true\"]::after, .framer-vSILt [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: 1199.98px) { .framer-vSILt.framer-72rtr7 { width: 810px; } .framer-vSILt .framer-sewhbm { padding: 200px 30px 80px 30px; } .framer-vSILt .framer-1vu6g05 { flex: 0.6 0 0px; gap: 50px; } .framer-vSILt .framer-1n3csgu { z-index: 1; } .framer-vSILt .framer-12bmntv { flex: 1 0 0px; } .framer-vSILt .framer-b64wmc { flex: 0.4 0 0px; height: 100%; } .framer-vSILt .framer-1ptzdrh-container { flex: 1 0 0px; height: 1px; max-height: 500px; width: 100%; } .framer-vSILt .framer-ste0kf, .framer-vSILt .framer-ohaify { padding: 100px 60px 100px 60px; } .framer-vSILt .framer-c6y9hl { padding: 60px 0px 0px 0px; width: 80%; } .framer-vSILt .framer-14dmafj, .framer-vSILt .framer-khvz00 { height: var(--framer-aspect-ratio-supported, 320px); } .framer-vSILt .framer-70m7vl, .framer-vSILt .framer-92368s { --border-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); } .framer-vSILt .framer-1v950dx, .framer-vSILt .framer-12sm7gd { padding: 10px 0px 0px 0px; } .framer-vSILt .framer-1a562gv { height: var(--framer-aspect-ratio-supported, 25px); width: 157px; } .framer-vSILt .framer-5ukusl, .framer-vSILt .framer-1tdxkgg, .framer-vSILt .framer-3qi9ok { height: 25px; width: 95px; } .framer-vSILt .framer-zu6txv { height: 25px; width: 11px; } .framer-vSILt .framer-3wp8hw { height: 25px; left: 18px; width: 11px; } .framer-vSILt .framer-3g5nsi { height: 16px; left: 10px; top: 9px; width: 11px; } .framer-vSILt .framer-1a68pfu { height: 14px; left: 37px; top: 6px; width: 13px; } .framer-vSILt .framer-15mgbqr { height: 6px; left: 41px; top: 8px; width: 4px; } .framer-vSILt .framer-73kca5 { height: 16px; left: 50px; top: 5px; width: 10px; } .framer-vSILt .framer-4l227i { height: 7px; left: 53px; top: 11px; width: 5px; } .framer-vSILt .framer-sqlyo4 { height: 11px; left: 62px; top: 9px; width: 10px; } .framer-vSILt .framer-5g54b0 { height: 7px; left: 64px; top: 11px; width: 5px; } .framer-vSILt .framer-1uk12ph { height: 16px; left: 74px; top: 5px; width: 10px; } .framer-vSILt .framer-djjlih { height: 7px; left: 77px; top: 11px; width: 5px; } .framer-vSILt .framer-2qfk3k { height: 11px; left: 85px; top: 9px; width: 10px; } .framer-vSILt .framer-1bft6hf { height: 2px; left: 88px; top: 11px; width: 5px; } .framer-vSILt .framer-1d2n1m8 { padding: 0px; } .framer-vSILt .framer-fc7rrc { padding: 60px 0px 0px 0px; } .framer-vSILt .framer-1ijev6x, .framer-vSILt .framer-1fyzamf { height: var(--framer-aspect-ratio-supported, 177px); } .framer-vSILt .framer-g1epzc, .framer-vSILt .framer-u8jyl0 { order: 0; } .framer-vSILt .framer-11u2bvm, .framer-vSILt .framer-10y9igu { order: 1; } .framer-vSILt .framer-z6hwgx, .framer-vSILt .framer-jde5wa { order: 2; padding: 10px 0px 10px 0px; } .framer-vSILt .framer-h0z1zc { flex-direction: column; } .framer-vSILt .framer-14pj1qi { flex: none; order: 1; width: 100%; } .framer-vSILt .framer-k9yz38 { align-content: flex-end; align-items: flex-end; flex-direction: row; gap: 20px; } .framer-vSILt .framer-e1l5rr { flex: 1 0 0px; width: 1px; } .framer-vSILt .framer-c78tjb { flex: 1 0 0px; flex-direction: row; gap: 10px; justify-content: flex-end; width: 1px; } .framer-vSILt .framer-1ngrktb { flex: none; order: 0; padding: 0px 0px 80px 0px; width: 100%; } .framer-vSILt .framer-1elszxe { width: 100%; }}\",\"@media (max-width: 809.98px) { .framer-vSILt.framer-72rtr7 { width: 390px; } .framer-vSILt .framer-sewhbm { padding: 160px 20px 20px 20px; top: 0px; } .framer-vSILt .framer-1vu6g05 { flex: 1 0 0px; gap: 50px; } .framer-vSILt .framer-ste0kf, .framer-vSILt .framer-ohaify { padding: 80px 40px 80px 40px; } .framer-vSILt .framer-c6y9hl { flex-direction: column; gap: 80px; padding: 60px 0px 0px 0px; width: 80%; } .framer-vSILt .framer-4wobr3, .framer-vSILt .framer-77s2jv, .framer-vSILt .framer-n4h5bz, .framer-vSILt .framer-1hujido { flex: none; width: 100%; } .framer-vSILt .framer-14dmafj, .framer-vSILt .framer-khvz00 { height: var(--framer-aspect-ratio-supported, 310px); } .framer-vSILt .framer-70m7vl, .framer-vSILt .framer-92368s { --border-color: var(--token-2f32de32-b179-4fe5-bb28-77ed2b43aa57, #c7d7ee); } .framer-vSILt .framer-1v950dx { gap: 0px; padding: 10px 0px 0px 0px; } .framer-vSILt .framer-1a562gv { height: var(--framer-aspect-ratio-supported, 25px); width: 157px; } .framer-vSILt .framer-12sm7gd { padding: 10px 0px 0px 0px; } .framer-vSILt .framer-5ukusl, .framer-vSILt .framer-1tdxkgg, .framer-vSILt .framer-3qi9ok { height: 25px; width: 95px; } .framer-vSILt .framer-zu6txv { height: 25px; width: 11px; } .framer-vSILt .framer-3wp8hw { height: 25px; left: 18px; width: 11px; } .framer-vSILt .framer-3g5nsi { height: 16px; left: 10px; top: 9px; width: 11px; } .framer-vSILt .framer-1a68pfu { height: 14px; left: 37px; top: 6px; width: 13px; } .framer-vSILt .framer-15mgbqr { height: 6px; left: 41px; top: 8px; width: 4px; } .framer-vSILt .framer-73kca5 { height: 16px; left: 50px; top: 5px; width: 10px; } .framer-vSILt .framer-4l227i { height: 7px; left: 53px; top: 11px; width: 5px; } .framer-vSILt .framer-sqlyo4 { height: 11px; left: 62px; top: 9px; width: 10px; } .framer-vSILt .framer-5g54b0 { height: 7px; left: 64px; top: 11px; width: 5px; } .framer-vSILt .framer-1uk12ph { height: 16px; left: 74px; top: 5px; width: 10px; } .framer-vSILt .framer-djjlih { height: 7px; left: 77px; top: 11px; width: 5px; } .framer-vSILt .framer-2qfk3k { height: 11px; left: 85px; top: 9px; width: 10px; } .framer-vSILt .framer-1bft6hf { height: 2px; left: 88px; top: 11px; width: 5px; } .framer-vSILt .framer-1d2n1m8 { gap: 0px; padding: 0px; } .framer-vSILt .framer-fc7rrc { gap: 80px; padding: 60px 0px 0px 0px; width: 80%; } .framer-vSILt .framer-1v5bc25, .framer-vSILt .framer-hfrv46 { flex-direction: column; gap: 40px; } .framer-vSILt .framer-1ijev6x, .framer-vSILt .framer-1fyzamf { flex: none; height: var(--framer-aspect-ratio-supported, 248px); width: 100%; } .framer-vSILt .framer-g1epzc, .framer-vSILt .framer-u8jyl0 { order: 0; } .framer-vSILt .framer-11u2bvm, .framer-vSILt .framer-10y9igu { order: 1; } .framer-vSILt .framer-z6hwgx, .framer-vSILt .framer-jde5wa { gap: 0px; order: 2; padding: 10px 0px 10px 0px; } .framer-vSILt .framer-patcsg { height: 25px; width: 84px; } .framer-vSILt .framer-1ifwtg0 { height: 2px; left: 54px; top: 12px; width: 2px; } .framer-vSILt .framer-1solnhf { height: 2px; left: 54px; top: 7px; width: 2px; } .framer-vSILt .framer-j14etn { height: 2px; left: 54px; top: 10px; width: 2px; } .framer-vSILt .framer-1himry5 { height: 2px; left: 57px; top: 4px; width: 2px; } .framer-vSILt .framer-shyn4s { left: 57px; top: 2px; } .framer-vSILt .framer-16e5je8 { height: 2px; left: 54px; top: 14px; width: 2px; } .framer-vSILt .framer-157ypk { height: 2px; left: 54px; top: 5px; width: 2px; } .framer-vSILt .framer-1of5s0b { height: 2px; left: 52px; top: 13px; width: 2px; } .framer-vSILt .framer-19wyen8 { left: 53px; top: 11px; } .framer-vSILt .framer-9akict { left: 49px; top: 11px; } .framer-vSILt .framer-1camlsz { left: 51px; top: 17px; } .framer-vSILt .framer-1ju7p1t { left: 53px; top: 6px; } .framer-vSILt .framer-h90swa { left: 49px; top: 6px; } .framer-vSILt .framer-9q38r1 { height: 2px; left: 54px; top: 3px; width: 2px; } .framer-vSILt .framer-i41adq { left: 55px; } .framer-vSILt .framer-qwdv1e { height: 2px; left: 52px; top: 16px; width: 2px; } .framer-vSILt .framer-1n99gw2 { height: 2px; left: 57px; top: 9px; width: 2px; } .framer-vSILt .framer-cdzaw4 { height: 2px; left: 66px; top: 6px; width: 2px; } .framer-vSILt .framer-1h0392o { height: 2px; left: 66px; top: 4px; width: 2px; } .framer-vSILt .framer-1lwghcx { height: 2px; left: 59px; top: 10px; width: 2px; } .framer-vSILt .framer-1m84v7h { height: 2px; left: 66px; top: 1px; width: 2px; } .framer-vSILt .framer-fzbb0e { height: 2px; left: 66px; top: 13px; width: 2px; } .framer-vSILt .framer-18re33i { height: 2px; left: 66px; top: 11px; width: 2px; } .framer-vSILt .framer-ssknzq { height: 2px; left: 66px; top: 9px; width: 2px; } .framer-vSILt .framer-qs2f2y { height: 2px; left: 44px; top: 11px; width: 2px; } .framer-vSILt .framer-18s3zrq { height: 2px; left: 57px; top: 13px; width: 2px; } .framer-vSILt .framer-i78y8g { height: 2px; left: 59px; top: 7px; width: 2px; } .framer-vSILt .framer-5s35sr { height: 2px; left: 52px; top: 4px; width: 2px; } .framer-vSILt .framer-1i75itq { height: 2px; left: 57px; top: 11px; width: 2px; } .framer-vSILt .framer-1exwpdr { left: 59px; top: 12px; } .framer-vSILt .framer-2cqark { height: 2px; left: 59px; top: 5px; width: 2px; } .framer-vSILt .framer-u6xais { height: 2px; left: 46px; top: 17px; width: 2px; } .framer-vSILt .framer-1flva6d { height: 2px; left: 46px; top: 7px; width: 2px; } .framer-vSILt .framer-1f1tmfp { height: 2px; left: 52px; top: 1px; width: 2px; } .framer-vSILt .framer-7sbjv4 { height: 2px; left: 46px; top: 3px; width: 2px; } .framer-vSILt .framer-1q1qrop { height: 2px; left: 46px; width: 2px; } .framer-vSILt .framer-un7wzh { height: 2px; left: 46px; top: 14px; width: 2px; } .framer-vSILt .framer-103war9 { height: 2px; left: 46px; top: 12px; width: 2px; } .framer-vSILt .framer-1lu3bk4 { height: 2px; left: 46px; top: 10px; width: 2px; } .framer-vSILt .framer-1n2mn1u { height: 2px; left: 44px; top: 16px; width: 2px; } .framer-vSILt .framer-4t8ba4 { height: 2px; left: 44px; top: 18px; width: 2px; } .framer-vSILt .framer-1t4kmmx { left: 47px; top: 24px; } .framer-vSILt .framer-66bryw { height: 2px; left: 44px; top: 13px; width: 2px; } .framer-vSILt .framer-kmx87g { height: 2px; left: 66px; top: 16px; width: 2px; } .framer-vSILt .framer-z4h4hk { height: 2px; left: 44px; top: 20px; width: 2px; } .framer-vSILt .framer-9swewn { height: 2px; left: 44px; top: 23px; width: 2px; } .framer-vSILt .framer-1jzwzfs { height: 2px; left: 46px; top: 5px; width: 2px; } .framer-vSILt .framer-a723bw { height: 2px; left: 50px; top: 3px; width: 2px; } .framer-vSILt .framer-1uwa3hl { height: 2px; left: 50px; top: 5px; width: 2px; } .framer-vSILt .framer-p395e1 { height: 2px; left: 50px; width: 2px; } .framer-vSILt .framer-8mlodl { height: 2px; left: 48px; top: 16px; width: 2px; } .framer-vSILt .framer-l5hnvz { height: 2px; left: 46px; top: 19px; width: 2px; } .framer-vSILt .framer-1nf2m2r { height: 2px; left: 50px; top: 12px; width: 2px; } .framer-vSILt .framer-vs21sj { height: 2px; left: 50px; top: 14px; width: 2px; } .framer-vSILt .framer-xstzvv { height: 2px; left: 48px; top: 4px; width: 2px; } .framer-vSILt .framer-1rxl5bd { height: 2px; left: 48px; top: 1px; width: 2px; } .framer-vSILt .framer-awlldw { height: 2px; left: 46px; top: 22px; width: 2px; } .framer-vSILt .framer-orykab { height: 2px; left: 48px; top: 13px; width: 2px; } .framer-vSILt .framer-1cej69f { height: 2px; left: 57px; top: 6px; width: 2px; } .framer-vSILt .framer-1xv7msh { height: 2px; left: 76px; top: 3px; width: 2px; } .framer-vSILt .framer-thj9fk { height: 2px; left: 76px; top: 5px; width: 2px; } .framer-vSILt .framer-gk01hi { height: 2px; left: 76px; top: 14px; width: 2px; } .framer-vSILt .framer-41oskk { height: 2px; left: 76px; top: 12px; width: 2px; } .framer-vSILt .framer-1gmwtbi { height: 2px; left: 78px; top: 1px; width: 2px; } .framer-vSILt .framer-okuxnp { height: 2px; left: 78px; top: 6px; width: 2px; } .framer-vSILt .framer-1wsnvfp { height: 2px; left: 78px; top: 9px; width: 2px; } .framer-vSILt .framer-1otrjdz { height: 2px; left: 78px; top: 4px; width: 2px; } .framer-vSILt .framer-15b5t42 { height: 2px; left: 74px; top: 4px; width: 2px; } .framer-vSILt .framer-1l2ydlo { left: 76px; } .framer-vSILt .framer-cqtctc { left: 74px; top: 6px; } .framer-vSILt .framer-hm02cr { left: 74px; top: 11px; } .framer-vSILt .framer-hhg089 { left: 76px; top: 17px; } .framer-vSILt .framer-1lyvcvu { height: 2px; left: 74px; top: 1px; width: 2px; } .framer-vSILt .framer-gibaj { height: 2px; left: 74px; top: 13px; width: 2px; } .framer-vSILt .framer-tk8fl { height: 2px; left: 74px; top: 16px; width: 2px; } .framer-vSILt .framer-1b4cr60 { left: 72px; top: 17px; } .framer-vSILt .framer-dij47g { left: 82px; top: 4px; } .framer-vSILt .framer-in3b51 { left: 80px; top: 15px; } .framer-vSILt .framer-yv2smx { left: 78px; top: 16px; } .framer-vSILt .framer-s40ewu { height: 2px; left: 82px; top: 6px; width: 2px; } .framer-vSILt .framer-onc8tx { height: 2px; left: 82px; top: 11px; width: 2px; } .framer-vSILt .framer-1tlujzf { height: 2px; left: 82px; top: 9px; width: 2px; } .framer-vSILt .framer-xj8bmb { height: 2px; left: 80px; top: 12px; width: 2px; } .framer-vSILt .framer-5ep0i0 { height: 2px; left: 80px; top: 10px; width: 2px; } .framer-vSILt .framer-awb9ch { height: 2px; left: 78px; top: 13px; width: 2px; } .framer-vSILt .framer-18vssnz { height: 2px; left: 80px; top: 3px; width: 2px; } .framer-vSILt .framer-1evqqrq { height: 2px; left: 80px; top: 7px; width: 2px; } .framer-vSILt .framer-ohzsyq { height: 2px; left: 78px; top: 11px; width: 2px; } .framer-vSILt .framer-1ug0p76 { height: 2px; left: 80px; top: 5px; width: 2px; } .framer-vSILt .framer-eseib7 { height: 2px; left: 68px; top: 12px; width: 2px; } .framer-vSILt .framer-1qjkxjh { height: 2px; left: 66px; top: 18px; width: 2px; } .framer-vSILt .framer-1jrjuxi { height: 2px; left: 68px; top: 14px; width: 2px; } .framer-vSILt .framer-1cb61cx { height: 2px; left: 72px; top: 14px; width: 2px; } .framer-vSILt .framer-1fe4foc { height: 2px; left: 68px; top: 22px; width: 2px; } .framer-vSILt .framer-co9hha { height: 2px; left: 68px; top: 17px; width: 2px; } .framer-vSILt .framer-kyx6lo { height: 2px; left: 68px; top: 7px; width: 2px; } .framer-vSILt .framer-1ge2zmt { height: 2px; left: 68px; top: 19px; width: 2px; } .framer-vSILt .framer-kfujpb { height: 2px; left: 68px; top: 3px; width: 2px; } .framer-vSILt .framer-vv0et3 { left: 68px; top: 24px; } .framer-vSILt .framer-1m29gfq { height: 2px; left: 66px; top: 23px; width: 2px; } .framer-vSILt .framer-1tew1v2 { height: 2px; left: 66px; top: 20px; width: 2px; } .framer-vSILt .framer-1s6r7e7 { height: 2px; left: 68px; top: 5px; width: 2px; } .framer-vSILt .framer-1yn8ja8 { height: 2px; left: 68px; width: 2px; } .framer-vSILt .framer-a6g1m { height: 2px; left: 70px; top: 1px; width: 2px; } .framer-vSILt .framer-1vypob1 { height: 2px; left: 68px; top: 10px; width: 2px; } .framer-vSILt .framer-1tgxxkw { height: 2px; left: 72px; width: 2px; } .framer-vSILt .framer-6r2ind { height: 2px; left: 72px; top: 3px; width: 2px; } .framer-vSILt .framer-1r2tu0h { height: 2px; left: 70px; top: 23px; width: 2px; } .framer-vSILt .framer-1u9yki5 { height: 2px; left: 72px; top: 12px; width: 2px; } .framer-vSILt .framer-1l2mnwc { height: 2px; left: 70px; top: 20px; width: 2px; } .framer-vSILt .framer-71pbnu { height: 2px; left: 72px; top: 5px; width: 2px; } .framer-vSILt .framer-1cy1fbt { height: 2px; left: 70px; top: 13px; width: 2px; } .framer-vSILt .framer-siy4ar { height: 2px; left: 70px; top: 11px; width: 2px; } .framer-vSILt .framer-9allvf { height: 2px; left: 70px; top: 9px; width: 2px; } .framer-vSILt .framer-h6ln4k { height: 2px; left: 70px; top: 6px; width: 2px; } .framer-vSILt .framer-pizp3x { height: 2px; left: 70px; top: 4px; width: 2px; } .framer-vSILt .framer-k9un8r { height: 2px; left: 70px; top: 16px; width: 2px; } .framer-vSILt .framer-1klhrlr { height: 2px; left: 70px; top: 18px; width: 2px; } .framer-vSILt .framer-6lpvvx { left: 37px; top: 2px; } .framer-vSILt .framer-lj3va9 { height: 2px; left: 14px; top: 14px; width: 2px; } .framer-vSILt .framer-ic2wln { height: 2px; left: 14px; top: 12px; width: 2px; } .framer-vSILt .framer-fvajp9 { left: 15px; top: 8px; } .framer-vSILt .framer-1dzpx9v { height: 2px; left: 14px; top: 10px; width: 2px; } .framer-vSILt .framer-hfugln { left: 17px; top: 16px; } .framer-vSILt .framer-16victn { height: 2px; left: 14px; top: 17px; width: 2px; } .framer-vSILt .framer-1kjgfgj { height: 2px; left: 14px; top: 19px; width: 2px; } .framer-vSILt .framer-1wd06yx { height: 2px; left: 12px; top: 23px; width: 2px; } .framer-vSILt .framer-yvjv2z { height: 2px; left: 12px; top: 16px; width: 2px; } .framer-vSILt .framer-1jssht3 { height: 2px; left: 10px; top: 19px; width: 2px; } .framer-vSILt .framer-1yzb4pf { height: 2px; left: 10px; top: 22px; width: 2px; } .framer-vSILt .framer-1iu0caq { height: 2px; left: 12px; top: 13px; width: 2px; } .framer-vSILt .framer-zr6t6h { height: 2px; left: 12px; top: 20px; width: 2px; } .framer-vSILt .framer-jmym3n { height: 2px; left: 12px; top: 18px; width: 2px; } .framer-vSILt .framer-1j8cnqu { height: 2px; left: 18px; top: 12px; width: 2px; } .framer-vSILt .framer-182ucee { height: 2px; left: 18px; top: 10px; width: 2px; } .framer-vSILt .framer-18485r7 { height: 2px; left: 18px; top: 7px; width: 2px; } .framer-vSILt .framer-1i2vd67 { height: 2px; left: 18px; top: 5px; width: 2px; } .framer-vSILt .framer-h1pu1d { left: 21px; top: 16px; } .framer-vSILt .framer-1qfyqga { height: 2px; left: 20px; top: 4px; width: 2px; } .framer-vSILt .framer-zhko1g { height: 2px; left: 16px; top: 4px; width: 2px; } .framer-vSILt .framer-e4uyba { height: 2px; left: 18px; top: 3px; width: 2px; } .framer-vSILt .framer-p6j74i { height: 2px; left: 16px; top: 6px; width: 2px; } .framer-vSILt .framer-1s3axkt { height: 2px; left: 16px; top: 11px; width: 2px; } .framer-vSILt .framer-j9ww0n { height: 2px; left: 16px; top: 9px; width: 2px; } .framer-vSILt .framer-o176t7 { height: 2px; left: 16px; top: 13px; width: 2px; } .framer-vSILt .framer-kkyv2h { left: 19px; } .framer-vSILt .framer-iverhv { left: 17px; top: 2px; } .framer-vSILt .framer-1job12d { left: 21px; top: 2px; } .framer-vSILt .framer-1b8uzg0 { height: 2px; left: 4px; top: 4px; width: 2px; } .framer-vSILt .framer-12p1fq7 { height: 2px; left: 6px; top: 3px; width: 2px; } .framer-vSILt .framer-rkh69f { height: 2px; left: 6px; top: 5px; width: 2px; } .framer-vSILt .framer-c0ue8f { height: 2px; left: 6px; top: 10px; width: 2px; } .framer-vSILt .framer-1bijb7a { height: 2px; left: 6px; top: 7px; width: 2px; } .framer-vSILt .framer-12lrnar { height: 2px; left: 4px; top: 9px; width: 2px; } .framer-vSILt .framer-11oj4no { height: 2px; left: 20px; top: 6px; width: 2px; } .framer-vSILt .framer-u70a45 { height: 2px; left: 4px; top: 6px; width: 2px; } .framer-vSILt .framer-1o4ou3i { height: 2px; left: 6px; width: 2px; } .framer-vSILt .framer-1w4pxte { height: 2px; top: 3px; width: 2px; } .framer-vSILt .framer-1ud06tc { height: 2px; width: 2px; } .framer-vSILt .framer-1aq55db { top: 2px; } .framer-vSILt .framer-ptu4i7 { height: 2px; top: 5px; width: 2px; } .framer-vSILt .framer-18s4njr { height: 2px; left: 4px; top: 1px; width: 2px; } .framer-vSILt .framer-1a3z2sf { left: 6px; top: 15px; } .framer-vSILt .framer-12yvrdz { left: 8px; top: 4px; } .framer-vSILt .framer-13ec6b7 { left: 10px; top: 24px; } .framer-vSILt .framer-1pmow78 { left: 10px; top: 10px; } .framer-vSILt .framer-kmnceq { left: 10px; top: 8px; } .framer-vSILt .framer-6gq7qb { left: 27px; top: 8px; } .framer-vSILt .framer-1w874yj { left: 13px; top: 11px; } .framer-vSILt .framer-1flz346 { left: 25px; top: 11px; } .framer-vSILt .framer-l4sdft { height: 2px; left: 8px; top: 16px; width: 2px; } .framer-vSILt .framer-1nk1kd9 { height: 2px; left: 8px; top: 18px; width: 2px; } .framer-vSILt .framer-1q4wbrs { height: 2px; left: 6px; top: 12px; width: 2px; } .framer-vSILt .framer-8zb6tf { height: 2px; left: 10px; top: 12px; width: 2px; } .framer-vSILt .framer-1u6gv2c { height: 2px; left: 10px; top: 14px; width: 2px; } .framer-vSILt .framer-8tavs1 { height: 2px; left: 10px; top: 17px; width: 2px; } .framer-vSILt .framer-ze01zv { height: 2px; left: 8px; top: 6px; width: 2px; } .framer-vSILt .framer-gdnlhd { height: 2px; left: 8px; top: 13px; width: 2px; } .framer-vSILt .framer-1yf5irz { left: 8px; top: 21px; } .framer-vSILt .framer-c65xp9 { height: 2px; left: 8px; top: 11px; width: 2px; } .framer-vSILt .framer-temzea { height: 2px; left: 8px; top: 9px; width: 2px; } .framer-vSILt .framer-zvs6t9 { left: 29px; top: 21px; } .framer-vSILt .framer-w1f2ii { height: 2px; left: 33px; top: 6px; width: 2px; } .framer-vSILt .framer-we4f5a { height: 2px; left: 33px; top: 4px; width: 2px; } .framer-vSILt .framer-i6spkl { height: 2px; left: 33px; top: 9px; width: 2px; } .framer-vSILt .framer-2v9nh7 { height: 2px; left: 35px; top: 5px; width: 2px; } .framer-vSILt .framer-13qkceh { height: 2px; left: 33px; top: 1px; width: 2px; } .framer-vSILt .framer-p63xoq { height: 2px; left: 35px; top: 3px; width: 2px; } .framer-vSILt .framer-6s2nxu { height: 2px; left: 35px; width: 2px; } .framer-vSILt .framer-1tz2kum { height: 2px; left: 31px; top: 10px; width: 2px; } .framer-vSILt .framer-1plyuur { height: 2px; left: 31px; top: 5px; width: 2px; } .framer-vSILt .framer-14em5h4 { height: 2px; left: 31px; top: 3px; width: 2px; } .framer-vSILt .framer-1luazk9 { height: 2px; left: 31px; width: 2px; } .framer-vSILt .framer-1hh7824 { left: 42px; top: 24px; } .framer-vSILt .framer-2sxkdj { left: 31px; top: 15px; } .framer-vSILt .framer-t8xmok { height: 2px; left: 31px; top: 12px; width: 2px; } .framer-vSILt .framer-1d0vadx { height: 2px; left: 31px; top: 7px; width: 2px; } .framer-vSILt .framer-tgwnsg { height: 2px; left: 42px; top: 17px; width: 2px; } .framer-vSILt .framer-1wboote { height: 2px; left: 42px; top: 22px; width: 2px; } .framer-vSILt .framer-k8bzpu { height: 2px; left: 42px; top: 19px; width: 2px; } .framer-vSILt .framer-1b9wll3 { height: 2px; left: 44px; top: 1px; width: 2px; } .framer-vSILt .framer-eace1j { height: 2px; left: 44px; top: 4px; width: 2px; } .framer-vSILt .framer-14hz5op { height: 2px; left: 44px; top: 6px; width: 2px; } .framer-vSILt .framer-1q87dxf { height: 2px; left: 42px; top: 10px; width: 2px; } .framer-vSILt .framer-nsv0bx { height: 2px; left: 42px; top: 14px; width: 2px; } .framer-vSILt .framer-1a0ium0 { height: 2px; left: 42px; top: 7px; width: 2px; } .framer-vSILt .framer-17nl8j7 { height: 2px; left: 42px; top: 3px; width: 2px; } .framer-vSILt .framer-1ppbym5 { height: 2px; left: 42px; top: 5px; width: 2px; } .framer-vSILt .framer-1dlll77 { height: 2px; left: 42px; width: 2px; } .framer-vSILt .framer-dyv2yn { height: 2px; left: 42px; top: 12px; width: 2px; } .framer-vSILt .framer-xwx98v { height: 2px; left: 20px; top: 9px; width: 2px; } .framer-vSILt .framer-adcauu { height: 2px; left: 25px; top: 13px; width: 2px; } .framer-vSILt .framer-1rk83f7 { height: 2px; left: 23px; top: 17px; width: 2px; } .framer-vSILt .framer-19obt72 { left: 27px; top: 24px; } .framer-vSILt .framer-11pinmh { height: 2px; left: 25px; top: 16px; width: 2px; } .framer-vSILt .framer-1mj5ens { height: 2px; left: 25px; top: 23px; width: 2px; } .framer-vSILt .framer-1qdhj7y { height: 2px; left: 25px; top: 18px; width: 2px; } .framer-vSILt .framer-ga0t2k { height: 2px; left: 25px; top: 20px; width: 2px; } .framer-vSILt .framer-hq9u8s { height: 2px; left: 23px; top: 19px; width: 2px; } .framer-vSILt .framer-1qiykqj { left: 23px; top: 8px; } .framer-vSILt .framer-1b5om8f { height: 2px; left: 20px; top: 13px; width: 2px; } .framer-vSILt .framer-haxg3m { height: 2px; left: 20px; top: 11px; width: 2px; } .framer-vSILt .framer-1hk9h45 { height: 2px; left: 23px; top: 14px; width: 2px; } .framer-vSILt .framer-cecuxz { height: 2px; left: 23px; top: 10px; width: 2px; } .framer-vSILt .framer-1creeqn { height: 2px; left: 23px; top: 12px; width: 2px; } .framer-vSILt .framer-seye43 { height: 2px; left: 29px; top: 11px; width: 2px; } .framer-vSILt .framer-8mwi0k { height: 2px; left: 29px; top: 9px; width: 2px; } .framer-vSILt .framer-1hd1d2h { height: 2px; left: 29px; top: 18px; width: 2px; } .framer-vSILt .framer-1212tqa { left: 27px; top: 10px; } .framer-vSILt .framer-1trampb { height: 2px; left: 29px; top: 16px; width: 2px; } .framer-vSILt .framer-1mlqxt5 { height: 2px; left: 29px; top: 13px; width: 2px; } .framer-vSILt .framer-et5osm { left: 29px; top: 4px; } .framer-vSILt .framer-a9lv05 { height: 2px; left: 29px; top: 6px; width: 2px; } .framer-vSILt .framer-1x6ifgt { height: 2px; left: 27px; top: 14px; width: 2px; } .framer-vSILt .framer-95p05q { height: 2px; left: 27px; top: 12px; width: 2px; } .framer-vSILt .framer-a085i2 { height: 2px; left: 27px; top: 17px; width: 2px; } .framer-vSILt .framer-tr2uy0 { height: 2px; left: 44px; top: 9px; width: 2px; } .framer-vSILt .framer-1nrus { height: 2px; left: 27px; top: 19px; width: 2px; } .framer-vSILt .framer-f15iwe { height: 2px; left: 27px; top: 22px; width: 2px; } .framer-vSILt .framer-h0z1zc { flex-direction: column; padding: 40px; } .framer-vSILt .framer-14pj1qi { flex: none; order: 1; padding: 40px 0px 0px 0px; width: 100%; } .framer-vSILt .framer-k9yz38 { padding: 20px 0px 0px 0px; } .framer-vSILt .framer-c78tjb { flex-direction: row; gap: 13px; justify-content: flex-start; } .framer-vSILt .framer-1ngrktb { flex: none; order: 0; padding: 0px; width: 100%; } .framer-vSILt .framer-1oc632g { min-height: unset; } .framer-vSILt .framer-1elszxe { width: 100%; }}\",\"@media (min-width: 1600px) { .framer-vSILt.framer-72rtr7 { width: 1600px; } .framer-vSILt .framer-sewhbm { padding: 200px 30px 80px 80px; } .framer-vSILt .framer-1vu6g05 { gap: 60px; } .framer-vSILt .framer-1n3csgu { max-width: 1200px; } .framer-vSILt .framer-1ptzdrh-container { width: 420px; } .framer-vSILt .framer-14dmafj, .framer-vSILt .framer-khvz00 { height: var(--framer-aspect-ratio-supported, 605px); } .framer-vSILt .framer-1ijev6x, .framer-vSILt .framer-1fyzamf { height: var(--framer-aspect-ratio-supported, 392px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3530\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pLeZNp1La\":{\"layout\":[\"fixed\",\"auto\"]},\"ybyv0aONX\":{\"layout\":[\"fixed\",\"auto\"]},\"IMPE613mP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"HgPtRi47E\":{\"pattern\":\":HgPtRi47E\",\"name\":\"hero\"},\"PBXJFORIp\":{\"pattern\":\":PBXJFORIp\",\"name\":\"testimonials\"},\"cU3OQSiAV\":{\"pattern\":\":cU3OQSiAV\",\"name\":\"team\"},\"VszUVTtoc\":{\"pattern\":\":VszUVTtoc\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-vSILt\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3530,width:1200};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/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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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:\"Neue Haas Unica W1G Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/DE1j1ad3HWCT5RHqXgCHD6QlPr8.woff2\"},{family:\"PP Valve Plain Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/PP1LugFcIuROUTxJCt8foZ4aTsE.woff2\"}]},...Top_navFonts,...SlideshowFonts,...LogoAqxleFonts,...CTA01Fonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"3530\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pLeZNp1La\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ybyv0aONX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IMPE613mP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"HgPtRi47E\\\":{\\\"pattern\\\":\\\":HgPtRi47E\\\",\\\"name\\\":\\\"hero\\\"},\\\"PBXJFORIp\\\":{\\\"pattern\\\":\\\":PBXJFORIp\\\",\\\"name\\\":\\\"testimonials\\\"},\\\"cU3OQSiAV\\\":{\\\"pattern\\\":\\\":cU3OQSiAV\\\",\\\"name\\\":\\\"team\\\"},\\\"VszUVTtoc\\\":{\\\"pattern\\\":\\\":VszUVTtoc\\\",\\\"name\\\":\\\"footer\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}